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/www/page.css CHANGED
@@ -890,6 +890,8 @@ body.sidebar-tabs-over-popup .sidebar-tabs {
890
890
  }
891
891
 
892
892
  .sidebar-tab {
893
+ border: 1px solid rgba(255,255,255,0.8);
894
+ border-right: none; ;
893
895
  writing-mode: vertical-rl;
894
896
  transform: rotate(180deg);
895
897
  background-color: var(--theme-col);
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>GeoParquet</strong> import and export</li>
40
- <li><strong>GeoPackage</strong> import and export</li>
41
- <li><strong>FlatGeobuf</strong> import and export</li>
42
- <li><strong>SVG import</strong> &mdash; 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> &mdash; GeoTIFF + georeferenced JPEG and PNG</li>
40
+ <li><strong>Undo/redo</strong> in the browser &mdash; the most requested feature</li>
41
+ <li><strong>New vector formats</strong> &mdash; GeoParquet, GeoPackage and FlatGeobuf</li>
44
42
  <li><a href="docs/whats-new.html">Learn more</a></li>
45
43
  </ul>
46
44