Skip to content

Commit

Permalink
Merge pull request #60043 from pathmapper/inspire_protocol_values
Browse files Browse the repository at this point in the history
[metasearch] Add INSPIRE protocol values
  • Loading branch information
rouault authored Jan 7, 2025
2 parents e91e997 + 0469a27 commit eba8d20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/plugins/MetaSearch/link_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"OGC:WMS-1.3.0-http-get-capabilities",
"urn:x-esri:specification:ServiceType:wms:url",
"urn:x-esri:specification:ServiceType:Gmd:URL.wms",
"OGC Web Map Service",
"OGC Web Map Tile Service",
]

WFS_LINK_TYPES = [
Expand All @@ -40,6 +42,7 @@
"OGC:WFS-1.1.0-http-get-capabilities",
"urn:x-esri:specification:ServiceType:wfs:url",
"urn:x-esri:specification:ServiceType:Gmd:URL.wfs",
"OGC Web Feature Service",
]

WCS_LINK_TYPES = [
Expand All @@ -48,6 +51,7 @@
"OGC:WCS-1.1.0-http-get-capabilities",
"urn:x-esri:specification:ServiceType:wcs:url",
"urn:x-esri:specification:ServiceType:Gmd:URL.wcs",
"OGC Web Coverage Service",
]

AMS_LINK_TYPES = ["ESRI:ArcGIS:MapServer", "Esri REST: Map Service", "ESRI REST"]
Expand Down

0 comments on commit eba8d20

Please sign in to comment.