forked from SciTools/cartopy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Gridliner should handle offset central longitudes
This merges parallel multi linestring geometries from an intersection into a single linestring when possible. Before this, the line would start in the middle of the axes and then go to the boundaries. The previous logic would only take the start/end geometry points and would therefore put the labels in the middle of the axes at "0" instead of on the edges.
- Loading branch information
Showing
3 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-1.65 KB
(99%)
lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/gridliner_labels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters