QGIS/tests/testdata/qgis_server/wms_getfeatureinfo-group_name-notqueryable.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

13 lines
313 B
Plaintext

Content-Length: 254
Content-Type: text/xml; charset=utf-8
<GetFeatureInfoResponse>
<Layer name="testlayer2">
<Feature id="2">
<Attribute value="3" name="id"/>
<Attribute value="three" name="name"/>
<Attribute value="three èé↓" name="utf8nameè"/>
</Feature>
</Layer>
</GetFeatureInfoResponse>