QGIS/tests/testdata/qgis_server/wms_getfeatureinfo_geometry_json.txt

25 lines
422 B
Plaintext
Raw Normal View History

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