forked from Gabriel-Teston/HackEMTU
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap3.html
More file actions
148 lines (127 loc) · 5.14 KB
/
map3.html
File metadata and controls
148 lines (127 loc) · 5.14 KB
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
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>L_PREFER_CANVAS = false; L_NO_TOUCH = false; L_DISABLE_3D = false;</script>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.2.0/dist/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.2.0/dist/leaflet.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css" />
<link rel="stylesheet" href="https://rawgit.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css" />
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<style> #map_4835b947a77d4fa4877cefa534e306a6 {
position : relative;
width : 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_4835b947a77d4fa4877cefa534e306a6" ></div>
</body>
<script>
var bounds = null;
var map_4835b947a77d4fa4877cefa534e306a6 = L.map(
'map_4835b947a77d4fa4877cefa534e306a6',
{center: [-23.513959421988243,-46.759579795079965],
zoom: 10,
maxBounds: bounds,
layers: [],
worldCopyJump: false,
crs: L.CRS.EPSG3857
});
var tile_layer_b10e14d51c414ecbab5ec7f39634e28e = L.tileLayer(
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
{
"attribution": null,
"detectRetina": false,
"maxZoom": 18,
"minZoom": 1,
"noWrap": false,
"subdomains": "abc"
}
).addTo(map_4835b947a77d4fa4877cefa534e306a6);
var poly_line_d6e5072cdb884baa8926fca6909b1da8 = L.polyline(
[[-23.509517396585302, -46.78099590682285], [-23.50995826423994, -46.77938610309277]],
{
"bubblingMouseEvents": true,
"color": "green",
"dashArray": null,
"dashOffset": null,
"fill": false,
"fillColor": "green",
"fillOpacity": 0.2,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"noClip": false,
"opacity": 1.0,
"smoothFactor": 1.0,
"stroke": true,
"weight": 170
}).addTo(map_4835b947a77d4fa4877cefa534e306a6);
var poly_line_873bbe90bbad4bd7a3ed60c934dae7ef = L.polyline(
[[-23.521541295025607, -46.732837539797025], [-23.522826783676027, -46.72347002967034]],
{
"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": 142
}).addTo(map_4835b947a77d4fa4877cefa534e306a6);
var poly_line_49728ca0e8134be299714271f3756c93 = L.polyline(
[[-23.500952339576656, -46.796231210248905], [-23.52446578601283, -46.72583354398288]],
{
"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": 13
}).addTo(map_4835b947a77d4fa4877cefa534e306a6);
var poly_line_35e83221180a4107be2eef77ad297717 = L.polyline(
[[-23.523826656765408, -46.728254523451064], [-23.500520913391114, -46.79821022094727]],
{
"bubblingMouseEvents": true,
"color": "orange",
"dashArray": null,
"dashOffset": null,
"fill": false,
"fillColor": "orange",
"fillOpacity": 0.2,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"noClip": false,
"opacity": 1.0,
"smoothFactor": 1.0,
"stroke": true,
"weight": 10
}).addTo(map_4835b947a77d4fa4877cefa534e306a6);
</script>