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 committed Feb 1, 2021
1 parent 57668b8 commit 3ca26ea
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 3ca26ea

Please sign in to comment.