Skip to content
Permalink
Browse files
Add missing layer to test
  • Loading branch information
geographika committed Oct 12, 2019
1 parent e5939f6 commit 1c390ca
Showing 1 changed file with 17 additions and 0 deletions.
@@ -93,6 +93,23 @@ Content-Type: text/xml; charset=UTF-8
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://foo/?request=GetMetadata&amp;layer=layer5"/>
</MetadataURL>
</Layer>
<Layer queryable="0" opaque="0" cascaded="0">
<Name>layer5b</Name>
<!-- WARNING: Mandatory metadata '..._title' was missing in this context. -->
<Title>layer5</Title>
<EX_GeographicBoundingBox>
<westBoundLongitude>1.10894</westBoundLongitude>
<eastBoundLongitude>7.19753</eastBoundLongitude>
<southBoundLatitude>39.2727</southBoundLatitude>
<northBoundLatitude>44.1415</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:3857"
minx="123446" miny="4.76081e+06" maxx="801225" maxy="5.48737e+06" />
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://foo/?request=GetMetadata&amp;layer=layer5"/>
</MetadataURL>
</Layer>
<Layer queryable="0" opaque="0" cascaded="0">
<Name>layer6</Name>
<!-- WARNING: Mandatory metadata '..._title' was missing in this context. -->

0 comments on commit 1c390ca

Please sign in to comment.