QGIS/tests/testdata/qgis_server/wms_getfeatureinfo_group_name_top.txt
Alessandro Pasotti 9a689aff55 [server] Allow WMS GetFeatureInfo on root layer and groups
If the group (or the root) has any queryable child, it is flagged as queryable

Also fixes an issue with json enconding with rasters.

Fixes #21697

Funded by: Kanton Zug
2019-04-04 11:47:25 +02:00

82 lines
1.9 KiB
Plaintext

Content-Length: 1124
Content-Type: application/json; charset=utf-8
{"type": "FeatureCollection",
"features":[
{
"type":"Feature",
"id":"cdb_lines.13",
"geometry":null,
"properties":{
"fid":13,
"id":12,
"typ":"Ortsteil",
"name":"Fallersleben",
"ortsrat":"Fallersleben\/Sülfeld",
"id_long":null
}
},{
"type":"Feature",
"id":"as_areas.18",
"geometry":null,
"properties":{
"fid":18,
"gid":34,
"datum":"2013-06-11",
"bearbeiter":"scholle-b",
"veranstaltung":"",
"beschriftung":"",
"name":"",
"flaechentyp":"Schraffur",
"farbe":"255 0 0",
"schraff_width":"2",
"schraff_width_prt":"6.00",
"schraff_size":"10",
"schraff_size_prt":"30.00",
"schraff_winkel":"45",
"umrissfarbe":"0 0 0",
"umrisstyp":"durchgezogen",
"umrissstaerke":"1",
"umrissstaerke_prt":"3.00",
"umfang":758.4703,
"flaeche":12879,
"bemerkung":"",
"last_change":"2013-06-11 10:03:45.52301+02"
}
},{
"type":"Feature",
"id":"as_areas_query_copy.18",
"geometry":null,
"properties":{
"fid":18,
"gid":34,
"datum":"2013-06-11",
"bearbeiter":"scholle-b",
"veranstaltung":"",
"beschriftung":"",
"name":"",
"flaechentyp":"Schraffur",
"farbe":"255 0 0",
"schraff_width":"2",
"schraff_width_prt":"6.00",
"schraff_size":"10",
"schraff_size_prt":"30.00",
"schraff_winkel":"45",
"umrissfarbe":"0 0 0",
"umrisstyp":"durchgezogen",
"umrissstaerke":"1",
"umrissstaerke_prt":"3.00",
"umfang":758.4703,
"flaeche":12879,
"bemerkung":"",
"last_change":"2013-06-11 10:03:45.52301+02"
}
},{"type":"Feature",
"id":"osm",
"properties":{
"Band 1": "255",
"Band 2": "255",
"Band 3": "255",
"Band 4": "255"
}
}]}