mapshaper 0.5.69 → 0.5.73

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 CHANGED
@@ -1,3 +1,15 @@
1
+ v0.5.73
2
+ * 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.
3
+
4
+ v0.5.72
5
+ * Improved performance of non-adjacent polygon coloring using DSATUR algorithm.
6
+
7
+ v0.5.71
8
+ * Added -classify non-adjacent option, for assigning non-adjacent colors to a polygon layer in a randomish pattern.
9
+
10
+ v0.5.70
11
+ * Added -join duplication option, which duplicates features in the target layer when many-to-one joins occur.
12
+
1
13
  v0.5.69
2
14
  * Added undocumented -ignore command.
3
15
  * Bug fix
@@ -20,7 +32,7 @@ v0.5.64
20
32
  * Bug fixes
21
33
 
22
34
  v0.5.63
23
- * Added -o decimal-comma function, for exporting CSV numbers with decimal commas.
35
+ * Added -o decimal-comma option, for exporting CSV numbers with decimal commas.
24
36
  * Fix for issue #497 (error erasing with overlapping polygons).
25
37
 
26
38
  v0.5.62