mapshaper 0.5.108 → 0.5.111
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 +479 -381
- package/package.json +4 -2
- package/www/index.html +3 -0
- package/www/mapshaper-gui.js +95 -62
- package/www/mapshaper.js +479 -381
- package/www/modules.js +5 -1
- package/www/page.css +26 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
v0.5.111
|
|
2
|
+
* Added -snap endpoints option, for snapping together line endpoints that don't quite meet.
|
|
3
|
+
* Added buttons to the basemaps menu.
|
|
4
|
+
* -if/-elif commands work (with limited functionality) with zero or multiple target layers.
|
|
5
|
+
|
|
6
|
+
v0.5.110
|
|
7
|
+
* Preliminary support for importing .kml files
|
|
8
|
+
* Support for .kmz files in the browser UI
|
|
9
|
+
* Bug fixes
|
|
10
|
+
|
|
11
|
+
v0.5.109
|
|
12
|
+
* Support setting linejoin and linecap for individual SVG features.
|
|
13
|
+
|
|
1
14
|
v0.5.108
|
|
2
15
|
* Bug fixes
|
|
3
16
|
* Added file_exists() to -if/-elif expressions
|