Skip to content

Commit

Permalink
fix MetadataURL type for Capabilities responses (MapServer#5680)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Oct 19, 2018
1 parent 6ee72ff commit 04459d1
Show file tree
Hide file tree
Showing 52 changed files with 105 additions and 105 deletions.
4 changes: 2 additions & 2 deletions mapmetadata.c
Expand Up @@ -892,10 +892,10 @@ void msMetadataSetGetMetadataURL(layerObj *lp, const char *url)
pszMetadataURL = msStringConcatenate(pszMetadataURL, lp->name);

msInsertHashTable(&(lp->metadata), "ows_metadataurl_href", pszMetadataURL);
msInsertHashTable(&(lp->metadata), "ows_metadataurl_type", "ISOTC211/19115");
msInsertHashTable(&(lp->metadata), "ows_metadataurl_type", "TC211");
msInsertHashTable(&(lp->metadata), "ows_metadataurl_format", "text/xml");
msInsertHashTable(&(lp->metadata), "ows_metadatalink_href", pszMetadataURL);
msInsertHashTable(&(lp->metadata), "ows_metadatalink_type", "ISOTC211/19115");
msInsertHashTable(&(lp->metadata), "ows_metadatalink_type", "TC211");
msInsertHashTable(&(lp->metadata), "ows_metadatalink_format", "text/xml");
msFree(pszMetadataURL);
}
Expand Down
14 changes: 7 additions & 7 deletions msautotest/misc/expected/runtime_sub_test_caps.xml
Expand Up @@ -51,7 +51,7 @@ Content-Type: text/xml; charset=UTF-8
<!-- WARNING: Mandatory metadata '..._title' was missing in this context. -->
<Title>layer1</Title>
<!-- WARNING: Optional Ex_GeographicBoundingBox could not be established for this layer. Consider setting the EXTENT in the LAYER object, or wms_extent metadata. Also check that your data exists in the DATA statement -->
<MetadataURL type="ISOTC211/19115">
<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=layer1"/>
</MetadataURL>
Expand All @@ -61,7 +61,7 @@ Content-Type: text/xml; charset=UTF-8
<!-- WARNING: Mandatory metadata '..._title' was missing in this context. -->
<Title>layer2</Title>
<!-- WARNING: Optional Ex_GeographicBoundingBox could not be established for this layer. Consider setting the EXTENT in the LAYER object, or wms_extent metadata. Also check that your data exists in the DATA statement -->
<MetadataURL type="ISOTC211/19115">
<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=layer2"/>
</MetadataURL>
Expand All @@ -71,7 +71,7 @@ Content-Type: text/xml; charset=UTF-8
<!-- WARNING: Mandatory metadata '..._title' was missing in this context. -->
<Title>layer3</Title>
<!-- WARNING: Optional Ex_GeographicBoundingBox could not be established for this layer. Consider setting the EXTENT in the LAYER object, or wms_extent metadata. Also check that your data exists in the DATA statement -->
<MetadataURL type="ISOTC211/19115">
<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=layer3"/>
</MetadataURL>
Expand All @@ -88,7 +88,7 @@ Content-Type: text/xml; charset=UTF-8
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:3857"
minx="123446" miny="4.76081e+06" maxx="801225" maxy="5.48737e+06" />
<MetadataURL type="ISOTC211/19115">
<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>
Expand All @@ -105,7 +105,7 @@ Content-Type: text/xml; charset=UTF-8
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:3857"
minx="123446" miny="4.76081e+06" maxx="801225" maxy="5.48737e+06" />
<MetadataURL type="ISOTC211/19115">
<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=layer6"/>
</MetadataURL>
Expand All @@ -122,7 +122,7 @@ Content-Type: text/xml; charset=UTF-8
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:3857"
minx="123446" miny="4.76081e+06" maxx="801225" maxy="5.48737e+06" />
<MetadataURL type="ISOTC211/19115">
<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=layer7"/>
</MetadataURL>
Expand All @@ -139,7 +139,7 @@ Content-Type: text/xml; charset=UTF-8
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:3857"
minx="123446" miny="4.76081e+06" maxx="801225" maxy="5.48737e+06" />
<MetadataURL type="ISOTC211/19115">
<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=layer8"/>
</MetadataURL>
Expand Down
4 changes: 2 additions & 2 deletions msautotest/wxs/expected/ows_all_wms_capabilities.xml
Expand Up @@ -150,7 +150,7 @@ Content-Type: text/xml; charset=UTF-8
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:43204"
minx="2.25898e+06" miny="-70747.9" maxx="2.61535e+06" maxy="495481" />
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/path/to/ows?request=GetMetadata&amp;layer=road"/>
</MetadataURL>
Expand All @@ -173,7 +173,7 @@ Content-Type: text/xml; charset=UTF-8
<southBoundLatitude>41.7705</southBoundLatitude>
<northBoundLatitude>48.4773</northBoundLatitude>
</EX_GeographicBoundingBox>
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/path/to/ows?request=GetMetadata&amp;layer=province"/>
</MetadataURL>
Expand Down
4 changes: 2 additions & 2 deletions msautotest/wxs/expected/ows_all_wms_capabilities_post.xml
Expand Up @@ -150,7 +150,7 @@ Content-Type: text/xml; charset=UTF-8
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:43204"
minx="2.25898e+06" miny="-70747.9" maxx="2.61535e+06" maxy="495481" />
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/path/to/ows?request=GetMetadata&amp;layer=road"/>
</MetadataURL>
Expand All @@ -173,7 +173,7 @@ Content-Type: text/xml; charset=UTF-8
<southBoundLatitude>41.7705</southBoundLatitude>
<northBoundLatitude>48.4773</northBoundLatitude>
</EX_GeographicBoundingBox>
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/path/to/ows?request=GetMetadata&amp;layer=province"/>
</MetadataURL>
Expand Down
Expand Up @@ -90,7 +90,7 @@ Content-Type: text/xml; charset=UTF-8
</Capability>
<ContentMetadata>
<CoverageOfferingBrief>
<metadataLink metadataType="ISOTC211/19115" xlink:type="simple" xlink:href="http://localhost/ows?request=GetMetadata&amp;layer=toronto"/> <name>toronto</name>
<metadataLink metadataType="TC211" xlink:type="simple" xlink:href="http://localhost/ows?request=GetMetadata&amp;layer=toronto"/> <name>toronto</name>
<label>Toronto</label>
<lonLatEnvelope srsName="urn:ogc:def:crs:OGC:1.3:CRS84">
<gml:pos>-117.54590357301 44.665615181923</gml:pos>
Expand Down
Expand Up @@ -90,7 +90,7 @@ Content-Type: text/xml; charset=UTF-8
<Abstract>province</Abstract>
<SRS>EPSG:4326</SRS>
<LatLongBoundingBox minx="-66.7243" miny="41.7705" maxx="-57.7217" maxy="48.4773" />
<MetadataURL type="ISOTC211/19115" format="text/xml">http://localhost/ows?request=GetMetadata&amp;layer=province</MetadataURL>
<MetadataURL type="TC211" format="text/xml">http://localhost/ows?request=GetMetadata&amp;layer=province</MetadataURL>
</FeatureType>
</FeatureTypeList>

