github mbloch/mapshaper v0.7.1

latest releases: v0.7.26, v0.7.25, v0.7.24...
one month ago
  • Added documentation pages and a build script.
  • The -i command can now import a string of inline CSV data on the command line.
  • When exporting snapshot files from the CLI, targeted layers will all be visible when the snapshot is opened in the web UI.
  • Improved support for exporting CRS metadata in FlatGeobuf files.
  • Writing to a .kmz output filename now produces a real KMZ (zipped KML) instead of uncompressed KML.
  • The -vars and -defaults commands now write to a separate templating-scope store, distinct from the expression-scope store used by -define, -calc and -include. Values set by -vars are reachable from {{X}} substitution but no longer silently leak into JS expressions as bare names. Use -define for values you want visible in both contexts. {{X}} substitution falls back to the expression scope, so existing patterns like -calc 'N = count()' followed by {{N}} continue to work.

Don't miss a new mapshaper release

NewReleases is sending notifications on new releases.