mapshaper 0.5.109 → 0.5.112

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,18 @@
1
+ v0.5.112
2
+ * Added support for labels with symbols.
3
+ * Symbols created with the -symbols command have a default size (e.g. `-symbols type=star` creates star symbols with a default size).
4
+ * Mapshaper no longer outputs SVG circles with radius 0.
5
+
6
+ v0.5.111
7
+ * Added -snap endpoints option, for snapping together line endpoints that don't quite meet.
8
+ * Added buttons to the basemaps menu.
9
+ * -if/-elif commands work (with limited functionality) with zero or multiple target layers.
10
+
11
+ v0.5.110
12
+ * Preliminary support for importing .kml files
13
+ * Support for .kmz files in the browser UI
14
+ * Bug fixes
15
+
1
16
  v0.5.109
2
17
  * Support setting linejoin and linecap for individual SVG features.
3
18