Expand Down
Expand Up @@ -121,7 +121,7 @@ Content-Type: text/xml; charset=UTF-8
<ows:LowerCorner>-66.724329085098 41.770507630784</ows:LowerCorner>
<ows:UpperCorner>-57.721680231574 48.477313848494</ows:UpperCorner>
</ows:WGS84BoundingBox>
<MetadataURL format="text/xml" type="ISOTC211/19115">http://localhost/ows?request=GetMetadata&amp;layer=province</MetadataURL>
<MetadataURL format="text/xml" type="TC211">http://localhost/ows?request=GetMetadata&amp;layer=province</MetadataURL>
</FeatureType>
</FeatureTypeList>
<ogc:Filter_Capabilities>
Expand Down
4 changes: 2 additions & 2 deletions msautotest/wxs/expected/ows_metadata_wms_capabilities111.xml
Expand Up @@ -163,7 +163,7 @@ Content-Type: application/vnd.ogc.wms_xml; charset=UTF-8
<Title>province</Title>
<Abstract>province</Abstract>
<LatLonBoundingBox minx="-66.7243" miny="41.7705" maxx="-57.7217" maxy="48.4773" />
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/ows?request=GetMetadata&amp;layer=province"/>
</MetadataURL>
Expand All @@ -184,7 +184,7 @@ Content-Type: application/vnd.ogc.wms_xml; charset=UTF-8
<LatLonBoundingBox minx="-117.546" miny="44.6656" maxx="-117.387" maxy="44.7671" />
<BoundingBox SRS="EPSG:32611"
minx="456800" miny="4.94595e+06" maxx="469300" maxy="4.95715e+06" />
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/ows?request=GetMetadata&amp;layer=toronto"/>
</MetadataURL>
Expand Down
4 changes: 2 additions & 2 deletions msautotest/wxs/expected/ows_metadata_wms_capabilities130.xml
Expand Up @@ -174,7 +174,7 @@ Content-Type: text/xml; charset=UTF-8
<southBoundLatitude>41.7705</southBoundLatitude>
<northBoundLatitude>48.4773</northBoundLatitude>
</EX_GeographicBoundingBox>
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/ows?request=GetMetadata&amp;layer=province"/>
</MetadataURL>
Expand All @@ -200,7 +200,7 @@ Content-Type: text/xml; charset=UTF-8
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:32611"
minx="456800" miny="4.94595e+06" maxx="469300" maxy="4.95715e+06" />
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/ows?request=GetMetadata&amp;layer=toronto"/>
</MetadataURL>
Expand Down
2 changes: 1 addition & 1 deletion msautotest/wxs/expected/ows_wms_capabilities.xml
Expand Up @@ -90,7 +90,7 @@ Content-Type: text/xml; charset=UTF-8
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:43204"
minx="2.25898e+06" miny="-70747.9" maxx="2.61535e+06" maxy="495481" />
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/path/to/ows?request=GetMetadata&amp;layer=road2"/>
</MetadataURL>
Expand Down
Expand Up @@ -90,7 +90,7 @@ Content-Type: text/xml; charset=UTF-8
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:43204"
minx="2.25898e+06" miny="-70747.9" maxx="2.61535e+06" maxy="495481" />
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/path/to/ows?request=GetMetadata&amp;layer=road2"/>
</MetadataURL>
Expand Down
Expand Up @@ -89,7 +89,7 @@ Content-Type: text/xml; charset=UTF-8
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:43204"
minx="2.25898e+06" miny="-70747.9" maxx="2.61535e+06" maxy="495481" />
<MetadataURL type="ISOTC211/19115">
<MetadataURL type="TC211">
<Format>text/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost/path/to/ows?request=GetMetadata&amp;layer=road2"/>
</MetadataURL>
Expand Down
Expand Up @@ -10,7 +10,7 @@ Content-Type: text/xml; charset=UTF-8
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/describeCoverage.xsd">
<CoverageOffering>
<metadataLink metadataType="ISOTC211/19115" xlink:type="simple" xlink:href="http://localhost/path/to/?request=GetMetadata&amp;layer=grey_26711"/> <name>grey_26711</name>
<metadataLink metadataType="TC211" xlink:type="simple" xlink:href="http://localhost/path/to/?request=GetMetadata&amp;layer=grey_26711"/> <name>grey_26711</name>
<label>grey_26711</label>
<lonLatEnvelope srsName="urn:ogc:def:crs:OGC:1.3:CRS84">
<gml:pos>-117.64116862079 33.848239887018</gml:pos>
Expand Down
Expand Up @@ -62,7 +62,7 @@ Content-Type: text/xml; charset=UTF-8
</Capability>
<ContentMetadata>
<CoverageOfferingBrief>
<metadataLink metadataType="ISOTC211/19115" xlink:type="simple" xlink:href="http://localhost/path/to/?request=GetMetadata&amp;layer=grey_26711"/> <name>grey_26711</name>
<metadataLink metadataType="TC211" xlink:type="simple" xlink:href="http://localhost/path/to/?request=GetMetadata&amp;layer=grey_26711"/> <name>grey_26711</name>
<label>grey_26711</label>
<lonLatEnvelope srsName="urn:ogc:def:crs:OGC:1.3:CRS84">
<gml:pos>-117.64116862079 33.848239887018</gml:pos>
Expand Down
2 changes: 1 addition & 1 deletion msautotest/wxs/expected/wcs_get_caps.xml
Expand Up @@ -86,7 +86,7 @@
</Capability>
<ContentMetadata>
<CoverageOfferingBrief>
<metadataLink metadataType="ISOTC211/19115" xlink:type="simple" xlink:href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/ms_ogc_workshop/service/config.map&amp;request=GetMetadata&amp;layer=land_shallow_topo_2048"/> <name>land_shallow_topo_2048</name>
<metadataLink metadataType="TC211" xlink:type="simple" xlink:href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/ms_ogc_workshop/service/config.map&amp;request=GetMetadata&amp;layer=land_shallow_topo_2048"/> <name>land_shallow_topo_2048</name>
<!-- WARNING: Mandatory metadata '..._label' was missing in this context. -->
<lonLatEnvelope srsName="urn:ogc:def:crs:OGC:1.3:CRS84">
<gml:pos>-180.351562 -89.648437</gml:pos>
Expand Down
2 changes: 1 addition & 1 deletion msautotest/wxs/expected/wfs11_cap_ogr.xml
Expand Up @@ -106,7 +106,7 @@ Content-Type: text/xml; charset=UTF-8
<ows:LowerCorner>-66.724329085098 41.770507630784</ows:LowerCorner>
<ows:UpperCorner>-57.721680231574 48.477313848494</ows:UpperCorner>
</ows:WGS84BoundingBox>
<MetadataURL format="text/xml" type="ISOTC211/19115">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=province</MetadataURL>
<MetadataURL format="text/xml" type="TC211">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=province</MetadataURL>
</FeatureType>
</FeatureTypeList>
<ogc:Filter_Capabilities>
Expand Down
2 changes: 1 addition & 1 deletion msautotest/wxs/expected/wfs11_caps_updatesequence_ogr.xml
Expand Up @@ -106,7 +106,7 @@ Content-Type: text/xml; charset=UTF-8
<ows:LowerCorner>-66.724329085098 41.770507630784</ows:LowerCorner>
<ows:UpperCorner>-57.721680231574 48.477313848494</ows:UpperCorner>
</ows:WGS84BoundingBox>
<MetadataURL format="text/xml" type="ISOTC211/19115">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=province</MetadataURL>
<MetadataURL format="text/xml" type="TC211">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=province</MetadataURL>
</FeatureType>
</FeatureTypeList>
<ogc:Filter_Capabilities>
Expand Down
2 changes: 1 addition & 1 deletion msautotest/wxs/expected/wfs_cap_ogr.xml
Expand Up @@ -80,7 +80,7 @@ Content-Type: text/xml; charset=UTF-8
<Title>province</Title>
<SRS>EPSG:4326</SRS>
<LatLongBoundingBox minx="-66.7243" miny="41.7705" maxx="-57.7217" maxy="48.4773" />
<MetadataURL type="ISOTC211/19115" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=province</MetadataURL>
<MetadataURL type="TC211" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=province</MetadataURL>
</FeatureType>
</FeatureTypeList>

