remove sizing

This commit is contained in:
Tom Kralidis
2022-12-01 06:54:25 -05:00
committed by Angelos Tzotsos
parent 7fb420c142
commit 3ebaaaa27b
-1
View File
@@ -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'])