-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathseattle_map.html
226 lines (178 loc) · 8 KB
/
seattle_map.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>L_PREFER_CANVAS=false; L_NO_TOUCH=false; L_DISABLE_3D=false;</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://rawcdn.githack.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"/>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>#map_3d9fe0db0b2f4da4b8224f08fe7fd4ad {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_3d9fe0db0b2f4da4b8224f08fe7fd4ad" ></div>
</body>
<script>
var bounds = null;
var map_3d9fe0db0b2f4da4b8224f08fe7fd4ad = L.map(
'map_3d9fe0db0b2f4da4b8224f08fe7fd4ad', {
center: [47.66, -122.275],
zoom: 11.5,
maxBounds: bounds,
layers: [],
worldCopyJump: false,
crs: L.CRS.EPSG3857,
zoomControl: true,
});
var tile_layer_8717f90fc4bc4c9fa7efa4820ae91511 = L.tileLayer(
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
{
"attribution": null,
"detectRetina": false,
"maxNativeZoom": 18,
"maxZoom": 18,
"minZoom": 0,
"noWrap": false,
"opacity": 1,
"subdomains": "abc",
"tms": false
}).addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
var marker_9519751c97954f778ac0e81578cf5c18 = L.marker(
[47.6512, -122.3477],
{
icon: new L.Icon.Default()
}
).addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
var icon_5d5f5337820d4b50937ed74455676302 = L.AwesomeMarkers.icon({
icon: 'glyphicon glyphicon-heart',
iconColor: 'white',
markerColor: 'purple',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_9519751c97954f778ac0e81578cf5c18.setIcon(icon_5d5f5337820d4b50937ed74455676302);
var marker_040512f5c3d94504a6509b6701c9156c = L.marker(
[47.6119, -122.19735],
{
icon: new L.Icon.Default()
}
).addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
var icon_79880c1b8f0e42a6a196ce9749e2d020 = L.AwesomeMarkers.icon({
icon: 'glyphicon glyphicon-heart',
iconColor: 'white',
markerColor: 'purple',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_040512f5c3d94504a6509b6701c9156c.setIcon(icon_79880c1b8f0e42a6a196ce9749e2d020);
var marker_eb80ab1fae6748d686a603b2a5fbd890 = L.marker(
[47.70065, -122.34669],
{
icon: new L.Icon.Default()
}
).addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
var icon_9d4ca31ee7e34ef6981b9210fe08f9b2 = L.AwesomeMarkers.icon({
icon: 'glyphicon glyphicon-heart',
iconColor: 'white',
markerColor: 'purple',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_eb80ab1fae6748d686a603b2a5fbd890.setIcon(icon_9d4ca31ee7e34ef6981b9210fe08f9b2);
var marker_65fe8e2a41274120b35b912fcbc37adc = L.marker(
[47.6081, -122.3402],
{
icon: new L.Icon.Default()
}
).addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
var icon_1adafdb64b984543b70ed866be15171a = L.AwesomeMarkers.icon({
icon: 'glyphicon glyphicon-heart',
iconColor: 'white',
markerColor: 'purple',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_65fe8e2a41274120b35b912fcbc37adc.setIcon(icon_1adafdb64b984543b70ed866be15171a);
var marker_419d1241d08348b8bd4560ea25c8f8a0 = L.marker(
[47.620098, -122.352913],
{
icon: new L.Icon.Default()
}
).addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
var icon_18d0f4212a844bfdaecab5ab2dfbb82e = L.AwesomeMarkers.icon({
icon: 'glyphicon glyphicon-heart',
iconColor: 'white',
markerColor: 'purple',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_419d1241d08348b8bd4560ea25c8f8a0.setIcon(icon_18d0f4212a844bfdaecab5ab2dfbb82e);
var marker_687f7baf253e4289ada89192aea6be41 = L.marker(
[47.619652, -122.348999],
{
icon: new L.Icon.Default()
}
).addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
var icon_5ae51dcd7ff841dba63384aaebf043cb = L.AwesomeMarkers.icon({
icon: 'glyphicon glyphicon-heart',
iconColor: 'white',
markerColor: 'purple',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_687f7baf253e4289ada89192aea6be41.setIcon(icon_5ae51dcd7ff841dba63384aaebf043cb);
var marker_caf434ccaa064f4d933e617784c8d61e = L.marker(
[47.6144102, -122.3443035],
{
icon: new L.Icon.Default()
}
).addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
var marker_cdc0f05039144dcc919d69c760c5823c = L.marker(
[47.6133677, -122.3423138],
{
icon: new L.Icon.Default()
}
).addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
var marker_e862d48bfa0a48619ad7d546ec53ccf4 = L.marker(
[47.6136913, -122.3403187],
{
icon: new L.Icon.Default()
}
).addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
var circle_244b6573808e48a8824686a6e8f47596 = L.circle(
[47.624762499999996, -122.347453],
{
"bubblingMouseEvents": true,
"color": "crimson",
"dashArray": null,
"dashOffset": null,
"fill": false,
"fillColor": "crimson",
"fillOpacity": 0.2,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 1500,
"stroke": true,
"weight": 3
}
)
.addTo(map_3d9fe0db0b2f4da4b8224f08fe7fd4ad);
</script>