[GRASS-dev] [GRASS GIS] #3294: g.gui.tplot: error when trying to plot a STVDS
GRASS GIS
trac at osgeo.org
Mon May 6 06:04:01 PDT 2019
#3294: g.gui.tplot: error when trying to plot a STVDS
---------------------+-------------------------
Reporter: lrntct | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: normal | Milestone: 7.8.0
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: Linux
---------------------+-------------------------
Changes (by veroandreo):
* version: 7.2.0 => svn-trunk
* milestone: 7.2.4 => 7.8.0
Comment:
Changing milestone. I get the last error reported:
{{{
Traceback (most recent call last):
File "/home/veroandreo/software/grass7_trunk/dist.x86_64
-pc-linux-gnu/gui/wxpython/tplot/frame.py", line 882, in
OnRedraw
self._redraw()
File "/home/veroandreo/software/grass7_trunk/dist.x86_64
-pc-linux-gnu/gui/wxpython/tplot/frame.py", line 893, in
_redraw
self._getSTVDData(self.datasetsV)
File "/home/veroandreo/software/grass7_trunk/dist.x86_64
-pc-linux-gnu/gui/wxpython/tplot/frame.py", line 566, in
_getSTVDData
lay = int(row['layer'])
TypeError
:
int() argument must be a string or a number, not 'NoneType'
Traceback (most recent call last):
File "/home/veroandreo/software/grass7_trunk/dist.x86_64
-pc-linux-gnu/gui/wxpython/tplot/frame.py", line 882, in
OnRedraw
self._redraw()
File "/home/veroandreo/software/grass7_trunk/dist.x86_64
-pc-linux-gnu/gui/wxpython/tplot/frame.py", line 893, in
_redraw
self._getSTVDData(self.datasetsV)
File "/home/veroandreo/software/grass7_trunk/dist.x86_64
-pc-linux-gnu/gui/wxpython/tplot/frame.py", line 566, in
_getSTVDData
lay = int(row['layer'])
TypeError
:
int() argument must be a string or a number, not 'NoneType'
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3294#comment:11>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list