Releases: mbloch/mapshaper
Releases · mbloch/mapshaper
v0.5.117
- Support reading DBF files larger than 2GB (command line program only).
v0.5.116
- Prevent 0-length DBF string fields, for interoperability with PostGIS.
v0.5.113
- 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
- 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
- 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
- Preliminary support for importing .kml files
- Support for .kmz files in the browser UI
- Bug fixes
v0.5.109
- Support setting linejoin and linecap for individual SVG features.
v0.5.108
- Bug fixes
- Added file_exists() to -if/-elif expressions