QGIS/tests/testdata/qgis_server/wms_getfeatureinfo_group_name_areas.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

34 lines
820 B
Plaintext

Content-Length: 753
Content-Type: application/json; charset=utf-8
{"type": "FeatureCollection",
"features":[
{
"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"
}
}]}