Releases: mbloch/mapshaper
Releases · mbloch/mapshaper
v0.6.50
- Fix for label dragging bug.
v0.6.49
- 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
- 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
- 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
- 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
- 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
- Added -style css= option for adding inline CSS to SVG symbols.
- Bug fixes
v0.6.42
- Added "+ add field" button to web ui inspector in attribute editing mode.