UNPKG

mapshaper

Version:

A tool for editing geospatial data for mapping and GIS.

61 lines (47 loc) 2.38 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Support mapshaper</title> <meta name="description" content="Support the development of mapshaper, free open-source software for editing geographic data."> <link rel="icon" type="image/png" href="images/icon.png"> <link rel="stylesheet" href="assets/static-page.css"> </head> <body> <header class="page-header"> <a href="." class="mapshaper-logo">map<span class="logo-highlight">shaper</span></a> <a href="." class="header-back">&larr; Back to mapshaper</a> </header> <main> <h1>Support mapshaper</h1> <p class="tagline">Mapshaper is free, open-source software for editing geographic data &mdash; used worldwide for everything from student projects to professional map work.</p> <div class="sponsor-buttons"> <a href="https://github.com/sponsors/mbloch" class="btn btn-secondary">Sponsor on GitHub</a> <a href="https://ko-fi.com/mapshaper" class="btn">Tip the developer</a> </div> <!-- <p class="sponsor-note">Ko-fi accepts one-time or recurring contributions &mdash; no account required. GitHub Sponsors offers recurring sponsorship.</p> --> <h2>What your contribution supports</h2> <ul class="support-list"> <li>Development time &mdash; bug fixes, new features, performance improvements</li> <li>Responding to user issues and requests</li> </ul> <h2>Recent work</h2> <ul class="support-list"> <li><strong>Buffer command</strong> &mdash; Geodesic and planar buffering for points, lines and polygons</li> <li><strong>Raster importing</strong> &mdash; GeoTIFF + georeferenced JPEG and PNG</li> <li><strong>Undo/redo</strong> in the browser &mdash; the most requested feature</li> <li><strong>New vector formats</strong> &mdash; GeoParquet, GeoPackage and FlatGeobuf</li> <li><a href="docs/whats-new.html">Learn more</a></li> </ul> <h2>Want to help shape the roadmap?</h2> <p>Take a <a href="https://tally.so/r/44Njok">one-minute survey</a> and tell me what you'd like to see improved. <p class="signature">&mdash; Matthew Bloch, maintainer</p> <div class="footer-note"> Mapshaper&rsquo;s basemap services are generously provided by <a href="https://www.mapbox.com">Mapbox</a>. <br> <a href="privacy.html">Privacy Policy</a> &middot; <a href="terms.html">Terms of Service</a> </div> </main> </body> </html>