Replies: 2 comments 4 replies
-
Hi, if you're looking to create a polygon over the entire world from which other holes can be cut, then please follow #2034. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Any ideas on how to draw a polygon or polyline correctly? So far I can only see splitting it into 2 polygons, but I don't need extra lines between them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Sorry if this has already been discussed or documented.
The rectangle with corner coordinates [-90; -20] to [90; 160] is drawn correctly from left to right.

The rectangle [-90; -20] to [90; 161] is drawn from right to left.

If the difference in longitudes is greater than 180, the figure changes the direction of drawing.
How can I avoid this effect?
Beta Was this translation helpful? Give feedback.
All reactions