Skip to content

Commit d1d15b9

Browse files
authored
Change CSW to WMTS in service type for WmtsGetCaps class
1 parent bcef348 commit d1d15b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeoHealthCheck/plugins/probe/owsgetcaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def __init__(self):
146146

147147
PARAM_DEFS = Plugin.merge(OwsGetCaps.PARAM_DEFS, {
148148
'service': {
149-
'value': 'CSW'
149+
'value': 'WMTS'
150150
},
151151
'version': {
152152
'default': '1.0.0',

0 commit comments

Comments
 (0)