Releases: mbloch/mapshaper
Releases · mbloch/mapshaper
v0.6.61
- Introduced the
fix-geometry
option to the -snap
and -o
commands, for removing segment intersections caused by coordinate rounding and TopoJSON quantization.
v0.6.59
- Second attempted fix for -require error on Windows.
v0.6.58
- Fix for -require error on Windows.
v0.6.57
- Added io.ifile() method for creating dynamic input files in the run command
v0.6.56
- Added support for importing ES modules using the -require command.
- Removed the -require init= function.
v0.6.55
- Improvements to the web UI intersections tool.
v0.6.54
- Only check for line self-intersections in web UI if user clicks the "Check line intersections" label.
- Added support for curly-bracket delimited expressions to -run command strings.
v0.6.53
- Added -classify outer-breaks=<min,max> option, for limiting the effective data range when calculating equal-interval breaks and continuous color ramps.
v0.6.52
- Added -calc + option, which saves calc output to a new layer.
- Added -info + option, which saves info output to a new layer.
v0.6.51
- Improved support for running applyCommands() api function in a web browser.