mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
27 lines
1010 B
Plaintext
27 lines
1010 B
Plaintext
*****
|
|
Content-Type: text/xml; charset=utf-8
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<GetFeatureInfoResponse>
|
|
<Layer title="layer0" name="layer0">
|
|
<Feature id="1">
|
|
<Attribute value="1" name="id"/>
|
|
<Attribute value="one" name="name"/>
|
|
<Attribute value="First Value" name="utf8nameè"/>
|
|
<BoundingBox maxy="5606025.2373" maxx="913209.0358" miny="5606025.2373" CRS="EPSG:3857" minx="913209.0358"/>
|
|
</Feature>
|
|
<Feature id="2">
|
|
<Attribute value="2" name="id"/>
|
|
<Attribute value="two" name="name"/>
|
|
<Attribute value="Second Value" name="utf8nameè"/>
|
|
<BoundingBox maxy="5606017.8743" maxx="913214.6741" miny="5606017.8743" CRS="EPSG:3857" minx="913214.6741"/>
|
|
</Feature>
|
|
<Feature id="3">
|
|
<Attribute value="3" name="id"/>
|
|
<Attribute value="three" name="name"/>
|
|
<Attribute value="Third èé↓" name="utf8nameè"/>
|
|
<BoundingBox maxy="5606011.4565" maxx="913204.9128" miny="5606011.4565" CRS="EPSG:3857" minx="913204.9128"/>
|
|
</Feature>
|
|
</Layer>
|
|
</GetFeatureInfoResponse>
|