[sextante] fixed graticule creation algorithm

This commit is contained in:
Victor Olaya 2013-07-03 21:17:24 +02:00
parent f6b73c066c
commit 3f9890fc4b

View File

@ -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):