Skip to content

Commit

Permalink
[metasearch] Add INSPIRE protocol values
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmapper committed Jan 3, 2025
1 parent 6f4df5d commit 0469a27
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 0469a27

Please sign in to comment.