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
If you import data from WKB format and then export it as geoJSON. The geoJSON isn't valid if the right hand rule is not met. Since 2016 geoJSON is a formal IETF specification and it requires the right hand rule to be valid.
The spec for the right hand rule is:
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.
The text was updated successfully, but these errors were encountered:
If you import data from WKB format and then export it as geoJSON. The geoJSON isn't valid if the right hand rule is not met. Since 2016 geoJSON is a formal IETF specification and it requires the right hand rule to be valid.
The spec for the right hand rule is:
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.
The text was updated successfully, but these errors were encountered: