simplify-geometry
simplify-geometry copied to clipboard
Simplify geometry using the Ramer–Douglas–Peucker algorithm.
Hello! When I simplify this polygon:  with a tolerance=0.5 I get this:  As you can see in the above image i get a pattern of two vertices really...
I'm working on a project that use your simplifyGeometry function a lot (https://github.com/Wilkins/gpx-simplify-optimizer). And I found that sometimes with a `tolerance = 0` it simplifies more than it should. I...