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 4e5125b commit 9cd5eedCopy full SHA for 9cd5eed
python/plugins/processing/algs/qgis/Grid.py
@@ -96,7 +96,7 @@ def processAlgorithm(self, progress):
96
raise GeoAlgorithmExecutionException(
97
self.tr('Vertical spacing is too small for the covered area'))
98
99
- if self.TYPES[idx].find('polygon') >= 0:
+ if self.types[idx].find('polygon') >= 0:
100
geometryType = QGis.WKBPolygon
101
else:
102
geometryType = QGis.WKBLineString
0 commit comments