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 45f3997 commit 703db39Copy full SHA for 703db39
pygeoapi/provider/mapscript_.py
@@ -75,7 +75,8 @@ def __init__(self, provider_def):
75
76
file_extension = self.data.split('.')[-1]
77
78
- if 'tileindex' in self.options and str2bool(self.options.get('tileindex', False)): # noqa
+ if str2bool(self.options.get('tileindex', False)):
79
+ LOGGER.debug('Setting tileindex')
80
self._layer.tileindex = self.data
81
else:
82
if file_extension in ['shp', 'tif']:
0 commit comments