[GRASS-dev] [GRASS GIS] #2710: vector digitizer: new vector layer is not checked in layer manager
GRASS GIS
trac at osgeo.org
Sat Jul 18 07:00:56 PDT 2015
#2710: vector digitizer: new vector layer is not checked in layer manager
----------------------------------+-------------------------
Reporter: annakrat | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: wxGUI | Version: svn-trunk
Keywords: digitizer, rendering | CPU: Unspecified
Platform: All |
----------------------------------+-------------------------
When I start vector digitizer and add a new vector, it is added to the
layer manager but not checked, so when I digitize, I don't see anything.
Additionally, on Mac this error is produced:
{{{
Rendering failed: Expecting 800x586 image but got 800x622 image.
Traceback (most recent call last):
File "/usr/local/grass-7.1.svn/gui/wxpython/mapwin/buffered.py", line
845, in _updateM
windres=self._properties.resolution)
File "/usr/local/grass-7.1.svn/gui/wxpython/core/render.py", line 1120,
in Render
self.renderMgr.Render(force, windres)
File "/usr/local/grass-7.1.svn/gui/wxpython/core/render.py", line 520,
in Render
if self._renderLayers(env, force, windres) == 0:
File "/usr/local/grass-7.1.svn/gui/wxpython/core/render.py", line 481,
in _renderLayers
layer.GetRenderMgr().updateProgress.emit(layer=layer)
File "/usr/local/grass-7.1.svn/etc/python/grass/pydispatch/signal.py",
line 229, in emit
dispatcher.send(signal=self, *args, **kwargs)
File
"/usr/local/grass-7.1.svn/etc/python/grass/pydispatch/dispatcher.py", line
349, in send
**named
File
"/usr/local/grass-7.1.svn/etc/python/grass/pydispatch/robustapply.py",
line 60, in robustApply
return receiver(*arguments, **named)
File "/usr/local/grass-7.1.svn/gui/wxpython/core/render.py", line 634,
in ReportProgress
self.renderDone.emit()
File "/usr/local/grass-7.1.svn/etc/python/grass/pydispatch/signal.py",
line 229, in emit
dispatcher.send(signal=self, *args, **kwargs)
File
"/usr/local/grass-7.1.svn/etc/python/grass/pydispatch/dispatcher.py", line
349, in send
**named
File
"/usr/local/grass-7.1.svn/etc/python/grass/pydispatch/robustapply.py",
line 60, in robustApply
return receiver(*arguments, **named)
File "/usr/local/grass-7.1.svn/gui/wxpython/core/render.py", line 563,
in OnRenderDone
raise GException(_("Rendering failed: %s" % msg))
GException: Rendering failed: Expecting 800x586 image but got 800x622
image.
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2710>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list