mapshaper 0.5.78 → 0.5.82
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 +700 -394
- package/package.json +1 -1
- package/www/mapshaper-gui.js +0 -1
- package/www/mapshaper.js +700 -394
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
|
+
v0.5.82
|
|
2
|
+
* More options for arrow styling.
|
|
3
|
+
|
|
4
|
+
v0.5.81
|
|
5
|
+
* Bug fixes
|
|
6
|
+
|
|
7
|
+
v0.5.80
|
|
8
|
+
* Added arrows, stars and polygons to undocumented -symbols command.
|
|
9
|
+
|
|
10
|
+
v0.5.79
|
|
11
|
+
* More permissive importing of some non-standard Shapefiles.
|
|
12
|
+
|
|
1
13
|
v0.5.78
|
|
2
14
|
* Added support for reading and writing fixed-width text files.
|
|
15
|
+
* Bug fixes.
|
|
3
16
|
|
|
4
17
|
v0.5.77
|
|
5
18
|
* Added -dashlines command (formerly -split-lines).
|