mapbox / spatial-algorithms

Spatial algorithms library for geometry.hpp
35 stars 10 forks source link

Simplification Algorithm #23

Open flippmoke opened 6 years ago

flippmoke commented 6 years ago

Add a new API for simplification of linestrings and polygon geometry -- could utilize the boost douglas puecker simplification algorithm, or use a customized simplification algorithm (possibly with SSE) from mapnik-vector-tile.