[GRASS-SVN] r52925 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 26 05:54:49 PDT 2012


Author: mmetz
Date: 2012-08-26 05:54:49 -0700 (Sun, 26 Aug 2012)
New Revision: 52925

Modified:
   grass/trunk/gui/wxpython/core/settings.py
Log:
wxGUI: display only points, lines, areas by default (alike simple features)

Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py	2012-08-26 12:39:29 UTC (rev 52924)
+++ grass/trunk/gui/wxpython/core/settings.py	2012-08-26 12:54:49 UTC (rev 52925)
@@ -292,10 +292,10 @@
                         'enabled' : True
                         },
                     'centroid' : {
-                        'enabled' : True
+                        'enabled' : False
                         },
                     'boundary' : {
-                        'enabled' : True
+                        'enabled' : False
                         },
                     'area' : {
                         'enabled' : True



More information about the grass-commit mailing list