mapshaper 0.5.68 → 0.5.72

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