mapshaper 0.5.110 → 0.5.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ v0.5.113
2
+ * Added -symbols arrow-style=stick option, for making stick arrows
3
+ * Added -symbols stroke= and -symbols stroke-width= options for styling stick arrows
4
+
5
+ v0.5.112
6
+ * Added support for labels with symbols.
7
+ * Symbols created with the -symbols command have a default size (e.g. `-symbols type=star` creates star symbols with a default size).
8
+ * Mapshaper no longer outputs SVG circles with radius 0.
9
+
10
+ v0.5.111
11
+ * Added -snap endpoints option, for snapping together line endpoints that don't quite meet.
12
+ * Added buttons to the basemaps menu.
13
+ * -if/-elif commands work (with limited functionality) with zero or multiple target layers.
14
+
1
15
  v0.5.110
2
16
  * Preliminary support for importing .kml files
3
17
  * Support for .kmz files in the browser UI