mapshaper 0.5.112 → 0.5.115
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 +10 -0
- package/mapshaper.js +810 -689
- package/package.json +1 -1
- package/www/mapshaper-gui.js +14 -7
- package/www/mapshaper.js +810 -689
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
v0.5.115
|
|
2
|
+
* Scalebar tweaks.
|
|
3
|
+
|
|
4
|
+
v0.5.114
|
|
5
|
+
* Bug fixes
|
|
6
|
+
|
|
7
|
+
v0.5.113
|
|
8
|
+
* Added -symbols arrow-style=stick option, for making stick arrows
|
|
9
|
+
* Added -symbols stroke= and -symbols stroke-width= options for styling stick arrows
|
|
10
|
+
|
|
1
11
|
v0.5.112
|
|
2
12
|
* Added support for labels with symbols.
|
|
3
13
|
* Symbols created with the -symbols command have a default size (e.g. `-symbols type=star` creates star symbols with a default size).
|