[GRASS-SVN] r31998 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 5 01:41:57 EDT 2008
Author: martinl
Date: 2008-07-05 01:41:57 -0400 (Sat, 05 Jul 2008)
New Revision: 31998
Modified:
grass/trunk/gui/wxpython/gui_modules/mapdisp.py
Log:
nviz2: virtual OnZoomToRaster method added
Modified: grass/trunk/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/mapdisp.py 2008-07-05 04:40:02 UTC (rev 31997)
+++ grass/trunk/gui/wxpython/gui_modules/mapdisp.py 2008-07-05 05:41:57 UTC (rev 31998)
@@ -160,6 +160,9 @@
def OnZoomToMap(self, event):
pass
+ def OnZoomToRaster(self, event):
+ pass
+
def GetSelectedLayer(self, nviz=False, index=False):
"""Get selected layer from layer tree
More information about the grass-commit
mailing list