-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path83_isochrones.html
265 lines (196 loc) · 30.3 KB
/
83_isochrones.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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<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>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.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/leaflet@1.9.3/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.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://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_5a1b919abc22fc51ba63c213998eba76 {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
</head>
<body>
<div class="folium-map" id="map_5a1b919abc22fc51ba63c213998eba76" ></div>
</body>
<script>
var map_5a1b919abc22fc51ba63c213998eba76 = L.map(
"map_5a1b919abc22fc51ba63c213998eba76",
{
center: [45.955105700000004, -66.6579429],
crs: L.CRS.EPSG3857,
zoom: 10,
zoomControl: true,
preferCanvas: false,
}
);
L.control.scale().addTo(map_5a1b919abc22fc51ba63c213998eba76);
var tile_layer_3424f64d094a38f26b022a1bbbeb0799 = L.tileLayer(
"https://a.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",
{"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors \u0026copy; \u003ca href=\"https://carto.com/attributions\"\u003eCARTO\u003c/a\u003e", "detectRetina": false, "maxZoom": 20, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
);
tile_layer_3424f64d094a38f26b022a1bbbeb0799.addTo(map_5a1b919abc22fc51ba63c213998eba76);
map_5a1b919abc22fc51ba63c213998eba76.fitBounds(
[[45.9473287, -66.666829], [45.9628827, -66.6490568]],
{}
);
function geo_json_b3382a1dd39409a0604a46b7f9637123_styler(feature) {
switch(feature.id) {
case "0":
return {"color": "#fde725", "fillColor": "#fde725", "fillOpacity": 0.4, "weight": 2};
case "1":
return {"color": "#35b779", "fillColor": "#35b779", "fillOpacity": 0.4, "weight": 2};
case "2":
return {"color": "#31688e", "fillColor": "#31688e", "fillOpacity": 0.4, "weight": 2};
default:
return {"color": "#440154", "fillColor": "#440154", "fillOpacity": 0.4, "weight": 2};
}
}
function geo_json_b3382a1dd39409a0604a46b7f9637123_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_b3382a1dd39409a0604a46b7f9637123_pointToLayer(feature, latlng) {
var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};
let style = geo_json_b3382a1dd39409a0604a46b7f9637123_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_b3382a1dd39409a0604a46b7f9637123_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_b3382a1dd39409a0604a46b7f9637123.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_b3382a1dd39409a0604a46b7f9637123_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_b3382a1dd39409a0604a46b7f9637123 = L.geoJson(null, {
onEachFeature: geo_json_b3382a1dd39409a0604a46b7f9637123_onEachFeature,
style: geo_json_b3382a1dd39409a0604a46b7f9637123_styler,
pointToLayer: geo_json_b3382a1dd39409a0604a46b7f9637123_pointToLayer,
});
function geo_json_b3382a1dd39409a0604a46b7f9637123_add (data) {
geo_json_b3382a1dd39409a0604a46b7f9637123
.addData(data);
}
geo_json_b3382a1dd39409a0604a46b7f9637123_add({"bbox": [-66.666829, 45.9473287, -66.6490568, 45.9628827], "features": [{"bbox": [-66.666829, 45.9473287, -66.6490568, 45.9628827], "geometry": {"coordinates": [[[-66.6656203, 45.9473287], [-66.6657092, 45.9473605], [-66.666829, 45.950335], [-66.6668095, 45.9590971], [-66.6603824, 45.961753], [-66.6548974, 45.9628827], [-66.6529202, 45.9620498], [-66.6516534, 45.9602508], [-66.6500236, 45.9569936], [-66.6490568, 45.9547561], [-66.6492878, 45.9524588], [-66.6493122, 45.9523929], [-66.6509871, 45.9494316], [-66.6510301, 45.9493822], [-66.6554583, 45.9487428], [-66.6656203, 45.9473287]]], "type": "Polygon"}, "id": "0", "properties": {"__folium_color": "#fde725", "walking_time": 20}, "type": "Feature"}, {"bbox": [-66.6645721, 45.9492739, -66.6526129, 45.9609931], "geometry": {"coordinates": [[[-66.6637961, 45.9492739], [-66.6638618, 45.9493005], [-66.6639547, 45.9493382], [-66.6645721, 45.9506104], [-66.6636167, 45.958969], [-66.6634867, 45.9591394], [-66.6557, 45.9609931], [-66.6552892, 45.9608317], [-66.6548214, 45.9603135], [-66.6532652, 45.9583791], [-66.6526129, 45.9555544], [-66.6532771, 45.9513153], [-66.6537575, 45.9505825], [-66.6538491, 45.9504664], [-66.6637961, 45.9492739]]], "type": "Polygon"}, "id": "1", "properties": {"__folium_color": "#35b779", "walking_time": 15}, "type": "Feature"}, {"bbox": [-66.6622394, 45.9513857, -66.6548656, 45.9591459], "geometry": {"coordinates": [[[-66.662157, 45.9513857], [-66.6622394, 45.9514076], [-66.661945, 45.9536279], [-66.6608498, 45.9580334], [-66.659739, 45.9583755], [-66.6560701, 45.9591459], [-66.6559174, 45.9590257], [-66.6550465, 45.9573612], [-66.6548656, 45.9565047], [-66.6550216, 45.9551779], [-66.6579632, 45.9527416], [-66.662157, 45.9513857]]], "type": "Polygon"}, "id": "2", "properties": {"__folium_color": "#31688e", "walking_time": 10}, "type": "Feature"}, {"bbox": [-66.6604135, 45.9539713, -66.6574134, 45.9571737], "geometry": {"coordinates": [[[-66.6575238, 45.9539713], [-66.6597784, 45.9542351], [-66.6598481, 45.9542925], [-66.6599019, 45.9543678], [-66.6604135, 45.9557284], [-66.6579642, 45.9569551], [-66.6576976, 45.9570715], [-66.6574587, 45.9571737], [-66.6574134, 45.9569674], [-66.6574542, 45.9540142], [-66.6575238, 45.9539713]]], "type": "Polygon"}, "id": "3", "properties": {"__folium_color": "#440154", "walking_time": 5}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_b3382a1dd39409a0604a46b7f9637123.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["walking_time"];
let aliases = ["walking_time"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumtooltip", "sticky": true});
geo_json_b3382a1dd39409a0604a46b7f9637123.addTo(map_5a1b919abc22fc51ba63c213998eba76);
var color_map_9d3ddcb30c66e7f1ccfc51ad7d115021 = {};
color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.color = d3.scale.threshold()
.domain([5.0, 5.030060120240481, 5.060120240480962, 5.090180360721443, 5.1202404809619235, 5.150300601202405, 5.180360721442886, 5.210420841683367, 5.240480961923848, 5.270541082164328, 5.30060120240481, 5.330661322645291, 5.3607214428857715, 5.390781563126253, 5.420841683366733, 5.4509018036072145, 5.480961923847695, 5.511022044088176, 5.541082164328658, 5.571142284569138, 5.601202404809619, 5.6312625250501, 5.661322645290581, 5.6913827655310625, 5.721442885771543, 5.751503006012024, 5.781563126252505, 5.811623246492986, 5.841683366733466, 5.871743486973948, 5.901803607214429, 5.9318637274549095, 5.961923847695391, 5.991983967935871, 6.022044088176353, 6.052104208416834, 6.082164328657314, 6.112224448897796, 6.142284569138276, 6.1723446893787575, 6.202404809619239, 6.232464929859719, 6.2625250501002006, 6.292585170340681, 6.322645290581162, 6.352705410821644, 6.382765531062124, 6.412825651302605, 6.442885771543086, 6.472945891783567, 6.5030060120240485, 6.533066132264529, 6.56312625250501, 6.593186372745491, 6.623246492985972, 6.653306613226453, 6.683366733466934, 6.713426853707415, 6.7434869739478955, 6.773547094188377, 6.803607214428858, 6.833667334669339, 6.86372745490982, 6.8937875751503, 6.923847695390782, 6.953907815631263, 6.9839679358717435, 7.014028056112224, 7.044088176352705, 7.074148296593187, 7.104208416833668, 7.134268537074148, 7.164328657314629, 7.19438877755511, 7.224448897795591, 7.254509018036073, 7.284569138276553, 7.314629258517034, 7.344689378757515, 7.374749498997996, 7.404809619238478, 7.434869739478958, 7.4649298597194385, 7.49498997995992, 7.525050100200401, 7.555110220440882, 7.585170340681363, 7.615230460921843, 7.645290581162325, 7.675350701402806, 7.705410821643286, 7.735470941883768, 7.765531062124248, 7.7955911823647295, 7.825651302605211, 7.855711422845691, 7.885771543086173, 7.915831663326653, 7.945891783567134, 7.975951903807616, 8.006012024048097, 8.036072144288577, 8.066132264529058, 8.09619238476954, 8.12625250501002, 8.1563126252505, 8.186372745490981, 8.216432865731463, 8.246492985971944, 8.276553106212425, 8.306613226452907, 8.336673346693386, 8.366733466933868, 8.396793587174349, 8.42685370741483, 8.45691382765531, 8.486973947895791, 8.517034068136272, 8.547094188376754, 8.577154308617235, 8.607214428857716, 8.637274549098196, 8.667334669338677, 8.697394789579159, 8.72745490981964, 8.75751503006012, 8.7875751503006, 8.817635270541082, 8.847695390781563, 8.877755511022045, 8.907815631262526, 8.937875751503006, 8.967935871743487, 8.997995991983968, 9.028056112224448, 9.05811623246493, 9.08817635270541, 9.118236472945892, 9.148296593186373, 9.178356713426854, 9.208416833667336, 9.238476953907815, 9.268537074148297, 9.298597194388778, 9.328657314629258, 9.358717434869739, 9.38877755511022, 9.418837675350701, 9.448897795591183, 9.478957915831664, 9.509018036072145, 9.539078156312625, 9.569138276553106, 9.599198396793586, 9.629258517034067, 9.659318637274549, 9.68937875751503, 9.719438877755511, 9.749498997995993, 9.779559118236474, 9.809619238476955, 9.839679358717435, 9.869739478957916, 9.899799599198396, 9.929859719438877, 9.959919839679358, 9.98997995991984, 10.02004008016032, 10.050100200400802, 10.080160320641284, 10.110220440881765, 10.140280561122244, 10.170340681362726, 10.200400801603205, 10.230460921843687, 10.260521042084168, 10.29058116232465, 10.32064128256513, 10.350701402805612, 10.380761523046093, 10.410821643286573, 10.440881763527054, 10.470941883767535, 10.501002004008015, 10.531062124248496, 10.561122244488978, 10.591182364729459, 10.62124248496994, 10.651302605210422, 10.681362725450903, 10.711422845691382, 10.741482965931864, 10.771543086172345, 10.801603206412825, 10.831663326653306, 10.861723446893787, 10.891783567134269, 10.92184368737475, 10.951903807615231, 10.981963927855713, 11.012024048096192, 11.042084168336673, 11.072144288577153, 11.102204408817634, 11.132264529058116, 11.162324649298597, 11.192384769539078, 11.22244488977956, 11.252505010020041, 11.282565130260522, 11.312625250501002, 11.342685370741483, 11.372745490981963, 11.402805611222444, 11.432865731462925, 11.462925851703407, 11.492985971943888, 11.52304609218437, 11.55310621242485, 11.58316633266533, 11.613226452905812, 11.643286573146293, 11.673346693386772, 11.703406813627254, 11.733466933867735, 11.763527054108216, 11.793587174348698, 11.823647294589179, 11.85370741482966, 11.88376753507014, 11.913827655310621, 11.943887775551103, 11.973947895791582, 12.004008016032063, 12.034068136272545, 12.064128256513026, 12.094188376753507, 12.124248496993989, 12.15430861723447, 12.18436873747495, 12.214428857715431, 12.24448897795591, 12.274549098196392, 12.304609218436873, 12.334669338677354, 12.364729458917836, 12.394789579158317, 12.424849699398798, 12.45490981963928, 12.48496993987976, 12.51503006012024, 12.54509018036072, 12.575150300601202, 12.605210420841683, 12.635270541082164, 12.665330661322646, 12.695390781563127, 12.725450901803608, 12.75551102204409, 12.785571142284569, 12.81563126252505, 12.84569138276553, 12.875751503006011, 12.905811623246493, 12.935871743486974, 12.965931863727455, 12.995991983967937, 13.026052104208416, 13.056112224448897, 13.086172344689379, 13.11623246492986, 13.146292585170341, 13.176352705410821, 13.206412825651302, 13.236472945891784, 13.266533066132265, 13.296593186372746, 13.326653306613226, 13.356713426853707, 13.386773547094188, 13.41683366733467, 13.446893787575151, 13.47695390781563, 13.507014028056112, 13.537074148296593, 13.567134268537075, 13.597194388777556, 13.627254509018035, 13.657314629258517, 13.687374749498998, 13.71743486973948, 13.74749498997996, 13.77755511022044, 13.807615230460922, 13.837675350701403, 13.867735470941884, 13.897795591182364, 13.927855711422845, 13.957915831663327, 13.987975951903808, 14.01803607214429, 14.048096192384769, 14.07815631262525, 14.108216432865731, 14.138276553106213, 14.168336673346694, 14.198396793587174, 14.228456913827655, 14.258517034068136, 14.288577154308618, 14.318637274549099, 14.348697394789578, 14.37875751503006, 14.408817635270541, 14.438877755511022, 14.468937875751504, 14.498997995991983, 14.529058116232465, 14.559118236472946, 14.589178356713427, 14.619238476953909, 14.649298597194388, 14.67935871743487, 14.70941883767535, 14.739478957915832, 14.769539078156313, 14.799599198396793, 14.829659318637274, 14.859719438877756, 14.889779559118237, 14.919839679358718, 14.949899799599198, 14.97995991983968, 15.01002004008016, 15.040080160320642, 15.070140280561123, 15.100200400801603, 15.130260521042084, 15.160320641282565, 15.190380761523047, 15.220440881763528, 15.250501002004007, 15.280561122244489, 15.31062124248497, 15.340681362725451, 15.370741482965931, 15.400801603206412, 15.430861723446894, 15.460921843687375, 15.490981963927856, 15.521042084168336, 15.551102204408817, 15.581162324649299, 15.61122244488978, 15.641282565130261, 15.67134268537074, 15.701402805611222, 15.731462925851703, 15.761523046092185, 15.791583166332666, 15.821643286573146, 15.851703406813627, 15.881763527054108, 15.91182364729459, 15.94188376753507, 15.97194388777555, 16.00200400801603, 16.032064128256515, 16.062124248496993, 16.092184368737477, 16.122244488977955, 16.152304609218437, 16.182364729458918, 16.2124248496994, 16.24248496993988, 16.27254509018036, 16.302605210420843, 16.33266533066132, 16.362725450901806, 16.392785571142284, 16.422845691382765, 16.452905811623246, 16.482965931863728, 16.51302605210421, 16.54308617234469, 16.57314629258517, 16.60320641282565, 16.633266533066134, 16.663326653306612, 16.693386773547093, 16.723446893787575, 16.753507014028056, 16.783567134268537, 16.81362725450902, 16.8436873747495, 16.873747494989978, 16.903807615230463, 16.93386773547094, 16.963927855711425, 16.993987975951903, 17.024048096192384, 17.054108216432866, 17.084168336673347, 17.11422845691383, 17.144288577154306, 17.17434869739479, 17.20440881763527, 17.234468937875754, 17.26452905811623, 17.294589178356713, 17.324649298597194, 17.354709418837675, 17.384769539078157, 17.414829659318638, 17.44488977955912, 17.474949899799597, 17.505010020040082, 17.53507014028056, 17.565130260521045, 17.595190380761522, 17.625250501002004, 17.655310621242485, 17.685370741482966, 17.715430861723448, 17.745490981963925, 17.77555110220441, 17.805611222444888, 17.835671342685373, 17.86573146292585, 17.895791583166332, 17.925851703406813, 17.955911823647295, 17.985971943887776, 18.016032064128254, 18.04609218436874, 18.076152304609217, 18.1062124248497, 18.13627254509018, 18.16633266533066, 18.196392785571142, 18.226452905811623, 18.256513026052104, 18.286573146292586, 18.316633266533067, 18.346693386773545, 18.37675350701403, 18.406813627254508, 18.436873747494992, 18.46693386773547, 18.49699398797595, 18.527054108216433, 18.557114228456914, 18.587174348697395, 18.617234468937873, 18.647294589178358, 18.677354709418836, 18.70741482965932, 18.7374749498998, 18.76753507014028, 18.79759519038076, 18.827655310621243, 18.857715430861724, 18.887775551102205, 18.917835671342687, 18.947895791583164, 18.97795591182365, 19.008016032064127, 19.038076152304612, 19.06813627254509, 19.09819639278557, 19.128256513026052, 19.158316633266534, 19.188376753507015, 19.218436873747493, 19.248496993987978, 19.278557114228455, 19.30861723446894, 19.338677354709418, 19.3687374749499, 19.39879759519038, 19.428857715430862, 19.458917835671343, 19.48897795591182, 19.519038076152306, 19.549098196392784, 19.57915831663327, 19.609218436873746, 19.639278557114228, 19.66933867735471, 19.69939879759519, 19.72945891783567, 19.759519038076153, 19.789579158316634, 19.819639278557112, 19.849699398797597, 19.879759519038075, 19.90981963927856, 19.939879759519037, 19.96993987975952, 20.0])
.range(['#440154ff', '#440155ff', '#440256ff', '#440356ff', '#450457ff', '#450458ff', '#450559ff', '#450659ff', '#46075aff', '#46075bff', '#46085cff', '#46095cff', '#460a5dff', '#460a5eff', '#460b5eff', '#460c5fff', '#470d60ff', '#470d61ff', '#470e61ff', '#470f62ff', '#471063ff', '#471064ff', '#471164ff', '#471265ff', '#471365ff', '#481366ff', '#481467ff', '#481568ff', '#481668ff', '#481669ff', '#481769ff', '#48176aff', '#48186bff', '#48196cff', '#481a6cff', '#481a6dff', '#481b6dff', '#481c6eff', '#481c6eff', '#481d6fff', '#481d6fff', '#481f70ff', '#481f70ff', '#482071ff', '#482072ff', '#482173ff', '#482273ff', '#482374ff', '#482374ff', '#482475ff', '#482476ff', '#482576ff', '#482577ff', '#482677ff', '#482778ff', '#482878ff', '#482879ff', '#482979ff', '#47297aff', '#472a7aff', '#472b7aff', '#472c7aff', '#472c7bff', '#472d7bff', '#472d7cff', '#472e7cff', '#472e7dff', '#472f7dff', '#462f7eff', '#46307eff', '#46317eff', '#46327eff', '#46327fff', '#46337fff', '#463480ff', '#453480ff', '#453581ff', '#453581ff', '#453681ff', '#453781ff', '#453882ff', '#443882ff', '#443983ff', '#443983ff', '#443a83ff', '#443a83ff', '#443b84ff', '#433c84ff', '#433d84ff', '#433d85ff', '#433e85ff', '#423e85ff', '#423f85ff', '#423f86ff', '#424086ff', '#424086ff', '#424186ff', '#414187ff', '#414287ff', '#414387ff', '#414487ff', '#404488ff', '#404588ff', '#404588ff', '#404688ff', '#3f4688ff', '#3f4788ff', '#3f4789ff', '#3f4889ff', '#3e4889ff', '#3e4989ff', '#3e4a89ff', '#3e4a89ff', '#3e4b8aff', '#3d4c8aff', '#3d4d8aff', '#3d4d8aff', '#3d4e8aff', '#3c4e8aff', '#3c4f8aff', '#3c4f8aff', '#3c508bff', '#3b508bff', '#3b518bff', '#3b518bff', '#3b528bff', '#3a528bff', '#3a538bff', '#3a538bff', '#3a548cff', '#39548cff', '#39558cff', '#39558cff', '#39568cff', '#38578cff', '#38588cff', '#38588cff', '#38598cff', '#37598cff', '#375a8cff', '#375a8dff', '#375b8dff', '#365b8dff', '#365c8dff', '#365c8dff', '#365d8dff', '#355d8dff', '#355e8dff', '#355f8dff', '#355f8dff', '#34608dff', '#34608dff', '#34618dff', '#34618dff', '#33628dff', '#33628dff', '#33638dff', '#32638dff', '#32648eff', '#32648eff', '#32658eff', '#31658eff', '#31668eff', '#31668eff', '#31678eff', '#31678eff', '#31688eff', '#30688eff', '#30698eff', '#30698eff', '#306a8eff', '#2f6a8eff', '#2f6b8eff', '#2f6b8eff', '#2f6c8eff', '#2e6c8eff', '#2e6d8eff', '#2e6d8eff', '#2e6e8eff', '#2e6e8eff', '#2e6f8eff', '#2d6f8eff', '#2d708eff', '#2d708eff', '#2d718eff', '#2c718eff', '#2c718eff', '#2c728eff', '#2c728eff', '#2c738eff', '#2c738eff', '#2b748eff', '#2b748eff', '#2b758eff', '#2b758eff', '#2a768eff', '#2a768eff', '#2a778eff', '#2a778eff', '#2a788eff', '#29788eff', '#29798eff', '#29798eff', '#297a8eff', '#297a8eff', '#297b8eff', '#287b8eff', '#287c8eff', '#287c8eff', '#287d8eff', '#277d8eff', '#277e8eff', '#277e8eff', '#277f8eff', '#277f8eff', '#27808eff', '#26808eff', '#26818eff', '#26818eff', '#26828eff', '#26828eff', '#26828eff', '#25828eff', '#25838eff', '#25838eff', '#25848eff', '#25858eff', '#25858eff', '#24868eff', '#24868eff', '#24878eff', '#24878eff', '#23888eff', '#23888eff', '#23898eff', '#23898eff', '#238a8dff', '#238a8dff', '#228b8dff', '#228b8dff', '#228c8dff', '#228c8dff', '#228d8dff', '#218d8dff', '#218e8dff', '#218e8dff', '#218f8dff', '#218f8dff', '#21908dff', '#21908dff', '#21918cff', '#20918cff', '#20928cff', '#20928cff', '#20928cff', '#20928cff', '#20938cff', '#1f938cff', '#1f948cff', '#1f948cff', '#1f958bff', '#1f958bff', '#1f968bff', '#1f968bff', '#1f978bff', '#1f988bff', '#1f988bff', '#1f998bff', '#1f998aff', '#1f9a8aff', '#1f9a8aff', '#1e9b8aff', '#1e9b8aff', '#1e9c8aff', '#1e9c89ff', '#1e9d89ff', '#1e9d89ff', '#1e9e89ff', '#1f9e89ff', '#1f9f88ff', '#1f9f88ff', '#1fa088ff', '#1fa088ff', '#1fa188ff', '#1fa188ff', '#1fa187ff', '#1fa187ff', '#1fa287ff', '#1fa287ff', '#1fa386ff', '#20a386ff', '#20a486ff', '#20a486ff', '#20a585ff', '#21a585ff', '#21a685ff', '#21a685ff', '#21a785ff', '#22a785ff', '#22a884ff', '#22a884ff', '#22a983ff', '#23a983ff', '#23aa83ff', '#24ab83ff', '#25ab82ff', '#25ac82ff', '#25ac82ff', '#25ad82ff', '#26ad81ff', '#26ad81ff', '#27ad81ff', '#27ae81ff', '#28ae80ff', '#28af80ff', '#29af7fff', '#29b07fff', '#2ab07fff', '#2bb17eff', '#2cb17eff', '#2cb27dff', '#2db27dff', '#2db37cff', '#2eb37cff', '#2eb47cff', '#2fb47cff', '#30b57bff', '#31b57bff', '#31b67aff', '#32b67aff', '#33b679ff', '#34b679ff', '#34b779ff', '#35b779ff', '#36b878ff', '#37b878ff', '#37b977ff', '#38b977ff', '#39ba76ff', '#3aba76ff', '#3abb75ff', '#3bbb75ff', '#3cbc74ff', '#3dbc74ff', '#3ebc73ff', '#3fbd73ff', '#40bd72ff', '#40be72ff', '#41be71ff', '#42bf71ff', '#43bf70ff', '#45c070ff', '#46c06fff', '#47c16fff', '#48c16eff', '#49c16eff', '#4ac16dff', '#4bc26cff', '#4cc26cff', '#4dc36bff', '#4ec36bff', '#4fc46aff', '#50c46aff', '#51c569ff', '#52c569ff', '#53c568ff', '#54c568ff', '#55c667ff', '#56c667ff', '#57c766ff', '#58c765ff', '#59c864ff', '#5ac864ff', '#5bc863ff', '#5cc863ff', '#5dc962ff', '#5ec962ff', '#5fca61ff', '#60ca60ff', '#62cb5fff', '#63cb5fff', '#64cb5eff', '#65cc5dff', '#66cc5cff', '#67cd5cff', '#68cd5bff', '#6acd5bff', '#6bcd5aff', '#6cce59ff', '#6ece58ff', '#6fcf58ff', '#70cf57ff', '#71d057ff', '#72d056ff', '#74d055ff', '#75d054ff', '#76d153ff', '#77d153ff', '#78d152ff', '#7ad151ff', '#7bd250ff', '#7cd250ff', '#7dd34fff', '#7fd34eff', '#80d34dff', '#81d34dff', '#82d44cff', '#84d44bff', '#85d54aff', '#86d549ff', '#88d548ff', '#89d548ff', '#8ad647ff', '#8bd646ff', '#8dd645ff', '#8ed645ff', '#8fd744ff', '#90d743ff', '#92d742ff', '#93d741ff', '#94d840ff', '#96d83fff', '#97d83eff', '#99d93dff', '#9ad93cff', '#9bd93cff', '#9dd93bff', '#9eda3aff', '#9fda39ff', '#a1da38ff', '#a2da37ff', '#a3db36ff', '#a4db36ff', '#a6db35ff', '#a8db34ff', '#a9dc33ff', '#aadc32ff', '#abdc31ff', '#addc30ff', '#aedd2fff', '#b0dd2fff', '#b1dd2eff', '#b2dd2dff', '#b3de2cff', '#b5de2bff', '#b6de2aff', '#b8de29ff', '#b9de28ff', '#bade28ff', '#bcdf27ff', '#bddf26ff', '#bfdf25ff', '#c0df25ff', '#c1df24ff', '#c2df23ff', '#c4e022ff', '#c5e021ff', '#c7e020ff', '#c8e020ff', '#c9e11fff', '#cbe11eff', '#cce11dff', '#cee11dff', '#cfe11cff', '#d1e11bff', '#d2e21bff', '#d3e21aff', '#d4e21aff', '#d6e219ff', '#d7e219ff', '#d9e319ff', '#dae319ff', '#dbe318ff', '#dde318ff', '#dee318ff', '#dfe318ff', '#e0e418ff', '#e2e418ff', '#e3e418ff', '#e5e418ff', '#e6e419ff', '#e7e419ff', '#e8e519ff', '#eae519ff', '#ebe51aff', '#ece51aff', '#ede51bff', '#efe51bff', '#f0e51cff', '#f1e51dff', '#f3e61dff', '#f4e61eff', '#f5e61eff', '#f6e61fff', '#f7e620ff', '#f8e621ff', '#fae722ff', '#fbe723ff', '#fce724ff', '#fde725ff']);
color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.x = d3.scale.linear()
.domain([5.0, 20.0])
.range([0, 450 - 50]);
color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.legend = L.control({position: 'topright'});
color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.legend.onAdd = function (map) {var div = L.DomUtil.create('div', 'legend'); return div};
color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.legend.addTo(map_5a1b919abc22fc51ba63c213998eba76);
color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.xAxis = d3.svg.axis()
.scale(color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.x)
.orient("top")
.tickSize(1)
.tickValues([5.0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 6.529411764705882, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 8.058823529411764, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 9.588235294117647, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 11.117647058823529, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 12.647058823529413, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 14.176470588235293, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 15.705882352941176, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 17.235294117647058, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 18.764705882352942, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']);
color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.svg = d3.select(".legend.leaflet-control").append("svg")
.attr("id", 'legend')
.attr("width", 450)
.attr("height", 40);
color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.g = color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.svg.append("g")
.attr("class", "key")
.attr("fill", "black")
.attr("transform", "translate(25,16)");
color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.g.selectAll("rect")
.data(color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.color.range().map(function(d, i) {
return {
x0: i ? color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.x(color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.color.domain()[i - 1]) : color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.x.range()[0],
x1: i < color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.color.domain().length ? color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.x(color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.color.domain()[i]) : color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.x.range()[1],
z: d
};
}))
.enter().append("rect")
.attr("height", 40 - 30)
.attr("x", function(d) { return d.x0; })
.attr("width", function(d) { return d.x1 - d.x0; })
.style("fill", function(d) { return d.z; });
color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.g.call(color_map_9d3ddcb30c66e7f1ccfc51ad7d115021.xAxis).append("text")
.attr("class", "caption")
.attr("y", 21)
.attr("fill", "black")
.text("walking_time");
var marker_ed87719671fd15ef06f77e110108a5e8 = L.marker(
[45.9551948, -66.6591001],
{}
).addTo(map_5a1b919abc22fc51ba63c213998eba76);
var popup_1ca259c98b0b1cb3801e9f771909c0a5 = L.popup({"maxWidth": "100%"});
var html_f8e2f16471692c831ad1cdc0255aaf58 = $(`<div id="html_f8e2f16471692c831ad1cdc0255aaf58" style="width: 100.0%; height: 100.0%;">Chosen Point</div>`)[0];
popup_1ca259c98b0b1cb3801e9f771909c0a5.setContent(html_f8e2f16471692c831ad1cdc0255aaf58);
marker_ed87719671fd15ef06f77e110108a5e8.bindPopup(popup_1ca259c98b0b1cb3801e9f771909c0a5)
;
tile_layer_3424f64d094a38f26b022a1bbbeb0799.addTo(map_5a1b919abc22fc51ba63c213998eba76);
geo_json_b3382a1dd39409a0604a46b7f9637123.addTo(map_5a1b919abc22fc51ba63c213998eba76);
tile_layer_3424f64d094a38f26b022a1bbbeb0799.addTo(map_5a1b919abc22fc51ba63c213998eba76);
geo_json_b3382a1dd39409a0604a46b7f9637123.addTo(map_5a1b919abc22fc51ba63c213998eba76);
</script>
</html>