mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
15 lines
423 B
Plaintext
15 lines
423 B
Plaintext
Content-Length: 366
|
|
Content-Type: text/xml; charset=utf-8
|
|
|
|
<GetFeatureInfoResponse>
|
|
<Layer name="testlayer_thousands">
|
|
<Feature id="2">
|
|
<Attribute value="3" name="id"/>
|
|
<Attribute value="three" name="name"/>
|
|
<Attribute value="three èé↓" name="utf8nameè"/>
|
|
<Attribute value="123456" name="long_int"/>
|
|
<Attribute value="123456.8900" name="long_float"/>
|
|
</Feature>
|
|
</Layer>
|
|
</GetFeatureInfoResponse>
|