You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a line that is closed (starts and ends at the same location), it will be interpreted as a polygon, and therefore get the border of the map in the resulting geometry/line.
This could be quite a tricky one, and is pretty much a duplicate of #158.
It suggest the correct solution might be to ensure that matplotlib is producing the appropriate Path codes in all cases (or enforcing that on the GeoAxes).
Description
When adding a line that is closed (starts and ends at the same location), it will be interpreted as a polygon, and therefore get the border of the map in the resulting geometry/line.
Code to reproduce
Cartopy version
v0.16
The text was updated successfully, but these errors were encountered: