TNOCS / minify-geojson

Minifies (compresses) a GeoJSON file, i.e. by removing properties or using fewer decimals for coordinates.
MIT License
26 stars 3 forks source link

Filter features based on their properties #12

Closed erikvullings closed 8 years ago

erikvullings commented 8 years ago

For example, remove all features where WATER = TRUE, or only keep those features where CITY = AMSTERDAM.