mapshaper 0.7.25 → 0.7.27
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/mapshaper.js +9977 -9673
- package/package.json +1 -1
- package/www/mapshaper.js +9977 -9673
- package/www/newsletter.html +105 -0
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<title>The Mapshaper Newsletter</title>
|
|
7
|
+
<meta name="description" content="In-depth coverage of new features and tips on getting the best results from mapshaper.">
|
|
8
|
+
<link rel="icon" type="image/png" href="images/icon.png">
|
|
9
|
+
<link rel="stylesheet" href="assets/static-page.css">
|
|
10
|
+
<style>
|
|
11
|
+
.newsletter-form {
|
|
12
|
+
margin: 28px 0 8px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.newsletter-form label {
|
|
16
|
+
display: block;
|
|
17
|
+
font-weight: 600;
|
|
18
|
+
margin-bottom: 8px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.newsletter-form input[type="email"] {
|
|
22
|
+
width: 100%;
|
|
23
|
+
box-sizing: border-box;
|
|
24
|
+
padding: 10px 12px;
|
|
25
|
+
font-size: 16px;
|
|
26
|
+
font-family: inherit;
|
|
27
|
+
border: 1px solid #c0cdd4;
|
|
28
|
+
border-radius: 3px;
|
|
29
|
+
margin-bottom: 10px;
|
|
30
|
+
background: #fff;
|
|
31
|
+
color: #333;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.newsletter-form input[type="email"]:focus {
|
|
35
|
+
outline: none;
|
|
36
|
+
border-color: #1385B7;
|
|
37
|
+
box-shadow: 0 0 0 2px rgba(19, 133, 183, 0.18);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.newsletter-form input[type="submit"] {
|
|
41
|
+
padding: 10px 22px;
|
|
42
|
+
background-color: #1385B7;
|
|
43
|
+
color: white;
|
|
44
|
+
font-weight: 600;
|
|
45
|
+
font-size: 16px;
|
|
46
|
+
font-family: inherit;
|
|
47
|
+
border: none;
|
|
48
|
+
border-radius: 3px;
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
transition: background-color 0.15s;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.newsletter-form input[type="submit"]:hover {
|
|
54
|
+
background-color: #1A6A96;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.buttondown-credit {
|
|
58
|
+
margin: 10px 0 0;
|
|
59
|
+
font-size: 13px;
|
|
60
|
+
color: #999;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.buttondown-credit a {
|
|
64
|
+
color: #999;
|
|
65
|
+
}
|
|
66
|
+
</style>
|
|
67
|
+
</head>
|
|
68
|
+
<body>
|
|
69
|
+
|
|
70
|
+
<header class="page-header">
|
|
71
|
+
<a href="." class="mapshaper-logo">map<span class="logo-highlight">shaper</span></a>
|
|
72
|
+
<a href="." class="header-back">← Back to mapshaper</a>
|
|
73
|
+
</header>
|
|
74
|
+
|
|
75
|
+
<main>
|
|
76
|
+
|
|
77
|
+
<h1>The Mapshaper Newsletter</h1>
|
|
78
|
+
|
|
79
|
+
<p class="tagline">In-depth coverage of new features and tips on getting the best results from mapshaper.</p>
|
|
80
|
+
|
|
81
|
+
<p>Sign up to hear about new releases, techniques, and examples from the mapshaper project. Unsubscribe at any time — every email includes a one-click unsubscribe link.</p>
|
|
82
|
+
|
|
83
|
+
<form
|
|
84
|
+
action="https://buttondown.com/api/emails/embed-subscribe/mapshaper"
|
|
85
|
+
method="post"
|
|
86
|
+
class="embeddable-buttondown-form newsletter-form"
|
|
87
|
+
>
|
|
88
|
+
<label for="bd-email">Enter your email</label>
|
|
89
|
+
<input type="email" name="email" id="bd-email" placeholder="you@example.com" />
|
|
90
|
+
<input type="submit" value="Subscribe" />
|
|
91
|
+
<p class="buttondown-credit">
|
|
92
|
+
<a href="https://buttondown.com/refer/mapshaper" target="_blank">Powered by Buttondown.</a>
|
|
93
|
+
</p>
|
|
94
|
+
</form>
|
|
95
|
+
|
|
96
|
+
<div class="footer-note">
|
|
97
|
+
Mapshaper’s basemap services are generously provided by <a href="https://www.mapbox.com">Mapbox</a>.
|
|
98
|
+
<br>
|
|
99
|
+
<a href="privacy.html">Privacy Policy</a> · <a href="terms.html">Terms of Service</a>
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
</main>
|
|
103
|
+
|
|
104
|
+
</body>
|
|
105
|
+
</html>
|