-
Notifications
You must be signed in to change notification settings - Fork 0
/
london.html
500 lines (362 loc) · 52.6 KB
/
london.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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!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-1.12.4.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.min.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_c27cf14ec0bb3813ab2c54feba9bd847 {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }
</style>
</head>
<body>
<div class="folium-map" id="map_c27cf14ec0bb3813ab2c54feba9bd847" ></div>
</body>
<script>
var map_c27cf14ec0bb3813ab2c54feba9bd847 = L.map(
"map_c27cf14ec0bb3813ab2c54feba9bd847",
{
center: [51.51191071428571, -0.10408214285714286],
crs: L.CRS.EPSG3857,
zoom: 12,
zoomControl: false,
preferCanvas: false,
}
);
var tile_layer_ad9c80a14269ee623340f0b8fa8f9cf6 = L.tileLayer(
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "Data by \u0026copy; \u003ca target=\"_blank\" href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca target=\"_blank\" href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_c27cf14ec0bb3813ab2c54feba9bd847);
var feature_group_bf40093168f823f650290fcba95546c7 = L.featureGroup(
{}
).addTo(map_c27cf14ec0bb3813ab2c54feba9bd847);
var poly_line_22b3115a1a962a75a81ae68bd7e8039d = L.polyline(
[[51.51163, -0.12131], [51.51203, -0.12053], [51.51207, -0.12048], [51.51209, -0.12053], [51.51214, -0.12046], [51.5124, -0.11989], [51.51214, -0.11923], [51.5121, -0.11906], [51.51208, -0.11894], [51.51233, -0.11882], [51.51272, -0.11846], [51.51293, -0.11813], [51.51305, -0.11789], [51.51315, -0.11755], [51.5134, -0.11769], [51.51472, -0.11861], [51.51608, -0.11952], [51.5164, -0.11976], [51.51656, -0.11984], [51.51664, -0.11981], [51.5171, -0.12011], [51.51712, -0.12019], [51.5174, -0.12038], [51.51752, -0.12044], [51.51756, -0.12038], [51.51762, -0.1204], [51.51748, -0.12126], [51.51844, -0.12228], [51.51884, -0.12139], [51.51894, -0.12114], [51.51904, -0.12095], [51.51911, -0.12088], [51.51937, -0.1204], [51.51943, -0.12036], [51.51955, -0.12015], [51.51965, -0.11996], [51.51967, -0.11987], [51.51979, -0.11967], [51.51989, -0.11944], [51.52014, -0.11862], [51.52039, -0.11763], [51.52069, -0.11652], [51.52092, -0.11558], [51.52115, -0.11473], [51.52207, -0.11533], [51.52282, -0.11594], [51.52352, -0.11653], [51.5241, -0.11703], [51.52427, -0.11624], [51.52437, -0.11592], [51.5248, -0.11495], [51.52486, -0.11485], [51.52535, -0.11436], [51.52537, -0.11436], [51.52538, -0.11433], [51.52547, -0.11425], [51.52514, -0.114], [51.52482, -0.1138], [51.52514, -0.114], [51.52547, -0.11425], [51.5256, -0.11411], [51.52595, -0.11363], [51.52622, -0.1132], [51.52637, -0.11292], [51.52633, -0.11281], [51.52603, -0.11228], [51.52545, -0.11127], [51.52504, -0.11063], [51.52553, -0.11044], [51.52575, -0.11029], [51.52591, -0.11007], [51.52619, -0.10954], [51.52658, -0.10886], [51.52651, -0.10826], [51.52648, -0.10789], [51.52645, -0.10781], [51.52641, -0.10775], [51.5263, -0.10765], [51.52624, -0.10757], [51.52623, -0.10712], [51.52621, -0.10688], [51.52615, -0.1067], [51.52579, -0.10591], [51.52579, -0.10585], [51.52573, -0.1056], [51.5257, -0.10532], [51.5257, -0.10495], [51.52568, -0.1049], [51.52581, -0.10405], [51.52619, -0.10391], [51.52634, -0.10389], [51.52653, -0.10396], [51.52726, -0.10453], [51.52758, -0.10469], [51.5278, -0.10475], [51.5278, -0.10453], [51.52794, -0.10413], [51.52821, -0.10261], [51.52851, -0.10103], [51.5278, -0.10065], [51.52689, -0.10024], [51.52651, -0.10011], [51.5255, -0.09967], [51.52405, -0.0991], [51.52383, -0.09899], [51.52347, -0.09872], [51.52336, -0.09861], [51.52319, -0.09835], [51.52298, -0.09805], [51.52269, -0.09777], [51.52253, -0.09766], [51.52218, -0.09748], [51.5218, -0.09736], [51.52158, -0.09736], [51.5215, -0.0973], [51.52088, -0.09741], [51.52057, -0.09739], [51.52022, -0.09733], [51.52017, -0.09739], [51.51996, -0.09734], [51.51991, -0.09728], [51.5194, -0.09715], [51.51914, -0.09714], [51.51899, -0.09706], [51.51803, -0.09687], [51.51785, -0.09673], [51.51779, -0.09659], [51.5177, -0.09647], [51.51753, -0.09645], [51.51745, -0.0965], [51.51736, -0.09668], [51.51732, -0.09682], [51.51629, -0.09697], [51.5163, -0.09676], [51.51629, -0.09663], [51.51606, -0.09604], [51.51597, -0.09577], [51.5159, -0.09538], [51.51568, -0.09444], [51.51541, -0.09334], [51.51533, -0.09318], [51.51524, -0.09297], [51.51517, -0.09268], [51.51509, -0.09212], [51.51501, -0.09137], [51.51489, -0.09035], [51.51477, -0.0897], [51.51466, -0.08976], [51.5146, -0.08977], [51.51358, -0.08905], [51.5134, -0.08895], [51.51342, -0.0889], [51.51337, -0.08854], [51.51335, -0.08814], [51.51336, -0.08794], [51.51332, -0.08782], [51.51332, -0.08726], [51.5134, -0.08506], [51.51341, -0.0836], [51.51346, -0.08257], [51.5135, -0.08144], [51.51365, -0.08142], [51.51404, -0.08123], [51.51452, -0.08091], [51.51482, -0.08072], [51.51541, -0.07994], [51.51577, -0.08059], [51.51586, -0.08065], [51.51598, -0.08062], [51.51613, -0.08038], [51.51617, -0.08023], [51.51617, -0.08014], [51.51611, -0.07999], [51.51578, -0.07942], [51.51481, -0.07787], [51.51451, -0.07735], [51.51436, -0.07706], [51.51432, -0.07692], [51.51433, -0.07676], [51.51449, -0.07615], [51.51463, -0.07572], [51.51497, -0.07483], [51.51498, -0.07478], [51.51498, -0.07465], [51.51493, -0.0745], [51.51458, -0.07404], [51.51448, -0.07399], [51.51456, -0.07385], [51.51459, -0.07374], [51.51458, -0.0736], [51.51504, -0.07234], [51.5151, -0.07231], [51.51515, -0.07219], [51.51515, -0.07212], [51.51524, -0.07185], [51.51535, -0.07163], [51.51581, -0.07035], [51.5158, -0.07026], [51.5159, -0.07004], [51.51594, -0.07003], [51.51599, -0.06994], [51.51607, -0.06975], [51.51609, -0.06965], [51.51696, -0.06774], [51.51721, -0.06712], [51.51752, -0.06618], [51.51787, -0.06502], [51.51834, -0.06328], [51.51839, -0.0632], [51.51844, -0.06294], [51.51849, -0.06282], [51.51858, -0.06244], [51.5186, -0.06233], [51.51859, -0.06215], [51.51871, -0.06163], [51.51878, -0.06125], [51.51883, -0.0612], [51.51887, -0.06104], [51.51885, -0.06093], [51.51924, -0.0592], [51.51968, -0.05716], [51.51978, -0.05687], [51.51989, -0.0563], [51.52006, -0.05529], [51.52009, -0.05493], [51.5207, -0.05168], [51.52096, -0.05046], [51.52101, -0.05044], [51.52104, -0.05036], [51.52108, -0.05015], [51.52106, -0.05005], [51.52113, -0.04972], [51.52118, -0.04966], [51.52124, -0.04941], [51.52124, -0.04934], [51.52122, -0.04927], [51.52138, -0.04858], [51.52175, -0.04666], [51.52181, -0.04656], [51.52186, -0.04633], [51.52186, -0.04621], [51.52197, -0.04565], [51.52202, -0.04553], [51.52207, -0.04527], [51.52205, -0.04519], [51.52219, -0.04431], [51.52224, -0.04388], [51.52228, -0.04316], [51.52234, -0.04273], [51.52243, -0.0423], [51.52248, -0.04218], [51.52251, -0.04203], [51.5225, -0.0419], [51.5227, -0.04095], [51.52286, -0.04039], [51.52302, -0.04054], [51.52313, -0.04055], [51.52317, -0.04051], [51.52328, -0.04017], [51.52327, -0.04009], [51.52333, -0.04001], [51.52342, -0.04002], [51.52365, -0.04023], [51.52372, -0.04], [51.52365, -0.04023], [51.52342, -0.04002], [51.52333, -0.04001], [51.52327, -0.04009], [51.52305, -0.0399], [51.52313, -0.03964], [51.52312, -0.03954], [51.52326, -0.03913], [51.52347, -0.03864], [51.52393, -0.03774], [51.52398, -0.03776], [51.52407, -0.03759], [51.52408, -0.03744], [51.52428, -0.03694], [51.52484, -0.03541], [51.52495, -0.03523], [51.52495, -0.03513], [51.525, -0.035], [51.52505, -0.03492], [51.52519, -0.03443], [51.52527, -0.03403], [51.52544, -0.03345], [51.52551, -0.03308], [51.52578, -0.03181], [51.52578, -0.03169], [51.5263, -0.02914], [51.52632, -0.02904], [51.52637, -0.02897], [51.5265, -0.02848], [51.52653, -0.02834], [51.5265, -0.02821], [51.52716, -0.02521], [51.52723, -0.02514], [51.52726, -0.02501], [51.52728, -0.02486], [51.52726, -0.02474], [51.52749, -0.02356], [51.52754, -0.02352], [51.52756, -0.02346], [51.52759, -0.0233], [51.52756, -0.0232], [51.52775, -0.0221], [51.5278, -0.02206], [51.52783, -0.0219], [51.52781, -0.02182], [51.52784, -0.02165], [51.52788, -0.02163], [51.52792, -0.02139], [51.52791, -0.0213], [51.52801, -0.02048], [51.52819, -0.01955], [51.52823, -0.01946], [51.52826, -0.01919], [51.52825, -0.0191], [51.52838, -0.01832], [51.52841, -0.01818], [51.52854, -0.01788], [51.52864, -0.01771], [51.52874, -0.01746], [51.5289, -0.01686], [51.52896, -0.01674], [51.52918, -0.01601], [51.52923, -0.01593], [51.52933, -0.01556], [51.52953, -0.01488], [51.52963, -0.01462], [51.52969, -0.01451], [51.52973, -0.01452], [51.52986, -0.01442], [51.52995, -0.01427], [51.52999, -0.01363], [51.5304, -0.01265], [51.53057, -0.0123], [51.53098, -0.01153], [51.53155, -0.01064], [51.53175, -0.01087], [51.53203, -0.01111], [51.53244, -0.01154], [51.53249, -0.01156], [51.5326, -0.01171], [51.53275, -0.0118], [51.5329, -0.01186], [51.53323, -0.01215], [51.53351, -0.01242], [51.53369, -0.01266], [51.53387, -0.01296], [51.53416, -0.01238], [51.53431, -0.01248], [51.53462, -0.01274], [51.53495, -0.01318], [51.5351, -0.01352], [51.5352, -0.01399], [51.53531, -0.01437], [51.53544, -0.01463], [51.53593, -0.01514], [51.53611, -0.01509], [51.53602, -0.01468], [51.53581, -0.01401], [51.53575, -0.01374], [51.53597, -0.01361], [51.53603, -0.01362], [51.53609, -0.01366], [51.53622, -0.01383], [51.53666, -0.01426], [51.53711, -0.01462], [51.5375, -0.01483], [51.53711, -0.01462], [51.53666, -0.01426], [51.53622, -0.01383], [51.53609, -0.01366], [51.53603, -0.01362], [51.53597, -0.01361], [51.53575, -0.01374], [51.53581, -0.01401], [51.53602, -0.01468], [51.53611, -0.01509], [51.53593, -0.01514], [51.53544, -0.01463], [51.53531, -0.01437], [51.5352, -0.01399], [51.5351, -0.01352], [51.53495, -0.01318], [51.53462, -0.01274], [51.53431, -0.01248], [51.53416, -0.01238], [51.53387, -0.01296], [51.53286, -0.01473], [51.53278, -0.01503], [51.53273, -0.01532], [51.53268, -0.01547], [51.53258, -0.01571], [51.53238, -0.01603], [51.53225, -0.01615], [51.53219, -0.01619], [51.53211, -0.01618], [51.53198, -0.01608], [51.53185, -0.01589], [51.53143, -0.01503], [51.53131, -0.01474], [51.53116, -0.01427], [51.53089, -0.01329], [51.5304, -0.01265], [51.52999, -0.01363], [51.52989, -0.01372], [51.52984, -0.01375], [51.52965, -0.01356], [51.52961, -0.01357], [51.52947, -0.01341], [51.52923, -0.01303], [51.52863, -0.01224], [51.52818, -0.01183], [51.52733, -0.01121], [51.52719, -0.01114], [51.52689, -0.01106], [51.52672, -0.01106], [51.5265, -0.01111], [51.52604, -0.01131], [51.52565, -0.0114], [51.52548, -0.0114], [51.5253, -0.01136], [51.52396, -0.01077], [51.52357, -0.01062], [51.5225, -0.0103], [51.52217, -0.01028], [51.52118, -0.01043], [51.51966, -0.01022], [51.51917, -0.01012], [51.51805, -0.0097], [51.51777, -0.00956], [51.51707, -0.00931], [51.51411, -0.00813], [51.51393, -0.0081], [51.51256, -0.00817], [51.51223, -0.00811], [51.51179, -0.00789], [51.5111, -0.00734], [51.51081, -0.00719], [51.51034, -0.00703], [51.5096, -0.00683], [51.50926, -0.00667], [51.50898, -0.00648], [51.50818, -0.00567], [51.5064, -0.00376], [51.50602, -0.00317], [51.50471, -0.00069], [51.50381, 0.00098], [51.50329, 0.00161], [51.50283, 0.00193], [51.50249, 0.00206], [51.50205, 0.00215], [51.49926, 0.00171], [51.49885, 0.00168], [51.49837, 0.00175], [51.49688, 0.00218], [51.49659, 0.00229], [51.49627, 0.00254], [51.4961, 0.00272], [51.49593, 0.00296], [51.49577, 0.00327], [51.49533, 0.00424], [51.49519, 0.00451], [51.4945, 0.00553], [51.49442, 0.00573], [51.49392, 0.00662], [51.49318, 0.00761], [51.49309, 0.00767], [51.4929, 0.00789], [51.49267, 0.00824], [51.4926, 0.00847], [51.4926, 0.00873], [51.49265, 0.0089], [51.49275, 0.00908], [51.49312, 0.00935], [51.49327, 0.00941], [51.49339, 0.00938], [51.49345, 0.00939], [51.49356, 0.0095], [51.49362, 0.00968], [51.49363, 0.00989], [51.49357, 0.01008], [51.49346, 0.0102], [51.49333, 0.01021], [51.49326, 0.01018], [51.4932, 0.01011], [51.49315, 0.01002], [51.49312, 0.0099], [51.49311, 0.00971], [51.49302, 0.00953], [51.49287, 0.00941], [51.49184, 0.00912], [51.49142, 0.00891], [51.49136, 0.00886], [51.49118, 0.00886], [51.49072, 0.00877], [51.49065, 0.00871], [51.49056, 0.00871], [51.49047, 0.00877], [51.49035, 0.00877], [51.49016, 0.00871], [51.48948, 0.00869], [51.48918, 0.00866], [51.48898, 0.00856], [51.48889, 0.00849], [51.48877, 0.00837], [51.48847, 0.00799], [51.48837, 0.00792], [51.48768, 0.00755], [51.48717, 0.00751], [51.48651, 0.0073], [51.48616, 0.00725], [51.48612, 0.00732], [51.48603, 0.00738], [51.48592, 0.00753], [51.48571, 0.00699], [51.48541, 0.00598], [51.48526, 0.0053], [51.4851, 0.00447], [51.48499, 0.00409], [51.48436, 0.00211], [51.48391, 0.00089], [51.4835, -0.00049], [51.48341, -0.00084], [51.48311, -0.00227], [51.48292, -0.00292], [51.4815, -0.0071], [51.48124, -0.00786], [51.48119, -0.00796], [51.48114, -0.0081], [51.48112, -0.00824], [51.48083, -0.00914], [51.48081, -0.00926], [51.48082, -0.00933], [51.4809, -0.00953], [51.48123, -0.00989], [51.48138, -0.01016], [51.48143, -0.01039], [51.48142, -0.01156], [51.48217, -0.01148], [51.48212, -0.01031], [51.48218, -0.01031], [51.48233, -0.0102], [51.48244, -0.0102], [51.48253, -0.01022], [51.48278, -0.01041], [51.4828, -0.01045], [51.48297, -0.01052], [51.48322, -0.01056], [51.48323, -0.01038], [51.48286, -0.01033], [51.48278, -0.01041], [51.48253, -0.01022], [51.48244, -0.0102], [51.48233, -0.0102], [51.48218, -0.01031], [51.48212, -0.01031], [51.48217, -0.01148], [51.48142, -0.01156], [51.48143, -0.01039], [51.48147, -0.01012], [51.48154, -0.01005], [51.48168, -0.01005], [51.48176, -0.01], [51.48212, -0.00893], [51.48212, -0.00885], [51.48209, -0.00879], [51.48127, -0.00815], [51.48123, -0.00803], [51.48124, -0.00786], [51.48299, -0.00271], [51.48318, -0.00198], [51.48339, -0.00092], [51.4835, -0.00049], [51.48391, 0.00089], [51.48436, 0.00211], [51.48506, 0.00434], [51.4851, 0.00447], [51.48526, 0.0053], [51.48541, 0.00598], [51.48571, 0.00699], [51.48586, 0.00738], [51.486, 0.00724], [51.4861, 0.00719], [51.48616, 0.00725], [51.48651, 0.0073], [51.48717, 0.00751], [51.48768, 0.00755], [51.48837, 0.00792], [51.48847, 0.00799], [51.48877, 0.00837], [51.48889, 0.00849], [51.48898, 0.00856], [51.48912, 0.00863], [51.4894, 0.00869], [51.49016, 0.00871], [51.49023, 0.00872], [51.49031, 0.00869], [51.49046, 0.00869], [51.49049, 0.00866], [51.49056, 0.00871], [51.49065, 0.00871], [51.49073, 0.00865], [51.4912, 0.00865], [51.49125, 0.00863], [51.49137, 0.00865], [51.49144, 0.00866], [51.49147, 0.00869], [51.49166, 0.00873], [51.49178, 0.00872], [51.49184, 0.00869], [51.49266, 0.00756], [51.49355, 0.00656], [51.4946, 0.00519], [51.49499, 0.00461], [51.49518, 0.00429], [51.49552, 0.00356], [51.49582, 0.00297], [51.496, 0.00269], [51.49622, 0.00239], [51.49638, 0.00222], [51.49651, 0.00214], [51.49671, 0.00205], [51.4978, 0.00176], [51.49891, 0.00143], [51.50144, 0.00028], [51.50159, 0.00013], [51.50273, -0.00163], [51.50468, -0.0059], [51.50477, -0.00603], [51.50562, -0.00707], [51.50574, -0.00713], [51.508, -0.00761], [51.50813, -0.00762], [51.50838, -0.00756], [51.5085, -0.0075], [51.50874, -0.0073], [51.50903, -0.00715], [51.50924, -0.00709], [51.50973, -0.00712], [51.51025, -0.00724], [51.51084, -0.00743], [51.51114, -0.00764], [51.51122, -0.00776], [51.51126, -0.00786], [51.5113, -0.00809], [51.51131, -0.00832], [51.51129, -0.00906], [51.51123, -0.00986], [51.51117, -0.01014], [51.51111, -0.01027], [51.51098, -0.01042], [51.51083, -0.01045], [51.51003, -0.01022], [51.50993, -0.01023], [51.50967, -0.01012], [51.50952, -0.01], [51.50937, -0.0098], [51.50911, -0.0094], [51.50901, -0.00921], [51.5086, -0.00885], [51.50851, -0.00883], [51.5084, -0.00875], [51.50832, -0.00861], [51.50806, -0.00833], [51.50791, -0.00807], [51.5078, -0.00777], [51.50771, -0.00762], [51.5076, -0.00754], [51.50747, -0.00751], [51.50733, -0.00757], [51.50727, -0.00763], [51.50719, -0.00778], [51.50713, -0.00794], [51.50708, -0.00813], [51.50707, -0.0083], [51.5071, -0.00852], [51.50716, -0.0087], [51.50729, -0.00895], [51.50732, -0.00907], [51.50732, -0.00928], [51.50718, -0.01086], [51.50714, -0.01166], [51.50715, -0.01226], [51.5071, -0.01394], [51.50705, -0.01443], [51.50705, -0.01474], [51.50712, -0.01625], [51.50711, -0.01631], [51.50706, -0.01639], [51.50678, -0.01646], [51.50667, -0.01654], [51.50658, -0.01657], [51.50638, -0.01658], [51.50635, -0.01662], [51.50583, -0.01674], [51.505, -0.01698], [51.50435, -0.01717], [51.50454, -0.01889], [51.50455, -0.01913], [51.50455, -0.01945], [51.50458, -0.01964], [51.50466, -0.02013], [51.50504, -0.02353], [51.50508, -0.02356], [51.5052, -0.02353], [51.50526, -0.02354], [51.50529, -0.02359], [51.50532, -0.02368], [51.50549, -0.0253], [51.50558, -0.02589], [51.50561, -0.02619], [51.5056, -0.02639], [51.50556, -0.02645], [51.50544, -0.02672], [51.50543, -0.02688], [51.50544, -0.02701], [51.50552, -0.02722], [51.5056, -0.02732], [51.50566, -0.02736], [51.50576, -0.02739], [51.5059, -0.02734], [51.506, -0.0272], [51.50609, -0.02712], [51.50622, -0.02708], [51.50679, -0.02734], [51.50703, -0.02741], [51.50737, -0.0274], [51.50757, -0.02735], [51.50761, -0.02738], [51.50768, -0.02736], [51.50775, -0.02731], [51.50768, -0.0272], [51.50712, -0.02725], [51.50708, -0.02721], [51.50694, -0.02719], [51.5069, -0.02721], [51.50641, -0.02703], [51.50629, -0.02696], [51.5062, -0.02681], [51.50618, -0.02671], [51.50613, -0.02652], [51.50609, -0.02643], [51.50599, -0.02629], [51.50619, -0.02576], [51.50635, -0.02554], [51.50649, -0.02544], [51.50751, -0.02517], [51.50771, -0.02504], [51.50783, -0.02488], [51.50788, -0.02474], [51.50791, -0.02456], [51.50792, -0.02441], [51.50792, -0.02428], [51.50785, -0.02373], [51.50761, -0.02157], [51.50762, -0.0213], [51.50766, -0.02108], [51.50771, -0.02099], [51.50792, -0.02083], [51.50799, -0.02083], [51.50801, -0.02102], [51.5081, -0.02151], [51.50824, -0.02221], [51.50848, -0.02326], [51.50875, -0.02424], [51.50882, -0.02444], [51.50898, -0.02483], [51.50912, -0.02512], [51.50939, -0.02551], [51.50962, -0.02576], [51.50982, -0.02604], [51.51058, -0.027], [51.5111, -0.02763], [51.51153, -0.0282], [51.51179, -0.02862], [51.51186, -0.02869], [51.51201, -0.02899], [51.51223, -0.02953], [51.5123, -0.02959], [51.51237, -0.02991], [51.51241, -0.03022], [51.5124, -0.0305], [51.51233, -0.03103], [51.51231, -0.03143], [51.51226, -0.03152], [51.51233, -0.032], [51.51239, -0.0321], [51.51251, -0.03515], [51.51249, -0.03535], [51.51251, -0.03583], [51.51255, -0.03587], [51.51264, -0.03754], [51.51268, -0.03852], [51.51264, -0.03862], [51.51265, -0.03884], [51.5127, -0.03894], [51.51274, -0.03972], [51.5127, -0.03981], [51.51271, -0.04008], [51.51275, -0.04018], [51.51278, -0.04082], [51.51274, -0.04092], [51.51279, -0.04132], [51.51271, -0.04128], [51.51262, -0.04134], [51.51259, -0.04144], [51.51165, -0.04205], [51.51139, -0.04216], [51.51088, -0.04215], [51.51077, -0.04211], [51.51052, -0.04216], [51.5105, -0.0424], [51.5105, -0.04259], [51.51041, -0.04318], [51.51036, -0.04341], [51.51033, -0.04368], [51.51032, -0.04386], [51.51033, -0.04397], [51.5103, -0.04475], [51.51026, -0.04539], [51.51021, -0.04584], [51.51013, -0.04619], [51.51003, -0.04651], [51.50988, -0.04703], [51.50984, -0.04726], [51.50976, -0.04759], [51.50975, -0.04782], [51.50978, -0.04816], [51.50978, -0.04985], [51.50974, -0.05029], [51.50973, -0.05046], [51.50975, -0.0506], [51.50971, -0.05081], [51.50974, -0.0514], [51.50965, -0.0537], [51.50961, -0.05394], [51.5096, -0.05408], [51.50963, -0.05434], [51.50962, -0.05526], [51.50972, -0.05678], [51.50968, -0.05687], [51.50968, -0.05702], [51.50972, -0.05713], [51.50968, -0.05801], [51.50963, -0.0581], [51.50957, -0.05868], [51.50959, -0.05887], [51.50949, -0.05988], [51.50945, -0.05999], [51.50938, -0.06072], [51.50941, -0.06078], [51.50936, -0.06144], [51.50933, -0.06253], [51.50929, -0.06267], [51.50929, -0.06292], [51.50932, -0.06303], [51.5093, -0.06463], [51.50936, -0.06619], [51.50932, -0.06666], [51.50926, -0.067], [51.51086, -0.06776], [51.51086, -0.06792], [51.51081, -0.06854], [51.5113, -0.06867], [51.51181, -0.06903], [51.51185, -0.06908], [51.51189, -0.06916], [51.5119, -0.0693], [51.51136, -0.07262], [51.51127, -0.07275], [51.51109, -0.0728], [51.51088, -0.07275], [51.51038, -0.07276], [51.51034, -0.07278], [51.50997, -0.07302], [51.50968, -0.07337], [51.50927, -0.0737], [51.50904, -0.07375], [51.50892, -0.07381], [51.50874, -0.07392], [51.50867, -0.07398], [51.50723, -0.07429], [51.50718, -0.07425], [51.50701, -0.07432], [51.50697, -0.07439], [51.50686, -0.07445], [51.50521, -0.07557], [51.50383, -0.07649], [51.50379, -0.07648], [51.50372, -0.07652], [51.50369, -0.07659], [51.50302, -0.07704], [51.50295, -0.07705], [51.50278, -0.07714], [51.50247, -0.07736], [51.50236, -0.0775], [51.50224, -0.07753], [51.50208, -0.07763], [51.50201, -0.07772], [51.50192, -0.07774], [51.50187, -0.0778], [51.50115, -0.07814], [51.50124, -0.0781], [51.50205, -0.07972], [51.50205, -0.07979], [51.50201, -0.08006], [51.50194, -0.08016], [51.50173, -0.08027], [51.50094, -0.08052], [51.50088, -0.08063], [51.50081, -0.08113], [51.50076, -0.08188], [51.50118, -0.08203], [51.50195, -0.08232], [51.50251, -0.08258], [51.50344, -0.08292], [51.50403, -0.08318], [51.50446, -0.0833], [51.50462, -0.08317], [51.5055, -0.08522], [51.50566, -0.08565], [51.50577, -0.08602], [51.50607, -0.08789], [51.50616, -0.08834], [51.50607, -0.08837], [51.50551, -0.08902], [51.50543, -0.08917], [51.50517, -0.0895], [51.50486, -0.09002], [51.50479, -0.09021], [51.50471, -0.09081], [51.50473, -0.09091], [51.5047, -0.09117], [51.50468, -0.09191], [51.50468, -0.09254], [51.50476, -0.09384], [51.50484, -0.0948], [51.50491, -0.09564], [51.50504, -0.09659], [51.50541, -0.09869], [51.50584, -0.10059], [51.50641, -0.10256], [51.50671, -0.10339], [51.50694, -0.10394], [51.50695, -0.10405], [51.50706, -0.10428], [51.50712, -0.10433], [51.50714, -0.10454], [51.50716, -0.10615], [51.50715, -0.10685], [51.50708, -0.10733], [51.50692, -0.10818], [51.50669, -0.10884], [51.50618, -0.11006], [51.50519, -0.11276], [51.50506, -0.11301], [51.50495, -0.11316], [51.50464, -0.11314], [51.50453, -0.11326], [51.50447, -0.11336], [51.50446, -0.11344], [51.50449, -0.11392], [51.50448, -0.11407], [51.50447, -0.11414], [51.50433, -0.11439], [51.50402, -0.1148], [51.5027, -0.11607], [51.50263, -0.11622], [51.5029, -0.11738], [51.50293, -0.11759], [51.50306, -0.11757], [51.50293, -0.11759], [51.5029, -0.11738], [51.50263, -0.11622], [51.50221, -0.11659], [51.50217, -0.11657], [51.50199, -0.11671], [51.50197, -0.11679], [51.50175, -0.11695], [51.50169, -0.11692], [51.5016, -0.11696], [51.50155, -0.11699], [51.50152, -0.11705], [51.50142, -0.11697], [51.50138, -0.1169], [51.50118, -0.11616], [51.50116, -0.11601], [51.50112, -0.11592], [51.50106, -0.11585], [51.50097, -0.11582], [51.50089, -0.11584], [51.50085, -0.11581], [51.50076, -0.11589], [51.50073, -0.11576], [51.50069, -0.11567], [51.50036, -0.11506], [51.50022, -0.11487], [51.50015, -0.11485], [51.49994, -0.11458], [51.49991, -0.11448], [51.49962, -0.11389], [51.49955, -0.11381], [51.49906, -0.11282], [51.49884, -0.11247], [51.49892, -0.11246], [51.49896, -0.11243], [51.49892, -0.11246], [51.49884, -0.11247], [51.49879, -0.11247], [51.49876, -0.11236], [51.49869, -0.11232], [51.49856, -0.11231], [51.49853, -0.11235], [51.49833, -0.11223], [51.49831, -0.11224], [51.49751, -0.11195], [51.49696, -0.11171], [51.49659, -0.11154], [51.49542, -0.11092], [51.49542, -0.11068], [51.49528, -0.11027], [51.49559, -0.10993], [51.49528, -0.11027], [51.49542, -0.11068], [51.49542, -0.11092], [51.49466, -0.11086], [51.49415, -0.11086], [51.4927, -0.11095], [51.48899, -0.11125], [51.48876, -0.11124], [51.48868, -0.11118], [51.48841, -0.11129], [51.4883, -0.11128], [51.48825, -0.11138], [51.488, -0.11158], [51.48797, -0.11167], [51.48757, -0.11201], [51.48744, -0.11215], [51.48732, -0.11232], [51.48722, -0.11253], [51.48711, -0.11278], [51.48703, -0.11304], [51.48697, -0.1133], [51.48688, -0.11589], [51.48683, -0.11652], [51.48669, -0.11737], [51.4865, -0.11878], [51.48643, -0.11904], [51.48637, -0.11915], [51.48494, -0.11858], [51.48487, -0.11865], [51.48484, -0.11872], [51.48568, -0.12071], [51.48606, -0.1215], [51.48609, -0.12164], [51.48608, -0.12177], [51.48601, -0.12195], [51.48472, -0.12286], [51.48468, -0.12292], [51.48444, -0.12311], [51.48437, -0.1232], [51.48434, -0.12334], [51.48435, -0.12343], [51.48433, -0.124], [51.48434, -0.12463], [51.48441, -0.12575], [51.4844, -0.12593], [51.48444, -0.1264], [51.4845, -0.12688], [51.48461, -0.12744], [51.48467, -0.12784], [51.48468, -0.12812], [51.48465, -0.12832], [51.48459, -0.1286], [51.48442, -0.1292], [51.48444, -0.1293], [51.48435, -0.12955], [51.48429, -0.12961], [51.48385, -0.13088], [51.48347, -0.13175], [51.48336, -0.13208], [51.48324, -0.13259], [51.48301, -0.13354], [51.48283, -0.13418], [51.48284, -0.13428], [51.4828, -0.13443], [51.4825, -0.13543], [51.48225, -0.13606], [51.48219, -0.13608], [51.48213, -0.13625], [51.48212, -0.13638], [51.48204, -0.13658], [51.48153, -0.13763], [51.48141, -0.13783], [51.48137, -0.13783], [51.48127, -0.138], [51.48126, -0.1381], [51.48102, -0.13845], [51.48098, -0.13842], [51.48091, -0.13851], [51.48085, -0.13859], [51.48085, -0.13868], [51.48064, -0.13898], [51.48058, -0.13898], [51.48026, -0.13942], [51.48007, -0.13979], [51.47991, -0.1404], [51.47993, -0.1405], [51.47986, -0.14091], [51.47968, -0.14154], [51.47963, -0.14158], [51.47943, -0.14229], [51.47945, -0.14241], [51.47938, -0.14263], [51.47913, -0.14322], [51.4788, -0.14392], [51.47854, -0.14439], [51.47828, -0.14481], [51.47798, -0.14528], [51.47786, -0.1454], [51.47792, -0.14576], [51.47794, -0.14582], [51.47794, -0.14605], [51.47791, -0.14725], [51.47791, -0.14788], [51.47783, -0.14814], [51.47778, -0.14818], [51.47771, -0.14829], [51.47767, -0.14841], [51.47767, -0.14861], [51.4777, -0.14872], [51.47778, -0.14886], [51.4779, -0.14891], [51.47802, -0.14887], [51.47809, -0.14878], [51.47815, -0.14876], [51.47821, -0.14865], [51.47829, -0.14859], [51.47921, -0.14878], [51.48091, -0.14908], [51.48138, -0.14915], [51.48239, -0.14939], [51.48301, -0.1495], [51.483, -0.14979], [51.483, -0.14984], [51.48286, -0.15191], [51.48288, -0.15235], [51.48286, -0.15259], [51.48281, -0.15288], [51.48265, -0.1535], [51.48224, -0.15483], [51.48214, -0.15504], [51.48209, -0.15502], [51.48206, -0.15506], [51.48205, -0.15515], [51.4821, -0.1552], [51.48206, -0.15551], [51.4821, -0.1552], [51.48214, -0.15518], [51.48216, -0.15514], [51.48216, -0.15508], [51.48214, -0.15504], [51.48224, -0.15483], [51.48265, -0.1535], [51.48281, -0.15288], [51.48286, -0.15259], [51.48288, -0.15235], [51.48286, -0.15191], [51.48299, -0.15], [51.483, -0.14984], [51.48303, -0.1498], [51.48307, -0.14952], [51.48556, -0.15], [51.4856, -0.15007], [51.48564, -0.15008], [51.48571, -0.15009], [51.48574, -0.15004], [51.48587, -0.15008], [51.48589, -0.15018], [51.48607, -0.15033], [51.48613, -0.1503], [51.48657, -0.15095], [51.48707, -0.15175], [51.48812, -0.15096], [51.48889, -0.15044], [51.48919, -0.15029], [51.48953, -0.15022], [51.49035, -0.1501], [51.49051, -0.15004], [51.49058, -0.14997], [51.49064, -0.14998], [51.49096, -0.1496], [51.49098, -0.14948], [51.49149, -0.14888], [51.49251, -0.1478], [51.49382, -0.14686], [51.49398, -0.14684], [51.49412, -0.14675], [51.49589, -0.14548], [51.497, -0.14617], [51.49716, -0.14626], [51.49722, -0.14633], [51.49796, -0.14684], [51.4981, -0.14683], [51.49818, -0.14677], [51.49826, -0.14553], [51.49826, -0.14513], [51.49815, -0.14424], [51.49816, -0.14403], [51.49824, -0.1438], [51.49847, -0.14362], [51.49883, -0.1434], [51.49915, -0.14318], [51.4994, -0.14295], [51.49949, -0.14277], [51.49974, -0.1421], [51.5001, -0.1412], [51.50017, -0.141], [51.50019, -0.14087], [51.50042, -0.14083], [51.50091, -0.14061], [51.50097, -0.14054], [51.50115, -0.14046], [51.50127, -0.14044], [51.50148, -0.14027], [51.50178, -0.14001], [51.50192, -0.14002], [51.50204, -0.1401], [51.50213, -0.14022], [51.50216, -0.1403], [51.50221, -0.14049], [51.50217, -0.14112], [51.50216, -0.14187], [51.50246, -0.14892], [51.50241, -0.149], [51.50244, -0.14989], [51.50239, -0.14997], [51.50198, -0.15118], [51.50194, -0.15146], [51.50195, -0.15166], [51.50199, -0.15181], [51.50217, -0.15201], [51.50276, -0.15232], [51.50285, -0.15249], [51.5029, -0.15266], [51.5029, -0.1528], [51.50264, -0.15406], [51.50241, -0.15556], [51.50228, -0.15674], [51.5023, -0.15703], [51.50225, -0.15822], [51.50221, -0.15826], [51.50214, -0.15874], [51.50217, -0.1588], [51.50211, -0.15909], [51.50205, -0.15916], [51.50198, -0.15947], [51.502, -0.15954], [51.50191, -0.15994], [51.50185, -0.15996], [51.50169, -0.16055], [51.50152, -0.16098], [51.50142, -0.16113], [51.50141, -0.16123], [51.50115, -0.1616], [51.50024, -0.16268], [51.49999, -0.16304], [51.49982, -0.16332], [51.49874, -0.1653], [51.49842, -0.16598], [51.4983, -0.16607], [51.49787, -0.16687], [51.49689, -0.16859], [51.49672, -0.1689], [51.49655, -0.1693], [51.49607, -0.17084], [51.496, -0.17116], [51.49588, -0.17174], [51.49584, -0.17173], [51.49571, -0.17189], [51.49546, -0.17258], [51.49523, -0.17346], [51.4957, -0.17353], [51.4968, -0.17377], [51.49861, -0.17415], [51.49999, -0.1744], [51.50007, -0.17449], [51.49996, -0.17554], [51.50021, -0.17556], [51.50039, -0.17565], [51.50053, -0.17579], [51.50062, -0.17593], [51.50066, -0.17605], [51.50073, -0.17638], [51.5008, -0.17652], [51.50094, -0.17664], [51.50091, -0.1767], [51.50085, -0.17674], [51.50091, -0.1767], [51.50094, -0.17664], [51.50117, -0.17671], [51.50126, -0.17682], [51.50139, -0.17688], [51.50149, -0.17695], [51.50155, -0.17696], [51.5016, -0.17609], [51.50172, -0.1746], [51.50178, -0.17468], [51.50208, -0.1747], [51.50216, -0.17472], [51.50234, -0.17471], [51.50244, -0.17469], [51.50298, -0.17468], [51.50334, -0.17457], [51.50354, -0.17445], [51.50382, -0.17425], [51.50427, -0.17389], [51.50519, -0.17323], [51.50579, -0.17302], [51.50664, -0.17234], [51.50673, -0.17224], [51.5068, -0.1721], [51.50682, -0.17196], [51.50668, -0.17137], [51.50668, -0.17119], [51.50671, -0.17106], [51.50688, -0.17083], [51.50708, -0.1706], [51.50725, -0.17046], [51.50716, -0.1703], [51.50707, -0.17023], [51.50637, -0.1699], [51.50627, -0.16987], [51.50625, -0.16989], [51.50605, -0.16947], [51.50625, -0.16989], [51.50627, -0.17008], [51.50655, -0.17103], [51.5066, -0.17114], [51.50668, -0.17119], [51.50671, -0.17106], [51.50688, -0.17083], [51.50708, -0.1706], [51.50725, -0.17046], [51.50736, -0.1704], [51.50749, -0.17039], [51.50956, -0.17061], [51.50997, -0.17069], [51.51016, -0.17084], [51.51026, -0.17096], [51.51036, -0.17114], [51.511, -0.17263], [51.51105, -0.1727], [51.51121, -0.17277], [51.51127, -0.17276], [51.51138, -0.17268], [51.5115, -0.17252], [51.51158, -0.17247], [51.51166, -0.17236], [51.51176, -0.17226], [51.51184, -0.17227], [51.51191, -0.17231], [51.51199, -0.17227], [51.51188, -0.17366], [51.51184, -0.1738], [51.51181, -0.17413], [51.51181, -0.17418], [51.51164, -0.17559], [51.5116, -0.17593], [51.51167, -0.176], [51.5118, -0.176], [51.51222, -0.17589], [51.51265, -0.17575], [51.51277, -0.17577], [51.51292, -0.1757], [51.513, -0.1757], [51.51307, -0.17572], [51.51317, -0.17582], [51.51338, -0.17611], [51.51358, -0.17618], [51.51362, -0.1761], [51.51386, -0.17495], [51.51403, -0.1747], [51.51793, -0.16775], [51.51828, -0.16719], [51.51848, -0.16696], [51.51908, -0.16618], [51.51924, -0.16601], [51.51934, -0.16594], [51.51989, -0.1658], [51.52009, -0.1657], [51.52041, -0.16552], [51.52054, -0.16547], [51.52068, -0.16549], [51.52079, -0.16553], [51.52086, -0.16502], [51.52112, -0.16358], [51.52136, -0.16214], [51.52181, -0.1597], [51.52222, -0.15719], [51.5227, -0.15451], [51.52309, -0.15244], [51.52323, -0.15033], [51.52337, -0.14888], [51.52385, -0.14618], [51.52404, -0.14502], [51.52416, -0.14469], [51.52416, -0.14434], [51.52419, -0.14422], [51.52435, -0.1442], [51.52462, -0.14422], [51.52467, -0.14426], [51.52489, -0.14423], [51.52751, -0.14432], [51.52755, -0.14437], [51.52763, -0.14437], [51.52767, -0.14432], [51.52858, -0.14433], [51.52969, -0.14442], [51.52983, -0.14446], [51.5339, -0.14627], [51.53537, -0.14692], [51.53561, -0.14705], [51.53547, -0.14719], [51.53542, -0.14729], [51.53528, -0.14766], [51.53518, -0.14811], [51.53554, -0.1483], [51.5357, -0.14846], [51.53602, -0.14894], [51.53611, -0.14911], [51.53619, -0.1493], [51.53667, -0.15122], [51.53668, -0.15153], [51.53663, -0.15211], [51.53651, -0.1528], [51.53626, -0.15396], [51.53651, -0.1528], [51.53663, -0.15211], [51.53668, -0.15153], [51.53667, -0.15122], [51.53619, -0.1493], [51.53611, -0.14911], [51.53602, -0.14894], [51.5357, -0.14846], [51.53554, -0.1483], [51.53518, -0.14811], [51.53528, -0.14766], [51.53542, -0.14729], [51.53547, -0.14719], [51.53561, -0.14705], [51.53612, -0.14675], [51.53657, -0.14642], [51.5367, -0.14637], [51.53677, -0.14631], [51.5369, -0.14607], [51.53848, -0.14399], [51.53861, -0.14371], [51.53869, -0.14348], [51.53885, -0.14286], [51.53893, -0.14262], [51.53902, -0.14242], [51.53919, -0.14241], [51.53929, -0.14228], [51.53985, -0.14138], [51.54008, -0.14092], [51.5405, -0.13989], [51.5407, -0.13947], [51.54083, -0.13929], [51.54174, -0.13843], [51.54281, -0.13746], [51.54323, -0.13697], [51.54675, -0.13201], [51.54684, -0.13193], [51.54722, -0.13139], [51.54742, -0.13105], [51.54884, -0.1291], [51.55145, -0.12603], [51.55161, -0.12587], [51.55261, -0.12473], [51.553, -0.12418], [51.55311, -0.12412], [51.55346, -0.12371], [51.55594, -0.12166], [51.55635, -0.12132], [51.55662, -0.12106], [51.55684, -0.12079], [51.55784, -0.11937], [51.55717, -0.11838], [51.55635, -0.11722], [51.55625, -0.1171], [51.5562, -0.1171], [51.55611, -0.11697], [51.55605, -0.11678], [51.55599, -0.11669], [51.55355, -0.11331], [51.55319, -0.11286], [51.55275, -0.11238], [51.55267, -0.11236], [51.5526, -0.11229], [51.55247, -0.11253], [51.55247, -0.11264], [51.55251, -0.11263], [51.55303, -0.11173], [51.55332, -0.11131], [51.55352, -0.1111], [51.5541, -0.11062], [51.55419, -0.11062], [51.55425, -0.11052], [51.55424, -0.1104], [51.5542, -0.11033], [51.55414, -0.1103], [51.55408, -0.11033], [51.55405, -0.11039], [51.55343, -0.11002], [51.55345, -0.10841], [51.55378, -0.10838], [51.55345, -0.10841], [51.55343, -0.11002], [51.55405, -0.11039], [51.55404, -0.1105], [51.55407, -0.11059], [51.5541, -0.11062], [51.55352, -0.1111], [51.55332, -0.11131], [51.55303, -0.11173], [51.55267, -0.11236], [51.5526, -0.11229], [51.55257, -0.11217], [51.5525, -0.11207], [51.55234, -0.11194], [51.55198, -0.11149], [51.55089, -0.11001], [51.55083, -0.11012], [51.55077, -0.11016], [51.5504, -0.11034], [51.54979, -0.11078], [51.54961, -0.11082], [51.54859, -0.11393], [51.54687, -0.11742], [51.54683, -0.11754], [51.54679, -0.11807], [51.54568, -0.11789], [51.54254, -0.11732], [51.5381, -0.11655], [51.53748, -0.11646], [51.53693, -0.11655], [51.53695, -0.11702], [51.53693, -0.11882], [51.53694, -0.12039], [51.53693, -0.12227], [51.53695, -0.12244], [51.53676, -0.12239], [51.53614, -0.12233], [51.535, -0.12233], [51.53501, -0.12311], [51.53503, -0.12329], [51.53498, -0.12364], [51.53493, -0.12383], [51.53481, -0.12426], [51.53469, -0.12475], [51.53457, -0.12512], [51.53399, -0.12706], [51.53393, -0.12715], [51.53369, -0.12799], [51.53346, -0.12869], [51.53329, -0.12852], [51.53242, -0.12785], [51.53147, -0.12729], [51.53139, -0.12764], [51.53129, -0.1282], [51.53121, -0.12835], [51.53112, -0.1284], [51.531, -0.12839], [51.53073, -0.12832], [51.5306, -0.12821], [51.53049, -0.12835], [51.5306, -0.12821], [51.53073, -0.12832], [51.531, -0.12839], [51.53112, -0.1284], [51.53121, -0.12835], [51.53129, -0.1282], [51.53139, -0.12764], [51.53147, -0.12729], [51.53071, -0.12687], [51.53054, -0.12679], [51.52936, -0.12645], [51.5292, -0.12634], [51.5291, -0.12622], [51.52905, -0.12633], [51.52898, -0.12634], [51.52875, -0.12691], [51.52833, -0.12799], [51.52834, -0.12811], [51.52826, -0.12831], [51.5282, -0.12833], [51.52804, -0.12873], [51.52804, -0.12886], [51.52744, -0.13044], [51.52738, -0.13047], [51.52727, -0.13076], [51.52684, -0.13197], [51.52624, -0.13374], [51.52599, -0.13442], [51.52569, -0.13535], [51.52544, -0.13665], [51.52516, -0.13773], [51.52433, -0.1408], [51.52429, -0.14084], [51.52406, -0.14188], [51.5237, -0.14152], [51.52351, -0.14241], [51.52163, -0.14011], [51.5216, -0.13993], [51.52167, -0.13976], [51.52171, -0.13971], [51.52196, -0.13909], [51.52155, -0.13866], [51.5212, -0.13829], [51.52091, -0.13894], [51.52076, -0.13924], [51.5207, -0.13943], [51.5201, -0.14273], [51.51928, -0.14235], [51.51921, -0.14229], [51.5191, -0.14225], [51.51906, -0.14228], [51.51827, -0.14191], [51.5176, -0.14162], [51.51781, -0.14039], [51.51786, -0.14027], [51.51786, -0.14015], [51.51804, -0.13918], [51.51729, -0.13788], [51.51694, -0.13752], [51.51674, -0.13736], [51.51597, -0.13688], [51.51385, -0.13515], [51.51377, -0.1352], [51.51354, -0.13592], [51.51346, -0.1362], [51.51346, -0.13627], [51.51339, -0.13654], [51.51339, -0.13659], [51.51324, -0.13706], [51.51344, -0.1372], [51.5135, -0.13699], [51.51344, -0.1372], [51.51324, -0.13706], [51.51301, -0.13767], [51.51253, -0.1372], [51.51241, -0.13749], [51.51158, -0.1366], [51.51118, -0.13615], [51.5107, -0.13554], [51.5108, -0.13416], [51.51079, -0.13407], [51.51069, -0.13395], [51.51014, -0.13348], [51.51009, -0.13335], [51.51027, -0.13227], [51.51043, -0.13148], [51.51022, -0.13135], [51.50982, -0.13103], [51.50994, -0.13043], [51.50998, -0.13005], [51.50998, -0.1301], [51.50946, -0.12996], [51.50952, -0.12958], [51.50953, -0.12858], [51.50954, -0.12851], [51.50958, -0.12846], [51.50986, -0.12845], [51.50983, -0.12824], [51.50983, -0.12816], [51.50986, -0.12805], [51.50967, -0.12778], [51.50949, -0.12745], [51.50943, -0.12737], [51.50936, -0.12733], [51.50923, -0.12728], [51.50857, -0.12718], [51.50862, -0.1255], [51.50969, -0.12336], [51.51, -0.12267], [51.51023, -0.12215], [51.51064, -0.1211], [51.511, -0.12012], [51.51152, -0.12065], [51.51155, -0.12073], [51.51164, -0.12106], [51.5117, -0.12119], [51.51163, -0.12131]],
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 2}
).addTo(feature_group_bf40093168f823f650290fcba95546c7);
var feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec = L.featureGroup(
{}
).addTo(map_c27cf14ec0bb3813ab2c54feba9bd847);
var marker_ced0e880c3d6525044328c6d5fb1ffb5 = L.marker(
[51.5119, -0.1217],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_ced0e880c3d6525044328c6d5fb1ffb5.bindTooltip(
`<div>
0: London Transport Museum
</div>`,
{"sticky": true}
);
var marker_308462822698368e8bbe7e83af3a81e2 = L.marker(
[51.5236, -0.1163],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_308462822698368e8bbe7e83af3a81e2.bindTooltip(
`<div>
1: Charles Dickens Museum
</div>`,
{"sticky": true}
);
var marker_ac8157766dabcad3def9810acdd7368f = L.marker(
[51.5248, -0.1139],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_ac8157766dabcad3def9810acdd7368f.bindTooltip(
`<div>
2: The Postal Museum
</div>`,
{"sticky": true}
);
var marker_be4d9e1c79cb876bbbc572b78597680f = L.marker(
[51.528, -0.1025],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_be4d9e1c79cb876bbbc572b78597680f.bindTooltip(
`<div>
3: City University
</div>`,
{"sticky": true}
);
var marker_1784f7b06b9b1e06b0ded470cc95b32e = L.marker(
[51.5144, -0.0804],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_1784f7b06b9b1e06b0ded470cc95b32e.bindTooltip(
`<div>
4: The Gherkin
</div>`,
{"sticky": true}
);
var marker_400bc279df3d014dc46c0a6fb675c10c = L.marker(
[51.5236, -0.0399],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_400bc279df3d014dc46c0a6fb675c10c.bindTooltip(
`<div>
5: Queen Mary University
</div>`,
{"sticky": true}
);
var marker_bcd8c38ebe678cbb89b34a60fb090cb4 = L.marker(
[51.5385, -0.0167],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_bcd8c38ebe678cbb89b34a60fb090cb4.bindTooltip(
`<div>
6: London Stadium
</div>`,
{"sticky": true}
);
var marker_31920d4f9d07bbc1a7d8bf958a3831cb = L.marker(
[51.5026, 0.0034],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_31920d4f9d07bbc1a7d8bf958a3831cb.bindTooltip(
`<div>
7: O2
</div>`,
{"sticky": true}
);
var marker_62adc7fa922454ed457c8e9f67d80b2d = L.marker(
[51.4829, -0.0097],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_62adc7fa922454ed457c8e9f67d80b2d.bindTooltip(
`<div>
8: Cutty Sark
</div>`,
{"sticky": true}
);
var marker_601a533814111e7347ab4c8ed5d871a2 = L.marker(
[51.5049, -0.0195],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_601a533814111e7347ab4c8ed5d871a2.bindTooltip(
`<div>
9: Canary Wharf
</div>`,
{"sticky": true}
);
var marker_08378819ef658b31160f628838ff7fb7 = L.marker(
[51.5076, -0.0238],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_08378819ef658b31160f628838ff7fb7.bindTooltip(
`<div>
10: Museum of London Docklands
</div>`,
{"sticky": true}
);
var marker_fbff47f5ec76992caaff0bce7a6cced5 = L.marker(
[51.5108, -0.0679],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_fbff47f5ec76992caaff0bce7a6cced5.bindTooltip(
`<div>
11: Jack The Ripper Museum
</div>`,
{"sticky": true}
);
var marker_cc2330815e9643e378384c4902bbacc7 = L.marker(
[51.5012, -0.0819],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_cc2330815e9643e378384c4902bbacc7.bindTooltip(
`<div>
12: Fashion and Textile Museum
</div>`,
{"sticky": true}
);
var marker_9eb2ccfe23fd2187f6924c64d64fb222 = L.marker(
[51.5032, -0.1195],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_9eb2ccfe23fd2187f6924c64d64fb222.bindTooltip(
`<div>
13: London Eye
</div>`,
{"sticky": true}
);
var marker_63d4c0477310743477e6cd3a1411e21b = L.marker(
[51.4957, -0.1086],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_63d4c0477310743477e6cd3a1411e21b.bindTooltip(
`<div>
14: Imperial War Museum
</div>`,
{"sticky": true}
);
var marker_6c1b75e2ffe2f61338b6497b3be2d67c = L.marker(
[51.4826, -0.1322],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_6c1b75e2ffe2f61338b6497b3be2d67c.bindTooltip(
`<div>
15: US Embassy
</div>`,
{"sticky": true}
);
var marker_9d7648d596cfed23a6e1c9e2d9c75b8f = L.marker(
[51.4817, -0.1572],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_9d7648d596cfed23a6e1c9e2d9c75b8f.bindTooltip(
`<div>
16: Battersea Park
</div>`,
{"sticky": true}
);
var marker_0f0602e106e50a366596a3357a691172 = L.marker(
[51.5017, -0.1409],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_0f0602e106e50a366596a3357a691172.bindTooltip(
`<div>
17: Buckingham Palace
</div>`,
{"sticky": true}
);
var marker_11422901960922ed1fbfb94e2ab4e20c = L.marker(
[51.4969, -0.1726],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_11422901960922ed1fbfb94e2ab4e20c.bindTooltip(
`<div>
18: Victoria & Albert Museum
</div>`,
{"sticky": true}
);
var marker_d862d6687eac64cdffb7f796e6b1c9d8 = L.marker(
[51.501, -0.1772],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_d862d6687eac64cdffb7f796e6b1c9d8.bindTooltip(
`<div>
19: Royal Albert Hall
</div>`,
{"sticky": true}
);
var marker_fc83d6045e38644ffc9418dcf8163b5a = L.marker(
[51.5074, -0.1655],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_fc83d6045e38644ffc9418dcf8163b5a.bindTooltip(
`<div>
20: Hyde Park
</div>`,
{"sticky": true}
);
var marker_0773231ca98d113ca524c77ed2fea09d = L.marker(
[51.5229, -0.1546],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_0773231ca98d113ca524c77ed2fea09d.bindTooltip(
`<div>
21: Madame Tussauds
</div>`,
{"sticky": true}
);
var marker_f6a06897203c232e5b13f19f21f3b6d0 = L.marker(
[51.5353, -0.1534],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_f6a06897203c232e5b13f19f21f3b6d0.bindTooltip(
`<div>
22: London Zoo
</div>`,
{"sticky": true}
);
var marker_7ffb7fbe735029467f4bbc033f357964 = L.marker(
[51.5549, -0.1082],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_7ffb7fbe735029467f4bbc033f357964.bindTooltip(
`<div>
23: Emirates Stadium
</div>`,
{"sticky": true}
);
var marker_a62df3f205a19a314fb2ff5815ab625c = L.marker(
[51.53, -0.1277],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_a62df3f205a19a314fb2ff5815ab625c.bindTooltip(
`<div>
24: The British Library
</div>`,
{"sticky": true}
);
var marker_eb64226b8473784715c53cb9783b58e0 = L.marker(
[51.5215, -0.1388],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_eb64226b8473784715c53cb9783b58e0.bindTooltip(
`<div>
25: BT Tower
</div>`,
{"sticky": true}
);
var marker_b7ac16a626c7715b4441eea733eb31f0 = L.marker(
[51.5136, -0.137],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_b7ac16a626c7715b4441eea733eb31f0.bindTooltip(
`<div>
26: Soho
</div>`,
{"sticky": true}
);
var marker_d4baada50d549f66efcbd52458067ed4 = L.marker(
[51.5103, -0.1301],
{}
).addTo(feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec);
marker_d4baada50d549f66efcbd52458067ed4.bindTooltip(
`<div>
27: Leicester Square
</div>`,
{"sticky": true}
);
var tile_layer_2fa2364528c7dcaf9c9e76b8f74ee5c5 = L.tileLayer(
"http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
{"attribution": "CartoDB Positron", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 0.7, "subdomains": "abc", "tms": false}
).addTo(map_c27cf14ec0bb3813ab2c54feba9bd847);
var layer_control_9882abb8f943d7895db3bbf56916d066 = {
base_layers : {
"openstreetmap" : tile_layer_ad9c80a14269ee623340f0b8fa8f9cf6,
},
overlays : {
"Route Line" : feature_group_bf40093168f823f650290fcba95546c7,
"Route Points" : feature_group_6763009dfd8ba7a63bdff62e4ecdd7ec,
"Positron" : tile_layer_2fa2364528c7dcaf9c9e76b8f74ee5c5,
},
};
L.control.layers(
layer_control_9882abb8f943d7895db3bbf56916d066.base_layers,
layer_control_9882abb8f943d7895db3bbf56916d066.overlays,
{"autoZIndex": true, "collapsed": true, "position": "topright"}
).addTo(map_c27cf14ec0bb3813ab2c54feba9bd847);
</script>
</html>