|
2 | 2 | Content-Type: text/xml; charset=utf-8 |
3 | 3 |
|
4 | 4 | <GetFeatureInfoResponse> |
5 | | - <Layer name="layer0"> |
| 5 | + <Layer name="layer1"> |
6 | 6 | <Feature id="0"> |
7 | | - <Attribute value="1" name="id"/> |
8 | | - <Attribute value="one" name="name"/> |
9 | | - <Attribute value="First Value" name="utf8nameè"/> |
| 7 | + <Attribute value="Id no. 1 value" name="id"/> |
| 8 | + <Attribute value="one_value" name="name"/> |
| 9 | + <Attribute value="one èé" name="utf8nameè"/> |
| 10 | + <BoundingBox maxy="5606025.2373" maxx="913209.0358" miny="5606025.2373" CRS="EPSG:3857" minx="913209.0358"/> |
| 11 | + <Attribute type="derived" value="Point (913209.0358 5606025.2373)" name="geometry"/> |
10 | 12 | </Feature> |
11 | 13 | <Feature id="1"> |
12 | | - <Attribute value="2" name="id"/> |
13 | | - <Attribute value="two" name="name"/> |
14 | | - <Attribute value="Second Value" name="utf8nameè"/> |
| 14 | + <Attribute value="Id no. 2 value" name="id"/> |
| 15 | + <Attribute value="two_val" name="name"/> |
| 16 | + <Attribute value="two àò" name="utf8nameè"/> |
| 17 | + <BoundingBox maxy="5606017.8743" maxx="913214.6741" miny="5606017.8743" CRS="EPSG:3857" minx="913214.6741"/> |
| 18 | + <Attribute type="derived" value="Point (913214.6741 5606017.8743)" name="geometry"/> |
15 | 19 | </Feature> |
16 | 20 | <Feature id="2"> |
17 | | - <Attribute value="3" name="id"/> |
18 | | - <Attribute value="three" name="name"/> |
19 | | - <Attribute value="Third èé↓" name="utf8nameè"/> |
| 21 | + <Attribute value="Id número 3 value" name="id"/> |
| 22 | + <Attribute value="three_val" name="name"/> |
| 23 | + <Attribute value="three èé↓" name="utf8nameè"/> |
| 24 | + <BoundingBox maxy="5606011.4565" maxx="913204.9128" miny="5606011.4565" CRS="EPSG:3857" minx="913204.9128"/> |
| 25 | + <Attribute type="derived" value="Point (913204.9128 5606011.4565)" name="geometry"/> |
20 | 26 | </Feature> |
21 | 27 | </Layer> |
22 | 28 | </GetFeatureInfoResponse> |
0 commit comments