Skip to content

Commit

Permalink
Add test reference file for server locale overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Apr 1, 2019
1 parent 8a32848 commit 77b0e23
Showing 1 changed file with 14 additions and 0 deletions.
@@ -0,0 +1,14 @@
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>

0 comments on commit 77b0e23

Please sign in to comment.