-
Notifications
You must be signed in to change notification settings - Fork 34
/
index.html
207 lines (182 loc) · 11.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html>
<head>
<title>maps.stamen.com</title>
<meta name="description" content="Stamen's toner, terrain and watercolor map styles are lovingly crafted and free for the taking.">
<meta property="og:title" content="Stamen Maps">
<meta property="og:type" content="website">
<meta property="og:url" content="https://maps.stamen.com/">
<meta property="og:description" content="Stamen's toner, terrain and watercolor map styles are lovingly crafted and free for the taking.">
<meta property="og:image" content="https://maps.stamen.com/images/fb-watercolor.png">
<meta property="og:image" content="https://maps.stamen.com/images/fb-toner.png">
<meta property="og:image" content="https://maps.stamen.com/images/fb-terrain.png">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<script type="text/javascript" src="js/polyfills.js"></script>
<script type="text/javascript" src="js/vendor/reqwest.min.js"></script>
<script type="text/javascript" src="js/tile.stamen.js?v1.4.0"></script>
<script type="text/javascript" src="js/common.js?recaptcha"></script>
<style type="text/css">
@import url(css/bootstrap/bootstrap.css);
@import url(css/screen.css?white-maps);
</style>
<!--[if IE 9]>
<style>
</style>
<![endif]-->
</head>
<body>
<div id="header" class="navbar">
<div class="navbar-inner">
<div class="container">
<h1 class="brand">maps.stamen.com</h1>
<a id="stamen" class="brand" href="http://stamen.com">stamen</a>
<a id="toggle-feedback" class="brand toggler">report a bug</a>
</div>
</div>
</div>
<div id="hero">
<div id="map-main" class="map switch" data-provider="toner">
<div id="bottom">
<div class="container">
<!--<h2 id="main-title"><a id="main-permalink" class="permalink" href="#"><span class="provider-name"></span><span class="icon">⇲</span></a></h2>-->
<h2 id="main-title">
<a href="" id="main-permalink" class="permalink"><span class="provider-name"></span><span>⇲</span></a>
<a class="donate-link" title="hire us!" href="https://stamen.com/contact/" target="_blank">hire us!</a>
</h2>
</div>
</div>
</div>
<div id="maps-sub" class="container">
<form id="search" action="#">
<p>
<input id="search-location" class="span3" type="text" placeholder="Type a location">
<input id="search-submit" class="btn" type="submit" value="Find">
</p>
</form>
<div id="embed" class="toggle controls">
<a id="make-image" title="make an image of this map"><image></a>
</div>
<div id="controls" class="controls">
<a id="zoom-in" title="zoom in">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 13h-6v6h-2v-6h-6v-2h6v-6h2v6h6v2z"/>
<path d="M0 0h24v24h-24z" fill="none"/>
</svg>
</a>
<a id="zoom-out" title="zoom out">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 13h-14v-2h14v2z"/>
<path d="M0 0h24v24h-24z" fill="none"/>
</svg>
</a>
</div>
<div id="map-sub2" class="map switch" data-provider="terrain"><h3><a class="provider-name" href="#terrain">Terrain</a></h3></div>
<div id="map-sub3" class="map switch" data-provider="watercolor"><h3><a class="provider-name" href="#watercolor">Watercolor</a></h3></div>
<div id="feedback" class="toggle" style="display: none;">
<div>
<p><strong>Not looking right?</strong></p>
<p>You can help us track down problems by creating an <a href="https://github.com/stamen/maps.stamen.com/issues/new">issue</a> in the <a href="https://github.com/stamen/maps.stamen.com">maps.stamen.com</a> repo.</a></p>
<h4>When submitting a new issue, please:</h4>
<ul>
<li>Make sure there isn't an issue already submitted.</li>
<li>Include in the description:
<ol>
<li>Current maps.stamen.com URL</li>
<li>A detailed description of the problem</li>
<li>Screenshots would be great too!</li>
</ol>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="content" class="container content">
<div class="announce">
As of July 31, 2023, Stamen Map Tiles are served by Stadia Maps. <a href="/stadia-partnership/">Click here</a> to learn more.
</div>
<div id="tiles-toner" class="tiles row">
<a href="toner/#14/37.8024/-122.2645" class="map span3"
data-provider="toner"
data-center="37.8024,-122.2645"
data-zoom="14"></a>
<div class="span6">
<h3><a class="hashish" href="toner/">Toner</a></h3>
<p>
These high-contrast B+W (black and white) maps are the perfect backdrop for your colorful and eye-catching map content and have been our most popular map style to date.
Available in six flavors:
<a class="hashish" href="toner/">standard toner</a>,
<a class="hashish" href="toner-labels/">labels</a>,
<a class="hashish" href="toner-lines/">lines</a>,
<a class="hashish" href="toner-background/">background</a>,
and <a class="hashish" href="toner-lite/">lite</a>.</p>
</div>
</div>
<div id="tiles-terrain" class="tiles row">
<a href="terrain/#11/36.3716/-121.7322" class="map span3"
data-provider="terrain"
data-center="36.3716,-121.7322"
data-zoom="11"></a>
<div class="span6">
<h3><a class="hashish" href="terrain/">Terrain</a></h3>
<p>Orient yourself with our terrain maps, featuring hill shading
and natural vegetation colors. Available in three flavors:
<a class="hashish" href="terrain/">standard terrain</a>,
<a class="hashish" href="terrain-labels/">labels</a>,
<a class="hashish" href="terrain-lines/">lines</a>,
and <a class="hashish" href="terrain-background/">background</a>.</p>
</div>
</div>
<div id="tiles-watercolor" class="tiles row">
<a href="watercolor/#10/37.7682/-122.4451" class="map span3"
data-provider="watercolor"
data-center="37.7682,-122.4451"
data-zoom="9"></a>
<div class="span6">
<h3><a class="hashish" href="watercolor/">Watercolor</a></h3>
<p>Reminiscent of hand drawn maps, our watercolor maps apply
raster effect area washes and organic edges over a paper texture
to add warm pop to any map.</p>
</div>
</div>
<div id="howto">
<h3>Copyright Information</h3>
<div id="license">
<a href="http://creativecommons.org/licenses/by/4.0" class="license-link">
<img src="images/cc.svg" alt="CC License">
</a>
<div>
<p>Except otherwise noted, each of these map tile sets are © Stamen Design, under a <a href="http://creativecommons.org/licenses/by/4.0">Creative Commons Attribution (CC BY 4.0)</a> license.</p>
<p>We’d love to see these maps used around the web, and they are available free of charge. If you use these tiles, you must use this attribution:</p>
</div>
</div>
<div id="attribution">
<h3>Attribution</h3>
<div>
<div class="attributions">
<div class="attribution-row">
<div class="attribution-title">For Toner and Terrain:</div>
<div class="attribution-details">
<span id="toner-attr">Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/4.0">CC BY 4.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.</span>
</div>
</div>
<div class="attribution-row">
<div class="attribution-title">For Watercolor:</div>
<div class="attribution-details">
<span id="attr">Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/4.0">CC BY 4.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://creativecommons.org/licenses/by-sa/3.0">CC BY SA</a>.</span>
</div>
</div>
</div>
<p>And if you do use these maps elsewhere, please post a tweet to <a href="http://twitter.com/stamen">@stamen</a>!</p>
<p>"<a href="http://www.openstreetmap.org/copyright">Isn't OSM data provided under the ODbL now?</a>" Yes, but the data used in our Watercolor map tiles pre-dates the license change, so it remains CC BY SA for that tileset until it's refreshed.</p>
</div>
</div>
</div>
<div id="footer" class="row light">
<p class="span9 light">Thank you to <a href="https://geocode.earth">geocode.earth</a> for powering our search box.</p>
</div>
</div>
<script type="text/javascript" src="js/index.js?20130425" defer></script>
</body>
</html>