Skip to content

Releases: mbloch/mapshaper

v0.5.117

08 May 19:21
Compare
Choose a tag to compare
  • Support reading DBF files larger than 2GB (command line program only).

v0.5.116

07 May 01:12
Compare
Choose a tag to compare
  • Prevent 0-length DBF string fields, for interoperability with PostGIS.

v0.5.115

01 May 16:47
Compare
Choose a tag to compare
  • Scalebar tweaks.

v0.5.114

30 Apr 04:49
Compare
Choose a tag to compare
  • Bug fixes

v0.5.113

26 Apr 20:18
Compare
Choose a tag to compare
  • Added -symbols arrow-style=stick option, for making stick arrows
  • Added -symbols stroke= and -symbols stroke-width= options for styling stick arrows

v0.5.112

16 Apr 18:30
Compare
Choose a tag to compare
  • Added support for labels with symbols.
  • Symbols created with the -symbols command have a default size (e.g. -symbols type=star creates star symbols with a default size).
  • Mapshaper no longer outputs SVG circles with radius 0.

v0.5.111

13 Apr 01:42
Compare
Choose a tag to compare
  • Added -snap endpoints option, for snapping together line endpoints that don't quite meet.
  • Added buttons to the basemaps menu.
  • -if/-elif commands work (with limited functionality) with zero or multiple target layers.

v0.5.110

11 Apr 02:16
Compare
Choose a tag to compare
  • Preliminary support for importing .kml files
  • Support for .kmz files in the browser UI
  • Bug fixes

v0.5.109

05 Apr 05:57
Compare
Choose a tag to compare
  • Support setting linejoin and linecap for individual SVG features.

v0.5.108

04 Apr 03:49
Compare
Choose a tag to compare
  • Bug fixes
  • Added file_exists() to -if/-elif expressions