mapshaper 0.7.19 → 0.7.21
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/bin/mapshaper-gui +47 -3
- package/mapshaper.js +377 -52
- package/package.json +2 -2
- package/www/mapshaper-gui.js +121 -52
- package/www/mapshaper.js +377 -52
- package/www/modules.js +71 -0
- package/www/page.css +2 -0
- package/www/sponsor.html +3 -5
package/www/page.css
CHANGED
package/www/sponsor.html
CHANGED
|
@@ -36,11 +36,9 @@
|
|
|
36
36
|
|
|
37
37
|
<h2>Recent work</h2>
|
|
38
38
|
<ul class="support-list">
|
|
39
|
-
<li><strong>
|
|
40
|
-
<li><strong>
|
|
41
|
-
<li><strong>
|
|
42
|
-
<li><strong>SVG import</strong> — for round-tripping maps originally exported from Mapshaper</li>
|
|
43
|
-
<li><strong>Performance improvements</strong> for large datasets</li>
|
|
39
|
+
<li><strong>Raster importing</strong> — GeoTIFF + georeferenced JPEG and PNG</li>
|
|
40
|
+
<li><strong>Undo/redo</strong> in the browser — the most requested feature</li>
|
|
41
|
+
<li><strong>New vector formats</strong> — GeoParquet, GeoPackage and FlatGeobuf</li>
|
|
44
42
|
<li><a href="docs/whats-new.html">Learn more</a></li>
|
|
45
43
|
</ul>
|
|
46
44
|
|