Skip to content

Commit

Permalink
Harmonize MetadataURL in WFS test fixtures
Browse files Browse the repository at this point in the history
Ensures that MetadataURL is comparable across versions
  • Loading branch information
ejn committed Oct 28, 2024
1 parent 6a83aba commit 21ab3e0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
21 changes: 21 additions & 0 deletions fixtures/wfs/capabilities-pigma-1-0-0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@
<SRS>EPSG:2154</SRS>
<LatLongBoundingBox minx="-1.9540704007796161" miny="42.73286181824404" maxx="1.496463327812538"
maxy="45.717071228823876"/>
<MetadataURL type="TC211" format="text/plain">
https://www.pigma.org/geonetwork/?uuid=cbcae9a4-7fc0-4fc8-bd78-089af3af4e8a
</MetadataURL>
</FeatureType>
<FeatureType>
<Name>cd16:comptages_routiers_l</Name>
Expand All @@ -222,6 +225,15 @@
<SRS>EPSG:2154</SRS>
<LatLongBoundingBox minx="-0.4906009184568518" miny="45.175543885638376" maxx="0.9778719979726385"
maxy="46.14349349624617"/>
<MetadataURL type="TC211" format="text/html">
https://www.pigma.org/geonetwork?uuid=4d840710-3f09-4f48-aa31-d2c4c0ee6fda
</MetadataURL>
<MetadataURL type="19115" format="text/html">
https://www.pigma.org/geonetwork?uuid=4d840710-3f09-4f48-aa31-d2c4c0ee6fda
</MetadataURL>
<MetadataURL type="19115" format="text/xml">
https://www.pigma.org/geonetwork/srv/fre/xml_iso19139?uuid=4d840710-3f09-4f48-aa31-d2c4c0ee6fda
</MetadataURL>
</FeatureType>
<FeatureType>
<Name>cd16:hierarchisation_l</Name>
Expand All @@ -235,6 +247,15 @@
<SRS>EPSG:2154</SRS>
<LatLongBoundingBox minx="-0.4832134559131876" miny="45.18037755571674" maxx="0.9725372441782966"
maxy="46.13877580094452"/>
<MetadataURL type="TC211" format="text/html">
https://www.pigma.org/geonetwork?uuid=cd27adaa-0ec5-4934-9374-143df09fb9f6
</MetadataURL>
<MetadataURL type="19115" format="text/html">
https://www.pigma.org/geonetwork?uuid=cd27adaa-0ec5-4934-9374-143df09fb9f6
</MetadataURL>
<MetadataURL type="19115" format="text/xml">
https://www.pigma.org/geonetwork/srv/fre/xml_iso19139?uuid=cd27adaa-0ec5-4934-9374-143df09fb9f6
</MetadataURL>
</FeatureType>
</FeatureTypeList>
<ogc:Filter_Capabilities>
Expand Down
3 changes: 0 additions & 3 deletions fixtures/wfs/capabilities-pigma-2-0-0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,6 @@
<ows:UpperCorner>1.496463327812538 45.717071228823876</ows:UpperCorner>
</ows:WGS84BoundingBox>
<MetadataURL xlink:href="https://www.pigma.org/geonetwork/?uuid=cbcae9a4-7fc0-4fc8-bd78-089af3af4e8a"/>
<MetadataURL xlink:href="https://www.pigma.org/geonetwork/?uuid=cbcae9a4-7fc0-4fc8-bd78-089af3af4e8a"/>
<MetadataURL
xlink:href="https://www.pigma.org/geonetwork/srv/fre/xml_iso19139?uuid=cbcae9a4-7fc0-4fc8-bd78-089af3af4e8a"/>
<OutputFormats>
<Format>application/gml+xml; version=3.2</Format>
<Format>text/xml; subtype=gml/3.2.1</Format>
Expand Down

0 comments on commit 21ab3e0

Please sign in to comment.