[GRASS-dev] [GRASS GIS] #3873: winGRASS Version: 7.7.dev - deprecated warning in 3D modus
GRASS GIS
trac at osgeo.org
Mon Jul 22 06:39:49 PDT 2019
#3873: winGRASS Version: 7.7.dev - deprecated warning in 3D modus
------------------------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: wxGUI | Version: svn-trunk
Keywords: python3, py3, wingrass | CPU: All
Platform: MSWindows |
------------------------------------+-------------------------
tested with
{{{
System Info
GRASS Version: 7.7.dev
Code revision: 2929fffa9
Build date: 2019-07-21
Build platform: x86_64-w64-mingw32
GDAL: 2.4.1
PROJ.4: 5.2.0
GEOS: 3.7.2
SQLite: 3.26.0
Python: 3.7.0
wxPython: 4.0.3
Platform: Windows-10-10.0.18362-SP0 (OSGeo4W)
}}}
add NC elevation sample data set, then switch to 3D modus in map display
{{{
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:58
08: wxPyDeprecationWarning: Call to deprecated item. Use
SetToolTip instead.
_("Adjusts the distance and direction of the image
viewpoint"))
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:30
90: wxPyDeprecationWarning: Call to deprecated item. Use
SetToolTip instead.
text.SetToolTipString(tooltip)
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:93
0: wxPyDeprecationWarning: Call to deprecated item. Use
SetToolTip instead.
color.SetToolTipString(_("Change wire color"))
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:58
43: wxPyDeprecationWarning: Call to deprecated item. Use
SetToolTip instead.
self.SetToolTipString(_("Adjusts the light direction. "
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:55
9: wxPyDeprecationWarning: Call to deprecated item. Use
SetToolTip instead.
_("Frames are recorded with given frequency (FPS). "))
Lade Rasterkarte <elevation at PERMANENT>...
Lade Rasterkarte <elevation at PERMANENT>...
Übersetze Farben der Rasterkarte <elevation at PERMANENT>...
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:52
18: wxPyDeprecationWarning: Call to deprecated item. Use
GetSize instead
width = help.GetGrandParent().GetSizeTuple()[0]
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3873>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list