Expand Down
2 changes: 1 addition & 1 deletion msautotest/wxs/expected/wfs_caps_updatesequence_ogr.xml
Expand Up @@ -80,7 +80,7 @@ Content-Type: text/xml; charset=UTF-8
<Title>province</Title>
<SRS>EPSG:4326</SRS>
<LatLongBoundingBox minx="-66.7243" miny="41.7705" maxx="-57.7217" maxy="48.4773" />
<MetadataURL type="ISOTC211/19115" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=province</MetadataURL>
<MetadataURL type="TC211" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=province</MetadataURL>
</FeatureType>
</FeatureTypeList>

Expand Down
12 changes: 6 additions & 6 deletions msautotest/wxs/expected/wfsogr10_caps.xml
Expand Up @@ -89,42 +89,42 @@ Content-Type: text/xml; charset=UTF-8
<Title>road</Title>
<SRS>EPSG:3978</SRS>
<LatLongBoundingBox minx="2.25898e+06" miny="-70747.9" maxx="2.61535e+06" maxy="495481" />
<MetadataURL type="ISOTC211/19115" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=road</MetadataURL>
<MetadataURL type="TC211" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=road</MetadataURL>
</FeatureType>
<FeatureType>
<Name>popplace</Name>
<Title>popplace</Title>
<SRS>EPSG:3978</SRS>
<LatLongBoundingBox minx="2.2794e+06" miny="-55344.5" maxx="2.60038e+06" maxy="461587" />
<MetadataURL type="ISOTC211/19115" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=popplace</MetadataURL>
<MetadataURL type="TC211" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=popplace</MetadataURL>
</FeatureType>
<FeatureType>
<Name>road_with_addfiles</Name>
<Title>road_with_addfiles</Title>
<SRS>EPSG:3978</SRS>
<LatLongBoundingBox minx="2.25898e+06" miny="-70747.9" maxx="2.61535e+06" maxy="495481" />
<MetadataURL type="ISOTC211/19115" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=road_with_addfiles</MetadataURL>
<MetadataURL type="TC211" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=road_with_addfiles</MetadataURL>
</FeatureType>
<FeatureType>
<Name>road2_with_addfiles</Name>
<Title>road2_with_addfiles</Title>
<SRS>EPSG:3978</SRS>
<LatLongBoundingBox minx="2.25898e+06" miny="-70747.9" maxx="2.61535e+06" maxy="495481" />
<MetadataURL type="ISOTC211/19115" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=road2_with_addfiles</MetadataURL>
<MetadataURL type="TC211" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=road2_with_addfiles</MetadataURL>
</FeatureType>
<FeatureType>
<Name>multi</Name>
<Title>multi</Title>
<SRS>EPSG:27700</SRS>
<LatLongBoundingBox minx="0" miny="0" maxx="100" maxy="100" />
<MetadataURL type="ISOTC211/19115" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=multi</MetadataURL>
<MetadataURL type="TC211" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=multi</MetadataURL>
</FeatureType>
<FeatureType>
<Name>withnullvalues</Name>
<Title>withnullvalues</Title>
<SRS>EPSG:27700</SRS>
<LatLongBoundingBox minx="10" miny="30" maxx="10" maxy="30" />
<MetadataURL type="ISOTC211/19115" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=withnullvalues</MetadataURL>
<MetadataURL type="TC211" format="text/xml">http://localhost/path/to/wfs_simple?request=GetMetadata&amp;layer=withnullvalues</MetadataURL>
</FeatureType>
</FeatureTypeList>

Expand Down

0 comments on commit 04459d1

Please sign in to comment.