mapshaper 0.5.95 → 0.5.98
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 +503 -395
- package/package.json +1 -1
- package/www/mapshaper-gui.js +63 -47
- package/www/mapshaper.js +503 -395
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
v0.5.98
|
|
2
|
+
* Better handling of null data by the -classify command.
|
|
3
|
+
|
|
4
|
+
v0.5.97
|
|
5
|
+
* Better warnings and error messages.
|
|
6
|
+
|
|
7
|
+
v0.5.96
|
|
8
|
+
* Added colors=random option to the -classify command.
|
|
9
|
+
* Added more sensible default behavior to the -classify command.
|
|
10
|
+
|
|
1
11
|
v0.5.95
|
|
2
12
|
* Added vertex deletion in "edit vertices" mode by double-clicking on non-endpoint vertices.
|
|
3
13
|
|