[GRASS-SVN] r32821 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 16 13:06:22 EDT 2008


Author: cmbarton
Date: 2008-08-16 13:06:22 -0400 (Sat, 16 Aug 2008)
New Revision: 32821

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py
Log:
Added more missing layer types.

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py	2008-08-16 16:08:08 UTC (rev 32820)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py	2008-08-16 17:06:22 UTC (rev 32821)
@@ -219,7 +219,8 @@
         if type not in ('raster', '3d-raster', 'vector',
                         'overlay', 'command',
                         'shaded', 'rgb', 'his', 'rastarrow',
-                        'thememap', 'themechart'):
+                        'thememap', 'themechart', 'grid', 'labels',
+                        'geodesic','rhumb'):
             raise gcmd.GStdError(_("Unsupported map layer type '%s'") % str(type))
         
         self.type = type



More information about the grass-commit mailing list