[GRASS-SVN] r48175 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 6 20:33:21 EDT 2011
Author: martinl
Date: 2011-09-06 17:33:20 -0700 (Tue, 06 Sep 2011)
New Revision: 48175
Modified:
grass/trunk/gui/wxpython/gui_modules/gselect.py
Log:
wxGUI: new OGR polygon layer - GRASS feature type 'boundary'
Modified: grass/trunk/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gselect.py 2011-09-07 00:29:53 UTC (rev 48174)
+++ grass/trunk/gui/wxpython/gui_modules/gselect.py 2011-09-07 00:33:20 UTC (rev 48175)
@@ -1737,4 +1737,4 @@
elif sel == 1:
return 'line'
elif sel == 2:
- return 'area'
+ return 'boundary'
More information about the grass-commit
mailing list