QGIS/tests/testdata/qgis_server/wms_getfeatureinfo_geometry_json.txt
2019-01-28 11:42:14 +00:00

20 lines
350 B
Plaintext

*****
Content-Type: application/json; charset=utf-8
{"layers":[{
"name": "testlayer èé",
"type": "FeatureCollection",
"features":[
{
"type":"Feature",
"id":2,
"geometry":
{"type": "Point", "coordinates": [8.203459, 44.901395]},
"properties":{
"id":3,
"name":"three",
"utf8nameè":"three èé↓"
}
}
]}]}