Skip to content

Commit eba8d20

Browse files
authored
Merge pull request qgis#60043 from pathmapper/inspire_protocol_values
[metasearch] Add INSPIRE protocol values
2 parents e91e997 + 0469a27 commit eba8d20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/plugins/MetaSearch/link_types.py

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"OGC:WMS-1.3.0-http-get-capabilities",
3232
"urn:x-esri:specification:ServiceType:wms:url",
3333
"urn:x-esri:specification:ServiceType:Gmd:URL.wms",
34+
"OGC Web Map Service",
35+
"OGC Web Map Tile Service",
3436
]
3537

3638
WFS_LINK_TYPES = [
@@ -40,6 +42,7 @@
4042
"OGC:WFS-1.1.0-http-get-capabilities",
4143
"urn:x-esri:specification:ServiceType:wfs:url",
4244
"urn:x-esri:specification:ServiceType:Gmd:URL.wfs",
45+
"OGC Web Feature Service",
4346
]
4447

4548
WCS_LINK_TYPES = [
@@ -48,6 +51,7 @@
4851
"OGC:WCS-1.1.0-http-get-capabilities",
4952
"urn:x-esri:specification:ServiceType:wcs:url",
5053
"urn:x-esri:specification:ServiceType:Gmd:URL.wcs",
54+
"OGC Web Coverage Service",
5155
]
5256

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

0 commit comments

Comments
 (0)