[GRASS-SVN] r57624 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 10 05:33:35 PDT 2013
Author: annakrat
Date: 2013-09-10 05:33:35 -0700 (Tue, 10 Sep 2013)
New Revision: 57624
Modified:
grass/trunk/gui/wxpython/core/workspace.py
Log:
wxNviz: point size and height are float (fix #2072)
Modified: grass/trunk/gui/wxpython/core/workspace.py
===================================================================
--- grass/trunk/gui/wxpython/core/workspace.py 2013-09-09 18:17:58 UTC (rev 57623)
+++ grass/trunk/gui/wxpython/core/workspace.py 2013-09-10 12:33:35 UTC (rev 57624)
@@ -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'])
# thematic
More information about the grass-commit
mailing list