mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-08 00:02:35 -05:00
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
13 lines
313 B
Plaintext
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>
|