mapshaper 0.5.81 → 0.5.85
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 +13 -0
- package/mapshaper.js +411 -178
- package/package.json +1 -1
- package/www/mapshaper.js +411 -178
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
v0.5.85
|
|
2
|
+
* Improved arrow and star symbols.
|
|
3
|
+
|
|
4
|
+
v0.5.84
|
|
5
|
+
* Bug fixes
|
|
6
|
+
|
|
7
|
+
v0.5.83
|
|
8
|
+
* Added support for importing GeoJSON features with GeometryCollection type geometries.
|
|
9
|
+
* Added "ring" symbol type.
|
|
10
|
+
|
|
11
|
+
v0.5.82
|
|
12
|
+
* More options for arrow styling.
|
|
13
|
+
|
|
1
14
|
v0.5.81
|
|
2
15
|
* Bug fixes
|
|
3
16
|
|