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
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.
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
The text was updated successfully, but these errors were encountered: