We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26263c8 commit 49bbf78Copy full SHA for 49bbf78
pygeoapi/provider/mapscript_.py
@@ -111,6 +111,9 @@ def __init__(self, provider_def):
111
cls.updateFromString(cls_def)
112
self._layer.insertClass(cls)
113
114
+ if self.options['type'] == 'MS_LAYER_RASTER':
115
+ self._layer.addProcessing('SCALE=AUTO')
116
+
117
except MapServerError as err:
118
LOGGER.warning(err)
119
raise ProviderConnectionError('Cannot connect to map service')
0 commit comments