Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.12 KB

Simplify.js is a high-performance JavaScript polyline simplification library by Vladimir Agafonkin, extracted from Leaflet.

Checkout the demo with docs: http://mourner.github.io/simplify-js/

Ports

This Fork

  • Does not discard values if they are NaN
  • Uses [xVal, yVal] instead of {x: xVal, y: yVal} for point format
  • Removed simple distance based simplification / preprocessing step