[GRASS-dev] [GRASS GIS] #2548: map display 3d view: error to display vector point

#2548: map display 3d view: error to display vector point
---------------------+-------------------------
  Reporter: hellik | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: major | Milestone: 7.0.6
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
       CPU: x86-64 | Platform: MSWindows 7
---------------------+-------------------------

Comment (by hellik):

Replying to [comment:3 annakrat]:
> So it seems Windows only problem.

tested by

{{{
System Info
GRASS version: 7.2.svn
GRASS SVN revision: r69794
Build date: 2016-11-13
Build platform: x86_64-w64-mingw32
GDAL: 2.1.2
PROJ.4: 4.9.3
GEOS: 3.5.0
SQLite: 3.14.1
Python: 2.7.5
wxPython: 2.8.12.1
Platform: Windows-8-6.2.9200
}}}

with the NC example mentioned above.

{{{
Starting 3D view mode...
Traceback (most recent call last):
   File "C:\Program Files\GRASS GIS
7.2.svn\gui\wxpython\nviz\tools.py", line 3247, in
OnSetRaster

self.UpdateSurfacePage(layer, data, updateName=False)
   File "C:\Program Files\GRASS GIS
7.2.svn\gui\wxpython\nviz\tools.py", line 5370, in
UpdateSurfacePage

self.OnSurfaceAxis(None)
   File "C:\Program Files\GRASS GIS
7.2.svn\gui\wxpython\nviz\tools.py", line 3784, in
OnSurfaceAxis

id = data['surface']['object']['id']
KeyError
:
'object'
Loading raster map <elevation@PERMANENT>...
Loading raster map <elevation@PERMANENT>...
Translating colors from raster map <elevation@PERMANENT>...
Vector map <overpasses@PERMANENT> loaded (117 points)
}}}

it's in the winGRASS7.0.x and winGRASS7.2.line.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2548#comment:7&gt;
GRASS GIS <https://grass.osgeo.org>