mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[sextante] fixed graticule creation algorithm
This commit is contained in:
parent
f6b73c066c
commit
3f9890fc4b
@ -416,7 +416,7 @@ class mmqgisx_grid_algorithm(GeoAlgorithm):
|
||||
originy = centery - (height / 2.0)
|
||||
gridtype = self.gridtype_options[self.getParameterValue(self.GRIDTYPE)]
|
||||
|
||||
crsId = self.getParameterValue(self.TARGET_CRS)
|
||||
crsId = self.getParameterValue(self.CRS)
|
||||
self.crs = QgsCoordinateReferenceSystem(crsId)
|
||||
|
||||
if (hspacing <= 0) or (vspacing <= 0):
|
||||
|
Loading…
x
Reference in New Issue
Block a user