mapshaper 0.6.58 → 0.6.61
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/README.md +1 -1
- package/mapshaper.js +3505 -3340
- package/package.json +1 -1
- package/www/index.html +2 -2
- package/www/mapshaper-gui.js +21 -19
- package/www/mapshaper.js +3505 -3340
- package/www/page.css +10 -9
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ The web UI works in recent desktop versions of Chrome, Firefox, Safari and Inter
|
|
|
38
38
|
|
|
39
39
|
[Here](https://hub.docker.com/r/freifunkhamm/mapshaper) are resources for using mapshaper with Docker, provided by Christian Weiss.
|
|
40
40
|
|
|
41
|
-
You can find a number of mapshaper tutorials online, including a [two](https://moriartynaps.org/command-carto-part-one/) [part](https://moriartynaps.org/command-carto-
|
|
41
|
+
You can find a number of mapshaper tutorials online, including a [two](https://moriartynaps.org/command-carto-part-one/) [part](https://moriartynaps.org/command-line-carto-two/) guide to command line cartography by Dylan Moriarty and [this introduction](https://handsondataviz.org/mapshaper.html) by Jack Dougherty.
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
## Large file support
|