mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
23 lines
620 B
Plaintext
23 lines
620 B
Plaintext
*****
|
|
Content-Type: text/xml; charset=utf-8
|
|
|
|
<GetFeatureInfoResponse>
|
|
<Layer name="layer0">
|
|
<Feature id="1">
|
|
<Attribute value="1" name="id"/>
|
|
<Attribute value="one" name="name"/>
|
|
<Attribute value="First Value" name="utf8nameè"/>
|
|
</Feature>
|
|
<Feature id="2">
|
|
<Attribute value="2" name="id"/>
|
|
<Attribute value="two" name="name"/>
|
|
<Attribute value="Second Value" name="utf8nameè"/>
|
|
</Feature>
|
|
<Feature id="3">
|
|
<Attribute value="3" name="id"/>
|
|
<Attribute value="three" name="name"/>
|
|
<Attribute value="Third èé↓" name="utf8nameè"/>
|
|
</Feature>
|
|
</Layer>
|
|
</GetFeatureInfoResponse>
|