Skip to content

Commit caf1f36

Browse files
author
volayaf
committed
changed grass default resolution to 100 (#5700)
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@203 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent cd4b9fe commit caf1f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sextante/grass/GrassAlgorithmProvider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initializeSettings(self):
2828
SextanteConfig.addSetting(Setting(self.getDescription(), GrassUtils.GRASS_REGION_YMIN, "GRASS Region min y", 0))
2929
SextanteConfig.addSetting(Setting(self.getDescription(), GrassUtils.GRASS_REGION_XMAX, "GRASS Region max x", 1000))
3030
SextanteConfig.addSetting(Setting(self.getDescription(), GrassUtils.GRASS_REGION_YMAX, "GRASS Region max y", 1000))
31-
SextanteConfig.addSetting(Setting(self.getDescription(), GrassUtils.GRASS_REGION_CELLSIZE, "GRASS Region cellsize", 1))
31+
SextanteConfig.addSetting(Setting(self.getDescription(), GrassUtils.GRASS_REGION_CELLSIZE, "GRASS Region cellsize", 100))
3232
SextanteConfig.addSetting(Setting(self.getDescription(), GrassUtils.GRASS_HELP_FOLDER, "GRASS help folder", GrassUtils.grassHelpPath()))
3333

3434
def unload(self):

0 commit comments

Comments
 (0)