mapshaper 0.5.75 → 0.5.79
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 +15 -0
- package/bin/mapshaper-gui +1 -1
- package/mapshaper.js +673 -234
- package/package.json +2 -2
- package/www/mapshaper-gui.js +11 -10
- package/www/mapshaper.js +673 -234
- package/www/modules.js +21 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
v0.5.79
|
|
2
|
+
* More permissive importing of some non-standard Shapefiles.
|
|
3
|
+
|
|
4
|
+
v0.5.78
|
|
5
|
+
* Added support for reading and writing fixed-width text files.
|
|
6
|
+
* Bug fixes.
|
|
7
|
+
|
|
8
|
+
v0.5.77
|
|
9
|
+
* Added -dashlines command (formerly -split-lines).
|
|
10
|
+
* Added support for joining polyline and polygon layers using point-method
|
|
11
|
+
|
|
12
|
+
v0.5.76
|
|
13
|
+
* Fixed bug in mapshaper-gui -q.
|
|
14
|
+
* Added undocumented -split-lines command.
|
|
15
|
+
|
|
1
16
|
v0.5.75
|
|
2
17
|
* Added support for importing data by copy-pasting files onto the web UI (works in Chrome and Safari but not Firefox).
|
|
3
18
|
|