-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (65 loc) · 5.04 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
<!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/[email protected]/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/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/[email protected]/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_ae0017f8d939f37c2527e0eb86c08430 {
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_ae0017f8d939f37c2527e0eb86c08430" ></div>
</body>
<script>
var map_ae0017f8d939f37c2527e0eb86c08430 = L.map(
"map_ae0017f8d939f37c2527e0eb86c08430",
{
center: [18.4522859, -69.9254828],
crs: L.CRS.EPSG3857,
zoom: 17,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_f8a1006e20431db5c1a110ff7e496850 = 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_ae0017f8d939f37c2527e0eb86c08430);
var marker_a57e2c52a76a6b31b2dcc0fc1fd66774 = L.marker(
[18.4522859, -69.9254828],
{}
).addTo(map_ae0017f8d939f37c2527e0eb86c08430);
var marker_b55204212873554e69239d74968824e7 = L.marker(
[18.4435186, -69.9275614],
{}
).addTo(map_ae0017f8d939f37c2527e0eb86c08430);
var poly_line_03bfa78adc6f293d7d961a5abb6b0ec8 = L.polyline(
[[18.4522859, -69.9254828], [18.4523214, -69.9254204], [18.4525193, -69.9250726], [18.4527132, -69.9247422], [18.4528879, -69.9244444], [18.453516, -69.9235792], [18.4532259, -69.9233861], [18.4529298, -69.9232316], [18.4522505, -69.9228416], [18.4518621, -69.9226176], [18.4517471, -69.9225503], [18.4514835, -69.9223964], [18.4514248, -69.9223584], [18.4513846, -69.9223175], [18.4513587, -69.9222893], [18.451328, -69.922244], [18.4513078, -69.9222019], [18.4512823, -69.9221491], [18.4512193, -69.9221772], [18.450926, -69.9223083], [18.4506677, -69.9224264], [18.4503744, -69.9225543], [18.4502456, -69.9226173], [18.4496677, -69.9228798], [18.4492808, -69.9230547], [18.4488543, -69.9232622], [18.4481783, -69.9235975], [18.4478412, -69.9237944], [18.4475666, -69.9239595], [18.4473106, -69.9241164], [18.4468752, -69.9243912], [18.4467035, -69.9245025], [18.4463208, -69.9247873], [18.4459266, -69.9250938], [18.4456954, -69.9252956], [18.4454351, -69.9255241], [18.4453195, -69.9256316], [18.4450681, -69.9258611], [18.4447263, -69.926184], [18.444382, -69.92655], [18.4440032, -69.9269544], [18.4437854, -69.9272298], [18.4435186, -69.9275614]],
{"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1, "smoothFactor": 1.0, "stroke": true, "weight": 5}
).addTo(map_ae0017f8d939f37c2527e0eb86c08430);
</script>
</html>