Skip to content

Commit

Permalink
Fix WMS GFI test references
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and 3nids committed Feb 2, 2021
1 parent 76ce122 commit add09d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -5,7 +5,7 @@ Content-Type: text/xml; charset=utf-8
<Layer name="ls2d">
<Feature id="1">
<Attribute value="1" name="id"/>
<BoundingBox maxy="111325.1429" maxx="111319.4908" miny="-0" CRS="EPSG:3857" minx="0"/>
<BoundingBox maxy="111325.1429" maxx="111319.4908" miny="0" CRS="EPSG:3857" minx="0"/>
</Feature>
</Layer>
</GetFeatureInfoResponse>
Expand Up @@ -5,7 +5,7 @@ Content-Type: text/xml; charset=utf-8
<Layer name="p2d">
<Feature id="1">
<Attribute value="1" name="id"/>
<BoundingBox maxy="111325.1429" maxx="111319.4908" miny="-0" CRS="EPSG:3857" minx="0"/>
<BoundingBox maxy="111325.1429" maxx="111319.4908" miny="0" CRS="EPSG:3857" minx="0"/>
</Feature>
</Layer>
</GetFeatureInfoResponse>

0 comments on commit add09d8

Please sign in to comment.