-
-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Error occurs when clicking on a first (vector) layer from the data tab. No problem right clicking a layer in the layers box and clicking Zoom to layer.
To reproduce
- Change 2D view to 3D view in the Map Display
- Double click on a layer from the data tab

- See error in console tab
Expected behavior
Screenshots
System description
-
Operating System: Windows 11 24H226100.2605
-
GRASS GIS version: 8.5.0dev, from osgeo4w grass-dev 429 grass-dev-8.5-429-d6dec75dd-1 for commit d6dec75
Originally found on Ubuntu 22.04 through WSL on the same windows computer, compiled from source, python 3.12.7, wxPython 4.2.2 too. -
details about further software components
- run
g.version -rgein a GRASS GIS terminal session or check in
the GUI menu "Help > About" - run
python3 -c "import sys, wx; print(sys.version); print(wx.version())"
to print the Python and wxPython version numbers
- run
(Mon Dec 23 19:11:37 2024) Command finished (1 sec)
System Info
GRASS version: 8.5.0dev
Code revision: d6dec75dd
Build date: 2024-12-23
Build platform: x86_64-w64-mingw32
GDAL: 3.9.3
PROJ: 9.5.0
GEOS: 3.13.0
SQLite: 3.46.1
Python: 3.12.8
wxPython: 4.2.2
Platform: Windows-11-10.0.26100-SP0 (OSGeo4W)
Additional context
I have a solution, to make the layer argument optional, and it works here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
