diff --git a/pygeoapi/provider/mapscript_.py b/pygeoapi/provider/mapscript_.py index b9175b7..6816243 100644 --- a/pygeoapi/provider/mapscript_.py +++ b/pygeoapi/provider/mapscript_.py @@ -83,7 +83,6 @@ class MapScriptProvider(BaseProvider): self._layer.connection = self.data self._layer.type = getattr(mapscript, self.options['type']) - self._layer.sizeunits = mapscript.MS_DD try: self.crs = int(self.options['projection'])