grass
grass copied to clipboard
[Bug] d.rast.num not aligned right after Zoom to saved region
Describe the bug
d.rast.num rendering is not aligned immediately after Zoom to saved region.
To Reproduce Steps to reproduce the behavior:
In NC sample dataset,
- Start
g.gui(same issue withd.mon wx0) - Add
elevationraster - Zoom to a small region
- Save display geometry to named region "test"
- Zoom to full extent
- Zoom to saved region "test"
- Add raster cell numbers and Yes to the display resolution dialog; No with
-aflag (Align grid with raster cells) results in the same issue - Select elevation and OK
- Panning away fixes the alignment
Expected behavior Nicely aligned number grid.
Screenshots
System description (please complete the following information):
- Operating System: Linux
- GRASS GIS version: main branch
Additional context The test was done without #3489.
Related issues: #3502, #3504
This issue is a combination of #3504 (base map redrawing) and #3505 (aspect ratio).