-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptimized_route.html
348 lines (188 loc) · 26.2 KB
/
optimized_route.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
<!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_e3cc09a43775218a1a924abec45f026d {
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_e3cc09a43775218a1a924abec45f026d" ></div>
</body>
<script>
var map_e3cc09a43775218a1a924abec45f026d = L.map(
"map_e3cc09a43775218a1a924abec45f026d",
{
center: [41.877134, 12.492443],
crs: L.CRS.EPSG3857,
zoom: 13,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_6efbdfcf871a84bad6e04854fd15f52a = 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_6efbdfcf871a84bad6e04854fd15f52a.addTo(map_e3cc09a43775218a1a924abec45f026d);
var poly_line_908ff20c8e9d7e818f3516a35320fe9b = L.polyline(
[[41.877081, 12.492365], [41.877559, 12.491774], [41.878069, 12.491056], [41.878601, 12.490159], [41.878726, 12.489981], [41.8788, 12.489907], [41.878958, 12.489726], [41.87899, 12.489709], [41.879027, 12.48967], [41.879049, 12.489587], [41.879015, 12.489487], [41.878979, 12.489462], [41.878931, 12.489298], [41.878893, 12.489234], [41.878852, 12.489165], [41.878704, 12.489075], [41.878182, 12.488478], [41.87808, 12.488362], [41.87798, 12.488244], [41.87791, 12.488162], [41.877615, 12.487829], [41.877301, 12.487479], [41.876876, 12.486969], [41.876811, 12.486793], [41.876675, 12.486318], [41.876556, 12.48587], [41.876537, 12.485687], [41.876653, 12.483497], [41.876731, 12.48195], [41.877004, 12.481913], [41.877273, 12.481809], [41.877353, 12.48172], [41.877405, 12.481561], [41.877255, 12.481222], [41.877238, 12.481169], [41.87716, 12.481075], [41.876915, 12.480868], [41.876797, 12.480906], [41.876657, 12.481054], [41.876585, 12.481165], [41.876409, 12.481619], [41.876367, 12.48171], [41.876294, 12.481829], [41.876248, 12.481901], [41.876206, 12.481966], [41.876141, 12.482058], [41.875935, 12.482335], [41.875857, 12.482474], [41.875798, 12.482647], [41.875187, 12.483122], [41.8745, 12.483657], [41.874189, 12.483861], [41.873788, 12.483751], [41.873679, 12.483722], [41.873532, 12.483689], [41.873513, 12.483686], [41.873384, 12.483685], [41.87332, 12.48381], [41.873287, 12.484032], [41.873251, 12.484268], [41.873172, 12.484828], [41.873176, 12.484931], [41.873218, 12.485053], [41.873274, 12.485123], [41.873427, 12.485176], [41.873507, 12.4852], [41.87359, 12.485224], [41.873671, 12.485247], [41.873743, 12.485268], [41.873868, 12.485306], [41.874024, 12.485363], [41.874237, 12.4856], [41.874572, 12.48596], [41.874656, 12.485984], [41.875297, 12.484806], [41.875944, 12.483651], [41.876239, 12.483176], [41.876317, 12.483118], [41.876365, 12.483047], [41.876411, 12.482916], [41.876436, 12.482768], [41.876456, 12.482541], [41.876484, 12.48225], [41.876539, 12.482143], [41.876669, 12.482047], [41.876731, 12.48195], [41.877004, 12.481913], [41.877273, 12.481809], [41.877353, 12.48172], [41.877405, 12.481561], [41.877255, 12.481222], [41.877238, 12.481169], [41.877182, 12.480963], [41.877203, 12.480848], [41.877798, 12.480008], [41.87811, 12.479622], [41.878657, 12.479233], [41.878748, 12.479171], [41.878897, 12.479069], [41.881835, 12.477012], [41.882315, 12.476678], [41.882376, 12.476619], [41.882486, 12.476503], [41.882624, 12.476414], [41.882875, 12.476363], [41.883041, 12.476373], [41.883295, 12.476427], [41.883368, 12.476419], [41.884477, 12.477757], [41.885215, 12.478686], [41.885506, 12.479016], [41.886345, 12.479755], [41.886601, 12.479926], [41.886908, 12.480097], [41.887394, 12.480284], [41.887753, 12.480371], [41.887952, 12.480403], [41.888266, 12.480432], [41.888644, 12.48045], [41.889143, 12.48038], [41.889258, 12.480338], [41.889508, 12.480186], [41.889748, 12.480076], [41.890012, 12.479927], [41.890493, 12.47958], [41.890662, 12.479418], [41.891054, 12.478975], [41.891189, 12.478787], [41.891344, 12.478546], [41.891491, 12.478285], [41.891645, 12.477942], [41.891776, 12.477483], [41.891851, 12.477042], [41.891875, 12.476776], [41.891878, 12.47649], [41.891822, 12.475528], [41.89176, 12.474655], [41.891755, 12.474581], [41.891751, 12.474521], [41.891718, 12.473896], [41.891733, 12.473496], [41.891773, 12.473163], [41.891825, 12.472923], [41.891905, 12.472659], [41.892118, 12.472178], [41.89227, 12.47192], [41.892722, 12.47129], [41.893283, 12.470639], [41.894111, 12.469498], [41.895351, 12.467985], [41.896448, 12.466554], [41.896717, 12.466205], [41.89693, 12.465979], [41.897299, 12.465713], [41.897335, 12.465853], [41.897325, 12.465916], [41.897121, 12.466123], [41.897042, 12.466191], [41.89751, 12.466972], [41.897198, 12.467248], [41.897338, 12.467725], [41.897426, 12.467854], [41.89763, 12.467587], [41.897778, 12.467429], [41.897783, 12.467424], [41.898117, 12.467087], [41.898432, 12.466826], [41.898656, 12.466691], [41.898677, 12.466683], [41.899196, 12.466586], [41.899437, 12.466431], [41.899504, 12.466526], [41.899594, 12.466408], [41.899766, 12.466246], [41.900269, 12.465549], [41.900355, 12.465435], [41.900454, 12.465261], [41.900552, 12.465128], [41.900732, 12.464884], [41.900773, 12.46494], [41.900909, 12.465139], [41.901027, 12.465371], [41.901096, 12.465582], [41.901179, 12.465989], [41.901196, 12.466207], [41.901213, 12.466521], [41.901222, 12.466728], [41.901278, 12.467626], [41.901323, 12.468026], [41.901509, 12.469206], [41.901589, 12.469648], [41.901755, 12.470393], [41.902002, 12.471295], [41.902013, 12.471331], [41.902077, 12.471536], [41.902098, 12.471599], [41.90212, 12.471661], [41.902187, 12.471854], [41.902239, 12.471992], [41.902531, 12.472686], [41.902835, 12.473286], [41.903039, 12.473612], [41.903367, 12.474048], [41.903744, 12.474394], [41.904229, 12.474744], [41.904573, 12.474932], [41.904923, 12.475084], [41.904775, 12.475307], [41.904731, 12.475349], [41.904647, 12.475386], [41.904456, 12.47536], [41.904383, 12.475583], [41.904084, 12.475978], [41.904019, 12.476048], [41.903889, 12.476077], [41.903837, 12.476108], [41.9038, 12.476155], [41.903731, 12.476344], [41.903628, 12.476443], [41.903667, 12.477122], [41.903696, 12.477414], [41.903691, 12.477924], [41.903479, 12.477854], [41.903389, 12.477794], [41.903278, 12.477758], [41.902968, 12.477694], [41.902504, 12.477749], [41.902462, 12.477835], [41.902421, 12.478102], [41.902423, 12.47817], [41.902383, 12.479228], [41.90236, 12.47929], [41.902479, 12.479783], [41.902427, 12.479828], [41.901857, 12.480064], [41.901594, 12.480177], [41.90152, 12.480257], [41.901481, 12.480401], [41.90149, 12.480572], [41.901673, 12.481211], [41.901704, 12.481272], [41.901757, 12.481325], [41.901812, 12.481431], [41.901881, 12.481792], [41.902025, 12.482374], [41.902051, 12.482475], [41.902347, 12.483671], [41.902463, 12.484154], [41.902703, 12.485148], [41.902825, 12.485595], [41.903043, 12.486414], [41.903127, 12.486731], [41.903428, 12.487942], [41.903443, 12.48807], [41.903432, 12.48816], [41.903474, 12.488407], [41.903655, 12.488882], [41.903722, 12.489061], [41.903997, 12.488918], [41.904085, 12.488848], [41.904169, 12.488738], [41.904239, 12.488624], [41.90439, 12.488506], [41.904722, 12.488251], [41.904978, 12.488062], [41.905119, 12.487992], [41.905322, 12.487992], [41.905422, 12.488032], [41.905522, 12.488105], [41.905605, 12.488207], [41.905673, 12.488324], [41.905782, 12.488636], [41.905851, 12.488837], [41.906024, 12.489374], [41.90608, 12.48955], [41.906243, 12.489979], [41.906392, 12.490188], [41.9065, 12.490268], [41.90664, 12.490302], [41.9068, 12.490289], [41.906989, 12.490174], [41.907369, 12.489899], [41.907619, 12.490794], [41.907938, 12.491941], [41.907978, 12.492084], [41.90819, 12.492863], [41.908371, 12.49351], [41.909165, 12.493299], [41.909903, 12.493103], [41.910635, 12.492885], [41.910651, 12.492975], [41.91069, 12.493392], [41.91071, 12.493919], [41.910948, 12.493851], [41.911059, 12.493815], [41.911121, 12.4938], [41.912754, 12.493666], [41.912871, 12.493714], [41.913214, 12.49403], [41.913877, 12.494688], [41.914688, 12.495477], [41.915019, 12.495789], [41.915186, 12.495959], [41.915295, 12.496098], [41.915917, 12.496998], [41.916284, 12.49754], [41.916961, 12.498521], [41.917612, 12.497726], [41.917926, 12.497322], [41.918011, 12.497214], [41.91812, 12.497235], [41.918705, 12.497566], [41.918987, 12.497876], [41.919463, 12.49842], [41.918711, 12.499357], [41.918296, 12.499875], [41.918077, 12.500143], [41.918101, 12.500179], [41.918077, 12.500143], [41.917884, 12.499857], [41.917657, 12.499516], [41.916961, 12.498521], [41.916284, 12.49754], [41.915917, 12.496998], [41.915142, 12.497186], [41.914934, 12.497227], [41.913632, 12.49753], [41.91353, 12.497558], [41.912826, 12.497715], [41.912413, 12.497804], [41.912239, 12.497839], [41.911669, 12.497959], [41.911049, 12.498083], [41.910577, 12.498173], [41.910436, 12.498222], [41.910476, 12.49841], [41.910554, 12.498807], [41.910632, 12.498892], [41.910702, 12.498936], [41.91076, 12.498942], [41.910841, 12.498922], [41.911032, 12.498671], [41.911096, 12.498597], [41.911167, 12.498546], [41.911277, 12.498534], [41.911534, 12.498691], [41.911732, 12.498773], [41.911698, 12.498331], [41.911669, 12.497959], [41.911049, 12.498083], [41.910577, 12.498173], [41.910436, 12.498222], [41.910476, 12.49841], [41.910554, 12.498807], [41.910608, 12.499039], [41.910617, 12.499144], [41.910597, 12.499263], [41.910547, 12.499399], [41.910469, 12.499545], [41.910405, 12.499671], [41.910228, 12.500022], [41.910309, 12.500136], [41.910593, 12.500543], [41.91085, 12.500942], [41.911128, 12.501375], [41.911339, 12.50114], [41.911599, 12.501519], [41.911396, 12.501761], [41.911246, 12.501938], [41.91115, 12.501983], [41.910914, 12.501639], [41.909947, 12.501801], [41.909803, 12.501832], [41.90973, 12.501696], [41.909655, 12.501553], [41.909555, 12.501345], [41.90951, 12.501265], [41.909441, 12.501164], [41.909404, 12.501112], [41.909199, 12.500841], [41.90891, 12.500713], [41.908802, 12.500545], [41.908793, 12.500532], [41.908414, 12.499983], [41.907875, 12.499217], [41.907567, 12.498814], [41.907501, 12.498727], [41.90698, 12.497984], [41.906474, 12.497249], [41.905968, 12.49651], [41.905625, 12.496015], [41.90548, 12.495783], [41.905193, 12.495387], [41.904441, 12.494249], [41.904253, 12.494422], [41.90424, 12.494443], [41.904121, 12.494607], [41.903609, 12.495187], [41.903389, 12.49544], [41.903138, 12.495728], [41.90297, 12.495863], [41.902729, 12.495924], [41.90245, 12.495737], [41.902367, 12.495683], [41.902274, 12.495559], [41.902138, 12.49535], [41.902029, 12.49523], [41.901589, 12.494543], [41.90112, 12.493828], [41.900644, 12.493098], [41.900176, 12.493928], [41.900147, 12.49398], [41.900057, 12.49414], [41.899759, 12.494669], [41.899671, 12.494826], [41.89914, 12.495763], [41.899036, 12.495961], [41.898929, 12.496106], [41.89885, 12.496262], [41.898824, 12.496351], [41.898274, 12.496979], [41.898166, 12.496883], [41.89764, 12.497513], [41.897344, 12.497872], [41.897294, 12.497936], [41.897036, 12.49826], [41.896908, 12.498504], [41.89681, 12.498561], [41.896447, 12.498865], [41.896503, 12.498993], [41.896601, 12.499216], [41.896612, 12.499338], [41.895946, 12.499712], [41.895866, 12.499755], [41.895331, 12.500057], [41.895279, 12.500086], [41.895005, 12.500244], [41.89456, 12.500493], [41.894127, 12.50073], [41.893527, 12.501069], [41.892654, 12.501556], [41.891564, 12.502174], [41.891188, 12.502384], [41.890207, 12.502931], [41.889856, 12.503135], [41.889457, 12.503363], [41.889403, 12.503393], [41.889356, 12.50342], [41.88873, 12.503772], [41.888047, 12.50415], [41.887182, 12.504601], [41.887081, 12.504626], [41.887044, 12.504525], [41.886976, 12.504405], [41.886647, 12.504103], [41.886566, 12.504052], [41.886389, 12.503976], [41.886264, 12.503822], [41.885902, 12.5033], [41.88573, 12.503065], [41.88562, 12.502903], [41.885445, 12.502646], [41.885031, 12.502043], [41.884587, 12.50141], [41.88414, 12.500771], [41.883187, 12.499404], [41.882971, 12.499101], [41.882826, 12.498849], [41.882589, 12.498515], [41.882507, 12.498405], [41.88244, 12.498386], [41.882308, 12.498216], [41.882224, 12.497976], [41.882201, 12.497811], [41.882081, 12.497816], [41.881986, 12.497809], [41.880827, 12.496973], [41.880369, 12.496647], [41.880229, 12.496498], [41.880061, 12.49628], [41.880041, 12.496252], [41.879876, 12.496009], [41.879866, 12.495996], [41.879702, 12.495774], [41.879638, 12.495592], [41.879395, 12.495222], [41.879316, 12.495101], [41.879228, 12.49504], [41.878828, 12.49501], [41.878691, 12.494995], [41.878548, 12.494946], [41.878306, 12.49479], [41.878057, 12.494598], [41.877734, 12.49442], [41.877414, 12.494195], [41.877307, 12.494086], [41.877228, 12.493939], [41.877074, 12.493488], [41.877012, 12.493219], [41.876945, 12.493044], [41.87682, 12.492798], [41.877049, 12.492405], [41.877081, 12.492365]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 5}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var marker_a9a43351ee1e196f0b2f78c63a435834 = L.marker(
[41.877134, 12.492443],
{}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var icon_321ad39b75efc3aafea05941872df782 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
);
marker_a9a43351ee1e196f0b2f78c63a435834.setIcon(icon_321ad39b75efc3aafea05941872df782);
var popup_e2aa00177c6a424cd365dd8cdc84e1ff = L.popup({"maxWidth": 300});
var html_a8e7d1d9d90219b98307dd67152c1d11 = $(`<div id="html_a8e7d1d9d90219b98307dd67152c1d11" style="width: 100.0%; height: 100.0%;"><b>Start Location</b> (Start)</div>`)[0];
popup_e2aa00177c6a424cd365dd8cdc84e1ff.setContent(html_a8e7d1d9d90219b98307dd67152c1d11);
marker_a9a43351ee1e196f0b2f78c63a435834.bindPopup(popup_e2aa00177c6a424cd365dd8cdc84e1ff)
;
var marker_d0edee038ead80ee8862008bbeb57420 = L.marker(
[41.872778, 12.483893],
{}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var icon_fa438121c3851b95075b5c5a62e668ff = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_d0edee038ead80ee8862008bbeb57420.setIcon(icon_fa438121c3851b95075b5c5a62e668ff);
var popup_c9ccdddb4f62fced7e69fcfb08a445ec = L.popup({"maxWidth": 300});
var html_fb4a01fe44ebf74c81e8d25423b87959 = $(`<div id="html_fb4a01fe44ebf74c81e8d25423b87959" style="width: 100.0%; height: 100.0%;"><b>Roma Ostiense</b> (Poi)<br>Reviews: 10<br>Polarity: 9.0</div>`)[0];
popup_c9ccdddb4f62fced7e69fcfb08a445ec.setContent(html_fb4a01fe44ebf74c81e8d25423b87959);
marker_d0edee038ead80ee8862008bbeb57420.bindPopup(popup_c9ccdddb4f62fced7e69fcfb08a445ec)
;
var marker_4d7dae13e92a45a118beb5d8e7a36e25 = L.marker(
[41.89780431432, 12.467462223178],
{}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var icon_eae35be1c6b362d325b663e350328070 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_4d7dae13e92a45a118beb5d8e7a36e25.setIcon(icon_eae35be1c6b362d325b663e350328070);
var popup_40a08f9c45cc50f8eb6b15a3a18655bc = L.popup({"maxWidth": 300});
var html_6a370ac98e88abdd16cec518cf4cd3ce = $(`<div id="html_6a370ac98e88abdd16cec518cf4cd3ce" style="width: 100.0%; height: 100.0%;"><b>Il Goccetto</b> (Attraction)<br>Reviews: 9<br>Polarity: 9.0</div>`)[0];
popup_40a08f9c45cc50f8eb6b15a3a18655bc.setContent(html_6a370ac98e88abdd16cec518cf4cd3ce);
marker_4d7dae13e92a45a118beb5d8e7a36e25.bindPopup(popup_40a08f9c45cc50f8eb6b15a3a18655bc)
;
var marker_bf8902d06672e05bc201011ba46ff13b = L.marker(
[41.903610574108, 12.478384673595],
{}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var icon_d031930b2032da2f578884f927c7c055 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_bf8902d06672e05bc201011ba46ff13b.setIcon(icon_d031930b2032da2f578884f927c7c055);
var popup_f06d6268dc0074ca424a87b401fb045c = L.popup({"maxWidth": 300});
var html_b83a88b69e65d671bfb1731654464c6d = $(`<div id="html_b83a88b69e65d671bfb1731654464c6d" style="width: 100.0%; height: 100.0%;"><b>Piazza San Lorenzo in Lucina</b> (Attraction)<br>Reviews: 7<br>Polarity: 9.0</div>`)[0];
popup_f06d6268dc0074ca424a87b401fb045c.setContent(html_b83a88b69e65d671bfb1731654464c6d);
marker_bf8902d06672e05bc201011ba46ff13b.bindPopup(popup_f06d6268dc0074ca424a87b401fb045c)
;
var marker_49083b56a253f3841c825823cf810fac = L.marker(
[41.917967, 12.497379],
{}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var icon_adef5c9948a9ba8189ea057d317810aa = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_49083b56a253f3841c825823cf810fac.setIcon(icon_adef5c9948a9ba8189ea057d317810aa);
var popup_936cacd077292f3bc669c28ecbaa2d1f = L.popup({"maxWidth": 300});
var html_349449256c0dcac712c7ea8f143ff8d9 = $(`<div id="html_349449256c0dcac712c7ea8f143ff8d9" style="width: 100.0%; height: 100.0%;"><b>Ristorante Casa Mia</b> (Restaurant)<br>Reviews: 6<br>Polarity: 9.0</div>`)[0];
popup_936cacd077292f3bc669c28ecbaa2d1f.setContent(html_349449256c0dcac712c7ea8f143ff8d9);
marker_49083b56a253f3841c825823cf810fac.bindPopup(popup_936cacd077292f3bc669c28ecbaa2d1f)
;
var marker_66c2317645e7a0e1f50a1997823e57ea = L.marker(
[41.918107525546, 12.500171609787],
{}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var icon_4d73465d5a2f8e610b6bc70ec55c0de6 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_66c2317645e7a0e1f50a1997823e57ea.setIcon(icon_4d73465d5a2f8e610b6bc70ec55c0de6);
var popup_82c37bb84385acc2b08936e15849778a = L.popup({"maxWidth": 300});
var html_b5017a5d117ba2fb47df4d4ead672162 = $(`<div id="html_b5017a5d117ba2fb47df4d4ead672162" style="width: 100.0%; height: 100.0%;"><b>Piazza Buenos Aires</b> (Attraction)<br>Reviews: 6<br>Polarity: 8.0</div>`)[0];
popup_82c37bb84385acc2b08936e15849778a.setContent(html_b5017a5d117ba2fb47df4d4ead672162);
marker_66c2317645e7a0e1f50a1997823e57ea.bindPopup(popup_82c37bb84385acc2b08936e15849778a)
;
var marker_c787b8fa81a467a75c0a7c84f9e9cbb0 = L.marker(
[41.91177, 12.498321],
{}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var icon_f3efe9fe0a9d04a9a5e6425dde428923 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_c787b8fa81a467a75c0a7c84f9e9cbb0.setIcon(icon_f3efe9fe0a9d04a9a5e6425dde428923);
var popup_341b5e15d56e9feb496ade31b51bf091 = L.popup({"maxWidth": 300});
var html_c5448919e371ab7ffbbcaa741f1531f9 = $(`<div id="html_c5448919e371ab7ffbbcaa741f1531f9" style="width: 100.0%; height: 100.0%;"><b>Mignon</b> (Attraction)<br>Reviews: 7<br>Polarity: 9.0</div>`)[0];
popup_341b5e15d56e9feb496ade31b51bf091.setContent(html_c5448919e371ab7ffbbcaa741f1531f9);
marker_c787b8fa81a467a75c0a7c84f9e9cbb0.bindPopup(popup_341b5e15d56e9feb496ade31b51bf091)
;
var marker_9f521949a05adcfc153a71039085251e = L.marker(
[41.9108, 12.501],
{}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var icon_970c6a760e3b93714fdb823e8ef078d4 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_9f521949a05adcfc153a71039085251e.setIcon(icon_970c6a760e3b93714fdb823e8ef078d4);
var popup_33a996ea5232dec9b5692e7136c744ad = L.popup({"maxWidth": 300});
var html_9bcdfaf8320b6f5c81c7320f817e1b44 = $(`<div id="html_9bcdfaf8320b6f5c81c7320f817e1b44" style="width: 100.0%; height: 100.0%;"><b>Bandana Republic</b> (Attraction)<br>Reviews: 6<br>Polarity: 8.0</div>`)[0];
popup_33a996ea5232dec9b5692e7136c744ad.setContent(html_9bcdfaf8320b6f5c81c7320f817e1b44);
marker_9f521949a05adcfc153a71039085251e.bindPopup(popup_33a996ea5232dec9b5692e7136c744ad)
;
var marker_bebcbf9602374bcdf29c94703b82720c = L.marker(
[41.896509629729, 12.498988093478],
{}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var icon_869f21956b9667b83779a6330fc13fca = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_bebcbf9602374bcdf29c94703b82720c.setIcon(icon_869f21956b9667b83779a6330fc13fca);
var popup_cbcc0aa99db7f96db8ba16ca40510cff = L.popup({"maxWidth": 300});
var html_a743bba12130714abbb69ca6ed3b97a5 = $(`<div id="html_a743bba12130714abbb69ca6ed3b97a5" style="width: 100.0%; height: 100.0%;"><b>Santa Prassede</b> (Attraction)<br>Reviews: 7<br>Polarity: 9.0</div>`)[0];
popup_cbcc0aa99db7f96db8ba16ca40510cff.setContent(html_a743bba12130714abbb69ca6ed3b97a5);
marker_bebcbf9602374bcdf29c94703b82720c.bindPopup(popup_cbcc0aa99db7f96db8ba16ca40510cff)
;
var marker_2452702faad97ac62a919cbd9bf5b439 = L.marker(
[41.877134, 12.492443],
{}
).addTo(map_e3cc09a43775218a1a924abec45f026d);
var icon_17014f394e5de3f39e25d440f5d7ad4b = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
);
marker_2452702faad97ac62a919cbd9bf5b439.setIcon(icon_17014f394e5de3f39e25d440f5d7ad4b);
var popup_4591e19867c0284240ed6cd931f6fd43 = L.popup({"maxWidth": 300});
var html_9a7a84b4e5d1ac504c1eda77f692aaca = $(`<div id="html_9a7a84b4e5d1ac504c1eda77f692aaca" style="width: 100.0%; height: 100.0%;"><b>Start Location</b> (End)</div>`)[0];
popup_4591e19867c0284240ed6cd931f6fd43.setContent(html_9a7a84b4e5d1ac504c1eda77f692aaca);
marker_2452702faad97ac62a919cbd9bf5b439.bindPopup(popup_4591e19867c0284240ed6cd931f6fd43)
;
</script>
</html>