[GRASS-SVN] r57626 - grass/branches/releasebranch_6_4/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 10 05:48:03 PDT 2013


Author: annakrat
Date: 2013-09-10 05:48:03 -0700 (Tue, 10 Sep 2013)
New Revision: 57626

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/core/workspace.py
Log:
wxNviz: point size and height are float (fix #2072, merge from trunk)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/core/workspace.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/core/workspace.py	2013-09-10 12:38:00 UTC (rev 57625)
+++ grass/branches/releasebranch_6_4/gui/wxpython/core/workspace.py	2013-09-10 12:48:03 UTC (rev 57626)
@@ -370,11 +370,11 @@
                                             nviz['vector']['points'])
                 
                 # height
-                self.__processLayerNvizNode(node_vpoints, 'height', int,
+                self.__processLayerNvizNode(node_vpoints, 'height', float,
                                             nviz['vector']['points'])
                 
                 # height
-                self.__processLayerNvizNode(node_vpoints, 'size', int,
+                self.__processLayerNvizNode(node_vpoints, 'size', float,
                                             nviz['vector']['points'])
                 
             # vlines



More information about the grass-commit mailing list