|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | | -<head> |
4 | | -<meta charset="UTF-8"> |
5 | | -<meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | -<title>Support mapshaper</title> |
7 | | -<meta name="description" content="Support the development of mapshaper, free open-source software for editing geographic data."> |
8 | | -<link rel="icon" type="image/png" href="images/icon.png"> |
9 | | - |
10 | | -<!-- Google Analytics --> |
| 3 | +<head><!-- Google tag (gtag.js) --> |
11 | 4 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-QYR8W1YHEF"></script> |
12 | 5 | <script> |
13 | 6 | window.dataLayer = window.dataLayer || []; |
14 | 7 | function gtag(){dataLayer.push(arguments);} |
15 | 8 | gtag('js', new Date()); |
16 | 9 | gtag('config', 'G-QYR8W1YHEF'); |
17 | 10 | </script> |
| 11 | +<meta charset="UTF-8"> |
| 12 | +<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 13 | +<title>Support mapshaper</title> |
| 14 | +<meta name="description" content="Support the development of mapshaper, free open-source software for editing geographic data."> |
| 15 | +<link rel="icon" type="image/png" href="images/icon.png"> |
18 | 16 |
|
19 | 17 | <style> |
20 | 18 | @font-face { |
@@ -199,6 +197,15 @@ <h2>What your donation supports</h2> |
199 | 197 | <li>Responding to user issues and requests</li> |
200 | 198 | </ul> |
201 | 199 |
|
| 200 | +<h2>Recent improvements</h2> |
| 201 | +<ul class="support-list"> |
| 202 | + <li><strong>GeoPackage</strong> import and export</li> |
| 203 | + <li><strong>FlatGeobuf</strong> import and export</li> |
| 204 | + <li><strong>SVG import</strong> — for round-tripping maps originally exported from Mapshaper</li> |
| 205 | + <li><strong>Performance improvements</strong> for large datasets</li> |
| 206 | +</ul> |
| 207 | +<p><a href="https://github.com/mbloch/mapshaper/blob/master/CHANGELOG.md">See the full changelog →</a></p> |
| 208 | + |
202 | 209 | <div class="feedback-cta"> |
203 | 210 | <strong>Want to help shape the roadmap?</strong> Take a <a href="https://tally.so/r/44Njok">one-minute survey</a> and tell me what you'd like to see improved. |
204 | 211 | </div> |
|
0 commit comments