Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[server] More WMS tests for FILTER parameter with bool operators and …
…UTF8 Forward port from 2.18 commit 8fd4fc6
- Loading branch information
Showing
4 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Content-Length: 151 | ||
Content-Type: text/xml; charset=utf-8 | ||
|
||
<GetFeatureInfoResponse> | ||
<BoundingBox maxy="0" maxx="0" miny="0" CRS="EPSG:3857" minx="0"/> | ||
<Layer name="testlayer èé"/> | ||
</GetFeatureInfoResponse> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Content-Length: 943 | ||
Content-Type: text/xml; charset=utf-8 | ||
|
||
<GetFeatureInfoResponse> | ||
<BoundingBox maxy="5606017.87425818" maxx="913214.67407005" miny="5606011.45647302" CRS="EPSG:3857" minx="913204.91280263"/> | ||
<Layer name="testlayer èé"> | ||
<Feature id="1"> | ||
<Attribute value="2" name="id"/> | ||
<Attribute value="two" name="name"/> | ||
<Attribute value="two àò" name="utf8nameè"/> | ||
<BoundingBox maxy="5606017.8743" maxx="913214.6741" miny="5606017.8743" CRS="EPSG:3857" minx="913214.6741"/> | ||
<Attribute type="derived" value="Point (913214.6741 5606017.8743)" name="geometry"/> | ||
</Feature> | ||
<Feature id="2"> | ||
<Attribute value="3" name="id"/> | ||
<Attribute value="three" name="name"/> | ||
<Attribute value="three èé↓" name="utf8nameè"/> | ||
<BoundingBox maxy="5606011.4565" maxx="913204.9128" miny="5606011.4565" CRS="EPSG:3857" minx="913204.9128"/> | ||
<Attribute type="derived" value="Point (913204.9128 5606011.4565)" name="geometry"/> | ||
</Feature> | ||
</Layer> | ||
</GetFeatureInfoResponse> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Content-Length: 943 | ||
Content-Type: text/xml; charset=utf-8 | ||
|
||
<GetFeatureInfoResponse> | ||
<BoundingBox maxy="5606017.87425818" maxx="913214.67407005" miny="5606011.45647302" CRS="EPSG:3857" minx="913204.91280263"/> | ||
<Layer name="testlayer èé"> | ||
<Feature id="1"> | ||
<Attribute value="2" name="id"/> | ||
<Attribute value="two" name="name"/> | ||
<Attribute value="two àò" name="utf8nameè"/> | ||
<BoundingBox maxy="5606017.8743" maxx="913214.6741" miny="5606017.8743" CRS="EPSG:3857" minx="913214.6741"/> | ||
<Attribute type="derived" value="Point (913214.6741 5606017.8743)" name="geometry"/> | ||
</Feature> | ||
<Feature id="2"> | ||
<Attribute value="3" name="id"/> | ||
<Attribute value="three" name="name"/> | ||
<Attribute value="three èé↓" name="utf8nameè"/> | ||
<BoundingBox maxy="5606011.4565" maxx="913204.9128" miny="5606011.4565" CRS="EPSG:3857" minx="913204.9128"/> | ||
<Attribute type="derived" value="Point (913204.9128 5606011.4565)" name="geometry"/> | ||
</Feature> | ||
</Layer> | ||
</GetFeatureInfoResponse> |