Cartopy Grid as seperrate "Artists" to redraw when zooming/panning #19
Labels
No Label
analysis
bug
documentation
enhancement
feature
incompatibility
management
Priority:0
Priority:1
Priority:2
Priority:3
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: marcel/pylot#19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cartopy currently does not generate the geographic axis grid labels as a seperate artist, so they can not be easily redrawn when zooming/panning. Removing a grid is currently very prone to bug when mouse actions are performed faster than the map can react.
Will be fixed by Cartopy Devs in the near future. Remember to correctly implement grid in
utils/array_map.py
after the cartopy fix.Should be solved with #2e49813292