mapshaper 0.6.118 → 0.6.119
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 +12 -0
- package/mapshaper.js +465 -112
- package/package.json +1 -1
- package/www/donate.html +215 -0
- package/www/index.html +1 -1
- package/www/mapshaper.js +465 -112
- package/www/page.css +5 -0
package/README.md
CHANGED
|
@@ -94,6 +94,16 @@ From the project directory, run `npm run build` to build both the cli and web UI
|
|
|
94
94
|
|
|
95
95
|
Run `npm test` to run mapshaper's tests.
|
|
96
96
|
|
|
97
|
+
## Supporting mapshaper
|
|
98
|
+
|
|
99
|
+
Mapshaper is free and open source. If it's useful to you or your organization, please consider supporting its continued development:
|
|
100
|
+
|
|
101
|
+
* [Ko-fi](https://ko-fi.com/mapshaper) — one-time or recurring donations, no account required.
|
|
102
|
+
* [GitHub Sponsors](https://github.com/sponsors/mbloch) — recurring sponsorship.
|
|
103
|
+
|
|
104
|
+
You can also help by [reporting bugs](https://github.com/mbloch/mapshaper/issues) or [telling me what you'd like to see improved](https://tally.so/r/44Njok).
|
|
105
|
+
|
|
106
|
+
|
|
97
107
|
## License
|
|
98
108
|
|
|
99
109
|
This software is licensed under [MPL 2.0](http://www.mozilla.org/MPL/2.0/).
|
|
@@ -107,3 +117,5 @@ According to Mozilla's [FAQ](http://www.mozilla.org/MPL/2.0/FAQ.html), "The MPL'
|
|
|
107
117
|
My colleagues at The New York Times, for countless suggestions, bug reports and general helpfulness.
|
|
108
118
|
|
|
109
119
|
Mark Harrower, for collaborating on the original "MapShaper" program at the University of Wisconsin–Madison.
|
|
120
|
+
|
|
121
|
+
[Mapbox](https://www.mapbox.com), for donating basemap services to mapshaper.org.
|