QGIS/tests/testdata/qgis_server/wms_getfeatureinfo_multiple_json.txt

75 lines
1.1 KiB
Plaintext

*****
Content-Type: application/json; charset=utf-8
{"layers":[{
"name": "testlayer èé",
"type": "FeatureCollection",
"features":[
{
"type":"Feature",
"id":0,
"geometry":null,
"properties":{
"id":1,
"name":"one",
"utf8nameè":"one èé"
}
},
{
"type":"Feature",
"id":1,
"geometry":null,
"properties":{
"id":2,
"name":"two",
"utf8nameè":"two àò"
}
}
]},{
"name": "fields_alias",
"type": "FeatureCollection",
"features":[
{
"type":"Feature",
"id":0,
"geometry":null,
"properties":{
"alias_id":1,
"alias_name":"one",
"utf8nameè":"one èé"
}
},
{
"type":"Feature",
"id":1,
"geometry":null,
"properties":{
"alias_id":2,
"alias_name":"two",
"utf8nameè":"two àò"
}
}
]},{
"name": "exclude_attribute",
"type": "FeatureCollection",
"features":[
{
"type":"Feature",
"id":0,
"geometry":null,
"properties":{
"id":1,
"utf8nameè":"one èé"
}
},
{
"type":"Feature",
"id":1,
"geometry":null,
"properties":{
"id":2,
"utf8nameè":"two àò"
}
}
]}]}