GeoJSON Simplify
Reduce the number of points in a GeoJSON line or polygon (Douglas-Peucker).
Related tools
How it works
- 1
Paste GeoJSON
Paste a LineString, Polygon or MultiPolygon.
- 2
Set a tolerance
Higher tolerance removes more points.
- 3
Copy the result
The simplified GeoJSON is generated instantly.
FAQ
- What algorithm does this use?
- Ramer-Douglas-Peucker, the standard line/polygon simplification algorithm (via Turf.js).
