We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8a32848 commit 77b0e23Copy full SHA for 77b0e23
tests/testdata/qgis_server/wms_getfeatureinfo-thousands-text-xml.txt
@@ -0,0 +1,14 @@
1
+Content-Length: 366
2
+Content-Type: text/xml; charset=utf-8
3
+
4
+<GetFeatureInfoResponse>
5
+ <Layer name="testlayer_thousands">
6
+ <Feature id="2">
7
+ <Attribute value="3" name="id"/>
8
+ <Attribute value="three" name="name"/>
9
+ <Attribute value="three èé↓" name="utf8nameè"/>
10
+ <Attribute value="123456" name="long_int"/>
11
+ <Attribute value="123456.8900" name="long_float"/>
12
+ </Feature>
13
+ </Layer>
14
+</GetFeatureInfoResponse>
0 commit comments