max-mapper / simplify-geojson

apply the ramer-douglas-peucker line simplification to geojson features or feature collections in JS or on the CLI
178 stars 17 forks source link

add cli tests, usage (-h) #4

Closed ungoldman closed 8 years ago

ungoldman commented 8 years ago
Usage: simplify-geojson file [options]
    --tolerance, -t       Tolerance in degrees. 1 degree is roughly equivalent to 69 miles. (default: 0.001)
ungoldman commented 8 years ago

mergies