spatial-algorithms
spatial-algorithms copied to clipboard
is_valid
To be able to validate that geometries are simple (per the v2 spec), we'll need is_valid.
Question: should is_valid also return false if the winding order is incorrect? Or should we also expose correct?
/cc @artemp @mapbox/core-tech