Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rectangle layer created with Draw Rectangle tool does not follow right-hand rule from GeoJSON spec #1314

Open
charlycou opened this issue Feb 15, 2023 · 0 comments

Comments

@charlycou
Copy link

It seems that rectangle layer coordinates do not follow "right-hand rule" from GeoJSON RDF when parsed to GeoJSON (i.e. "A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise." )
It can be an issue as the geojson could be misinterpreted as the reverse geometry on the other side of the globe following the right hand rule. Fortunatly the Antimeridian cutting rule from the RFC as well prevent such issue in most cases.

Playground:
https://codesandbox.io/s/awesome-chihiro-lrr1sk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant