Skip to content

Releases: mbloch/mapshaper

v0.6.50

22 Nov 21:20
Compare
Choose a tag to compare
  • Fix for label dragging bug.

v0.6.49

17 Nov 04:23
Compare
Choose a tag to compare
  • Fix for issue #610 (geojson getters in -run and -each should return polygons with RFC 7946 winding order).
  • -join interpolate now works correctly when the source layer contains overlapping polygons.

v0.6.48

14 Nov 19:47
Compare
Choose a tag to compare
  • Added target.geojson getter that returns the contenst of the target layer as a GeoJSON FeatureCollection. Useful in the -run command for passing layer data to an external script.

v0.6.47

14 Nov 02:48
Compare
Choose a tag to compare
  • Added support for using JSON data as an argument to the -i command.
  • Added an io object with an io.addInputFile() method to the -run command's expression context, to support loading dynamically generated datasets.

v0.6.46

08 Nov 13:02
Compare
Choose a tag to compare
  • Added save to clipboard option to web UI export menu.
  • In -each expressions, this.geojson setter now accepts nulls and FeatureCollectsions in addition to single Features.

v0.6.45

06 Nov 03:28
Compare
Choose a tag to compare
  • Added -o hoist= option for moving GeoJSON Feature properties to the root of each Feature.
  • Simplification data is removed from snapshot files (except for temporary snapshots in the web UI).

v0.6.44

03 Oct 21:14
Compare
Choose a tag to compare
  • Added -style css= option for adding inline CSS to SVG symbols.
  • Bug fixes

v0.6.43

28 Sep 18:10
Compare
Choose a tag to compare
  • Bug fixes

v0.6.42

19 Aug 00:13
Compare
Choose a tag to compare
  • Added "+ add field" button to web ui inspector in attribute editing mode.

v0.6.41

04 Aug 04:34
Compare
Choose a tag to compare
  • Bug fixes