QGIS/tests/testdata/qgis_server/wms_getfeatureinfo_geometry_json.txt
2019-05-02 14:30:18 +02:00

25 lines
422 B
Plaintext

*****
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"
}