Takes a GeoJSON feature and returns points at all self-intersections.
Takes a kinked polygon and returns a feature collection of polygons that have no kinks.
A very simple script to compute all self-intersections in a GeoJSON polygon.
Takes a complex (i.e. self-intersecting) GeoJSON polygon, and breaks it down into its composite simple, non-self-intersecting one-ring polygons.