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
(Multi)LineStrings should not self-intersect. This will need a check to make sure that individual line segments don't intersect any others and that individual linestrings inside a MultiLineString don't share any points except endpoints (a.k.a "simple" linestrings).
The text was updated successfully, but these errors were encountered:
(Multi)LineStrings should not self-intersect. This will need a check to make sure that individual line segments don't intersect any others and that individual linestrings inside a MultiLineString don't share any points except endpoints (a.k.a "simple" linestrings).
The text was updated successfully, but these errors were encountered: