Releases: mbloch/mapshaper
Releases · mbloch/mapshaper
v0.6.112
- Support for drag-dropping or pasting datafile hyperlinks from a web page onto the web UI.
- Added -o show-all option for exporting snapshots from the CLI with all layers visible in GUI.
v0.6.111
- Switched to better-performing robust segment geometry functions using BigInt (instead of big.js).
v0.6.110
- Switched to arbitrary-precision math to improve reliability of -clean, -dissolve2 and several other commands.
- Added keep-shapes option to -filter-slivers to retain one ring in multipart polygon features that would otherwise be removed completely.
- Removed the -q/--quick-view option from mapshaper-gui. Now, "quick view" (skipping the import prompt) is the default.
- Added -i/--import-prompt option to mapshaper-gui, to display the import prompt if desired.
- Now, SVG coordinate precision is settable using the -o precision= option (previously SVG precision was always two decimals).
v0.6.108
- [web] Fix for coordinate precision of drawn rectangles
v0.6.107
- [web] Added Display menu to configure basemaps and several other settings.
v0.6.103
- Added -join min-overlap-pct= and min-overlap-area= options for polygon-polygon joins.
- Added support for interpolating categorical data fields using
join interpolate=
.
- Switched from browserify to rollup for bundling Node.js libraries for the web UI.