-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
162 lines (114 loc) · 12 KB
/
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
<!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-3.7.1.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-glyphicons.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_c11c594f710e42f8697ae47bb6642c38 {
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_c11c594f710e42f8697ae47bb6642c38" ></div>
</body>
<script>
var map_c11c594f710e42f8697ae47bb6642c38 = L.map(
"map_c11c594f710e42f8697ae47bb6642c38",
{
center: [22.3511148, 78.6677428],
crs: L.CRS.EPSG3857,
zoom: 5,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_11886b1d3b06fc646ed7feb48748b0e9 = L.tileLayer(
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
);
tile_layer_11886b1d3b06fc646ed7feb48748b0e9.addTo(map_c11c594f710e42f8697ae47bb6642c38);
var marker_4b596ff9caffb05c4f34875c8e04a2b1 = L.marker(
[19.4, 78.31],
{}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var marker_31eabaf6d5dfc3f65942110c68c8d8a1 = L.marker(
[19.094571, 74.738432],
{}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var poly_line_e42a24a182f52402ac44b425e3dd024b = L.polyline(
[[19.401071, 78.309994], [19.412663, 78.318306], [19.451456, 78.264667], [19.528702, 78.247898], [19.458404, 78.168499], [19.46326, 78.134239], [19.414781, 78.091007], [19.432742, 77.953345], [19.422759, 77.871373], [19.371168, 77.826181], [19.300399, 77.701236], [19.283465, 77.713899], [19.204384, 77.674761], [19.190556, 77.595917], [19.152049, 77.535983], [19.157956, 77.449663], [19.128651, 77.409586], [19.142568, 77.355505], [19.130091, 77.320558], [18.954905, 77.12402], [19.010258, 77.013744], [19.010117, 76.92447], [18.958821, 76.804789], [18.970762, 76.753976], [18.933285, 76.607708], [18.860242, 76.526132], [18.975374, 76.36762], [18.999322, 76.002626], [18.964339, 75.8445], [19.000756, 75.631699], [19.078433, 75.530737], [19.203537, 75.26868], [19.171389, 75.197835], [19.188239, 75.065812], [19.133679, 74.994335], [19.087493, 74.877241], [19.094442, 74.738432]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var marker_06e4f8824c3bd4c6b6f45f86d194ee5f = L.marker(
[19.094571, 74.738432],
{}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var marker_5eef34e647498d26addf33741f41209c = L.marker(
[23.025793, 72.587265],
{}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var poly_line_634cab7aee4b91b2d3ca54fc1b30a343 = L.polyline(
[[19.094442, 74.738432], [19.139409, 74.684305], [19.394426, 74.647324], [19.541066, 74.533862], [19.676695, 74.34431], [19.719734, 74.13604], [19.931882, 73.863765], [19.995885, 73.795352], [20.202774, 73.709274], [20.25765, 73.625575], [20.247192, 73.538855], [20.343995, 73.205313], [20.471009, 73.065884], [20.513778, 72.945409], [20.676988, 72.950756], [20.804608, 73.071357], [20.902834, 73.039585], [20.947989, 72.958971], [21.70769, 73.000399], [22.057827, 73.13056], [22.097007, 73.189156], [22.270175, 73.203183], [22.368844, 73.164493], [22.620575, 72.927462], [22.708042, 72.824949], [22.730955, 72.665058], [22.861724, 72.592255], [23.025893, 72.586725]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var marker_3c0a538dc38e2193e69418385482f3cd = L.marker(
[23.025793, 72.587265],
{}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var marker_c46b350473d699d777749cc1f18964e3 = L.marker(
[27.187935, 78.003944],
{}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var poly_line_0d76f93ec9db1caba5b92e32462e0808 = L.polyline(
[[23.025893, 72.586725], [23.08746, 72.660869], [23.338404, 72.78038], [23.581012, 72.958898], [23.62319, 73.294665], [23.763554, 73.445837], [23.778454, 73.516459], [23.980692, 73.591638], [24.004781, 73.654871], [24.198626, 73.70432], [24.41316, 73.628359], [24.505301, 73.658895], [24.578044, 73.748112], [24.626431, 73.711285], [24.722282, 73.731338], [25.082403, 73.868395], [25.245721, 73.783037], [25.38298, 73.777333], [25.601255, 73.911765], [25.611498, 73.981432], [25.706513, 74.063915], [25.839429, 74.090674], [25.890485, 74.170189], [26.153592, 74.363122], [26.444137, 74.701232], [26.514786, 74.706401], [26.601249, 74.855554], [26.668305, 75.212995], [26.774197, 75.374786], [26.918319, 75.799866], [26.855138, 76.009361], [26.857867, 76.168425], [26.916684, 76.349501], [26.970967, 76.79423], [27.096957, 77.057107], [27.206421, 77.512026], [27.103202, 77.67879], [27.187956, 78.003859]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var marker_61a95b56f086fdcc2ae611cc82935d3d = L.marker(
[27.187935, 78.003944],
{}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var marker_78b6141a945f568e01dcc3b0919573f3 = L.marker(
[23.736701, 92.714596],
{}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var poly_line_7fe07ae09a2e58de8dc9652d4c0a6ade = L.polyline(
[[27.187956, 78.003859], [27.206139, 78.392862], [27.070793, 78.691995], [26.363238, 79.665855], [26.458349, 80.220635], [26.409594, 80.388585], [25.92255, 80.838046], [25.452298, 81.719823], [25.265408, 82.500908], [25.212922, 83.519454], [24.987739, 83.861419], [24.905811, 84.192421], [24.742196, 84.367216], [24.433214, 85.205672], [24.118849, 85.702694], [23.92056, 86.13805], [23.76915, 86.856556], [22.965817, 88.392697], [22.967894, 88.545602], [23.086799, 88.568406], [23.037703, 88.876755], [23.184606, 89.300631], [23.18831, 89.699268], [23.402116, 89.934177], [23.399771, 90.24288], [23.658251, 90.35228], [23.853438, 90.671888], [23.980149, 90.733357], [24.051382, 90.868338], [24.047282, 91.236345], [24.271192, 91.385163], [24.299257, 91.761996], [24.381688, 91.901612], [24.225138, 92.313604], [24.104389, 92.398703], [23.914701, 92.372816], [23.891738, 92.494185], [23.768208, 92.512323], [23.80862, 92.659757], [23.736776, 92.71482]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var marker_5cff5c49861bb6e094fd266627601773 = L.marker(
[23.736701, 92.714596],
{}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var marker_6e251e7d859016a9df77e746d72959dc = L.marker(
[23.836049, 91.279386],
{}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
var poly_line_2a89376fcc624ab2aca49c00866d2036 = L.polyline(
[[23.736776, 92.71482], [23.755215, 92.695636], [23.75537, 92.679806], [23.777557, 92.681331], [23.80862, 92.659757], [23.798409, 92.642947], [23.808246, 92.634231], [23.793575, 92.605377], [23.814052, 92.59609], [23.78815, 92.581791], [23.804025, 92.561723], [23.765171, 92.54313], [23.770998, 92.530823], [23.792781, 92.534342], [23.768208, 92.512323], [23.77751, 92.518659], [23.838707, 92.487847], [23.874498, 92.500019], [23.891738, 92.494185], [23.885977, 92.469779], [23.911656, 92.442503], [23.912056, 92.422957], [23.900565, 92.411679], [23.914857, 92.37275], [24.014621, 92.375099], [24.104389, 92.398703], [24.134856, 92.334909], [24.215745, 92.324708], [24.244373, 92.278944], [24.2459, 92.251641], [24.235544, 92.245456], [24.242242, 92.207848], [24.266654, 92.162573], [24.265214, 92.152158], [24.22326, 92.154613], [24.203839, 92.136901], [24.206283, 92.118631], [24.172632, 92.082919], [24.162617, 92.037929], [24.177295, 92.01678], [24.165795, 91.960525], [24.133122, 91.943892], [24.100265, 91.894044], [24.100604, 91.878371], [24.120805, 91.863853], [24.138686, 91.81485], [24.150785, 91.810279], [24.14702, 91.790629], [24.122387, 91.770523], [24.133227, 91.722832], [24.130099, 91.675935], [24.11103, 91.644868], [24.096701, 91.640395], [24.082421, 91.596673], [24.066273, 91.6008], [24.063821, 91.584072], [24.016614, 91.557536], [24.000329, 91.500833], [24.007988, 91.446797], [23.957335, 91.347473], [23.888293, 91.306095], [23.880355, 91.285624], [23.835874, 91.27931]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_c11c594f710e42f8697ae47bb6642c38);
</script>
</html>