Skip to content

Releases: mbloch/mapshaper

v0.2.6

26 Oct 05:21
Compare
Choose a tag to compare
  • Add -o drop-table option
  • Infer output file type from file name
  • Bug fixes

v0.2.5

26 Oct 05:21
Compare
Choose a tag to compare
  • Add -o force option to overwrite existing files instead of renaming output files
  • Bug fix

v0.2.4

26 Oct 05:21
Compare
Choose a tag to compare
  • Add -o precision option for rounding output coordinates
  • Add -i /dev/stdin and alias -i - to receive data via stdin (single-file Topo/GeoJSON input only)
  • Add -o /dev/stdout and alias -o - to send output to stdout (single-file JSON output only)
  • Add support for Travis CI

v0.2.3

26 Oct 14:18
Compare
Choose a tag to compare
  • Add -i id-field= option: import Topo/GeoJSON 'id' property to the specified data field
  • Extend -o id-field= option to GeoJSON Features (previously TopoJSON only)

v0.2.2

26 Oct 14:18
Compare
Choose a tag to compare
  • Update weighting function for weighted Visvalingam simplification
  • Add support for loading mapshaper.js with RequireJS
  • Improve display of information with -info command
  • Add undocumented -dissolve2 command, which can dissolve overlapping polygons

v0.2.1

26 Oct 14:19
Compare
Choose a tag to compare
  • Improve performance of -erase when erase layer contains many small polygons

v0.2.0

26 Oct 14:19
Compare
Choose a tag to compare
  • New command line syntax
  • New -clip and -erase commands
  • Many bug fixes