mapshaper 0.5.71 → 0.5.75
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 +17 -1
- package/mapshaper.js +2245 -2016
- package/package.json +5 -5
- package/www/index.html +2 -2
- package/www/mapshaper-gui.js +2469 -5710
- package/www/mapshaper.js +2245 -2016
- package/www/page.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
v0.5.75
|
|
2
|
+
* Added support for importing data by copy-pasting files onto the web UI (works in Chrome and Safari but not Firefox).
|
|
3
|
+
|
|
4
|
+
v0.5.74
|
|
5
|
+
* Added support for importing data in the GUI by pasting JSON and delimited text onto the browser window.
|
|
6
|
+
* Sped up drawing shapes in the GUI.
|
|
7
|
+
|
|
8
|
+
v0.5.73
|
|
9
|
+
* Added this.geojson getter/setter to -each expressions. This can be used in combination with -require to transform the geometry of individual features using an external script.
|
|
10
|
+
|
|
11
|
+
v0.5.72
|
|
12
|
+
* Improved performance of non-adjacent polygon coloring using DSATUR algorithm.
|
|
13
|
+
|
|
14
|
+
v0.5.71
|
|
15
|
+
* Added -classify non-adjacent option, for assigning non-adjacent colors to a polygon layer in a randomish pattern.
|
|
16
|
+
|
|
1
17
|
v0.5.70
|
|
2
18
|
* Added -join duplication option, which duplicates features in the target layer when many-to-one joins occur.
|
|
3
19
|
|
|
@@ -23,7 +39,7 @@ v0.5.64
|
|
|
23
39
|
* Bug fixes
|
|
24
40
|
|
|
25
41
|
v0.5.63
|
|
26
|
-
* Added -o decimal-comma
|
|
42
|
+
* Added -o decimal-comma option, for exporting CSV numbers with decimal commas.
|
|
27
43
|
* Fix for issue #497 (error erasing with overlapping polygons).
|
|
28
44
|
|
|
29
45
|
v0.5.62
|