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

18 lines
321 B
Plaintext

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