We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e68d9 commit 39778b1Copy full SHA for 39778b1
tests/testdata/qgis_server/wms_getfeatureinfo_filter_no_width.txt
@@ -0,0 +1,15 @@
1
+Content-Length: 577
2
+Content-Type: text/xml; charset=utf-8
3
+
4
+<GetFeatureInfoResponse>
5
+ <BoundingBox maxy="5606017.87425818" maxx="913214.67407005" miny="5606017.87425818" CRS="EPSG:3857" minx="913214.67407005"/>
6
+ <Layer name="testlayer èé">
7
+ <Feature id="1">
8
+ <Attribute value="2" name="id"/>
9
+ <Attribute value="two" name="name"/>
10
+ <Attribute value="two àò" name="utf8nameè"/>
11
+ <Attribute value="1" name="orig_ogc_fid"/>
12
+ <BoundingBox maxy="5606017.8743" maxx="913214.6741" miny="5606017.8743" CRS="EPSG:3857" minx="913214.6741"/>
13
+ </Feature>
14
+ </Layer>
15
+</GetFeatureInfoResponse>
0 commit comments