Skip to content

Releases: mbloch/mapshaper

v0.6.112

12 Sep 03:17
Compare
Choose a tag to compare
  • 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

19 Aug 18:30
Compare
Choose a tag to compare
  • Switched to better-performing robust segment geometry functions using BigInt (instead of big.js).

v0.6.110

13 Aug 21:26
Compare
Choose a tag to compare
  • 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.109

31 Jul 18:37
Compare
Choose a tag to compare
  • Fixed a geometry error

v0.6.108

27 Jul 23:32
Compare
Choose a tag to compare
  • [web] Fix for coordinate precision of drawn rectangles

v0.6.107

26 Jul 19:53
Compare
Choose a tag to compare
  • [web] Added Display menu to configure basemaps and several other settings.

v0.6.106

01 Jul 02:01
Compare
Choose a tag to compare
  • Bug fixes

v0.6.105

28 Jun 15:16
Compare
Choose a tag to compare
  • Updated basemap api keys

v0.6.104

26 Jun 18:45
Compare
Choose a tag to compare
  • Updated rollup

v0.6.103

26 Jun 17:20
Compare
Choose a tag to compare
  • 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.