[GRASS-SVN] r32822 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 16 13:10:35 EDT 2008
Author: cmbarton
Date: 2008-08-16 13:10:35 -0400 (Sat, 16 Aug 2008)
New Revision: 32822
Modified:
grass/trunk/gui/wxpython/gui_modules/render.py
Log:
Backported bug fix for missing layer types from develbranch_6
Modified: grass/trunk/gui/wxpython/gui_modules/render.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/render.py 2008-08-16 17:06:22 UTC (rev 32821)
+++ grass/trunk/gui/wxpython/gui_modules/render.py 2008-08-16 17:10:35 UTC (rev 32822)
@@ -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