Skip to content

Commit 4cc0ce4

Browse files
committed
Update website
1 parent 48e3c86 commit 4cc0ce4

2 files changed

Lines changed: 16 additions & 9 deletions

File tree

donate.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
<!DOCTYPE html>
22
<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) -->
114
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QYR8W1YHEF"></script>
125
<script>
136
window.dataLayer = window.dataLayer || [];
147
function gtag(){dataLayer.push(arguments);}
158
gtag('js', new Date());
169
gtag('config', 'G-QYR8W1YHEF');
1710
</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">
1816

1917
<style>
2018
@font-face {
@@ -199,6 +197,15 @@ <h2>What your donation supports</h2>
199197
<li>Responding to user issues and requests</li>
200198
</ul>
201199

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> &mdash; 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 &rarr;</a></p>
208+
202209
<div class="feedback-cta">
203210
<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.
204211
</div>

mapshaper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51131,7 +51131,7 @@ ${svg}
5113151131
});
5113251132
}
5113351133

51134-
var version = "0.6.118";
51134+
var version = "0.6.119";
5113551135

5113651136
// Parse command line args into commands and run them
5113751137
// Function takes an optional Node-style callback. A Promise is returned if no callback is given.

0 commit comments

Comments
 (0)