Alexander Hess
a89b9497f2
- add notebook that runs the plotting code - add three visualizations per city: + all addresses, colored by zip code + all restaurants, incl. the number of received orders + all restaurants on a grid with pixel side length of 1000m
9243 lines
No EOL
406 KiB
HTML
9243 lines
No EOL
406 KiB
HTML
<!DOCTYPE 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.6.0/dist/leaflet.js"></script>
|
|
<script src="https://code.jquery.com/jquery-1.12.4.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.6.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://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_bd6b8f8ea00549f7ad562d2f865af585 {
|
|
position: relative;
|
|
width: 100.0%;
|
|
height: 100.0%;
|
|
left: 0.0%;
|
|
top: 0.0%;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="folium-map" id="map_bd6b8f8ea00549f7ad562d2f865af585" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
var map_bd6b8f8ea00549f7ad562d2f865af585 = L.map(
|
|
"map_bd6b8f8ea00549f7ad562d2f865af585",
|
|
{
|
|
center: [45.764043, 4.835659],
|
|
crs: L.CRS.EPSG3857,
|
|
zoom: 13,
|
|
zoomControl: true,
|
|
preferCanvas: false,
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_3855fd3c361f43fdad92a91391155d97 = L.tileLayer(
|
|
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
|
{"attribution": "Data by \u0026copy; \u003ca href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca 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_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var circle_233264a942da44edb6d53a4ce96a8780 = L.circle(
|
|
[45.763149, 4.83266],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_49e04a67aa964f168784aeec4e9800f0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fc6de3ddd86a4bfa90ab05b4996afb6a = $(`<div id="html_fc6de3ddd86a4bfa90ab05b4996afb6a" style="width: 100.0%; height: 100.0%;">31 Rue Merciere, 69002 Lyon</div>`)[0];
|
|
popup_49e04a67aa964f168784aeec4e9800f0.setContent(html_fc6de3ddd86a4bfa90ab05b4996afb6a);
|
|
|
|
|
|
circle_233264a942da44edb6d53a4ce96a8780.bindPopup(popup_49e04a67aa964f168784aeec4e9800f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_233264a942da44edb6d53a4ce96a8780.bindTooltip(
|
|
`<div>
|
|
King Marcel Merciere (#1) | n_orders=5736
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eeeeaf807190490cb8c84e4af1ac2e33 = L.circle(
|
|
[45.743725, 4.873138],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_68c81003a128414abc49f331972924fa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ca7e734a7a43454b908924361cbf7287 = $(`<div id="html_ca7e734a7a43454b908924361cbf7287" style="width: 100.0%; height: 100.0%;">123 Avenue Des Freres Lumieres, 69008 Lyon</div>`)[0];
|
|
popup_68c81003a128414abc49f331972924fa.setContent(html_ca7e734a7a43454b908924361cbf7287);
|
|
|
|
|
|
circle_eeeeaf807190490cb8c84e4af1ac2e33.bindPopup(popup_68c81003a128414abc49f331972924fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eeeeaf807190490cb8c84e4af1ac2e33.bindTooltip(
|
|
`<div>
|
|
Trotekala (#2) | n_orders=1689
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_81f53fe263334d8b8d752eca0bee7a44 = L.circle(
|
|
[45.761181, 4.826371],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f4d11a23899e483e80278132005270d4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_490ba0c503984aae9fadbf1ec8496a49 = $(`<div id="html_490ba0c503984aae9fadbf1ec8496a49" style="width: 100.0%; height: 100.0%;">8 Bis Place Saint Jean, 69005 Lyon</div>`)[0];
|
|
popup_f4d11a23899e483e80278132005270d4.setContent(html_490ba0c503984aae9fadbf1ec8496a49);
|
|
|
|
|
|
circle_81f53fe263334d8b8d752eca0bee7a44.bindPopup(popup_f4d11a23899e483e80278132005270d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_81f53fe263334d8b8d752eca0bee7a44.bindTooltip(
|
|
`<div>
|
|
Soul Food And Jazz Cafe (#3) | n_orders=478
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_16c32c0b523749ce94b411c8017eecb8 = L.circle(
|
|
[45.756454, 4.834856],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f081a61da99a4aca97d7ae7a04c2742a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0300ffc01fc64b62adce03127fea3a9e = $(`<div id="html_0300ffc01fc64b62adce03127fea3a9e" style="width: 100.0%; height: 100.0%;">7 Place Antonin Poncet, 69002 Lyon</div>`)[0];
|
|
popup_f081a61da99a4aca97d7ae7a04c2742a.setContent(html_0300ffc01fc64b62adce03127fea3a9e);
|
|
|
|
|
|
circle_16c32c0b523749ce94b411c8017eecb8.bindPopup(popup_f081a61da99a4aca97d7ae7a04c2742a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_16c32c0b523749ce94b411c8017eecb8.bindTooltip(
|
|
`<div>
|
|
Gourmix Bellecour (#4) | n_orders=169
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0f1e1b25f1724922a6c656f1d1656267 = L.circle(
|
|
[45.766247, 4.836606],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a4bc432e989e4127a548cbdb872a3360 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d8eb5e1dbbc54c0d9fa6b808ef0d2b02 = $(`<div id="html_d8eb5e1dbbc54c0d9fa6b808ef0d2b02" style="width: 100.0%; height: 100.0%;">19 Rue Du Garet, 69001 Lyon</div>`)[0];
|
|
popup_a4bc432e989e4127a548cbdb872a3360.setContent(html_d8eb5e1dbbc54c0d9fa6b808ef0d2b02);
|
|
|
|
|
|
circle_0f1e1b25f1724922a6c656f1d1656267.bindPopup(popup_a4bc432e989e4127a548cbdb872a3360)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0f1e1b25f1724922a6c656f1d1656267.bindTooltip(
|
|
`<div>
|
|
Yabio Hotel De Ville (#5) | n_orders=2564
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_60179d2d79dc46cfb7f2f558476b43ca = L.circle(
|
|
[45.754375, 4.830152],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_295514eef04e49a681503a6c70a17216 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_177ea7fc1f6d489da540e9cd5b456e1b = $(`<div id="html_177ea7fc1f6d489da540e9cd5b456e1b" style="width: 100.0%; height: 100.0%;">29 Rue Victor Hugo, 69002 Lyon</div>`)[0];
|
|
popup_295514eef04e49a681503a6c70a17216.setContent(html_177ea7fc1f6d489da540e9cd5b456e1b);
|
|
|
|
|
|
circle_60179d2d79dc46cfb7f2f558476b43ca.bindPopup(popup_295514eef04e49a681503a6c70a17216)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_60179d2d79dc46cfb7f2f558476b43ca.bindTooltip(
|
|
`<div>
|
|
Made In Fish (#6) | n_orders=1092
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8eee661833c3458e9dc96ad7090ad678 = L.circle(
|
|
[45.74556, 4.820696],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e9e389719d45437ba11eb3eb163374f8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cb5b579f849448718d945747a979333d = $(`<div id="html_cb5b579f849448718d945747a979333d" style="width: 100.0%; height: 100.0%;">46 Cours Charlemagne, 69002 Lyon</div>`)[0];
|
|
popup_e9e389719d45437ba11eb3eb163374f8.setContent(html_cb5b579f849448718d945747a979333d);
|
|
|
|
|
|
circle_8eee661833c3458e9dc96ad7090ad678.bindPopup(popup_e9e389719d45437ba11eb3eb163374f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8eee661833c3458e9dc96ad7090ad678.bindTooltip(
|
|
`<div>
|
|
Saveur D'Orient (#7) | n_orders=30
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5f72c218fb554e648377985e773c2d4a = L.circle(
|
|
[45.771484, 4.805219],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_468fa235685343d5a6336b80703b98c7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_16432d70d21740e7a0f07449eaead7db = $(`<div id="html_16432d70d21740e7a0f07449eaead7db" style="width: 100.0%; height: 100.0%;">26 Rue Sergent Michel Berthet, 69009 Lyon</div>`)[0];
|
|
popup_468fa235685343d5a6336b80703b98c7.setContent(html_16432d70d21740e7a0f07449eaead7db);
|
|
|
|
|
|
circle_5f72c218fb554e648377985e773c2d4a.bindPopup(popup_468fa235685343d5a6336b80703b98c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5f72c218fb554e648377985e773c2d4a.bindTooltip(
|
|
`<div>
|
|
Caffe E Cucine (#8) | n_orders=171
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fb6a91a0842f4c5b839fb3108f5aed36 = L.circle(
|
|
[45.769951, 4.857899],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_171222648bec4e7db7ee3e241a729fb4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b11ffc40b958493ab7bcd52ca570d7fc = $(`<div id="html_b11ffc40b958493ab7bcd52ca570d7fc" style="width: 100.0%; height: 100.0%;">82 Cours Vitton, 69006 Lyon</div>`)[0];
|
|
popup_171222648bec4e7db7ee3e241a729fb4.setContent(html_b11ffc40b958493ab7bcd52ca570d7fc);
|
|
|
|
|
|
circle_fb6a91a0842f4c5b839fb3108f5aed36.bindPopup(popup_171222648bec4e7db7ee3e241a729fb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fb6a91a0842f4c5b839fb3108f5aed36.bindTooltip(
|
|
`<div>
|
|
Lucien Et La Cocotte (#9) | n_orders=1087
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_25fcfe124dbc4edba6a1eed2518334d4 = L.circle(
|
|
[45.752804, 4.831636],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a990f1a21af94f3e960586a5cd603446 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_62cbcd7e05324d419560e7b4d67eb2d8 = $(`<div id="html_62cbcd7e05324d419560e7b4d67eb2d8" style="width: 100.0%; height: 100.0%;">23 Rue De La Charite, 69002 Lyon</div>`)[0];
|
|
popup_a990f1a21af94f3e960586a5cd603446.setContent(html_62cbcd7e05324d419560e7b4d67eb2d8);
|
|
|
|
|
|
circle_25fcfe124dbc4edba6a1eed2518334d4.bindPopup(popup_a990f1a21af94f3e960586a5cd603446)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_25fcfe124dbc4edba6a1eed2518334d4.bindTooltip(
|
|
`<div>
|
|
Beijing8 (#10) | n_orders=1565
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_45087ebb7e574fdaa1cd3bca863663d8 = L.circle(
|
|
[45.765293, 4.856717],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f862454223ca4eaeb7042dd92d8c0933 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_aa0385b502d443dd832a71e4fc75b76f = $(`<div id="html_aa0385b502d443dd832a71e4fc75b76f" style="width: 100.0%; height: 100.0%;">56 Boulevard Des Brotteaux, 69006 Lyon</div>`)[0];
|
|
popup_f862454223ca4eaeb7042dd92d8c0933.setContent(html_aa0385b502d443dd832a71e4fc75b76f);
|
|
|
|
|
|
circle_45087ebb7e574fdaa1cd3bca863663d8.bindPopup(popup_f862454223ca4eaeb7042dd92d8c0933)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_45087ebb7e574fdaa1cd3bca863663d8.bindTooltip(
|
|
`<div>
|
|
Vert (#11) | n_orders=595
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bdd8cba5faeb4b7ebedad26f1ad557fb = L.circle(
|
|
[45.775734, 4.805138],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e8f0c77ca42244499d262d057aa99948 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0add7a3ce97f45ddae62944204d18e85 = $(`<div id="html_0add7a3ce97f45ddae62944204d18e85" style="width: 100.0%; height: 100.0%;">8 Rue De Bourgogne, 69009 Lyon</div>`)[0];
|
|
popup_e8f0c77ca42244499d262d057aa99948.setContent(html_0add7a3ce97f45ddae62944204d18e85);
|
|
|
|
|
|
circle_bdd8cba5faeb4b7ebedad26f1ad557fb.bindPopup(popup_e8f0c77ca42244499d262d057aa99948)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bdd8cba5faeb4b7ebedad26f1ad557fb.bindTooltip(
|
|
`<div>
|
|
Indian Haveli (#12) | n_orders=393
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_52b69e69e2c4424eb4c85fc3d0a27016 = L.circle(
|
|
[45.763256, 4.874876],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_4bfb17f2ce3c4736ac61be9af9c86676 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d0a3fd68e4dc43e182be90c1733a2a1a = $(`<div id="html_d0a3fd68e4dc43e182be90c1733a2a1a" style="width: 100.0%; height: 100.0%;">58 Cours Tolstoi, 69100 Villeurbanne</div>`)[0];
|
|
popup_4bfb17f2ce3c4736ac61be9af9c86676.setContent(html_d0a3fd68e4dc43e182be90c1733a2a1a);
|
|
|
|
|
|
circle_52b69e69e2c4424eb4c85fc3d0a27016.bindPopup(popup_4bfb17f2ce3c4736ac61be9af9c86676)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_52b69e69e2c4424eb4c85fc3d0a27016.bindTooltip(
|
|
`<div>
|
|
Kashmir (#13) | n_orders=1093
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ea1a77267a7c4333a1dc463ef76c8893 = L.circle(
|
|
[45.745674, 4.864954],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_66db8a3288fb401abf2fbaf48612b189 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cf17e457c1d843afa7d09801c3bd9e82 = $(`<div id="html_cf17e457c1d843afa7d09801c3bd9e82" style="width: 100.0%; height: 100.0%;">49 Avenue Des Freres Lumieres, 69008 Lyon</div>`)[0];
|
|
popup_66db8a3288fb401abf2fbaf48612b189.setContent(html_cf17e457c1d843afa7d09801c3bd9e82);
|
|
|
|
|
|
circle_ea1a77267a7c4333a1dc463ef76c8893.bindPopup(popup_66db8a3288fb401abf2fbaf48612b189)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ea1a77267a7c4333a1dc463ef76c8893.bindTooltip(
|
|
`<div>
|
|
Le Moulin A Salades (#14) | n_orders=1593
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fbbecbf50629417f9e565507992b3747 = L.circle(
|
|
[45.759296, 4.825227],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d037c61fd6d34dbeb52c9c0063d402c5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_796a900566e048f4b113eb2dbfa82893 = $(`<div id="html_796a900566e048f4b113eb2dbfa82893" style="width: 100.0%; height: 100.0%;">2 Rue Saint Georges, 69005 Lyon</div>`)[0];
|
|
popup_d037c61fd6d34dbeb52c9c0063d402c5.setContent(html_796a900566e048f4b113eb2dbfa82893);
|
|
|
|
|
|
circle_fbbecbf50629417f9e565507992b3747.bindPopup(popup_d037c61fd6d34dbeb52c9c0063d402c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fbbecbf50629417f9e565507992b3747.bindTooltip(
|
|
`<div>
|
|
La Mouss'Tache (#15) | n_orders=1174
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8ad481cda6844eccb5785da37381dab6 = L.circle(
|
|
[45.769405, 4.844638],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_3296d34453304183a98748a349fdbced = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1fcac7680a8e47918447ef1c76f3f363 = $(`<div id="html_1fcac7680a8e47918447ef1c76f3f363" style="width: 100.0%; height: 100.0%;">78 Rue Vendome, 69006 Lyon</div>`)[0];
|
|
popup_3296d34453304183a98748a349fdbced.setContent(html_1fcac7680a8e47918447ef1c76f3f363);
|
|
|
|
|
|
circle_8ad481cda6844eccb5785da37381dab6.bindPopup(popup_3296d34453304183a98748a349fdbced)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8ad481cda6844eccb5785da37381dab6.bindTooltip(
|
|
`<div>
|
|
Pepperoni (#16) | n_orders=311
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_51d5c5de5f9e4c6d94c51b2b8afc34eb = L.circle(
|
|
[45.736481, 4.833275],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_3f782147ded04bb28dc85f421a48437d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_42520e00be5a402195ca5c18d0338df3 = $(`<div id="html_42520e00be5a402195ca5c18d0338df3" style="width: 100.0%; height: 100.0%;">Place Du Traite De Rome, 69007 Lyon</div>`)[0];
|
|
popup_3f782147ded04bb28dc85f421a48437d.setContent(html_42520e00be5a402195ca5c18d0338df3);
|
|
|
|
|
|
circle_51d5c5de5f9e4c6d94c51b2b8afc34eb.bindPopup(popup_3f782147ded04bb28dc85f421a48437d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_51d5c5de5f9e4c6d94c51b2b8afc34eb.bindTooltip(
|
|
`<div>
|
|
Ma Cantine Chic (#17) | n_orders=536
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6eeb14e3cdc44ac18ae4ba11b858e131 = L.circle(
|
|
[45.772858, 4.866116],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d6ecaee053c548029f29a500f264f65e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fde109bb323344619445a54125a1873c = $(`<div id="html_fde109bb323344619445a54125a1873c" style="width: 100.0%; height: 100.0%;">53 Rue Gabriel Peri, 69100 Lyon</div>`)[0];
|
|
popup_d6ecaee053c548029f29a500f264f65e.setContent(html_fde109bb323344619445a54125a1873c);
|
|
|
|
|
|
circle_6eeb14e3cdc44ac18ae4ba11b858e131.bindPopup(popup_d6ecaee053c548029f29a500f264f65e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6eeb14e3cdc44ac18ae4ba11b858e131.bindTooltip(
|
|
`<div>
|
|
Spicy Tandoori (#18) | n_orders=1078
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c74b9a4363c844acbf6f4ff7e8785da2 = L.circle(
|
|
[45.749638, 4.836795],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6e8e0b3f7e474ae9a731118a70208dd2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_44969df750fe4428a8fc17c602647397 = $(`<div id="html_44969df750fe4428a8fc17c602647397" style="width: 100.0%; height: 100.0%;">49 Rue De Marseille, 69007 Lyon</div>`)[0];
|
|
popup_6e8e0b3f7e474ae9a731118a70208dd2.setContent(html_44969df750fe4428a8fc17c602647397);
|
|
|
|
|
|
circle_c74b9a4363c844acbf6f4ff7e8785da2.bindPopup(popup_6e8e0b3f7e474ae9a731118a70208dd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c74b9a4363c844acbf6f4ff7e8785da2.bindTooltip(
|
|
`<div>
|
|
Psa Angkor (#19) | n_orders=45
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_23cd903426a448f59bf78ff68a3387b7 = L.circle(
|
|
[45.767258, 4.854699],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6e677bb313444c7b9ddd9bff3af3c0b7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bd4524b3fa924fc2adcda4c5c0269e85 = $(`<div id="html_bd4524b3fa924fc2adcda4c5c0269e85" style="width: 100.0%; height: 100.0%;">73 Rue Massena, 69006 Lyon</div>`)[0];
|
|
popup_6e677bb313444c7b9ddd9bff3af3c0b7.setContent(html_bd4524b3fa924fc2adcda4c5c0269e85);
|
|
|
|
|
|
circle_23cd903426a448f59bf78ff68a3387b7.bindPopup(popup_6e677bb313444c7b9ddd9bff3af3c0b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_23cd903426a448f59bf78ff68a3387b7.bindTooltip(
|
|
`<div>
|
|
Street Art (#20) | n_orders=571
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c6986816accf4718b4fd2bacba033f6f = L.circle(
|
|
[45.762936, 4.85197],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_84bf3288d42d4568be55ad6f2fa07e44 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_92eb1bb56279445cbe5e7a8c54de9bb0 = $(`<div id="html_92eb1bb56279445cbe5e7a8c54de9bb0" style="width: 100.0%; height: 100.0%;">152 Rue Moncey, 69003 Lyon</div>`)[0];
|
|
popup_84bf3288d42d4568be55ad6f2fa07e44.setContent(html_92eb1bb56279445cbe5e7a8c54de9bb0);
|
|
|
|
|
|
circle_c6986816accf4718b4fd2bacba033f6f.bindPopup(popup_84bf3288d42d4568be55ad6f2fa07e44)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c6986816accf4718b4fd2bacba033f6f.bindTooltip(
|
|
`<div>
|
|
Bagel Box Avenue (#21) | n_orders=270
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2217b0e61ac243d2b409616c2fc84a5f = L.circle(
|
|
[45.764008, 4.857856],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d6e2bcca2c31482e829b7359a13e38bc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4ba3c3f6158e4f2f8c56be92782fc640 = $(`<div id="html_4ba3c3f6158e4f2f8c56be92782fc640" style="width: 100.0%; height: 100.0%;">26 Boulevard Jules Favre, 69006 Lyon</div>`)[0];
|
|
popup_d6e2bcca2c31482e829b7359a13e38bc.setContent(html_4ba3c3f6158e4f2f8c56be92782fc640);
|
|
|
|
|
|
circle_2217b0e61ac243d2b409616c2fc84a5f.bindPopup(popup_d6e2bcca2c31482e829b7359a13e38bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2217b0e61ac243d2b409616c2fc84a5f.bindTooltip(
|
|
`<div>
|
|
King Marcel Part Dieu (#22) | n_orders=6748
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8079adf80b81486389be16f59d9305e1 = L.circle(
|
|
[45.763336, 4.828318],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_dd3ae8233bec46eea85c04b3d83aec29 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0fc48203472a4b85a394354fb31703c6 = $(`<div id="html_0fc48203472a4b85a394354fb31703c6" style="width: 100.0%; height: 100.0%;">3 Place De La Baleine, 69005 Lyon</div>`)[0];
|
|
popup_dd3ae8233bec46eea85c04b3d83aec29.setContent(html_0fc48203472a4b85a394354fb31703c6);
|
|
|
|
|
|
circle_8079adf80b81486389be16f59d9305e1.bindPopup(popup_dd3ae8233bec46eea85c04b3d83aec29)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8079adf80b81486389be16f59d9305e1.bindTooltip(
|
|
`<div>
|
|
Giovany'S (#23) | n_orders=646
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_afe9dfbeb54e41c582482265f86aba7b = L.circle(
|
|
[45.766293, 4.878108],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_b1fa11dbc25b430fa1597acd58e3255c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2d0a0a93b7dc43b7afc41e6006b1ef03 = $(`<div id="html_2d0a0a93b7dc43b7afc41e6006b1ef03" style="width: 100.0%; height: 100.0%;">49 Rue Racine, 69100 Lyon</div>`)[0];
|
|
popup_b1fa11dbc25b430fa1597acd58e3255c.setContent(html_2d0a0a93b7dc43b7afc41e6006b1ef03);
|
|
|
|
|
|
circle_afe9dfbeb54e41c582482265f86aba7b.bindPopup(popup_b1fa11dbc25b430fa1597acd58e3255c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_afe9dfbeb54e41c582482265f86aba7b.bindTooltip(
|
|
`<div>
|
|
Mika Sushi Villeurbanne (#24) | n_orders=1128
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_67aeca73f7c44f52a264cf78be51a779 = L.circle(
|
|
[45.759872, 4.855634],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_525c49a922544581964df5355fdff94d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_54c3eebb8b4e46b2bce7b3ec80ca2ff7 = $(`<div id="html_54c3eebb8b4e46b2bce7b3ec80ca2ff7" style="width: 100.0%; height: 100.0%;">17 Rue Du Docteur Bouchut, 69003 Lyon</div>`)[0];
|
|
popup_525c49a922544581964df5355fdff94d.setContent(html_54c3eebb8b4e46b2bce7b3ec80ca2ff7);
|
|
|
|
|
|
circle_67aeca73f7c44f52a264cf78be51a779.bindPopup(popup_525c49a922544581964df5355fdff94d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_67aeca73f7c44f52a264cf78be51a779.bindTooltip(
|
|
`<div>
|
|
231 East Street - Part Dieu (#25) | n_orders=3256
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2a591522223d42a396c74bf53ca687fa = L.circle(
|
|
[45.763729, 4.837436],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e9b0fe32b1dd4b6eb7241bb8fd9343b9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_084974adbbb9441d9ce7459a2bc50ecf = $(`<div id="html_084974adbbb9441d9ce7459a2bc50ecf" style="width: 100.0%; height: 100.0%;">3 Place Des Cordeliers, 69002 Lyon</div>`)[0];
|
|
popup_e9b0fe32b1dd4b6eb7241bb8fd9343b9.setContent(html_084974adbbb9441d9ce7459a2bc50ecf);
|
|
|
|
|
|
circle_2a591522223d42a396c74bf53ca687fa.bindPopup(popup_e9b0fe32b1dd4b6eb7241bb8fd9343b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2a591522223d42a396c74bf53ca687fa.bindTooltip(
|
|
`<div>
|
|
Lem Sushi (#26) | n_orders=1033
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9adca45990d040078a6bce5a274698c6 = L.circle(
|
|
[45.757595, 4.82483],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_7a42057b222e4b6cb1553ccb3a9434fb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6fadae8af3c142bbb28487e4e4050c0b = $(`<div id="html_6fadae8af3c142bbb28487e4e4050c0b" style="width: 100.0%; height: 100.0%;">48 Rue Saint Georges, 69005 Lyon</div>`)[0];
|
|
popup_7a42057b222e4b6cb1553ccb3a9434fb.setContent(html_6fadae8af3c142bbb28487e4e4050c0b);
|
|
|
|
|
|
circle_9adca45990d040078a6bce5a274698c6.bindPopup(popup_7a42057b222e4b6cb1553ccb3a9434fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9adca45990d040078a6bce5a274698c6.bindTooltip(
|
|
`<div>
|
|
Restaurants #27, #969 | n_orders=298
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cd6952469a0548ac980c9292e9b15bb4 = L.circle(
|
|
[45.752155, 4.840124],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_08edc66b50d84740b8d16087c98226b1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3d2029f7d27c4917b36d5d79f3e3e2c4 = $(`<div id="html_3d2029f7d27c4917b36d5d79f3e3e2c4" style="width: 100.0%; height: 100.0%;">36 Rue De Marseille, 69007 Lyon</div>`)[0];
|
|
popup_08edc66b50d84740b8d16087c98226b1.setContent(html_3d2029f7d27c4917b36d5d79f3e3e2c4);
|
|
|
|
|
|
circle_cd6952469a0548ac980c9292e9b15bb4.bindPopup(popup_08edc66b50d84740b8d16087c98226b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cd6952469a0548ac980c9292e9b15bb4.bindTooltip(
|
|
`<div>
|
|
Fahima Tandoori (#28) | n_orders=2865
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_101394f57e164a78ab831c2d68a17361 = L.circle(
|
|
[45.740845, 4.818949],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1f46c76679e94356b13b85f0f3deda55 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b49a87bc79d84b23ab2f225eb75bb33b = $(`<div id="html_b49a87bc79d84b23ab2f225eb75bb33b" style="width: 100.0%; height: 100.0%;">112 Cours Charlemagne, 69002 Lyon</div>`)[0];
|
|
popup_1f46c76679e94356b13b85f0f3deda55.setContent(html_b49a87bc79d84b23ab2f225eb75bb33b);
|
|
|
|
|
|
circle_101394f57e164a78ab831c2d68a17361.bindPopup(popup_1f46c76679e94356b13b85f0f3deda55)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_101394f57e164a78ab831c2d68a17361.bindTooltip(
|
|
`<div>
|
|
Restaurants #29, #509, #928, #1155, #1327, #1295, #1427, #1316, #1371, #1374 | n_orders=3294
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_db50ae0361c3471ea64f90cbcc9ff9b0 = L.circle(
|
|
[45.769215, 4.829797],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_85ab4fde11794f629bee27970520e9be = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_900df9d5629849b5aa97418b2df8a8ce = $(`<div id="html_900df9d5629849b5aa97418b2df8a8ce" style="width: 100.0%; height: 100.0%;">4 Place Sathonay, 69001 Lyon</div>`)[0];
|
|
popup_85ab4fde11794f629bee27970520e9be.setContent(html_900df9d5629849b5aa97418b2df8a8ce);
|
|
|
|
|
|
circle_db50ae0361c3471ea64f90cbcc9ff9b0.bindPopup(popup_85ab4fde11794f629bee27970520e9be)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_db50ae0361c3471ea64f90cbcc9ff9b0.bindTooltip(
|
|
`<div>
|
|
Dam'S Pub (#30) | n_orders=908
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0eafbcf21bd24b20875ba800244dcf69 = L.circle(
|
|
[45.766129, 4.8295],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f1509d2f409b4f9f9e5b074712dbe76c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a67f69c170ab47c8a5dbbf64f8990821 = $(`<div id="html_a67f69c170ab47c8a5dbbf64f8990821" style="width: 100.0%; height: 100.0%;">20 Rue Lanterne, 69005 Lyon</div>`)[0];
|
|
popup_f1509d2f409b4f9f9e5b074712dbe76c.setContent(html_a67f69c170ab47c8a5dbbf64f8990821);
|
|
|
|
|
|
circle_0eafbcf21bd24b20875ba800244dcf69.bindPopup(popup_f1509d2f409b4f9f9e5b074712dbe76c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0eafbcf21bd24b20875ba800244dcf69.bindTooltip(
|
|
`<div>
|
|
Candy And Co (#31) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d8498c92c3ed48c5a49fc5fe877b266e = L.circle(
|
|
[45.748653, 4.843191],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_cac41eb3d0f14475b409354433844bd7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e2cb213526074eab8e041d37880a10ed = $(`<div id="html_e2cb213526074eab8e041d37880a10ed" style="width: 100.0%; height: 100.0%;">53 Rue De L'Universite, 69007 Lyon</div>`)[0];
|
|
popup_cac41eb3d0f14475b409354433844bd7.setContent(html_e2cb213526074eab8e041d37880a10ed);
|
|
|
|
|
|
circle_d8498c92c3ed48c5a49fc5fe877b266e.bindPopup(popup_cac41eb3d0f14475b409354433844bd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d8498c92c3ed48c5a49fc5fe877b266e.bindTooltip(
|
|
`<div>
|
|
Sushimasa (#32) | n_orders=1146
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dac157c654dc4b949461700bb24ca84e = L.circle(
|
|
[45.775021, 4.804225],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_77c3ccd7c6754d9b872fa2c84f8cf696 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d7aa3ce3c1b04f358c921a0643da7a39 = $(`<div id="html_d7aa3ce3c1b04f358c921a0643da7a39" style="width: 100.0%; height: 100.0%;">37 Rue Marietton, 69009 Lyon</div>`)[0];
|
|
popup_77c3ccd7c6754d9b872fa2c84f8cf696.setContent(html_d7aa3ce3c1b04f358c921a0643da7a39);
|
|
|
|
|
|
circle_dac157c654dc4b949461700bb24ca84e.bindPopup(popup_77c3ccd7c6754d9b872fa2c84f8cf696)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dac157c654dc4b949461700bb24ca84e.bindTooltip(
|
|
`<div>
|
|
Naruto Sushi (#33) | n_orders=433
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7e8f463796db48d7994047b5a1b14b7d = L.circle(
|
|
[45.768623, 4.831449],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f494622cd86d4c77b575874337ab4592 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2e3d598a47364c85a35c92f722108294 = $(`<div id="html_2e3d598a47364c85a35c92f722108294" style="width: 100.0%; height: 100.0%;">10 Rue Terme, 69001 Lyon</div>`)[0];
|
|
popup_f494622cd86d4c77b575874337ab4592.setContent(html_2e3d598a47364c85a35c92f722108294);
|
|
|
|
|
|
circle_7e8f463796db48d7994047b5a1b14b7d.bindPopup(popup_f494622cd86d4c77b575874337ab4592)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7e8f463796db48d7994047b5a1b14b7d.bindTooltip(
|
|
`<div>
|
|
Sushi Park (#34) | n_orders=321
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8b1620c8f7aa43babf7644fbf3ba8e4b = L.circle(
|
|
[45.766563, 4.854851],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_03dee57844b44c52b2ffe4da1d2f7501 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7f0a9442b3534f24a1bc5d34bcd69777 = $(`<div id="html_7f0a9442b3534f24a1bc5d34bcd69777" style="width: 100.0%; height: 100.0%;">85 Rue Massena, 69006 Lyon</div>`)[0];
|
|
popup_03dee57844b44c52b2ffe4da1d2f7501.setContent(html_7f0a9442b3534f24a1bc5d34bcd69777);
|
|
|
|
|
|
circle_8b1620c8f7aa43babf7644fbf3ba8e4b.bindPopup(popup_03dee57844b44c52b2ffe4da1d2f7501)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8b1620c8f7aa43babf7644fbf3ba8e4b.bindTooltip(
|
|
`<div>
|
|
La Maison Thai (#35) | n_orders=937
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_83866e9d33974d1ba90dfa4e96ebfb8e = L.circle(
|
|
[45.765972, 4.83237],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_35ed598517aa4c0caa9a3c63ddcdd458 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5e0369c22bca4c54b4c3fbe7988101c6 = $(`<div id="html_5e0369c22bca4c54b4c3fbe7988101c6" style="width: 100.0%; height: 100.0%;">22 Rue De La Platiere, 69001 Lyon</div>`)[0];
|
|
popup_35ed598517aa4c0caa9a3c63ddcdd458.setContent(html_5e0369c22bca4c54b4c3fbe7988101c6);
|
|
|
|
|
|
circle_83866e9d33974d1ba90dfa4e96ebfb8e.bindPopup(popup_35ed598517aa4c0caa9a3c63ddcdd458)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_83866e9d33974d1ba90dfa4e96ebfb8e.bindTooltip(
|
|
`<div>
|
|
Gourmix Terreaux (#36) | n_orders=164
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_62c3a43f3de74b98b2bab8834013c814 = L.circle(
|
|
[45.766678, 4.835498],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1e30e396a52244659e57ebfa88f1f572 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_65691099157c4092a429cd76c8f69646 = $(`<div id="html_65691099157c4092a429cd76c8f69646" style="width: 100.0%; height: 100.0%;">15 Rue De L'Arbre Sec, 69001 Lyon</div>`)[0];
|
|
popup_1e30e396a52244659e57ebfa88f1f572.setContent(html_65691099157c4092a429cd76c8f69646);
|
|
|
|
|
|
circle_62c3a43f3de74b98b2bab8834013c814.bindPopup(popup_1e30e396a52244659e57ebfa88f1f572)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_62c3a43f3de74b98b2bab8834013c814.bindTooltip(
|
|
`<div>
|
|
Chez Carlino (#37) | n_orders=1370
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_28138bb0f90a49589feecfcab7550d32 = L.circle(
|
|
[45.74781, 4.856666],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_7418237505a04a0f8571803a44f99548 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9bd3f879b4db493185633994077f5f25 = $(`<div id="html_9bd3f879b4db493185633994077f5f25" style="width: 100.0%; height: 100.0%;">243 Grande Rue De La Guillotiere, 69007 Lyon</div>`)[0];
|
|
popup_7418237505a04a0f8571803a44f99548.setContent(html_9bd3f879b4db493185633994077f5f25);
|
|
|
|
|
|
circle_28138bb0f90a49589feecfcab7550d32.bindPopup(popup_7418237505a04a0f8571803a44f99548)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_28138bb0f90a49589feecfcab7550d32.bindTooltip(
|
|
`<div>
|
|
Festival Pizza (#38) | n_orders=1519
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a7fbe30ac40d42d79ed7172d115b98e7 = L.circle(
|
|
[45.766781, 4.836695],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_84509a96af6c4aaeb9b38f6d17e0da37 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_89c0c6ebcb6a4f4486276f5c74ec0fb3 = $(`<div id="html_89c0c6ebcb6a4f4486276f5c74ec0fb3" style="width: 100.0%; height: 100.0%;">21 Rue De L'Arbre Sec, 69001 Lyon</div>`)[0];
|
|
popup_84509a96af6c4aaeb9b38f6d17e0da37.setContent(html_89c0c6ebcb6a4f4486276f5c74ec0fb3);
|
|
|
|
|
|
circle_a7fbe30ac40d42d79ed7172d115b98e7.bindPopup(popup_84509a96af6c4aaeb9b38f6d17e0da37)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a7fbe30ac40d42d79ed7172d115b98e7.bindTooltip(
|
|
`<div>
|
|
Le Jardin De Berthe Opera (#39) | n_orders=707
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6b43a739a5bb4fdabdc7fd9319d17bd7 = L.circle(
|
|
[45.762581, 4.827663],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_da179f6e4df248928a3b85871f0e8536 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2a9c8f71c3f44a63b452867f432b270b = $(`<div id="html_2a9c8f71c3f44a63b452867f432b270b" style="width: 100.0%; height: 100.0%;">31 Rue Saint Jean, 69005 Lyon</div>`)[0];
|
|
popup_da179f6e4df248928a3b85871f0e8536.setContent(html_2a9c8f71c3f44a63b452867f432b270b);
|
|
|
|
|
|
circle_6b43a739a5bb4fdabdc7fd9319d17bd7.bindPopup(popup_da179f6e4df248928a3b85871f0e8536)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6b43a739a5bb4fdabdc7fd9319d17bd7.bindTooltip(
|
|
`<div>
|
|
La Trattoria (#40) | n_orders=846
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_62a03f0397aa4f25b918ec7b9b012d70 = L.circle(
|
|
[45.768929, 4.868408],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_47d091119b374942917c4583cc8314ee = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_423aebb3260d4e4cb475e99ef6bc8d5f = $(`<div id="html_423aebb3260d4e4cb475e99ef6bc8d5f" style="width: 100.0%; height: 100.0%;">30 Rue Alexandre Boutin, 69100 Villeurbanne</div>`)[0];
|
|
popup_47d091119b374942917c4583cc8314ee.setContent(html_423aebb3260d4e4cb475e99ef6bc8d5f);
|
|
|
|
|
|
circle_62a03f0397aa4f25b918ec7b9b012d70.bindPopup(popup_47d091119b374942917c4583cc8314ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_62a03f0397aa4f25b918ec7b9b012d70.bindTooltip(
|
|
`<div>
|
|
Burger Shop (#41) | n_orders=593
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_431accc792d0459186d38ff35a85f16e = L.circle(
|
|
[45.777573, 4.878045],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_bfaf98cde1b74b9b91a22c9e78d709a7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c3fc0da9804245948b280bc0b6f5d0de = $(`<div id="html_c3fc0da9804245948b280bc0b6f5d0de" style="width: 100.0%; height: 100.0%;">92 Avenue Roger Salengro, 69100 Villeurbanne</div>`)[0];
|
|
popup_bfaf98cde1b74b9b91a22c9e78d709a7.setContent(html_c3fc0da9804245948b280bc0b6f5d0de);
|
|
|
|
|
|
circle_431accc792d0459186d38ff35a85f16e.bindPopup(popup_bfaf98cde1b74b9b91a22c9e78d709a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_431accc792d0459186d38ff35a85f16e.bindTooltip(
|
|
`<div>
|
|
Lacha Gore (#42) | n_orders=671
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3bcc614f55a2430d992daff97b3df2f2 = L.circle(
|
|
[45.754211, 4.887155],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_b5950d7ab2c54711b9de109b8496f115 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7e4b478d8e304346b2d34447ec0ee37c = $(`<div id="html_7e4b478d8e304346b2d34447ec0ee37c" style="width: 100.0%; height: 100.0%;">96 Route De Genas, 69100 Villeurbanne</div>`)[0];
|
|
popup_b5950d7ab2c54711b9de109b8496f115.setContent(html_7e4b478d8e304346b2d34447ec0ee37c);
|
|
|
|
|
|
circle_3bcc614f55a2430d992daff97b3df2f2.bindPopup(popup_b5950d7ab2c54711b9de109b8496f115)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3bcc614f55a2430d992daff97b3df2f2.bindTooltip(
|
|
`<div>
|
|
Italiano Vero (#43) | n_orders=1171
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ef5c8342295347729df61f7ce2d62e10 = L.circle(
|
|
[45.750153, 4.885356],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8b320b668c7347a58d3af8c9b0cba541 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_07ab6005c6f844e2b5c8572d291a8aca = $(`<div id="html_07ab6005c6f844e2b5c8572d291a8aca" style="width: 100.0%; height: 100.0%;">4 Place Du Chateau, 69003 Lyon</div>`)[0];
|
|
popup_8b320b668c7347a58d3af8c9b0cba541.setContent(html_07ab6005c6f844e2b5c8572d291a8aca);
|
|
|
|
|
|
circle_ef5c8342295347729df61f7ce2d62e10.bindPopup(popup_8b320b668c7347a58d3af8c9b0cba541)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ef5c8342295347729df61f7ce2d62e10.bindTooltip(
|
|
`<div>
|
|
Le Chateau (#44) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bfac876d1658460d834acf6123c53275 = L.circle(
|
|
[45.76712, 4.831575],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_08f12ac8d2844ab6a0f6f405022b32f3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fee3b995e639419a98ca2759541d595c = $(`<div id="html_fee3b995e639419a98ca2759541d595c" style="width: 100.0%; height: 100.0%;">4 Rue Lanterne, 69001 Lyon</div>`)[0];
|
|
popup_08f12ac8d2844ab6a0f6f405022b32f3.setContent(html_fee3b995e639419a98ca2759541d595c);
|
|
|
|
|
|
circle_bfac876d1658460d834acf6123c53275.bindPopup(popup_08f12ac8d2844ab6a0f6f405022b32f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bfac876d1658460d834acf6123c53275.bindTooltip(
|
|
`<div>
|
|
Kome (#45) | n_orders=362
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6fd182e050ae458c8527e0ca2d5ad225 = L.circle(
|
|
[45.768368, 4.832933],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_c6a5dcc78b7f4cbd982039b50d750ddd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_377e2487146648f0bfafe095638edeea = $(`<div id="html_377e2487146648f0bfafe095638edeea" style="width: 100.0%; height: 100.0%;">9 Rue Sainte Catherine, 69001 Lyon</div>`)[0];
|
|
popup_c6a5dcc78b7f4cbd982039b50d750ddd.setContent(html_377e2487146648f0bfafe095638edeea);
|
|
|
|
|
|
circle_6fd182e050ae458c8527e0ca2d5ad225.bindPopup(popup_c6a5dcc78b7f4cbd982039b50d750ddd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6fd182e050ae458c8527e0ca2d5ad225.bindTooltip(
|
|
`<div>
|
|
Edo (#46) | n_orders=514
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_92d6f5d837b94102ba4ceda6e9497a1b = L.circle(
|
|
[45.773632, 4.820413],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f49b4c8f7b0840419b6ac9ec14f94947 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_55ce6531394c41c5899cd26506001f02 = $(`<div id="html_55ce6531394c41c5899cd26506001f02" style="width: 100.0%; height: 100.0%;">67 Boulevard De La Croix-Rousse, 69004 Lyon</div>`)[0];
|
|
popup_f49b4c8f7b0840419b6ac9ec14f94947.setContent(html_55ce6531394c41c5899cd26506001f02);
|
|
|
|
|
|
circle_92d6f5d837b94102ba4ceda6e9497a1b.bindPopup(popup_f49b4c8f7b0840419b6ac9ec14f94947)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_92d6f5d837b94102ba4ceda6e9497a1b.bindTooltip(
|
|
`<div>
|
|
Sakura (#47) | n_orders=219
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3b7b7190fb1640d0ab028d820dca5b19 = L.circle(
|
|
[45.751171, 4.850211],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a92da755a7ff4760b464d0ba5ded0866 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_94802d750dcc412fbfcdda482f4ceddc = $(`<div id="html_94802d750dcc412fbfcdda482f4ceddc" style="width: 100.0%; height: 100.0%;">44 Rue Rachais, 69007 Lyon</div>`)[0];
|
|
popup_a92da755a7ff4760b464d0ba5ded0866.setContent(html_94802d750dcc412fbfcdda482f4ceddc);
|
|
|
|
|
|
circle_3b7b7190fb1640d0ab028d820dca5b19.bindPopup(popup_a92da755a7ff4760b464d0ba5ded0866)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3b7b7190fb1640d0ab028d820dca5b19.bindTooltip(
|
|
`<div>
|
|
Le Palais Des Tajines (#48) | n_orders=1253
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_da0fab4f1b264792ae127883aac804ea = L.circle(
|
|
[45.764633, 4.828311],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_58b41dce8ff34a9eb4c447b7ebe99709 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a35a335fd7144c4493b2dbdf41591b21 = $(`<div id="html_a35a335fd7144c4493b2dbdf41591b21" style="width: 100.0%; height: 100.0%;">5 Place Du Change, 69005 Lyon</div>`)[0];
|
|
popup_58b41dce8ff34a9eb4c447b7ebe99709.setContent(html_a35a335fd7144c4493b2dbdf41591b21);
|
|
|
|
|
|
circle_da0fab4f1b264792ae127883aac804ea.bindPopup(popup_58b41dce8ff34a9eb4c447b7ebe99709)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_da0fab4f1b264792ae127883aac804ea.bindTooltip(
|
|
`<div>
|
|
Dolce Follia (#49) | n_orders=4026
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7ce18db6d4f14dde95bb8be18d757708 = L.circle(
|
|
[45.752243, 4.840514],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f78c8d36a2624df4ab6bbfb1fa698e30 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2f053902e2554164a8185f90cada0d69 = $(`<div id="html_2f053902e2554164a8185f90cada0d69" style="width: 100.0%; height: 100.0%;">32 Rue De Marseille, 69007 Lyon</div>`)[0];
|
|
popup_f78c8d36a2624df4ab6bbfb1fa698e30.setContent(html_2f053902e2554164a8185f90cada0d69);
|
|
|
|
|
|
circle_7ce18db6d4f14dde95bb8be18d757708.bindPopup(popup_f78c8d36a2624df4ab6bbfb1fa698e30)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7ce18db6d4f14dde95bb8be18d757708.bindTooltip(
|
|
`<div>
|
|
Bollywood Tandoor (#50) | n_orders=497
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ddc10edd440048f8b0b3340f28d37148 = L.circle(
|
|
[45.755161, 4.841406],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_12d93eb3b00f45168ea98c2461860e15 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_673cc0dfd36b453289d40054d0904e9e = $(`<div id="html_673cc0dfd36b453289d40054d0904e9e" style="width: 100.0%; height: 100.0%;">6 Rue Pasteur, 69007 Lyon</div>`)[0];
|
|
popup_12d93eb3b00f45168ea98c2461860e15.setContent(html_673cc0dfd36b453289d40054d0904e9e);
|
|
|
|
|
|
circle_ddc10edd440048f8b0b3340f28d37148.bindPopup(popup_12d93eb3b00f45168ea98c2461860e15)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ddc10edd440048f8b0b3340f28d37148.bindTooltip(
|
|
`<div>
|
|
Chez Riz (#51) | n_orders=573
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_21b39a9222144f69a2e752d4001385c5 = L.circle(
|
|
[45.762856, 4.827264],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_de42b7d40ec04fac9b2a3b4a086b5330 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9973040380754235b22a80ee79833cb4 = $(`<div id="html_9973040380754235b22a80ee79833cb4" style="width: 100.0%; height: 100.0%;">11 Rue Du Boeuf, 69005 Lyon</div>`)[0];
|
|
popup_de42b7d40ec04fac9b2a3b4a086b5330.setContent(html_9973040380754235b22a80ee79833cb4);
|
|
|
|
|
|
circle_21b39a9222144f69a2e752d4001385c5.bindPopup(popup_de42b7d40ec04fac9b2a3b4a086b5330)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_21b39a9222144f69a2e752d4001385c5.bindTooltip(
|
|
`<div>
|
|
Chez Grand-Mere (#52) | n_orders=300
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d09bbbe10dc140399851548f04f0c1bd = L.circle(
|
|
[45.766987, 4.836572],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_fc5c829d8a1b40dc91daf01ec3218b7d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0dc68239d32c40a79f81e6de2fe33185 = $(`<div id="html_0dc68239d32c40a79f81e6de2fe33185" style="width: 100.0%; height: 100.0%;">8 Rue Du Garet, 69001 Lyon</div>`)[0];
|
|
popup_fc5c829d8a1b40dc91daf01ec3218b7d.setContent(html_0dc68239d32c40a79f81e6de2fe33185);
|
|
|
|
|
|
circle_d09bbbe10dc140399851548f04f0c1bd.bindPopup(popup_fc5c829d8a1b40dc91daf01ec3218b7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d09bbbe10dc140399851548f04f0c1bd.bindTooltip(
|
|
`<div>
|
|
Hakata Ramen (#53) | n_orders=2566
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_99db6a05a70b4e20a55e3b98b2368c38 = L.circle(
|
|
[45.747204, 4.835995],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9f80430a23cc4153ba8b1783dd41756f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_279cc9422e0c4ddfa236c8d48fede532 = $(`<div id="html_279cc9422e0c4ddfa236c8d48fede532" style="width: 100.0%; height: 100.0%;">1 Place Jules Guesde, 69007 Lyon</div>`)[0];
|
|
popup_9f80430a23cc4153ba8b1783dd41756f.setContent(html_279cc9422e0c4ddfa236c8d48fede532);
|
|
|
|
|
|
circle_99db6a05a70b4e20a55e3b98b2368c38.bindPopup(popup_9f80430a23cc4153ba8b1783dd41756f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_99db6a05a70b4e20a55e3b98b2368c38.bindTooltip(
|
|
`<div>
|
|
Trefle (#54) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9aaa495fbd544338bc4f456d579dc23b = L.circle(
|
|
[45.737728, 4.837923],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6f2037134b454c349ef3eb45f9e21613 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f9d455c9af58445fa7b4c8c510ecdeed = $(`<div id="html_f9d455c9af58445fa7b4c8c510ecdeed" style="width: 100.0%; height: 100.0%;">175 Avenue Jean Jaures, 69007 Lyon</div>`)[0];
|
|
popup_6f2037134b454c349ef3eb45f9e21613.setContent(html_f9d455c9af58445fa7b4c8c510ecdeed);
|
|
|
|
|
|
circle_9aaa495fbd544338bc4f456d579dc23b.bindPopup(popup_6f2037134b454c349ef3eb45f9e21613)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9aaa495fbd544338bc4f456d579dc23b.bindTooltip(
|
|
`<div>
|
|
Sawadee Thai (#55) | n_orders=2198
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ac1f0f678c98489bba3c0ed7f40f0514 = L.circle(
|
|
[45.773758, 4.827261],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_0a659f7807d942988f347f5d8ee29696 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_00720742abd84df1b66aca271ae53b5c = $(`<div id="html_00720742abd84df1b66aca271ae53b5c" style="width: 100.0%; height: 100.0%;">112 Boulevard De La Croix Rousse, 69001 Lyon</div>`)[0];
|
|
popup_0a659f7807d942988f347f5d8ee29696.setContent(html_00720742abd84df1b66aca271ae53b5c);
|
|
|
|
|
|
circle_ac1f0f678c98489bba3c0ed7f40f0514.bindPopup(popup_0a659f7807d942988f347f5d8ee29696)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ac1f0f678c98489bba3c0ed7f40f0514.bindTooltip(
|
|
`<div>
|
|
Bobun Boulevard (#56) | n_orders=1941
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_08138de8798e49da808a0d2388a05648 = L.circle(
|
|
[45.758842, 4.85183],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_b6281327a28e4c67bd9d9e41d9172571 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2ed29a623941446581473d6d11e056cd = $(`<div id="html_2ed29a623941446581473d6d11e056cd" style="width: 100.0%; height: 100.0%;">206 Rue Garibaldi, 69003 Lyon</div>`)[0];
|
|
popup_b6281327a28e4c67bd9d9e41d9172571.setContent(html_2ed29a623941446581473d6d11e056cd);
|
|
|
|
|
|
circle_08138de8798e49da808a0d2388a05648.bindPopup(popup_b6281327a28e4c67bd9d9e41d9172571)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_08138de8798e49da808a0d2388a05648.bindTooltip(
|
|
`<div>
|
|
Le Karachi (#57) | n_orders=1272
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fc223c8214fa484b8eb5ca0131d72eaa = L.circle(
|
|
[45.753296, 4.832015],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_449538ffca304d4883b8ead5e30c5f01 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_33e6cc0a0c5f4652aff7599b926cd54d = $(`<div id="html_33e6cc0a0c5f4652aff7599b926cd54d" style="width: 100.0%; height: 100.0%;">3 Rue De Fleurieu, 69002 Lyon</div>`)[0];
|
|
popup_449538ffca304d4883b8ead5e30c5f01.setContent(html_33e6cc0a0c5f4652aff7599b926cd54d);
|
|
|
|
|
|
circle_fc223c8214fa484b8eb5ca0131d72eaa.bindPopup(popup_449538ffca304d4883b8ead5e30c5f01)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fc223c8214fa484b8eb5ca0131d72eaa.bindTooltip(
|
|
`<div>
|
|
Le Jardin De Berthe Ainay (#58) | n_orders=538
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d52e973273b445cc8417379ba7e21568 = L.circle(
|
|
[45.771164, 4.836858],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f12275ef8ec848f98df888f338671021 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fd052e89c8c24b5cb2015ec8ed97f534 = $(`<div id="html_fd052e89c8c24b5cb2015ec8ed97f534" style="width: 100.0%; height: 100.0%;">14 Rue Royale, 69001 Lyon</div>`)[0];
|
|
popup_f12275ef8ec848f98df888f338671021.setContent(html_fd052e89c8c24b5cb2015ec8ed97f534);
|
|
|
|
|
|
circle_d52e973273b445cc8417379ba7e21568.bindPopup(popup_f12275ef8ec848f98df888f338671021)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d52e973273b445cc8417379ba7e21568.bindTooltip(
|
|
`<div>
|
|
Monogatari (#59) | n_orders=428
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dc596685c0b34d7687bf0a0f8f32b952 = L.circle(
|
|
[45.770992, 4.861347],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1eac3a8859514ca692307ea85ea533a9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_705c47b3db9242d89e9a022e86b5f31a = $(`<div id="html_705c47b3db9242d89e9a022e86b5f31a" style="width: 100.0%; height: 100.0%;">128 Avenue Thiers, 69006 Villeurbanne</div>`)[0];
|
|
popup_1eac3a8859514ca692307ea85ea533a9.setContent(html_705c47b3db9242d89e9a022e86b5f31a);
|
|
|
|
|
|
circle_dc596685c0b34d7687bf0a0f8f32b952.bindPopup(popup_1eac3a8859514ca692307ea85ea533a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dc596685c0b34d7687bf0a0f8f32b952.bindTooltip(
|
|
`<div>
|
|
Restaurants #60, #79 | n_orders=548
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_135b38114d84425eb91302f951451653 = L.circle(
|
|
[45.754498, 4.843812],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_94747f58d8e9465b8feee0768012a74f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ea225ac602c7474ca3e49b3a23ff4b9b = $(`<div id="html_ea225ac602c7474ca3e49b3a23ff4b9b" style="width: 100.0%; height: 100.0%;">21 Grande Rue De La Guillotiere, 69007 Lyon</div>`)[0];
|
|
popup_94747f58d8e9465b8feee0768012a74f.setContent(html_ea225ac602c7474ca3e49b3a23ff4b9b);
|
|
|
|
|
|
circle_135b38114d84425eb91302f951451653.bindPopup(popup_94747f58d8e9465b8feee0768012a74f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_135b38114d84425eb91302f951451653.bindTooltip(
|
|
`<div>
|
|
Max'Call (#61) | n_orders=560
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e29370343cfb4e43b3cee911b59a027a = L.circle(
|
|
[45.751381, 4.825942],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_13df223555654efc887d80d2a68a733d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6e816b89ff9a456a990e2f4beef32bac = $(`<div id="html_6e816b89ff9a456a990e2f4beef32bac" style="width: 100.0%; height: 100.0%;">11 Rue General Plessier, 69002 Lyon</div>`)[0];
|
|
popup_13df223555654efc887d80d2a68a733d.setContent(html_6e816b89ff9a456a990e2f4beef32bac);
|
|
|
|
|
|
circle_e29370343cfb4e43b3cee911b59a027a.bindPopup(popup_13df223555654efc887d80d2a68a733d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e29370343cfb4e43b3cee911b59a027a.bindTooltip(
|
|
`<div>
|
|
Gochi 2 (#62) | n_orders=512
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5a2e8df84677479ea1b84c56b38dc333 = L.circle(
|
|
[45.770409, 4.831572],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a908cf6441344b23a76ab14769850db2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1afa66ddcdcf43d5b25666d334fd880b = $(`<div id="html_1afa66ddcdcf43d5b25666d334fd880b" style="width: 100.0%; height: 100.0%;">5 Rue Burdeau, 69001 Lyon</div>`)[0];
|
|
popup_a908cf6441344b23a76ab14769850db2.setContent(html_1afa66ddcdcf43d5b25666d334fd880b);
|
|
|
|
|
|
circle_5a2e8df84677479ea1b84c56b38dc333.bindPopup(popup_a908cf6441344b23a76ab14769850db2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5a2e8df84677479ea1b84c56b38dc333.bindTooltip(
|
|
`<div>
|
|
Tu Esquina (#63) | n_orders=510
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_873a8386a451490888a0af0a6ec6b790 = L.circle(
|
|
[45.76693, 4.836837],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_c62e6e67a75b464ca68c791ae181cd94 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cea16c2f65894e12a317b4a854b7fbd2 = $(`<div id="html_cea16c2f65894e12a317b4a854b7fbd2" style="width: 100.0%; height: 100.0%;">9 Rue Du Garet, 69001 Lyon</div>`)[0];
|
|
popup_c62e6e67a75b464ca68c791ae181cd94.setContent(html_cea16c2f65894e12a317b4a854b7fbd2);
|
|
|
|
|
|
circle_873a8386a451490888a0af0a6ec6b790.bindPopup(popup_c62e6e67a75b464ca68c791ae181cd94)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_873a8386a451490888a0af0a6ec6b790.bindTooltip(
|
|
`<div>
|
|
Cafe 203 (#64) | n_orders=148
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c6d2ccd07ecb412097840d3feafd07b5 = L.circle(
|
|
[45.766193, 4.827743],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_21c8259de83c4e32aa7a2991a8f9cfc4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_88700760850348d28e6444e603b97656 = $(`<div id="html_88700760850348d28e6444e603b97656" style="width: 100.0%; height: 100.0%;">6 Rue Octavio Mey, 69005 Lyon</div>`)[0];
|
|
popup_21c8259de83c4e32aa7a2991a8f9cfc4.setContent(html_88700760850348d28e6444e603b97656);
|
|
|
|
|
|
circle_c6d2ccd07ecb412097840d3feafd07b5.bindPopup(popup_21c8259de83c4e32aa7a2991a8f9cfc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c6d2ccd07ecb412097840d3feafd07b5.bindTooltip(
|
|
`<div>
|
|
Crock'N'Roll Saint Paul (#65) | n_orders=816
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3971f59f48c445d4867c593177222609 = L.circle(
|
|
[45.757648, 4.848265],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9abe0f264d19492a90fcae92ef120260 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_84f9c6fe05484fc1909c9db8dfe4b975 = $(`<div id="html_84f9c6fe05484fc1909c9db8dfe4b975" style="width: 100.0%; height: 100.0%;">225, Rue De Crequi, 69003 Lyon</div>`)[0];
|
|
popup_9abe0f264d19492a90fcae92ef120260.setContent(html_84f9c6fe05484fc1909c9db8dfe4b975);
|
|
|
|
|
|
circle_3971f59f48c445d4867c593177222609.bindPopup(popup_9abe0f264d19492a90fcae92ef120260)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3971f59f48c445d4867c593177222609.bindTooltip(
|
|
`<div>
|
|
Le Jardin Du Bambou (#66) | n_orders=318
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e5f64287f29048ea8825d8bcad22be4d = L.circle(
|
|
[45.779884, 4.832307],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_324ee8d1116e4348a6f4d17d99e9ced1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f63ed1a39b9c4e7fafb0f0339fd4f664 = $(`<div id="html_f63ed1a39b9c4e7fafb0f0339fd4f664" style="width: 100.0%; height: 100.0%;">72 Grande Rue De La Croix Rousse, 69004 Lyon</div>`)[0];
|
|
popup_324ee8d1116e4348a6f4d17d99e9ced1.setContent(html_f63ed1a39b9c4e7fafb0f0339fd4f664);
|
|
|
|
|
|
circle_e5f64287f29048ea8825d8bcad22be4d.bindPopup(popup_324ee8d1116e4348a6f4d17d99e9ced1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e5f64287f29048ea8825d8bcad22be4d.bindTooltip(
|
|
`<div>
|
|
Pinch Burger (#67) | n_orders=451
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6df3512e87434a22a602ede3fba03273 = L.circle(
|
|
[45.753502, 4.836457],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e2ed7423570a45b2b46aba76a9430262 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5eca3f34437e4e1080dce238490b3ffe = $(`<div id="html_5eca3f34437e4e1080dce238490b3ffe" style="width: 100.0%; height: 100.0%;">8 Quai Claude Bernard, 69007 Lyon</div>`)[0];
|
|
popup_e2ed7423570a45b2b46aba76a9430262.setContent(html_5eca3f34437e4e1080dce238490b3ffe);
|
|
|
|
|
|
circle_6df3512e87434a22a602ede3fba03273.bindPopup(popup_e2ed7423570a45b2b46aba76a9430262)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6df3512e87434a22a602ede3fba03273.bindTooltip(
|
|
`<div>
|
|
Macanudo (#68) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7225e712fbd345a5913bace07a697be0 = L.circle(
|
|
[45.759212, 4.845189],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_759520171e484e9fa49f6b65ca27301d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a34e523fb15048eba782aa2ecb40b79f = $(`<div id="html_a34e523fb15048eba782aa2ecb40b79f" style="width: 100.0%; height: 100.0%;">Place Guichard, 69003 Lyon</div>`)[0];
|
|
popup_759520171e484e9fa49f6b65ca27301d.setContent(html_a34e523fb15048eba782aa2ecb40b79f);
|
|
|
|
|
|
circle_7225e712fbd345a5913bace07a697be0.bindPopup(popup_759520171e484e9fa49f6b65ca27301d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7225e712fbd345a5913bace07a697be0.bindTooltip(
|
|
`<div>
|
|
Restaurants #69, #978 | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7e9e276a59c74b94bfa6b55d4808514d = L.circle(
|
|
[45.729519, 4.830791],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_60450776f54942499af92d89513facde = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c7fa7de7c37f44dca51bae27400df3af = $(`<div id="html_c7fa7de7c37f44dca51bae27400df3af" style="width: 100.0%; height: 100.0%;">6 Rue Challemel Lacour, 69007 Lyon</div>`)[0];
|
|
popup_60450776f54942499af92d89513facde.setContent(html_c7fa7de7c37f44dca51bae27400df3af);
|
|
|
|
|
|
circle_7e9e276a59c74b94bfa6b55d4808514d.bindPopup(popup_60450776f54942499af92d89513facde)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7e9e276a59c74b94bfa6b55d4808514d.bindTooltip(
|
|
`<div>
|
|
La Pataterie Gerland (#70) | n_orders=706
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_73ec1c6141e14b4f8622b3187706daa9 = L.circle(
|
|
[45.768642, 4.834445],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_bdc0107f525148c39971555b7ec09e2b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7137c46f9855479193dbad49b50aeff8 = $(`<div id="html_7137c46f9855479193dbad49b50aeff8" style="width: 100.0%; height: 100.0%;">1 Rue Desiree, 69001 Lyon</div>`)[0];
|
|
popup_bdc0107f525148c39971555b7ec09e2b.setContent(html_7137c46f9855479193dbad49b50aeff8);
|
|
|
|
|
|
circle_73ec1c6141e14b4f8622b3187706daa9.bindPopup(popup_bdc0107f525148c39971555b7ec09e2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_73ec1c6141e14b4f8622b3187706daa9.bindTooltip(
|
|
`<div>
|
|
Restaurants #71, #921 | n_orders=406
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9275b25daa9f48e084d57baa39826f0e = L.circle(
|
|
[45.768757, 4.84866],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_30038e197fbd4d698426d90db9675f0c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_66b1db23c3ca4e7d99c0c008ba720694 = $(`<div id="html_66b1db23c3ca4e7d99c0c008ba720694" style="width: 100.0%; height: 100.0%;">84 Rue Boileau, 69006 Lyon</div>`)[0];
|
|
popup_30038e197fbd4d698426d90db9675f0c.setContent(html_66b1db23c3ca4e7d99c0c008ba720694);
|
|
|
|
|
|
circle_9275b25daa9f48e084d57baa39826f0e.bindPopup(popup_30038e197fbd4d698426d90db9675f0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9275b25daa9f48e084d57baa39826f0e.bindTooltip(
|
|
`<div>
|
|
Coffret Du Gourmet (#72) | n_orders=63
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8d5908ab3ade49079b21847d9e8a5f92 = L.circle(
|
|
[45.750233, 4.830211],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_354a0e88e2c643b8a0d6d4e9c7c171ff = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_acf042912f1f41daa30acd96f86dafcd = $(`<div id="html_acf042912f1f41daa30acd96f86dafcd" style="width: 100.0%; height: 100.0%;">55 Rue De La Charite, 69002 Lyon</div>`)[0];
|
|
popup_354a0e88e2c643b8a0d6d4e9c7c171ff.setContent(html_acf042912f1f41daa30acd96f86dafcd);
|
|
|
|
|
|
circle_8d5908ab3ade49079b21847d9e8a5f92.bindPopup(popup_354a0e88e2c643b8a0d6d4e9c7c171ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8d5908ab3ade49079b21847d9e8a5f92.bindTooltip(
|
|
`<div>
|
|
Saveur Du Monde (#73) | n_orders=1040
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_462fe327a38144da9a7230589322dd53 = L.circle(
|
|
[45.769699, 4.854573],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a5a5c9c9c4a34e619693bde1537edbc1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7b1f5085eb8d4f0bae54495681286e9d = $(`<div id="html_7b1f5085eb8d4f0bae54495681286e9d" style="width: 100.0%; height: 100.0%;">76 Cours Vitton, 69006 Lyon</div>`)[0];
|
|
popup_a5a5c9c9c4a34e619693bde1537edbc1.setContent(html_7b1f5085eb8d4f0bae54495681286e9d);
|
|
|
|
|
|
circle_462fe327a38144da9a7230589322dd53.bindPopup(popup_a5a5c9c9c4a34e619693bde1537edbc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_462fe327a38144da9a7230589322dd53.bindTooltip(
|
|
`<div>
|
|
Red Box (#74) | n_orders=84
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8d488e8d2de14b7e8e832c8d41e017c8 = L.circle(
|
|
[45.759567, 4.825412],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ce306db16825428ea02c07f877352237 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8dc4c1f112644f5684fa8ae5b14c4ec4 = $(`<div id="html_8dc4c1f112644f5684fa8ae5b14c4ec4" style="width: 100.0%; height: 100.0%;">54 Rue Tramassac, 69005 Lyon</div>`)[0];
|
|
popup_ce306db16825428ea02c07f877352237.setContent(html_8dc4c1f112644f5684fa8ae5b14c4ec4);
|
|
|
|
|
|
circle_8d488e8d2de14b7e8e832c8d41e017c8.bindPopup(popup_ce306db16825428ea02c07f877352237)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8d488e8d2de14b7e8e832c8d41e017c8.bindTooltip(
|
|
`<div>
|
|
Al Dente (#75) | n_orders=524
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3bb46e8cd45a4f479aa50be422100efe = L.circle(
|
|
[45.753178, 4.841415],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_dc188d80b78944979d2621eb4618447d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_da5d7fa18795487380122becadcac415 = $(`<div id="html_da5d7fa18795487380122becadcac415" style="width: 100.0%; height: 100.0%;">15 Rue De Marseille, 69007 Lyon</div>`)[0];
|
|
popup_dc188d80b78944979d2621eb4618447d.setContent(html_da5d7fa18795487380122becadcac415);
|
|
|
|
|
|
circle_3bb46e8cd45a4f479aa50be422100efe.bindPopup(popup_dc188d80b78944979d2621eb4618447d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3bb46e8cd45a4f479aa50be422100efe.bindTooltip(
|
|
`<div>
|
|
C Sushi (#76) | n_orders=1188
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_397e3dec21914210a58276fe49eecd59 = L.circle(
|
|
[45.769989, 4.861787],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f5da30b196454923b73fea443a6f829d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3bd4eace40aa4d00a11e2a763036ee3c = $(`<div id="html_3bd4eace40aa4d00a11e2a763036ee3c" style="width: 100.0%; height: 100.0%;">119 Avenue Thiers, 69006 Lyon</div>`)[0];
|
|
popup_f5da30b196454923b73fea443a6f829d.setContent(html_3bd4eace40aa4d00a11e2a763036ee3c);
|
|
|
|
|
|
circle_397e3dec21914210a58276fe49eecd59.bindPopup(popup_f5da30b196454923b73fea443a6f829d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_397e3dec21914210a58276fe49eecd59.bindTooltip(
|
|
`<div>
|
|
Garden (#77) | n_orders=39
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9c153f35fb5a4ec7855252082ff4d5e1 = L.circle(
|
|
[45.752056, 4.828658],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_7d25378474354a70a9c9a9fc69080d8c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a3427ae025d849758a1d68a7cebea0fe = $(`<div id="html_a3427ae025d849758a1d68a7cebea0fe" style="width: 100.0%; height: 100.0%;">13 Rue Du Plat, 69002 Lyon</div>`)[0];
|
|
popup_7d25378474354a70a9c9a9fc69080d8c.setContent(html_a3427ae025d849758a1d68a7cebea0fe);
|
|
|
|
|
|
circle_9c153f35fb5a4ec7855252082ff4d5e1.bindPopup(popup_7d25378474354a70a9c9a9fc69080d8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9c153f35fb5a4ec7855252082ff4d5e1.bindTooltip(
|
|
`<div>
|
|
Un Court Instant (#78) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c7bb8c07f345410b8d42b71231248662 = L.circle(
|
|
[45.76685, 4.854988],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_3781cfcd2b104291a18dda042abc8b41 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1a0c282576d74b3993c292b3d981ce83 = $(`<div id="html_1a0c282576d74b3993c292b3d981ce83" style="width: 100.0%; height: 100.0%;">69 Rue Ney, 69006 Lyon</div>`)[0];
|
|
popup_3781cfcd2b104291a18dda042abc8b41.setContent(html_1a0c282576d74b3993c292b3d981ce83);
|
|
|
|
|
|
circle_c7bb8c07f345410b8d42b71231248662.bindPopup(popup_3781cfcd2b104291a18dda042abc8b41)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c7bb8c07f345410b8d42b71231248662.bindTooltip(
|
|
`<div>
|
|
Le Napolitain (#80) | n_orders=1394
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_14ea4681ff53476893818833daa103d1 = L.circle(
|
|
[45.767883, 4.854857],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_cf299a1b59344d7bb88548c25d585c5c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e88ac9880e814d378025f4b70d673d5a = $(`<div id="html_e88ac9880e814d378025f4b70d673d5a" style="width: 100.0%; height: 100.0%;">155 Rue Cuvier, 69006 Lyon</div>`)[0];
|
|
popup_cf299a1b59344d7bb88548c25d585c5c.setContent(html_e88ac9880e814d378025f4b70d673d5a);
|
|
|
|
|
|
circle_14ea4681ff53476893818833daa103d1.bindPopup(popup_cf299a1b59344d7bb88548c25d585c5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_14ea4681ff53476893818833daa103d1.bindTooltip(
|
|
`<div>
|
|
Mika Sushi Cuvier (#81) | n_orders=356
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ff1e065e5e7848cb9125b6be40342524 = L.circle(
|
|
[45.766651, 4.855836],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f6744fdc2a2f47ceb5f2aa05675eccf9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_651b1c09980e490fb07f490c8855b6ed = $(`<div id="html_651b1c09980e490fb07f490c8855b6ed" style="width: 100.0%; height: 100.0%;">71 Rue Ney, 69006 Lyon</div>`)[0];
|
|
popup_f6744fdc2a2f47ceb5f2aa05675eccf9.setContent(html_651b1c09980e490fb07f490c8855b6ed);
|
|
|
|
|
|
circle_ff1e065e5e7848cb9125b6be40342524.bindPopup(popup_f6744fdc2a2f47ceb5f2aa05675eccf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ff1e065e5e7848cb9125b6be40342524.bindTooltip(
|
|
`<div>
|
|
Restaurants #82, #1238 | n_orders=315
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ef7022e858e84097ae9a7da00adae795 = L.circle(
|
|
[45.765224, 4.833084],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d716eae02991436f8b344fe1b3512c61 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7f134fa53e924f6595ab3fb759007e29 = $(`<div id="html_7f134fa53e924f6595ab3fb759007e29" style="width: 100.0%; height: 100.0%;">39 Rue Paul Chenavard, 69001 Lyon</div>`)[0];
|
|
popup_d716eae02991436f8b344fe1b3512c61.setContent(html_7f134fa53e924f6595ab3fb759007e29);
|
|
|
|
|
|
circle_ef7022e858e84097ae9a7da00adae795.bindPopup(popup_d716eae02991436f8b344fe1b3512c61)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ef7022e858e84097ae9a7da00adae795.bindTooltip(
|
|
`<div>
|
|
Manhattan'S Store (#83) | n_orders=97
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_87527cb1eedb48d2bc9174cb1824b89b = L.circle(
|
|
[45.761993, 4.835139],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8ebb2e50cf1a4089b8e40438e649a656 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_50815aa9ef8e42e08c08b3445a522c6a = $(`<div id="html_50815aa9ef8e42e08c08b3445a522c6a" style="width: 100.0%; height: 100.0%;">30 Rue Du Palais Grillet, 69002 Lyon</div>`)[0];
|
|
popup_8ebb2e50cf1a4089b8e40438e649a656.setContent(html_50815aa9ef8e42e08c08b3445a522c6a);
|
|
|
|
|
|
circle_87527cb1eedb48d2bc9174cb1824b89b.bindPopup(popup_8ebb2e50cf1a4089b8e40438e649a656)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_87527cb1eedb48d2bc9174cb1824b89b.bindTooltip(
|
|
`<div>
|
|
Le Roi Falafel (#84) | n_orders=1661
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0f77de284a564338b8a0f7dedcbe80e0 = L.circle(
|
|
[45.769608, 4.881245],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6a910e3c5ac446df8c48a8f7f951ca4b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5001c66d14364a6594b4af57370e38a4 = $(`<div id="html_5001c66d14364a6594b4af57370e38a4" style="width: 100.0%; height: 100.0%;">187 Cours Emile Zola, 69100 Villeurbanne</div>`)[0];
|
|
popup_6a910e3c5ac446df8c48a8f7f951ca4b.setContent(html_5001c66d14364a6594b4af57370e38a4);
|
|
|
|
|
|
circle_0f77de284a564338b8a0f7dedcbe80e0.bindPopup(popup_6a910e3c5ac446df8c48a8f7f951ca4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0f77de284a564338b8a0f7dedcbe80e0.bindTooltip(
|
|
`<div>
|
|
Gattopardo (#85) | n_orders=96
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a0ad568b0f8e4fb8b354661715cb3c19 = L.circle(
|
|
[45.767822, 4.830606],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_486cad28dddc4d2ba22284acf76c03e8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f200094e9e824b319c43f0852dc51c7b = $(`<div id="html_f200094e9e824b319c43f0852dc51c7b" style="width: 100.0%; height: 100.0%;">17 Rue Hippolyte Flandrin, 69001 Lyon</div>`)[0];
|
|
popup_486cad28dddc4d2ba22284acf76c03e8.setContent(html_f200094e9e824b319c43f0852dc51c7b);
|
|
|
|
|
|
circle_a0ad568b0f8e4fb8b354661715cb3c19.bindPopup(popup_486cad28dddc4d2ba22284acf76c03e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a0ad568b0f8e4fb8b354661715cb3c19.bindTooltip(
|
|
`<div>
|
|
Hansel And Gretel (#86) | n_orders=171
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0c1230334dce491e991566b6f60b4b76 = L.circle(
|
|
[45.764278, 4.825705],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_665a9d27129b49d794864e47d24d6dd0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1942c33c64ed47b6a31cd45114b0d6bc = $(`<div id="html_1942c33c64ed47b6a31cd45114b0d6bc" style="width: 100.0%; height: 100.0%;">3 Rue Soufflot, 69005 Lyon</div>`)[0];
|
|
popup_665a9d27129b49d794864e47d24d6dd0.setContent(html_1942c33c64ed47b6a31cd45114b0d6bc);
|
|
|
|
|
|
circle_0c1230334dce491e991566b6f60b4b76.bindPopup(popup_665a9d27129b49d794864e47d24d6dd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0c1230334dce491e991566b6f60b4b76.bindTooltip(
|
|
`<div>
|
|
Rani Raja (#87) | n_orders=47
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c60d4f9e4a814b83ab80320523de1160 = L.circle(
|
|
[45.778404, 4.82925],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_59e72dce0b284597868c2f7d62d5f7d1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8f50d8747d1d4865a52928ea69193889 = $(`<div id="html_8f50d8747d1d4865a52928ea69193889" style="width: 100.0%; height: 100.0%;">41 Rue De Cuire, 69004 Lyon</div>`)[0];
|
|
popup_59e72dce0b284597868c2f7d62d5f7d1.setContent(html_8f50d8747d1d4865a52928ea69193889);
|
|
|
|
|
|
circle_c60d4f9e4a814b83ab80320523de1160.bindPopup(popup_59e72dce0b284597868c2f7d62d5f7d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c60d4f9e4a814b83ab80320523de1160.bindTooltip(
|
|
`<div>
|
|
Galiane (#88) | n_orders=56
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a1cc7b4eb7dc4801bff92465bd5e8070 = L.circle(
|
|
[45.767864, 4.878171],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9361569780be4f9f84d1dfc14071fa80 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4ad84ef6c05744658ea5626276aa958a = $(`<div id="html_4ad84ef6c05744658ea5626276aa958a" style="width: 100.0%; height: 100.0%;">96 Rue Anatole France, 69100 Villeurbanne</div>`)[0];
|
|
popup_9361569780be4f9f84d1dfc14071fa80.setContent(html_4ad84ef6c05744658ea5626276aa958a);
|
|
|
|
|
|
circle_a1cc7b4eb7dc4801bff92465bd5e8070.bindPopup(popup_9361569780be4f9f84d1dfc14071fa80)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a1cc7b4eb7dc4801bff92465bd5e8070.bindTooltip(
|
|
`<div>
|
|
Casa De Carolis (#89) | n_orders=2177
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e0e7d199670e423c9caf9364d7301166 = L.circle(
|
|
[45.761707, 4.834343],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1edbfbe5960e45f5b1c3c4f4d38bdd3e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6409e693a9e7421ea4428f314d64b229 = $(`<div id="html_6409e693a9e7421ea4428f314d64b229" style="width: 100.0%; height: 100.0%;">13 Rue Thomassin, 69002 Lyon</div>`)[0];
|
|
popup_1edbfbe5960e45f5b1c3c4f4d38bdd3e.setContent(html_6409e693a9e7421ea4428f314d64b229);
|
|
|
|
|
|
circle_e0e7d199670e423c9caf9364d7301166.bindPopup(popup_1edbfbe5960e45f5b1c3c4f4d38bdd3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e0e7d199670e423c9caf9364d7301166.bindTooltip(
|
|
`<div>
|
|
Meiji Era (#90) | n_orders=428
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d19c7f0219f74adfa7e8a93117e1e61d = L.circle(
|
|
[45.751335, 4.847671],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d54b37c9fdf34d0389900d42c93731bc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1e2fc6ee9d20466e8df769956cbaff52 = $(`<div id="html_1e2fc6ee9d20466e8df769956cbaff52" style="width: 100.0%; height: 100.0%;">102 Grande Rue De La Guillotiere, 69007 Lyon</div>`)[0];
|
|
popup_d54b37c9fdf34d0389900d42c93731bc.setContent(html_1e2fc6ee9d20466e8df769956cbaff52);
|
|
|
|
|
|
circle_d19c7f0219f74adfa7e8a93117e1e61d.bindPopup(popup_d54b37c9fdf34d0389900d42c93731bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d19c7f0219f74adfa7e8a93117e1e61d.bindTooltip(
|
|
`<div>
|
|
San Marco (#91) | n_orders=57
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5ed7f161f3f5445aaa2133ea0cdcfc55 = L.circle(
|
|
[45.764706, 4.853278],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_c441b3d2d2b64f34b4b7ab496a72c524 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_116323928ede4aabb4d96c0ef541f1f5 = $(`<div id="html_116323928ede4aabb4d96c0ef541f1f5" style="width: 100.0%; height: 100.0%;">113 Rue De La Tete D'Or, 69006 Lyon</div>`)[0];
|
|
popup_c441b3d2d2b64f34b4b7ab496a72c524.setContent(html_116323928ede4aabb4d96c0ef541f1f5);
|
|
|
|
|
|
circle_5ed7f161f3f5445aaa2133ea0cdcfc55.bindPopup(popup_c441b3d2d2b64f34b4b7ab496a72c524)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5ed7f161f3f5445aaa2133ea0cdcfc55.bindTooltip(
|
|
`<div>
|
|
Pop Pot (#92) | n_orders=350
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f77680c8f52240659b106d1eb9b7693a = L.circle(
|
|
[45.756889, 4.854412],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_eac2dc9158db42258b0ed8475fbf845b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f3b97fc9b72843fc8773c144dc35c3d4 = $(`<div id="html_f3b97fc9b72843fc8773c144dc35c3d4" style="width: 100.0%; height: 100.0%;">116 Rue Paul Bert, 69003 Lyon</div>`)[0];
|
|
popup_eac2dc9158db42258b0ed8475fbf845b.setContent(html_f3b97fc9b72843fc8773c144dc35c3d4);
|
|
|
|
|
|
circle_f77680c8f52240659b106d1eb9b7693a.bindPopup(popup_eac2dc9158db42258b0ed8475fbf845b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f77680c8f52240659b106d1eb9b7693a.bindTooltip(
|
|
`<div>
|
|
Restaurants #93, #146 | n_orders=393
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b3bdcf74f5114cdeb83a1e6d0fd3fdab = L.circle(
|
|
[45.765545, 4.827688],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_34fab9ac33bb492d90de493e88d2275e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b37b6a7b136c4d8cb54fa37c5b421e07 = $(`<div id="html_b37b6a7b136c4d8cb54fa37c5b421e07" style="width: 100.0%; height: 100.0%;">4 Place Saint Paul, 69005 Lyon</div>`)[0];
|
|
popup_34fab9ac33bb492d90de493e88d2275e.setContent(html_b37b6a7b136c4d8cb54fa37c5b421e07);
|
|
|
|
|
|
circle_b3bdcf74f5114cdeb83a1e6d0fd3fdab.bindPopup(popup_34fab9ac33bb492d90de493e88d2275e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b3bdcf74f5114cdeb83a1e6d0fd3fdab.bindTooltip(
|
|
`<div>
|
|
Lal Qila (#94) | n_orders=1179
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c33f33e7367c41228a235c7e529827fa = L.circle(
|
|
[45.764053, 4.866719],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_0cb1023ea2da496eadb93d2a51552140 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9462b10c6bbe4747b50d929725836ca8 = $(`<div id="html_9462b10c6bbe4747b50d929725836ca8" style="width: 100.0%; height: 100.0%;">118 Rue Des Charmettes, 69006 Lyon</div>`)[0];
|
|
popup_0cb1023ea2da496eadb93d2a51552140.setContent(html_9462b10c6bbe4747b50d929725836ca8);
|
|
|
|
|
|
circle_c33f33e7367c41228a235c7e529827fa.bindPopup(popup_0cb1023ea2da496eadb93d2a51552140)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c33f33e7367c41228a235c7e529827fa.bindTooltip(
|
|
`<div>
|
|
Maison Saveur (#95) | n_orders=782
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_054ddb614c544574a3edbdaaf1c54c1d = L.circle(
|
|
[45.767689, 4.854109],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_4f43762e77bf4ca3b28b8de863a1f0f3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2754a14872e44841b196ae3eed55c894 = $(`<div id="html_2754a14872e44841b196ae3eed55c894" style="width: 100.0%; height: 100.0%;">149 Rue Cuvier, 69006 Lyon</div>`)[0];
|
|
popup_4f43762e77bf4ca3b28b8de863a1f0f3.setContent(html_2754a14872e44841b196ae3eed55c894);
|
|
|
|
|
|
circle_054ddb614c544574a3edbdaaf1c54c1d.bindPopup(popup_4f43762e77bf4ca3b28b8de863a1f0f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_054ddb614c544574a3edbdaaf1c54c1d.bindTooltip(
|
|
`<div>
|
|
Thai Harmonie (#96) | n_orders=195
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_573b50dd70344a9f99da446a9d43b0ac = L.circle(
|
|
[45.743053, 4.81644],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1791dced9ddf4daa9f55dc19955d48c3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bf0ddd48f37a45daaab283b0509b497b = $(`<div id="html_bf0ddd48f37a45daaab283b0509b497b" style="width: 100.0%; height: 100.0%;">5 Quai Antoine Riboud, 69002 Lyon</div>`)[0];
|
|
popup_1791dced9ddf4daa9f55dc19955d48c3.setContent(html_bf0ddd48f37a45daaab283b0509b497b);
|
|
|
|
|
|
circle_573b50dd70344a9f99da446a9d43b0ac.bindPopup(popup_1791dced9ddf4daa9f55dc19955d48c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_573b50dd70344a9f99da446a9d43b0ac.bindTooltip(
|
|
`<div>
|
|
L'Atelier Du Pizzaiolo (#97) | n_orders=70
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e2478445dd2049e7b5c32497bcc4b5b4 = L.circle(
|
|
[45.748222, 4.86255],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f7949c9402dd465db4afbea4dd23b787 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bdb5d718374f47508fa9d821432eb9d5 = $(`<div id="html_bdb5d718374f47508fa9d821432eb9d5" style="width: 100.0%; height: 100.0%;">24 Cours Albert Thomas, 69008 Lyon</div>`)[0];
|
|
popup_f7949c9402dd465db4afbea4dd23b787.setContent(html_bdb5d718374f47508fa9d821432eb9d5);
|
|
|
|
|
|
circle_e2478445dd2049e7b5c32497bcc4b5b4.bindPopup(popup_f7949c9402dd465db4afbea4dd23b787)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e2478445dd2049e7b5c32497bcc4b5b4.bindTooltip(
|
|
`<div>
|
|
L'Epicerie 8 (#98) | n_orders=828
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5fb69a12194444d1a855d58d653f3688 = L.circle(
|
|
[45.758938, 4.826162],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6bf979aefe69485a81983a6fb1063184 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_15636f056533462381937a9c03f59db9 = $(`<div id="html_15636f056533462381937a9c03f59db9" style="width: 100.0%; height: 100.0%;">13 Rue Du Doyenne, 69005 Lyon</div>`)[0];
|
|
popup_6bf979aefe69485a81983a6fb1063184.setContent(html_15636f056533462381937a9c03f59db9);
|
|
|
|
|
|
circle_5fb69a12194444d1a855d58d653f3688.bindPopup(popup_6bf979aefe69485a81983a6fb1063184)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5fb69a12194444d1a855d58d653f3688.bindTooltip(
|
|
`<div>
|
|
Sambahia (#99) | n_orders=54
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_db43b20bc3094e11b7bd15d53abd8fc4 = L.circle(
|
|
[45.770283, 4.880401],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_4f5ec219825942e9ba25ca2ff0e8574c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1458a03f032c43e5b04e1800431e3c08 = $(`<div id="html_1458a03f032c43e5b04e1800431e3c08" style="width: 100.0%; height: 100.0%;">21 Rue Jean Bourgey, 69100 Lyon</div>`)[0];
|
|
popup_4f5ec219825942e9ba25ca2ff0e8574c.setContent(html_1458a03f032c43e5b04e1800431e3c08);
|
|
|
|
|
|
circle_db43b20bc3094e11b7bd15d53abd8fc4.bindPopup(popup_4f5ec219825942e9ba25ca2ff0e8574c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_db43b20bc3094e11b7bd15d53abd8fc4.bindTooltip(
|
|
`<div>
|
|
L'As Du Burger (#100) | n_orders=732
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_87542d6914c7413196bc0d2b41f92ef1 = L.circle(
|
|
[45.765995, 4.836482],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_eb318b899c8846c98d3ee24f9f6d22ec = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b42ebcee8b4247948552086843ac0d7d = $(`<div id="html_b42ebcee8b4247948552086843ac0d7d" style="width: 100.0%; height: 100.0%;">2 Rue De La Bourse, 69001 Lyon</div>`)[0];
|
|
popup_eb318b899c8846c98d3ee24f9f6d22ec.setContent(html_b42ebcee8b4247948552086843ac0d7d);
|
|
|
|
|
|
circle_87542d6914c7413196bc0d2b41f92ef1.bindPopup(popup_eb318b899c8846c98d3ee24f9f6d22ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_87542d6914c7413196bc0d2b41f92ef1.bindTooltip(
|
|
`<div>
|
|
La Mamounia (#101) | n_orders=493
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cfdb6beabe6b4535b0e93ffeac2ba218 = L.circle(
|
|
[45.752296, 4.831324],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_08b8ff434939451d92f7676c2428dc89 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6ac4a3ba148b461091a380b7cb38f357 = $(`<div id="html_6ac4a3ba148b461091a380b7cb38f357" style="width: 100.0%; height: 100.0%;">31 Rue De La Charite, 69002 Lyon</div>`)[0];
|
|
popup_08b8ff434939451d92f7676c2428dc89.setContent(html_6ac4a3ba148b461091a380b7cb38f357);
|
|
|
|
|
|
circle_cfdb6beabe6b4535b0e93ffeac2ba218.bindPopup(popup_08b8ff434939451d92f7676c2428dc89)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cfdb6beabe6b4535b0e93ffeac2ba218.bindTooltip(
|
|
`<div>
|
|
Le Comptoir Des Fees (#102) | n_orders=50
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bb445634422f433ca3dff721486cc20a = L.circle(
|
|
[45.76395, 4.852707],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_86c48ad880ec4434b0403bb81bc6e7f4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f0a4128a7edb4f878f60cf4301ad654e = $(`<div id="html_f0a4128a7edb4f878f60cf4301ad654e" style="width: 100.0%; height: 100.0%;">3 Rue Juliette Recamier, 69006 Lyon</div>`)[0];
|
|
popup_86c48ad880ec4434b0403bb81bc6e7f4.setContent(html_f0a4128a7edb4f878f60cf4301ad654e);
|
|
|
|
|
|
circle_bb445634422f433ca3dff721486cc20a.bindPopup(popup_86c48ad880ec4434b0403bb81bc6e7f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bb445634422f433ca3dff721486cc20a.bindTooltip(
|
|
`<div>
|
|
Saladopasta Part-Dieu (#103) | n_orders=30
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_760539f8ed8a4d1692ad5169ad86d2ca = L.circle(
|
|
[45.752571, 4.846562],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_855cecc353f64e4d9740b889dff76e08 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_99b9e5d79298498bada0e0f0d28623c2 = $(`<div id="html_99b9e5d79298498bada0e0f0d28623c2" style="width: 100.0%; height: 100.0%;">17 Avenue Jean Jaures, 69007 Lyon</div>`)[0];
|
|
popup_855cecc353f64e4d9740b889dff76e08.setContent(html_99b9e5d79298498bada0e0f0d28623c2);
|
|
|
|
|
|
circle_760539f8ed8a4d1692ad5169ad86d2ca.bindPopup(popup_855cecc353f64e4d9740b889dff76e08)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_760539f8ed8a4d1692ad5169ad86d2ca.bindTooltip(
|
|
`<div>
|
|
Cigkoftem (#104) | n_orders=33
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e4bdcd99f7aa4c59a370ff952e6921bc = L.circle(
|
|
[45.762096, 4.835877],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2dc77da3731846d8b791849fc49c1647 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6d6b0f147503449b9eddfa0b9b2b9d57 = $(`<div id="html_6d6b0f147503449b9eddfa0b9b2b9d57" style="width: 100.0%; height: 100.0%;">32 Rue Ferrandiere, 69002 Lyon</div>`)[0];
|
|
popup_2dc77da3731846d8b791849fc49c1647.setContent(html_6d6b0f147503449b9eddfa0b9b2b9d57);
|
|
|
|
|
|
circle_e4bdcd99f7aa4c59a370ff952e6921bc.bindPopup(popup_2dc77da3731846d8b791849fc49c1647)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e4bdcd99f7aa4c59a370ff952e6921bc.bindTooltip(
|
|
`<div>
|
|
City Bagel'S (#105) | n_orders=315
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_33997e3891864d688ca4815f944acb26 = L.circle(
|
|
[45.752209, 4.830092],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_93d35dce5ba543e786db1ba11a75f975 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c21626e7101b4e7888b451f3fc246150 = $(`<div id="html_c21626e7101b4e7888b451f3fc246150" style="width: 100.0%; height: 100.0%;">41 Rue Franklin, 69002 Lyon</div>`)[0];
|
|
popup_93d35dce5ba543e786db1ba11a75f975.setContent(html_c21626e7101b4e7888b451f3fc246150);
|
|
|
|
|
|
circle_33997e3891864d688ca4815f944acb26.bindPopup(popup_93d35dce5ba543e786db1ba11a75f975)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_33997e3891864d688ca4815f944acb26.bindTooltip(
|
|
`<div>
|
|
Au Vilain Petit Canard (#106) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4e47d16dd07c4003af4c085370782809 = L.circle(
|
|
[45.779484, 4.801152],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_56380011ef254a2999dcbe1cb9f2399c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_212eac38e66c474fb180701dda82e8d1 = $(`<div id="html_212eac38e66c474fb180701dda82e8d1" style="width: 100.0%; height: 100.0%;">53 Rue De Bourgogne, 69009 Lyon</div>`)[0];
|
|
popup_56380011ef254a2999dcbe1cb9f2399c.setContent(html_212eac38e66c474fb180701dda82e8d1);
|
|
|
|
|
|
circle_4e47d16dd07c4003af4c085370782809.bindPopup(popup_56380011ef254a2999dcbe1cb9f2399c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4e47d16dd07c4003af4c085370782809.bindTooltip(
|
|
`<div>
|
|
Restaurants #107, #761 | n_orders=51
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9f3a4f92a24b41b09534d8364e067cb8 = L.circle(
|
|
[45.761311, 4.82834],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_252cb09a40384ccea7ec98464d5f2275 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dd5c7bb044154b18a055703bb0718f7b = $(`<div id="html_dd5c7bb044154b18a055703bb0718f7b" style="width: 100.0%; height: 100.0%;">25 Bis Quai Romain Rolland, 69005 Lyon</div>`)[0];
|
|
popup_252cb09a40384ccea7ec98464d5f2275.setContent(html_dd5c7bb044154b18a055703bb0718f7b);
|
|
|
|
|
|
circle_9f3a4f92a24b41b09534d8364e067cb8.bindPopup(popup_252cb09a40384ccea7ec98464d5f2275)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9f3a4f92a24b41b09534d8364e067cb8.bindTooltip(
|
|
`<div>
|
|
Le Penjab (#108) | n_orders=392
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_92ae262eaf444f0cb3124f8f4d7e33f9 = L.circle(
|
|
[45.773006, 4.861632],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_79c6ae36947b4cdba2db5c082a316e82 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_748f9c1504ce41e3ad6bd762ff2540d1 = $(`<div id="html_748f9c1504ce41e3ad6bd762ff2540d1" style="width: 100.0%; height: 100.0%;">10 Avenue Antoine Dutrievoz, 69100 Villeurbanne</div>`)[0];
|
|
popup_79c6ae36947b4cdba2db5c082a316e82.setContent(html_748f9c1504ce41e3ad6bd762ff2540d1);
|
|
|
|
|
|
circle_92ae262eaf444f0cb3124f8f4d7e33f9.bindPopup(popup_79c6ae36947b4cdba2db5c082a316e82)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_92ae262eaf444f0cb3124f8f4d7e33f9.bindTooltip(
|
|
`<div>
|
|
Wakai (#109) | n_orders=64
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_60461bdbdd514b47b34c49ca7da75b08 = L.circle(
|
|
[45.777966, 4.833774],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1564a93643d5471fa3848738b772a211 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_464f241a50d64e709bbd3066784c0288 = $(`<div id="html_464f241a50d64e709bbd3066784c0288" style="width: 100.0%; height: 100.0%;">4, Rue De Nuits, 69004 Lyon</div>`)[0];
|
|
popup_1564a93643d5471fa3848738b772a211.setContent(html_464f241a50d64e709bbd3066784c0288);
|
|
|
|
|
|
circle_60461bdbdd514b47b34c49ca7da75b08.bindPopup(popup_1564a93643d5471fa3848738b772a211)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_60461bdbdd514b47b34c49ca7da75b08.bindTooltip(
|
|
`<div>
|
|
Le Jardin Des Dombes (#110) | n_orders=90
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5f2984e5f43c4f5bbd49b1f156084ea0 = L.circle(
|
|
[45.746986, 4.82165],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_c439ad8cc1e248f788db06461e3836f7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0d10ae9069f94e10acdb775b1e12eef9 = $(`<div id="html_0d10ae9069f94e10acdb775b1e12eef9" style="width: 100.0%; height: 100.0%;">5 Rue Denuziere, 69002 Lyon</div>`)[0];
|
|
popup_c439ad8cc1e248f788db06461e3836f7.setContent(html_0d10ae9069f94e10acdb775b1e12eef9);
|
|
|
|
|
|
circle_5f2984e5f43c4f5bbd49b1f156084ea0.bindPopup(popup_c439ad8cc1e248f788db06461e3836f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5f2984e5f43c4f5bbd49b1f156084ea0.bindTooltip(
|
|
`<div>
|
|
En Voute Et Moi (#111) | n_orders=43
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_70aca9d0ca914531ad23735965015fb4 = L.circle(
|
|
[45.758514, 4.887169],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_b40c3fd81eb040cdb2cc4e1bffac87d0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_03460456caef43728738c92e9b6a3655 = $(`<div id="html_03460456caef43728738c92e9b6a3655" style="width: 100.0%; height: 100.0%;">32 Place Grand Clement, 69100 Lyon</div>`)[0];
|
|
popup_b40c3fd81eb040cdb2cc4e1bffac87d0.setContent(html_03460456caef43728738c92e9b6a3655);
|
|
|
|
|
|
circle_70aca9d0ca914531ad23735965015fb4.bindPopup(popup_b40c3fd81eb040cdb2cc4e1bffac87d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_70aca9d0ca914531ad23735965015fb4.bindTooltip(
|
|
`<div>
|
|
Zampano (#112) | n_orders=309
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_afd388dda3934d66a55d890741df553a = L.circle(
|
|
[45.734779, 4.874958],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_bbddd3eee9084a5b9a1a67994c4c2bb1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bdba81eb0fb341338277e67182113035 = $(`<div id="html_bdba81eb0fb341338277e67182113035" style="width: 100.0%; height: 100.0%;">51 Avenue Jean Mermoz, 69008 Lyon</div>`)[0];
|
|
popup_bbddd3eee9084a5b9a1a67994c4c2bb1.setContent(html_bdba81eb0fb341338277e67182113035);
|
|
|
|
|
|
circle_afd388dda3934d66a55d890741df553a.bindPopup(popup_bbddd3eee9084a5b9a1a67994c4c2bb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_afd388dda3934d66a55d890741df553a.bindTooltip(
|
|
`<div>
|
|
Gingko (#113) | n_orders=67
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6ab96fe57c004cc296237ed3469bd943 = L.circle(
|
|
[45.729904, 4.830511],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_46f76d9abdc94a388a5e9bffb3745280 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3494346bd2264112b6c4cf7e7da3813a = $(`<div id="html_3494346bd2264112b6c4cf7e7da3813a" style="width: 100.0%; height: 100.0%;">3 Rue Challemel Lacour, 69007 Lyon</div>`)[0];
|
|
popup_46f76d9abdc94a388a5e9bffb3745280.setContent(html_3494346bd2264112b6c4cf7e7da3813a);
|
|
|
|
|
|
circle_6ab96fe57c004cc296237ed3469bd943.bindPopup(popup_46f76d9abdc94a388a5e9bffb3745280)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6ab96fe57c004cc296237ed3469bd943.bindTooltip(
|
|
`<div>
|
|
Gochi 7 (#114) | n_orders=301
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0dd4e2a112cc494ca72c54a595b6445d = L.circle(
|
|
[45.762768, 4.878394],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_5fe35bc6af5848a98bbf59f7405c9d78 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6222616132e64be38bf96390953356d1 = $(`<div id="html_6222616132e64be38bf96390953356d1" style="width: 100.0%; height: 100.0%;">73 Cours Tolstoi, 69100 Lyon</div>`)[0];
|
|
popup_5fe35bc6af5848a98bbf59f7405c9d78.setContent(html_6222616132e64be38bf96390953356d1);
|
|
|
|
|
|
circle_0dd4e2a112cc494ca72c54a595b6445d.bindPopup(popup_5fe35bc6af5848a98bbf59f7405c9d78)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0dd4e2a112cc494ca72c54a595b6445d.bindTooltip(
|
|
`<div>
|
|
Le Plazza Ok (#115) | n_orders=327
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ca505b6745fc4a1ea6c3c3b9069cf929 = L.circle(
|
|
[45.749485, 4.841533],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1f5b0b8636f34686b3796045e8d0787c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_429f2a3c9a924f9289534a319b46112a = $(`<div id="html_429f2a3c9a924f9289534a319b46112a" style="width: 100.0%; height: 100.0%;">35 Rue De L'Universite, 69007 Lyon</div>`)[0];
|
|
popup_1f5b0b8636f34686b3796045e8d0787c.setContent(html_429f2a3c9a924f9289534a319b46112a);
|
|
|
|
|
|
circle_ca505b6745fc4a1ea6c3c3b9069cf929.bindPopup(popup_1f5b0b8636f34686b3796045e8d0787c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ca505b6745fc4a1ea6c3c3b9069cf929.bindTooltip(
|
|
`<div>
|
|
Pani Jo (#116) | n_orders=514
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7b9f3d2e00034445bbef142bd271f221 = L.circle(
|
|
[45.728561, 4.831321],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_24722df864db4787810c20f0bb861132 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b198607b572b4894b0bf21b8a92352dd = $(`<div id="html_b198607b572b4894b0bf21b8a92352dd" style="width: 100.0%; height: 100.0%;">304 Avenue Jean Jaures, 69007 Lyon</div>`)[0];
|
|
popup_24722df864db4787810c20f0bb861132.setContent(html_b198607b572b4894b0bf21b8a92352dd);
|
|
|
|
|
|
circle_7b9f3d2e00034445bbef142bd271f221.bindPopup(popup_24722df864db4787810c20f0bb861132)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7b9f3d2e00034445bbef142bd271f221.bindTooltip(
|
|
`<div>
|
|
Saladopasta Gerland (#117) | n_orders=39
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_440052867efe48e19fa8f885dc828fc1 = L.circle(
|
|
[45.767929, 4.855466],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a5c9ef40ba9440409ba13bc5a1f434fb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_47f5d2494976464aa11e44448e74edd4 = $(`<div id="html_47f5d2494976464aa11e44448e74edd4" style="width: 100.0%; height: 100.0%;">53 Rue Ney, 69006 Lyon</div>`)[0];
|
|
popup_a5c9ef40ba9440409ba13bc5a1f434fb.setContent(html_47f5d2494976464aa11e44448e74edd4);
|
|
|
|
|
|
circle_440052867efe48e19fa8f885dc828fc1.bindPopup(popup_a5c9ef40ba9440409ba13bc5a1f434fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_440052867efe48e19fa8f885dc828fc1.bindTooltip(
|
|
`<div>
|
|
Elephant (#118) | n_orders=14
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_daccae52be2d4339ad14f5219c98bf18 = L.circle(
|
|
[45.769028, 4.856234],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_3beb7557646346d58cd49214781377e2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8434c606b4284d548f89e7fe1091162f = $(`<div id="html_8434c606b4284d548f89e7fe1091162f" style="width: 100.0%; height: 100.0%;">122 Rue De Seze, 69006 Lyon</div>`)[0];
|
|
popup_3beb7557646346d58cd49214781377e2.setContent(html_8434c606b4284d548f89e7fe1091162f);
|
|
|
|
|
|
circle_daccae52be2d4339ad14f5219c98bf18.bindPopup(popup_3beb7557646346d58cd49214781377e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_daccae52be2d4339ad14f5219c98bf18.bindTooltip(
|
|
`<div>
|
|
La Graine (#119) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f3d09369a78f4d1b97cd837b8d6809a0 = L.circle(
|
|
[45.76989, 4.850361],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_04c57993a3e74702bc2e2fe790d8a4e8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9c3a5fd122b34ea5942eb7a46aaa501c = $(`<div id="html_9c3a5fd122b34ea5942eb7a46aaa501c" style="width: 100.0%; height: 100.0%;">49 Rue Garibaldi, 69006 Villeurbanne</div>`)[0];
|
|
popup_04c57993a3e74702bc2e2fe790d8a4e8.setContent(html_9c3a5fd122b34ea5942eb7a46aaa501c);
|
|
|
|
|
|
circle_f3d09369a78f4d1b97cd837b8d6809a0.bindPopup(popup_04c57993a3e74702bc2e2fe790d8a4e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f3d09369a78f4d1b97cd837b8d6809a0.bindTooltip(
|
|
`<div>
|
|
Le Petit Saint Petersbourg (#120) | n_orders=134
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a7a4e89d768d4ff1b5f5fc2829da492e = L.circle(
|
|
[45.763462, 4.841912],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8ef5d7726eeb404688121e2251267b35 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_97fff7d565a24221a5cad161961c2864 = $(`<div id="html_97fff7d565a24221a5cad161961c2864" style="width: 100.0%; height: 100.0%;">1 Cours De La Liberte, 69003 Lyon</div>`)[0];
|
|
popup_8ef5d7726eeb404688121e2251267b35.setContent(html_97fff7d565a24221a5cad161961c2864);
|
|
|
|
|
|
circle_a7a4e89d768d4ff1b5f5fc2829da492e.bindPopup(popup_8ef5d7726eeb404688121e2251267b35)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a7a4e89d768d4ff1b5f5fc2829da492e.bindTooltip(
|
|
`<div>
|
|
El Cubano (#121) | n_orders=251
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f0394d091c6044c7a84457c6936574a3 = L.circle(
|
|
[45.765068, 4.836308],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_866526cab4504f81837d813c045a9afa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5506e714c834456ab24d8984c93c06ad = $(`<div id="html_5506e714c834456ab24d8984c93c06ad" style="width: 100.0%; height: 100.0%;">19 Rue Gentil, 69002 Lyon</div>`)[0];
|
|
popup_866526cab4504f81837d813c045a9afa.setContent(html_5506e714c834456ab24d8984c93c06ad);
|
|
|
|
|
|
circle_f0394d091c6044c7a84457c6936574a3.bindPopup(popup_866526cab4504f81837d813c045a9afa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f0394d091c6044c7a84457c6936574a3.bindTooltip(
|
|
`<div>
|
|
Delices Et Sens (#122) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1caae6ac73e643ed855a3cb31a3ca9f1 = L.circle(
|
|
[45.785511, 4.810908],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_925ecdf215fb48988a683aaffea97e53 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_545f445b2cf64dc987b107cd273b9858 = $(`<div id="html_545f445b2cf64dc987b107cd273b9858" style="width: 100.0%; height: 100.0%;">32 Rue Des Docks, 69009 Lyon</div>`)[0];
|
|
popup_925ecdf215fb48988a683aaffea97e53.setContent(html_545f445b2cf64dc987b107cd273b9858);
|
|
|
|
|
|
circle_1caae6ac73e643ed855a3cb31a3ca9f1.bindPopup(popup_925ecdf215fb48988a683aaffea97e53)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1caae6ac73e643ed855a3cb31a3ca9f1.bindTooltip(
|
|
`<div>
|
|
Atelier 32 (#123) | n_orders=93
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d3fade6ddc2e411e9df817a514908644 = L.circle(
|
|
[45.767193, 4.8301],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_fb6cf2a2938d4251ab4d99e524ef4228 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9ec84ff5f8cc47709e858b9c96f8aa36 = $(`<div id="html_9ec84ff5f8cc47709e858b9c96f8aa36" style="width: 100.0%; height: 100.0%;">4 Rue Grobon, 69001 Lyon</div>`)[0];
|
|
popup_fb6cf2a2938d4251ab4d99e524ef4228.setContent(html_9ec84ff5f8cc47709e858b9c96f8aa36);
|
|
|
|
|
|
circle_d3fade6ddc2e411e9df817a514908644.bindPopup(popup_fb6cf2a2938d4251ab4d99e524ef4228)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d3fade6ddc2e411e9df817a514908644.bindTooltip(
|
|
`<div>
|
|
Ksar (#124) | n_orders=92
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_16749991c27f4180922a517dc06582f9 = L.circle(
|
|
[45.769329, 4.835587],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_29582613057b4d10a15285a7d156ed69 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2734ff20694a486a9690ff63f5addb2e = $(`<div id="html_2734ff20694a486a9690ff63f5addb2e" style="width: 100.0%; height: 100.0%;">Rue Romarin 3, 69001 Lyon</div>`)[0];
|
|
popup_29582613057b4d10a15285a7d156ed69.setContent(html_2734ff20694a486a9690ff63f5addb2e);
|
|
|
|
|
|
circle_16749991c27f4180922a517dc06582f9.bindPopup(popup_29582613057b4d10a15285a7d156ed69)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_16749991c27f4180922a517dc06582f9.bindTooltip(
|
|
`<div>
|
|
Athina (#1731) | n_orders=217
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4fdef079ce174d3b927052bdf6508157 = L.circle(
|
|
[45.764008, 4.841787],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_b5deed9f824c4a9b84c69f9624b7c773 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_780de952d7454e9e8dd199c1b05326f2 = $(`<div id="html_780de952d7454e9e8dd199c1b05326f2" style="width: 100.0%; height: 100.0%;">71 Rue Pierre Corneille, 69006 Lyon</div>`)[0];
|
|
popup_b5deed9f824c4a9b84c69f9624b7c773.setContent(html_780de952d7454e9e8dd199c1b05326f2);
|
|
|
|
|
|
circle_4fdef079ce174d3b927052bdf6508157.bindPopup(popup_b5deed9f824c4a9b84c69f9624b7c773)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4fdef079ce174d3b927052bdf6508157.bindTooltip(
|
|
`<div>
|
|
Pourquoi Pas (#125) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ca42754e11d4449fa88f0cb5bec27789 = L.circle(
|
|
[45.762917, 4.82618],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2034c9c7f7704f749044e53c6fc5861e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ff1d4d493c94476c8f88e696f006e3d0 = $(`<div id="html_ff1d4d493c94476c8f88e696f006e3d0" style="width: 100.0%; height: 100.0%;">2 Rue Des 3 Maries, 69005 Lyon</div>`)[0];
|
|
popup_2034c9c7f7704f749044e53c6fc5861e.setContent(html_ff1d4d493c94476c8f88e696f006e3d0);
|
|
|
|
|
|
circle_ca42754e11d4449fa88f0cb5bec27789.bindPopup(popup_2034c9c7f7704f749044e53c6fc5861e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ca42754e11d4449fa88f0cb5bec27789.bindTooltip(
|
|
`<div>
|
|
Le Baronn (#126) | n_orders=88
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_27f776c9dddd47e0a22f68cf3c50ec87 = L.circle(
|
|
[45.76609, 4.841375],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_196c32fc7e3e4767a66befe6971fff92 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9486cfd45d774698a6e4f4d28fd93feb = $(`<div id="html_9486cfd45d774698a6e4f4d28fd93feb" style="width: 100.0%; height: 100.0%;">35 Rue Pierre Corneille, 69006 Lyon</div>`)[0];
|
|
popup_196c32fc7e3e4767a66befe6971fff92.setContent(html_9486cfd45d774698a6e4f4d28fd93feb);
|
|
|
|
|
|
circle_27f776c9dddd47e0a22f68cf3c50ec87.bindPopup(popup_196c32fc7e3e4767a66befe6971fff92)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_27f776c9dddd47e0a22f68cf3c50ec87.bindTooltip(
|
|
`<div>
|
|
Castel Cafe (#127) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1ab8ceca424e427bab91a5320c99b4be = L.circle(
|
|
[45.752651, 4.839371],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_90ccc9c38d934fa793393cfed95d80df = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_598a3549821d4cc389e914c7a8a895f0 = $(`<div id="html_598a3549821d4cc389e914c7a8a895f0" style="width: 100.0%; height: 100.0%;">50 Rue Pasteur, 69007 Lyon</div>`)[0];
|
|
popup_90ccc9c38d934fa793393cfed95d80df.setContent(html_598a3549821d4cc389e914c7a8a895f0);
|
|
|
|
|
|
circle_1ab8ceca424e427bab91a5320c99b4be.bindPopup(popup_90ccc9c38d934fa793393cfed95d80df)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1ab8ceca424e427bab91a5320c99b4be.bindTooltip(
|
|
`<div>
|
|
Taste And See (#128) | n_orders=327
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6aa4e0f158554a3ab72250b9f2aef7e0 = L.circle(
|
|
[45.774338, 4.801455],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6a08f44c55c6400899ae31173c41872c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8f4a7f1992f7457dba2fe76b80420fd3 = $(`<div id="html_8f4a7f1992f7457dba2fe76b80420fd3" style="width: 100.0%; height: 100.0%;">32 Rue Du Bourbonnais, 69009 Lyon</div>`)[0];
|
|
popup_6a08f44c55c6400899ae31173c41872c.setContent(html_8f4a7f1992f7457dba2fe76b80420fd3);
|
|
|
|
|
|
circle_6aa4e0f158554a3ab72250b9f2aef7e0.bindPopup(popup_6a08f44c55c6400899ae31173c41872c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6aa4e0f158554a3ab72250b9f2aef7e0.bindTooltip(
|
|
`<div>
|
|
Cantabria (#129) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e6b1f7f833574fa593104f86df332583 = L.circle(
|
|
[45.760677, 4.849036],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_aceb218553cb4c53b7e8758df4b9a39a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3f5034d71eda473497a96b3727b2638d = $(`<div id="html_3f5034d71eda473497a96b3727b2638d" style="width: 100.0%; height: 100.0%;">117 Rue Servient, 69003 Lyon</div>`)[0];
|
|
popup_aceb218553cb4c53b7e8758df4b9a39a.setContent(html_3f5034d71eda473497a96b3727b2638d);
|
|
|
|
|
|
circle_e6b1f7f833574fa593104f86df332583.bindPopup(popup_aceb218553cb4c53b7e8758df4b9a39a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e6b1f7f833574fa593104f86df332583.bindTooltip(
|
|
`<div>
|
|
Un Sushi (#130) | n_orders=30
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_de89029b7c46487c8308961dff934342 = L.circle(
|
|
[45.770081, 4.8686],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_dc9e9ce3e75b444e91689458b81916fa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4d49f5ea872847cb9fe790c9c74277be = $(`<div id="html_4d49f5ea872847cb9fe790c9c74277be" style="width: 100.0%; height: 100.0%;">14 Rue Alexandre Boutin, 69100 Villeurbanne</div>`)[0];
|
|
popup_dc9e9ce3e75b444e91689458b81916fa.setContent(html_4d49f5ea872847cb9fe790c9c74277be);
|
|
|
|
|
|
circle_de89029b7c46487c8308961dff934342.bindPopup(popup_dc9e9ce3e75b444e91689458b81916fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_de89029b7c46487c8308961dff934342.bindTooltip(
|
|
`<div>
|
|
Les Terrasses D'Alex (#131) | n_orders=84
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a81759acc0ce443fa4f538e2297eb89c = L.circle(
|
|
[45.765026, 4.835093],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_377af33bce7244f1b711750bc60f7ae5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_21159472f9a841f0bfb3798832ef2d5f = $(`<div id="html_21159472f9a841f0bfb3798832ef2d5f" style="width: 100.0%; height: 100.0%;">12 Rue Neuve, 69002 Lyon</div>`)[0];
|
|
popup_377af33bce7244f1b711750bc60f7ae5.setContent(html_21159472f9a841f0bfb3798832ef2d5f);
|
|
|
|
|
|
circle_a81759acc0ce443fa4f538e2297eb89c.bindPopup(popup_377af33bce7244f1b711750bc60f7ae5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a81759acc0ce443fa4f538e2297eb89c.bindTooltip(
|
|
`<div>
|
|
Restaurants #132, #1294 | n_orders=444
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d217b24cf4a14476b47f4fa320d9f3e5 = L.circle(
|
|
[45.752758, 4.831129],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_bec38fc1644242fe954ca6a0d0e69da8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5db38fbd33884c91a3badaee1cb23f65 = $(`<div id="html_5db38fbd33884c91a3badaee1cb23f65" style="width: 100.0%; height: 100.0%;">31 Rue Des Remparts D'Ainay, 69002 Lyon</div>`)[0];
|
|
popup_bec38fc1644242fe954ca6a0d0e69da8.setContent(html_5db38fbd33884c91a3badaee1cb23f65);
|
|
|
|
|
|
circle_d217b24cf4a14476b47f4fa320d9f3e5.bindPopup(popup_bec38fc1644242fe954ca6a0d0e69da8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d217b24cf4a14476b47f4fa320d9f3e5.bindTooltip(
|
|
`<div>
|
|
L'Etoile D'Orient (#133) | n_orders=382
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a7fb7d0f255e4e6da116a2fa1ba02de0 = L.circle(
|
|
[45.760044, 4.847535],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_dd14017a27364551a01169f42eee0363 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e18881e1d2ba42ed906b310739d1b4d9 = $(`<div id="html_e18881e1d2ba42ed906b310739d1b4d9" style="width: 100.0%; height: 100.0%;">180 Rue De Crequi, 69003 Lyon</div>`)[0];
|
|
popup_dd14017a27364551a01169f42eee0363.setContent(html_e18881e1d2ba42ed906b310739d1b4d9);
|
|
|
|
|
|
circle_a7fb7d0f255e4e6da116a2fa1ba02de0.bindPopup(popup_dd14017a27364551a01169f42eee0363)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a7fb7d0f255e4e6da116a2fa1ba02de0.bindTooltip(
|
|
`<div>
|
|
Toya (#134) | n_orders=481
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b42fcdf1645c4e2ba6a4a9056a8b339b = L.circle(
|
|
[45.763744, 4.870777],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1e718202f61f4e0ba076fcf3e5f86a07 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6e05857f98e448c4b5622176ea1a9bc6 = $(`<div id="html_6e05857f98e448c4b5622176ea1a9bc6" style="width: 100.0%; height: 100.0%;">10 Cours Tolstoi, 69006 Lyon</div>`)[0];
|
|
popup_1e718202f61f4e0ba076fcf3e5f86a07.setContent(html_6e05857f98e448c4b5622176ea1a9bc6);
|
|
|
|
|
|
circle_b42fcdf1645c4e2ba6a4a9056a8b339b.bindPopup(popup_1e718202f61f4e0ba076fcf3e5f86a07)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b42fcdf1645c4e2ba6a4a9056a8b339b.bindTooltip(
|
|
`<div>
|
|
L'Appart Des Frangines (#135) | n_orders=217
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_08e554b054db4113934b5ef00770e3d9 = L.circle(
|
|
[45.767429, 4.825823],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d26670b5416c433fae32964a6a4a15b6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_80a679c2d5e14680a86d5273e375ab00 = $(`<div id="html_80a679c2d5e14680a86d5273e375ab00" style="width: 100.0%; height: 100.0%;">104 Quai Pierre Scize, 69005 Lyon</div>`)[0];
|
|
popup_d26670b5416c433fae32964a6a4a15b6.setContent(html_80a679c2d5e14680a86d5273e375ab00);
|
|
|
|
|
|
circle_08e554b054db4113934b5ef00770e3d9.bindPopup(popup_d26670b5416c433fae32964a6a4a15b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_08e554b054db4113934b5ef00770e3d9.bindTooltip(
|
|
`<div>
|
|
La Cannelle (#136) | n_orders=89
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_65b2b7e164ab4657a4b1d1c11cb59c19 = L.circle(
|
|
[45.764469, 4.826872],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_c4953e9dc7e44435b4a97025485b4a6c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7233bda91d8749fd955f6a1a6212d10c = $(`<div id="html_7233bda91d8749fd955f6a1a6212d10c" style="width: 100.0%; height: 100.0%;">2 Quai Romain Rolland, 69005 Lyon</div>`)[0];
|
|
popup_c4953e9dc7e44435b4a97025485b4a6c.setContent(html_7233bda91d8749fd955f6a1a6212d10c);
|
|
|
|
|
|
circle_65b2b7e164ab4657a4b1d1c11cb59c19.bindPopup(popup_c4953e9dc7e44435b4a97025485b4a6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_65b2b7e164ab4657a4b1d1c11cb59c19.bindTooltip(
|
|
`<div>
|
|
Le Krepiot (#137) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_99ecede04726422090a7177389edd0d5 = L.circle(
|
|
[45.78529, 4.85535],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_4b940ee76c6540e3a33f4b00c7d246c6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d60ce1ebc7eb4e3c950871972a4834b7 = $(`<div id="html_d60ce1ebc7eb4e3c950871972a4834b7" style="width: 100.0%; height: 100.0%;">44 Quai Charles De Gaulle, 69006 Villeurbanne</div>`)[0];
|
|
popup_4b940ee76c6540e3a33f4b00c7d246c6.setContent(html_d60ce1ebc7eb4e3c950871972a4834b7);
|
|
|
|
|
|
circle_99ecede04726422090a7177389edd0d5.bindPopup(popup_4b940ee76c6540e3a33f4b00c7d246c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_99ecede04726422090a7177389edd0d5.bindTooltip(
|
|
`<div>
|
|
Les Coulisses (#138) | n_orders=46
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_63490273d8f449fc82dc9ded818ec299 = L.circle(
|
|
[45.766941, 4.82751],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1675e2cef8014ea7be15f82ed10130aa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ef0aeb48d48f4455a310dd0b3c62768e = $(`<div id="html_ef0aeb48d48f4455a310dd0b3c62768e" style="width: 100.0%; height: 100.0%;">2 Quai Bondy, 69005 Lyon</div>`)[0];
|
|
popup_1675e2cef8014ea7be15f82ed10130aa.setContent(html_ef0aeb48d48f4455a310dd0b3c62768e);
|
|
|
|
|
|
circle_63490273d8f449fc82dc9ded818ec299.bindPopup(popup_1675e2cef8014ea7be15f82ed10130aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_63490273d8f449fc82dc9ded818ec299.bindTooltip(
|
|
`<div>
|
|
Le Bistrot Jul (#139) | n_orders=28
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9a86ed34dfd44550935fc977460c5c81 = L.circle(
|
|
[45.762184, 4.826208],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_3e3c4d4b44394e56ba7c6f79465cf83d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6638bde558bf42f99e2584802a3a1e2e = $(`<div id="html_6638bde558bf42f99e2584802a3a1e2e" style="width: 100.0%; height: 100.0%;">38 Rue Du Boeuf, 69005 Lyon</div>`)[0];
|
|
popup_3e3c4d4b44394e56ba7c6f79465cf83d.setContent(html_6638bde558bf42f99e2584802a3a1e2e);
|
|
|
|
|
|
circle_9a86ed34dfd44550935fc977460c5c81.bindPopup(popup_3e3c4d4b44394e56ba7c6f79465cf83d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9a86ed34dfd44550935fc977460c5c81.bindTooltip(
|
|
`<div>
|
|
Le Touareg - (#140) | n_orders=55
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cf6721cda75e4fd3a32637a3c8dd1a9e = L.circle(
|
|
[45.755878, 4.857034],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_7fd93d775dde4c2480d7763379ec17f0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4cad9c59068c452b96815f16ed13c4a3 = $(`<div id="html_4cad9c59068c452b96815f16ed13c4a3" style="width: 100.0%; height: 100.0%;">10 Rue Danton, 69003 Lyon</div>`)[0];
|
|
popup_7fd93d775dde4c2480d7763379ec17f0.setContent(html_4cad9c59068c452b96815f16ed13c4a3);
|
|
|
|
|
|
circle_cf6721cda75e4fd3a32637a3c8dd1a9e.bindPopup(popup_7fd93d775dde4c2480d7763379ec17f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cf6721cda75e4fd3a32637a3c8dd1a9e.bindTooltip(
|
|
`<div>
|
|
Vert Tige (#141) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_37e758bacb324477b3762e39e731b6a9 = L.circle(
|
|
[45.760094, 4.846662],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2475da97685745fe905ca6ee8caeab77 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d595b1b59be44bba93d8fe939f4fc78f = $(`<div id="html_d595b1b59be44bba93d8fe939f4fc78f" style="width: 100.0%; height: 100.0%;">69 Rue Moncey, 69003 Lyon</div>`)[0];
|
|
popup_2475da97685745fe905ca6ee8caeab77.setContent(html_d595b1b59be44bba93d8fe939f4fc78f);
|
|
|
|
|
|
circle_37e758bacb324477b3762e39e731b6a9.bindPopup(popup_2475da97685745fe905ca6ee8caeab77)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_37e758bacb324477b3762e39e731b6a9.bindTooltip(
|
|
`<div>
|
|
Five (#142) | n_orders=343
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_12e53de79f894a43a76ab6b385da99fe = L.circle(
|
|
[45.748779, 4.838516],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a3443e4544cc41fa81b8df2a21b4156c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_32eb31d2ff824c86aa4daf8c3e85583b = $(`<div id="html_32eb31d2ff824c86aa4daf8c3e85583b" style="width: 100.0%; height: 100.0%;">65 Rue De Marseille, 69007 Lyon</div>`)[0];
|
|
popup_a3443e4544cc41fa81b8df2a21b4156c.setContent(html_32eb31d2ff824c86aa4daf8c3e85583b);
|
|
|
|
|
|
circle_12e53de79f894a43a76ab6b385da99fe.bindPopup(popup_a3443e4544cc41fa81b8df2a21b4156c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_12e53de79f894a43a76ab6b385da99fe.bindTooltip(
|
|
`<div>
|
|
L'Air 2 Rien (#143) | n_orders=69
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4bcad5c3dabe478ebc575b8fcdc8dc43 = L.circle(
|
|
[45.764587, 4.837475],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e159c7d2783449eaa8501bc8a06ec12d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fb700e220b0a42debb7e8623c8c01813 = $(`<div id="html_fb700e220b0a42debb7e8623c8c01813" style="width: 100.0%; height: 100.0%;">9 Rue Claudia, 69002 Lyon</div>`)[0];
|
|
popup_e159c7d2783449eaa8501bc8a06ec12d.setContent(html_fb700e220b0a42debb7e8623c8c01813);
|
|
|
|
|
|
circle_4bcad5c3dabe478ebc575b8fcdc8dc43.bindPopup(popup_e159c7d2783449eaa8501bc8a06ec12d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4bcad5c3dabe478ebc575b8fcdc8dc43.bindTooltip(
|
|
`<div>
|
|
Le Bouche A Oreille (#144) | n_orders=65
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2934c25deb764c62905813b0963108d1 = L.circle(
|
|
[45.757641, 4.840832],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6194a56e4c404875aebd0cbe160b3e3b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_92343b4bc50941ff8e37eb09bbcb2a98 = $(`<div id="html_92343b4bc50941ff8e37eb09bbcb2a98" style="width: 100.0%; height: 100.0%;">26 Quai Augagneur, 69003 Lyon</div>`)[0];
|
|
popup_6194a56e4c404875aebd0cbe160b3e3b.setContent(html_92343b4bc50941ff8e37eb09bbcb2a98);
|
|
|
|
|
|
circle_2934c25deb764c62905813b0963108d1.bindPopup(popup_6194a56e4c404875aebd0cbe160b3e3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2934c25deb764c62905813b0963108d1.bindTooltip(
|
|
`<div>
|
|
Mendo (#145) | n_orders=2963
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7ec1fe11815445abab90729cd80d211d = L.circle(
|
|
[45.756824, 4.827192],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_37414e3b5b3e46918b98854d17815ea7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2e4173e340874a2ebfc48aad49ff6f06 = $(`<div id="html_2e4173e340874a2ebfc48aad49ff6f06" style="width: 100.0%; height: 100.0%;">3 Rue Sala, 69002 Lyon</div>`)[0];
|
|
popup_37414e3b5b3e46918b98854d17815ea7.setContent(html_2e4173e340874a2ebfc48aad49ff6f06);
|
|
|
|
|
|
circle_7ec1fe11815445abab90729cd80d211d.bindPopup(popup_37414e3b5b3e46918b98854d17815ea7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7ec1fe11815445abab90729cd80d211d.bindTooltip(
|
|
`<div>
|
|
C'Est Tout Bon (#147) | n_orders=41
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_de86ff1f40994ae4afd331b8f717d7b3 = L.circle(
|
|
[45.762665, 4.833478],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8da7d580690d4fafa0bfd8cf8cdf6bab = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_484f21a9ba62405495b2e376f1a4fad5 = $(`<div id="html_484f21a9ba62405495b2e376f1a4fad5" style="width: 100.0%; height: 100.0%;">14 Rue Tupin, 69002 Lyon</div>`)[0];
|
|
popup_8da7d580690d4fafa0bfd8cf8cdf6bab.setContent(html_484f21a9ba62405495b2e376f1a4fad5);
|
|
|
|
|
|
circle_de86ff1f40994ae4afd331b8f717d7b3.bindPopup(popup_8da7d580690d4fafa0bfd8cf8cdf6bab)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_de86ff1f40994ae4afd331b8f717d7b3.bindTooltip(
|
|
`<div>
|
|
Guy And Sons Tupin (#148) | n_orders=16406
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b4a4e314023946349249ff479fb3e2bb = L.circle(
|
|
[45.749249, 4.845051],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e2385babf83c47e99bf745e6c4251814 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7d460cb5fab341b7bda4e737f8b9447f = $(`<div id="html_7d460cb5fab341b7bda4e737f8b9447f" style="width: 100.0%; height: 100.0%;">5 Rue Des Trois Pierres, 69007 Lyon</div>`)[0];
|
|
popup_e2385babf83c47e99bf745e6c4251814.setContent(html_7d460cb5fab341b7bda4e737f8b9447f);
|
|
|
|
|
|
circle_b4a4e314023946349249ff479fb3e2bb.bindPopup(popup_e2385babf83c47e99bf745e6c4251814)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b4a4e314023946349249ff479fb3e2bb.bindTooltip(
|
|
`<div>
|
|
La Cuisine De Lindouce (#149) | n_orders=13
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d92cb21c02d54945b30c987927260653 = L.circle(
|
|
[45.751907, 4.8542],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d132d312548942f0967485a16b1aa18d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9ec9a963ca2a40b2a717860535510f77 = $(`<div id="html_9ec9a963ca2a40b2a717860535510f77" style="width: 100.0%; height: 100.0%;">9 Rue Rachais, 69003 Lyon</div>`)[0];
|
|
popup_d132d312548942f0967485a16b1aa18d.setContent(html_9ec9a963ca2a40b2a717860535510f77);
|
|
|
|
|
|
circle_d92cb21c02d54945b30c987927260653.bindPopup(popup_d132d312548942f0967485a16b1aa18d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d92cb21c02d54945b30c987927260653.bindTooltip(
|
|
`<div>
|
|
L'Essentiel (#150) | n_orders=262
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e3916596ba874bf2b232f1ba02de027e = L.circle(
|
|
[45.753456, 4.888337],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9ef150fdc09c4f9db56098fea50b4267 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_239c080a81264033a9c28883ebade5a8 = $(`<div id="html_239c080a81264033a9c28883ebade5a8" style="width: 100.0%; height: 100.0%;">34 Cours Richard Vitton, 69003 Lyon</div>`)[0];
|
|
popup_9ef150fdc09c4f9db56098fea50b4267.setContent(html_239c080a81264033a9c28883ebade5a8);
|
|
|
|
|
|
circle_e3916596ba874bf2b232f1ba02de027e.bindPopup(popup_9ef150fdc09c4f9db56098fea50b4267)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e3916596ba874bf2b232f1ba02de027e.bindTooltip(
|
|
`<div>
|
|
Morand (#151) | n_orders=27
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1dec275d09bd495f98351e27ce870f4e = L.circle(
|
|
[45.781311, 4.806532],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_fbd473b6d5604104a3f514363f073705 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4cad6d595e7d4a79bec5e2d8bbe3be04 = $(`<div id="html_4cad6d595e7d4a79bec5e2d8bbe3be04" style="width: 100.0%; height: 100.0%;">1 Rue Du 24 Mars, 69009 Lyon</div>`)[0];
|
|
popup_fbd473b6d5604104a3f514363f073705.setContent(html_4cad6d595e7d4a79bec5e2d8bbe3be04);
|
|
|
|
|
|
circle_1dec275d09bd495f98351e27ce870f4e.bindPopup(popup_fbd473b6d5604104a3f514363f073705)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1dec275d09bd495f98351e27ce870f4e.bindTooltip(
|
|
`<div>
|
|
Tout Le Monde A Table (#152) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a7c766261fd74b43ae5f8e4b42984313 = L.circle(
|
|
[45.764408, 4.873948],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_085d67c106384438bf27c9f4f7127578 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2c80ba394da249af8a8e17ee354705c0 = $(`<div id="html_2c80ba394da249af8a8e17ee354705c0" style="width: 100.0%; height: 100.0%;">76 Cours De La Republique, 69100 Villeurbanne</div>`)[0];
|
|
popup_085d67c106384438bf27c9f4f7127578.setContent(html_2c80ba394da249af8a8e17ee354705c0);
|
|
|
|
|
|
circle_a7c766261fd74b43ae5f8e4b42984313.bindPopup(popup_085d67c106384438bf27c9f4f7127578)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a7c766261fd74b43ae5f8e4b42984313.bindTooltip(
|
|
`<div>
|
|
La Caveja (#153) | n_orders=303
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3d5f7be90bbc400a86d4164d968a984c = L.circle(
|
|
[45.753181, 4.852741],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_263cb32d7baa405d9c02ecdf93ae82ff = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3d7585fbbf4c461bbdc2da44c4e75fd7 = $(`<div id="html_3d7585fbbf4c461bbdc2da44c4e75fd7" style="width: 100.0%; height: 100.0%;">278 Rue Garibaldi, 69003 Lyon</div>`)[0];
|
|
popup_263cb32d7baa405d9c02ecdf93ae82ff.setContent(html_3d7585fbbf4c461bbdc2da44c4e75fd7);
|
|
|
|
|
|
circle_3d5f7be90bbc400a86d4164d968a984c.bindPopup(popup_263cb32d7baa405d9c02ecdf93ae82ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3d5f7be90bbc400a86d4164d968a984c.bindTooltip(
|
|
`<div>
|
|
La Voie Himalaya (#154) | n_orders=43
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d4373e3ea7384e8088d2e2e94950bd28 = L.circle(
|
|
[45.744076, 4.861283],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ee8d6ae6847f4db9894b8642cc8adbd5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2037a0c3e72a42ccaba15f87079f6071 = $(`<div id="html_2037a0c3e72a42ccaba15f87079f6071" style="width: 100.0%; height: 100.0%;">13 Rue Saint Gervais, 69008 Lyon</div>`)[0];
|
|
popup_ee8d6ae6847f4db9894b8642cc8adbd5.setContent(html_2037a0c3e72a42ccaba15f87079f6071);
|
|
|
|
|
|
circle_d4373e3ea7384e8088d2e2e94950bd28.bindPopup(popup_ee8d6ae6847f4db9894b8642cc8adbd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d4373e3ea7384e8088d2e2e94950bd28.bindTooltip(
|
|
`<div>
|
|
Le Petit Comptoir (#155) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_870e29b597554f5587c5a4450d33c369 = L.circle(
|
|
[45.751015, 4.831683],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a701eea8cd1d4db0b09a1193a59c1e90 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8388b29c3dea402f8fa89a68c4617c1c = $(`<div id="html_8388b29c3dea402f8fa89a68c4617c1c" style="width: 100.0%; height: 100.0%;">39 Quai Gailleton, 69002 Lyon</div>`)[0];
|
|
popup_a701eea8cd1d4db0b09a1193a59c1e90.setContent(html_8388b29c3dea402f8fa89a68c4617c1c);
|
|
|
|
|
|
circle_870e29b597554f5587c5a4450d33c369.bindPopup(popup_a701eea8cd1d4db0b09a1193a59c1e90)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_870e29b597554f5587c5a4450d33c369.bindTooltip(
|
|
`<div>
|
|
Shalimar (#156) | n_orders=804
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b6ddbc2216724e0dbf7ae29c1a2ec5b6 = L.circle(
|
|
[45.769581, 4.829699],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a51ddd3f999d40dda0d04a4a33385cd8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_461a153a2090482c9a01f40a796b1f96 = $(`<div id="html_461a153a2090482c9a01f40a796b1f96" style="width: 100.0%; height: 100.0%;">6 Rue Du Jardin Des Plantes, 69001 Lyon</div>`)[0];
|
|
popup_a51ddd3f999d40dda0d04a4a33385cd8.setContent(html_461a153a2090482c9a01f40a796b1f96);
|
|
|
|
|
|
circle_b6ddbc2216724e0dbf7ae29c1a2ec5b6.bindPopup(popup_a51ddd3f999d40dda0d04a4a33385cd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b6ddbc2216724e0dbf7ae29c1a2ec5b6.bindTooltip(
|
|
`<div>
|
|
Num Pang (#157) | n_orders=155
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dc15e98577f647bbb3a63478c3152c33 = L.circle(
|
|
[45.776695, 4.834971],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9ebf64ae58e54752be841db68324586a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b97a984ce7b6485ba0ee305d70f01d19 = $(`<div id="html_b97a984ce7b6485ba0ee305d70f01d19" style="width: 100.0%; height: 100.0%;">4 Ter Rue Belfort, 69004 Lyon</div>`)[0];
|
|
popup_9ebf64ae58e54752be841db68324586a.setContent(html_b97a984ce7b6485ba0ee305d70f01d19);
|
|
|
|
|
|
circle_dc15e98577f647bbb3a63478c3152c33.bindPopup(popup_9ebf64ae58e54752be841db68324586a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dc15e98577f647bbb3a63478c3152c33.bindTooltip(
|
|
`<div>
|
|
La Voguette (#398) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9f5324f29261489ab124efefa87cd597 = L.circle(
|
|
[45.736973, 4.833436],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2bc8e39a6d6d49b4978bbcf5b5aad495 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2d3aaaf0052d413c9f7843c091f4fecd = $(`<div id="html_2d3aaaf0052d413c9f7843c091f4fecd" style="width: 100.0%; height: 100.0%;">18 Rue Clement Marot, 69007 Lyon</div>`)[0];
|
|
popup_2bc8e39a6d6d49b4978bbcf5b5aad495.setContent(html_2d3aaaf0052d413c9f7843c091f4fecd);
|
|
|
|
|
|
circle_9f5324f29261489ab124efefa87cd597.bindPopup(popup_2bc8e39a6d6d49b4978bbcf5b5aad495)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9f5324f29261489ab124efefa87cd597.bindTooltip(
|
|
`<div>
|
|
Tandoor And Wok (#479) | n_orders=511
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ab64448355634ae59ae5fd6ccd5cb8d8 = L.circle(
|
|
[45.762154, 4.888727],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ac5627196a6c4960b4032bd7606a8efe = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_619cd1a72daa4998a3194c6112781c7c = $(`<div id="html_619cd1a72daa4998a3194c6112781c7c" style="width: 100.0%; height: 100.0%;">100 Rue De 1Er Mars 1943, 69100 Villeurbanne</div>`)[0];
|
|
popup_ac5627196a6c4960b4032bd7606a8efe.setContent(html_619cd1a72daa4998a3194c6112781c7c);
|
|
|
|
|
|
circle_ab64448355634ae59ae5fd6ccd5cb8d8.bindPopup(popup_ac5627196a6c4960b4032bd7606a8efe)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ab64448355634ae59ae5fd6ccd5cb8d8.bindTooltip(
|
|
`<div>
|
|
Le Village Indien (#497) | n_orders=949
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_af5860fb93f848c29f502aa1f4943798 = L.circle(
|
|
[45.76128, 4.855657],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ae93a417a4544ae89a916e1661e8a22c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_583b430b807242c2903c397b7fcb5af0 = $(`<div id="html_583b430b807242c2903c397b7fcb5af0" style="width: 100.0%; height: 100.0%;">17 Rue Du Dr Bouchut, 69003 Lyon</div>`)[0];
|
|
popup_ae93a417a4544ae89a916e1661e8a22c.setContent(html_583b430b807242c2903c397b7fcb5af0);
|
|
|
|
|
|
circle_af5860fb93f848c29f502aa1f4943798.bindPopup(popup_ae93a417a4544ae89a916e1661e8a22c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_af5860fb93f848c29f502aa1f4943798.bindTooltip(
|
|
`<div>
|
|
Woko Part Dieu (#511) | n_orders=3107
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_326b697e714c48e08734590ebebc719d = L.circle(
|
|
[45.788216, 4.81245],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_62310bb51000481c8506e6b687ae4474 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_82a6909d58114f68bc3820be713a66ea = $(`<div id="html_82a6909d58114f68bc3820be713a66ea" style="width: 100.0%; height: 100.0%;">10 Rue De La Navigation, 69009 Lyon</div>`)[0];
|
|
popup_62310bb51000481c8506e6b687ae4474.setContent(html_82a6909d58114f68bc3820be713a66ea);
|
|
|
|
|
|
circle_326b697e714c48e08734590ebebc719d.bindPopup(popup_62310bb51000481c8506e6b687ae4474)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_326b697e714c48e08734590ebebc719d.bindTooltip(
|
|
`<div>
|
|
Woko Vaise (#548) | n_orders=856
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c907b4d2ce18427abfa5a79ba39796e5 = L.circle(
|
|
[45.76347, 4.84976],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_18428eeaa80f4cd68183a01a2e08371b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_873fb1f3080d4d72908332d62f28365e = $(`<div id="html_873fb1f3080d4d72908332d62f28365e" style="width: 100.0%; height: 100.0%;">124 Cours Lafayette, 69003 Lyon</div>`)[0];
|
|
popup_18428eeaa80f4cd68183a01a2e08371b.setContent(html_873fb1f3080d4d72908332d62f28365e);
|
|
|
|
|
|
circle_c907b4d2ce18427abfa5a79ba39796e5.bindPopup(popup_18428eeaa80f4cd68183a01a2e08371b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c907b4d2ce18427abfa5a79ba39796e5.bindTooltip(
|
|
`<div>
|
|
Wanthita Thai Street Food (#573) | n_orders=103
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1bf3b65bcb0644b28e91d7cbb701a1f3 = L.circle(
|
|
[45.743305, 4.818401],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d22dd0cec9524d78aee1346b5b5ba375 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_47cf7eb8fca648edb8eb2aecb47c7dca = $(`<div id="html_47cf7eb8fca648edb8eb2aecb47c7dca" style="width: 100.0%; height: 100.0%;">51 Rue Denuziere, 69002 Lyon</div>`)[0];
|
|
popup_d22dd0cec9524d78aee1346b5b5ba375.setContent(html_47cf7eb8fca648edb8eb2aecb47c7dca);
|
|
|
|
|
|
circle_1bf3b65bcb0644b28e91d7cbb701a1f3.bindPopup(popup_d22dd0cec9524d78aee1346b5b5ba375)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1bf3b65bcb0644b28e91d7cbb701a1f3.bindTooltip(
|
|
`<div>
|
|
L'Indochine (#583) | n_orders=90
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9fe257de9555401992cfec9a6816f658 = L.circle(
|
|
[45.763416, 4.852952],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2c0f54ca6c3a4850aa0c6c2eb8fee7f3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7e2efc3782b54a92950e26bd694543ce = $(`<div id="html_7e2efc3782b54a92950e26bd694543ce" style="width: 100.0%; height: 100.0%;">134 Cours Lafayette, 69003 Lyon</div>`)[0];
|
|
popup_2c0f54ca6c3a4850aa0c6c2eb8fee7f3.setContent(html_7e2efc3782b54a92950e26bd694543ce);
|
|
|
|
|
|
circle_9fe257de9555401992cfec9a6816f658.bindPopup(popup_2c0f54ca6c3a4850aa0c6c2eb8fee7f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9fe257de9555401992cfec9a6816f658.bindTooltip(
|
|
`<div>
|
|
Yoki (#587) | n_orders=488
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_53240337c27647fabee6c5fcce62a96b = L.circle(
|
|
[45.728813, 4.830601],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8898e8d164904c0f837da5ae15eb1c38 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9958c6454ba6447aa8b44da5bb9cad34 = $(`<div id="html_9958c6454ba6447aa8b44da5bb9cad34" style="width: 100.0%; height: 100.0%;">251 Bis Rue Marcel Merieux, 69007 Lyon</div>`)[0];
|
|
popup_8898e8d164904c0f837da5ae15eb1c38.setContent(html_9958c6454ba6447aa8b44da5bb9cad34);
|
|
|
|
|
|
circle_53240337c27647fabee6c5fcce62a96b.bindPopup(popup_8898e8d164904c0f837da5ae15eb1c38)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_53240337c27647fabee6c5fcce62a96b.bindTooltip(
|
|
`<div>
|
|
Sakura 7 (#617) | n_orders=32
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6bb59c576d3a43f08515a4e2988d34d1 = L.circle(
|
|
[45.76181, 4.827192],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_5678dd39972e446ea27ad380e8d21444 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ddf3c1f8843a4f819918a343fb06b1fd = $(`<div id="html_ddf3c1f8843a4f819918a343fb06b1fd" style="width: 100.0%; height: 100.0%;">66 Rue Saint Jean, 69005 Lyon</div>`)[0];
|
|
popup_5678dd39972e446ea27ad380e8d21444.setContent(html_ddf3c1f8843a4f819918a343fb06b1fd);
|
|
|
|
|
|
circle_6bb59c576d3a43f08515a4e2988d34d1.bindPopup(popup_5678dd39972e446ea27ad380e8d21444)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6bb59c576d3a43f08515a4e2988d34d1.bindTooltip(
|
|
`<div>
|
|
La Fabrique Givree (#628) | n_orders=166
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f14d4a723ff44657927dad18e702d1a3 = L.circle(
|
|
[45.745659, 4.820307],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_bf5bb285a97040038d030251006dfbf6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_28c55968327743f0949b66be709eda2a = $(`<div id="html_28c55968327743f0949b66be709eda2a" style="width: 100.0%; height: 100.0%;">61 Rue Denuziere, 69002 Lyon</div>`)[0];
|
|
popup_bf5bb285a97040038d030251006dfbf6.setContent(html_28c55968327743f0949b66be709eda2a);
|
|
|
|
|
|
circle_f14d4a723ff44657927dad18e702d1a3.bindPopup(popup_bf5bb285a97040038d030251006dfbf6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f14d4a723ff44657927dad18e702d1a3.bindTooltip(
|
|
`<div>
|
|
Fresh Hour (#661) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_30590fd3e5714a0293762b524386c19a = L.circle(
|
|
[45.748558, 4.861342],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_5c3d3edd87354bc285192d0830bcff22 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_86a86a493e1e4d5085cfec9399b8e009 = $(`<div id="html_86a86a493e1e4d5085cfec9399b8e009" style="width: 100.0%; height: 100.0%;">2 Rue Du Professeur Rollet, 69008 Lyon</div>`)[0];
|
|
popup_5c3d3edd87354bc285192d0830bcff22.setContent(html_86a86a493e1e4d5085cfec9399b8e009);
|
|
|
|
|
|
circle_30590fd3e5714a0293762b524386c19a.bindPopup(popup_5c3d3edd87354bc285192d0830bcff22)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_30590fd3e5714a0293762b524386c19a.bindTooltip(
|
|
`<div>
|
|
Miga Manufacture (#662) | n_orders=53
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0c9ae4d6b410426a89d9ae31af145a70 = L.circle(
|
|
[45.765923, 4.833958],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_4079d9f0cf3944c996f36b10d0f65897 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cac880c628014e21b46aa36314761ffd = $(`<div id="html_cac880c628014e21b46aa36314761ffd" style="width: 100.0%; height: 100.0%;">11 Rue De La Republique, 69001 Lyon</div>`)[0];
|
|
popup_4079d9f0cf3944c996f36b10d0f65897.setContent(html_cac880c628014e21b46aa36314761ffd);
|
|
|
|
|
|
circle_0c9ae4d6b410426a89d9ae31af145a70.bindPopup(popup_4079d9f0cf3944c996f36b10d0f65897)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0c9ae4d6b410426a89d9ae31af145a70.bindTooltip(
|
|
`<div>
|
|
Vidici (#666) | n_orders=1114
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bbafd42e34294053ae9ea0a6cb17945b = L.circle(
|
|
[45.753231, 4.839857],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_200b92ea6f574228833c64cf59053448 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8980a959322149c89d814a558629eb69 = $(`<div id="html_8980a959322149c89d814a558629eb69" style="width: 100.0%; height: 100.0%;">14 Rue De Bonald, 69007 Lyon</div>`)[0];
|
|
popup_200b92ea6f574228833c64cf59053448.setContent(html_8980a959322149c89d814a558629eb69);
|
|
|
|
|
|
circle_bbafd42e34294053ae9ea0a6cb17945b.bindPopup(popup_200b92ea6f574228833c64cf59053448)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bbafd42e34294053ae9ea0a6cb17945b.bindTooltip(
|
|
`<div>
|
|
Livestation Diy (#667) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_818e07c0adc941caa262bc6a9f92eda4 = L.circle(
|
|
[45.74995, 4.885935],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_78ec8afc3dbb4221bca2454c9c2521cf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_245a982d6ceb4ed3b1f17a57ebde8912 = $(`<div id="html_245a982d6ceb4ed3b1f17a57ebde8912" style="width: 100.0%; height: 100.0%;">72 Cours Docteur Long, 69003 Lyon</div>`)[0];
|
|
popup_78ec8afc3dbb4221bca2454c9c2521cf.setContent(html_245a982d6ceb4ed3b1f17a57ebde8912);
|
|
|
|
|
|
circle_818e07c0adc941caa262bc6a9f92eda4.bindPopup(popup_78ec8afc3dbb4221bca2454c9c2521cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_818e07c0adc941caa262bc6a9f92eda4.bindTooltip(
|
|
`<div>
|
|
Epicerie Sur Cours (#670) | n_orders=20
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_71d777273db84f6183f5f4ad51b6ae63 = L.circle(
|
|
[45.754845, 4.841522],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_15aab8d382e0474091cbaa889ed5d3ae = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f71f0c29441d4734801c790862070a95 = $(`<div id="html_f71f0c29441d4734801c790862070a95" style="width: 100.0%; height: 100.0%;">13 Rue Passet, 69007 Lyon</div>`)[0];
|
|
popup_15aab8d382e0474091cbaa889ed5d3ae.setContent(html_f71f0c29441d4734801c790862070a95);
|
|
|
|
|
|
circle_71d777273db84f6183f5f4ad51b6ae63.bindPopup(popup_15aab8d382e0474091cbaa889ed5d3ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_71d777273db84f6183f5f4ad51b6ae63.bindTooltip(
|
|
`<div>
|
|
Indochine (#671) | n_orders=496
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0b64e333fc2e4d10b51d8474162e34f1 = L.circle(
|
|
[45.759396, 4.851705],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a7dca67833904474bcc73dafb1ef3eb0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bc3e363eebfe460fa2fdabfdabfed639 = $(`<div id="html_bc3e363eebfe460fa2fdabfdabfed639" style="width: 100.0%; height: 100.0%;">196 Rue Garibaldi, 69003 Lyon</div>`)[0];
|
|
popup_a7dca67833904474bcc73dafb1ef3eb0.setContent(html_bc3e363eebfe460fa2fdabfdabfed639);
|
|
|
|
|
|
circle_0b64e333fc2e4d10b51d8474162e34f1.bindPopup(popup_a7dca67833904474bcc73dafb1ef3eb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0b64e333fc2e4d10b51d8474162e34f1.bindTooltip(
|
|
`<div>
|
|
Eat Sushi 3 (#682) | n_orders=692
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_95fb2f4ac6744963a7432c23bb36be03 = L.circle(
|
|
[45.762421, 4.834746],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_797db02537fe4529a690047134013d86 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_576bc0d7bc2d452f9a47fc5abe0538db = $(`<div id="html_576bc0d7bc2d452f9a47fc5abe0538db" style="width: 100.0%; height: 100.0%;">9 Rue Des 4 Chapeaux, 69002 Lyon</div>`)[0];
|
|
popup_797db02537fe4529a690047134013d86.setContent(html_576bc0d7bc2d452f9a47fc5abe0538db);
|
|
|
|
|
|
circle_95fb2f4ac6744963a7432c23bb36be03.bindPopup(popup_797db02537fe4529a690047134013d86)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_95fb2f4ac6744963a7432c23bb36be03.bindTooltip(
|
|
`<div>
|
|
Le Polo Club (#690) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d25716cd79e343a0ae0ff3e8e35b9281 = L.circle(
|
|
[45.76379, 4.837954],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_bc29c75c5d0a42c6931b1f9fe53a35c8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_84d75d68cbd54b628a94bff44f896f52 = $(`<div id="html_84d75d68cbd54b628a94bff44f896f52" style="width: 100.0%; height: 100.0%;">27 Quai Jean Moulin, 69002 Lyon</div>`)[0];
|
|
popup_bc29c75c5d0a42c6931b1f9fe53a35c8.setContent(html_84d75d68cbd54b628a94bff44f896f52);
|
|
|
|
|
|
circle_d25716cd79e343a0ae0ff3e8e35b9281.bindPopup(popup_bc29c75c5d0a42c6931b1f9fe53a35c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d25716cd79e343a0ae0ff3e8e35b9281.bindTooltip(
|
|
`<div>
|
|
Eat Sushi 2 (#692) | n_orders=509
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1aa07624315e4e7988e1f15401f1851a = L.circle(
|
|
[45.767487, 4.847593],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_41622e2fe9894be1b3254dde64930f9b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_22c48c870a10407b89b86792e6dce605 = $(`<div id="html_22c48c870a10407b89b86792e6dce605" style="width: 100.0%; height: 100.0%;">111 Rue Duguesclin, 69006 Lyon</div>`)[0];
|
|
popup_41622e2fe9894be1b3254dde64930f9b.setContent(html_22c48c870a10407b89b86792e6dce605);
|
|
|
|
|
|
circle_1aa07624315e4e7988e1f15401f1851a.bindPopup(popup_41622e2fe9894be1b3254dde64930f9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1aa07624315e4e7988e1f15401f1851a.bindTooltip(
|
|
`<div>
|
|
Bo Sushi (#694) | n_orders=514
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_748a3cc844ba41008d0481ba1063740e = L.circle(
|
|
[45.786701, 4.811037],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_01f457b5324046e4b1144571e21067b7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8dc0c34f15a944e59cb8f7b1e96569f7 = $(`<div id="html_8dc0c34f15a944e59cb8f7b1e96569f7" style="width: 100.0%; height: 100.0%;">39 Rue Des Docks, 69009 Lyon</div>`)[0];
|
|
popup_01f457b5324046e4b1144571e21067b7.setContent(html_8dc0c34f15a944e59cb8f7b1e96569f7);
|
|
|
|
|
|
circle_748a3cc844ba41008d0481ba1063740e.bindPopup(popup_01f457b5324046e4b1144571e21067b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_748a3cc844ba41008d0481ba1063740e.bindTooltip(
|
|
`<div>
|
|
Le Bot (#698) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_12db067fe5f9419cb77b9851a04feaea = L.circle(
|
|
[45.747456, 4.838481],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_3a0b502d68a544acbb235e5c26776171 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a50cc926f60940a7917d7eb299a3da27 = $(`<div id="html_a50cc926f60940a7917d7eb299a3da27" style="width: 100.0%; height: 100.0%;">141 Rue Sebastien Gryphe, 69007 Lyon</div>`)[0];
|
|
popup_3a0b502d68a544acbb235e5c26776171.setContent(html_a50cc926f60940a7917d7eb299a3da27);
|
|
|
|
|
|
circle_12db067fe5f9419cb77b9851a04feaea.bindPopup(popup_3a0b502d68a544acbb235e5c26776171)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_12db067fe5f9419cb77b9851a04feaea.bindTooltip(
|
|
`<div>
|
|
Mami Coffee Shop (#706) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_65024986cec24c77a6dea0bd0a13ebf9 = L.circle(
|
|
[45.748234, 4.838813],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_cda67842b6944199ae3d86fd99e5fff6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a3ae752101ca468f82913452c4a8acc3 = $(`<div id="html_a3ae752101ca468f82913452c4a8acc3" style="width: 100.0%; height: 100.0%;">126 Rue Sebastien Gryphe, 69007 Lyon</div>`)[0];
|
|
popup_cda67842b6944199ae3d86fd99e5fff6.setContent(html_a3ae752101ca468f82913452c4a8acc3);
|
|
|
|
|
|
circle_65024986cec24c77a6dea0bd0a13ebf9.bindPopup(popup_cda67842b6944199ae3d86fd99e5fff6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_65024986cec24c77a6dea0bd0a13ebf9.bindTooltip(
|
|
`<div>
|
|
Restaurants #713, #1305 | n_orders=659
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aa2889ed388144ed9d3be298e9197a86 = L.circle(
|
|
[45.750717, 4.830468],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1016ab6b5b44440fa0247d73fb3e6479 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5313b5590c224d1ba2e7a71c4e4b8d10 = $(`<div id="html_5313b5590c224d1ba2e7a71c4e4b8d10" style="width: 100.0%; height: 100.0%;">49 Rue De La Charite, 69002 Lyon</div>`)[0];
|
|
popup_1016ab6b5b44440fa0247d73fb3e6479.setContent(html_5313b5590c224d1ba2e7a71c4e4b8d10);
|
|
|
|
|
|
circle_aa2889ed388144ed9d3be298e9197a86.bindPopup(popup_1016ab6b5b44440fa0247d73fb3e6479)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aa2889ed388144ed9d3be298e9197a86.bindTooltip(
|
|
`<div>
|
|
L'Accord Parfait (#717) | n_orders=16
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9b82e0f0c1cf45ef9b64d88c034b514a = L.circle(
|
|
[45.763649, 4.832543],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_0e43187091ba4f79823f984d47af63c0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e17f6d310d6c4829aee930c1cba38876 = $(`<div id="html_e17f6d310d6c4829aee930c1cba38876" style="width: 100.0%; height: 100.0%;">19 Rue Merciere, 69002 Lyon</div>`)[0];
|
|
popup_0e43187091ba4f79823f984d47af63c0.setContent(html_e17f6d310d6c4829aee930c1cba38876);
|
|
|
|
|
|
circle_9b82e0f0c1cf45ef9b64d88c034b514a.bindPopup(popup_0e43187091ba4f79823f984d47af63c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9b82e0f0c1cf45ef9b64d88c034b514a.bindTooltip(
|
|
`<div>
|
|
Le Mont Liban (#720) | n_orders=1074
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a71d16a38f534f76ad00abf223c0c857 = L.circle(
|
|
[45.742912, 4.874315],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d4575d10e45e4f829f7273973a75a1be = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_590d20ac70074906866831652cc3e85d = $(`<div id="html_590d20ac70074906866831652cc3e85d" style="width: 100.0%; height: 100.0%;">186 Avenue Des Freres Lumiere, 69008 Lyon</div>`)[0];
|
|
popup_d4575d10e45e4f829f7273973a75a1be.setContent(html_590d20ac70074906866831652cc3e85d);
|
|
|
|
|
|
circle_a71d16a38f534f76ad00abf223c0c857.bindPopup(popup_d4575d10e45e4f829f7273973a75a1be)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a71d16a38f534f76ad00abf223c0c857.bindTooltip(
|
|
`<div>
|
|
What'S That Food (#743) | n_orders=1956
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_65971154299c4e1ab31b58394e31e9a0 = L.circle(
|
|
[45.74234, 4.8179],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_de076b08dbb64b409fa33c5e994521ed = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_55efc86367a347fa9750416dc0cd3b25 = $(`<div id="html_55efc86367a347fa9750416dc0cd3b25" style="width: 100.0%; height: 100.0%;">14 Quai Antoine Riboud, 69002 Lyon</div>`)[0];
|
|
popup_de076b08dbb64b409fa33c5e994521ed.setContent(html_55efc86367a347fa9750416dc0cd3b25);
|
|
|
|
|
|
circle_65971154299c4e1ab31b58394e31e9a0.bindPopup(popup_de076b08dbb64b409fa33c5e994521ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_65971154299c4e1ab31b58394e31e9a0.bindTooltip(
|
|
`<div>
|
|
Burger And Wine (#751) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_01f72c298b7f428fb451b15b8f581f49 = L.circle(
|
|
[45.760983, 4.849151],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ba9a95b2f7c3401889c5b230e7d1d8e4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0f0ade01ad3a441cae0880c4aa66bbbd = $(`<div id="html_0f0ade01ad3a441cae0880c4aa66bbbd" style="width: 100.0%; height: 100.0%;">85 Rue Moncey, 69003 Lyon</div>`)[0];
|
|
popup_ba9a95b2f7c3401889c5b230e7d1d8e4.setContent(html_0f0ade01ad3a441cae0880c4aa66bbbd);
|
|
|
|
|
|
circle_01f72c298b7f428fb451b15b8f581f49.bindPopup(popup_ba9a95b2f7c3401889c5b230e7d1d8e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_01f72c298b7f428fb451b15b8f581f49.bindTooltip(
|
|
`<div>
|
|
Le Marelie (#752) | n_orders=280
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_59088a6d9a924518ab13ff315f59a9bb = L.circle(
|
|
[45.769295, 4.829542],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_5d1dc071eba44893bac5b866e7e3c6ad = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8a860493e30a4968b011cbbd213f28f9 = $(`<div id="html_8a860493e30a4968b011cbbd213f28f9" style="width: 100.0%; height: 100.0%;">1 Place Fernand Rey, 69001 Lyon</div>`)[0];
|
|
popup_5d1dc071eba44893bac5b866e7e3c6ad.setContent(html_8a860493e30a4968b011cbbd213f28f9);
|
|
|
|
|
|
circle_59088a6d9a924518ab13ff315f59a9bb.bindPopup(popup_5d1dc071eba44893bac5b866e7e3c6ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_59088a6d9a924518ab13ff315f59a9bb.bindTooltip(
|
|
`<div>
|
|
Les Filaos (#753) | n_orders=297
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_79bda5e3e870492abeb7f9ab2a37f679 = L.circle(
|
|
[45.739498, 4.840563],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9cda224b13a64951a6629335d28b568d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9bb4fee55fed46fcafa1e1f660a804ed = $(`<div id="html_9bb4fee55fed46fcafa1e1f660a804ed" style="width: 100.0%; height: 100.0%;">49 Rue De Gerland, 69007 Lyon</div>`)[0];
|
|
popup_9cda224b13a64951a6629335d28b568d.setContent(html_9bb4fee55fed46fcafa1e1f660a804ed);
|
|
|
|
|
|
circle_79bda5e3e870492abeb7f9ab2a37f679.bindPopup(popup_9cda224b13a64951a6629335d28b568d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_79bda5e3e870492abeb7f9ab2a37f679.bindTooltip(
|
|
`<div>
|
|
Sushi And Sushis (#754) | n_orders=818
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bf20684f492d4bbeb63c5cb67f28651d = L.circle(
|
|
[45.75267, 4.858532],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e4a55caa4900482098676eccbe07f292 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_48c24f60990c4c76850a2f98094c332e = $(`<div id="html_48c24f60990c4c76850a2f98094c332e" style="width: 100.0%; height: 100.0%;">1 Rue Philomene Magnin, 69003 Lyon</div>`)[0];
|
|
popup_e4a55caa4900482098676eccbe07f292.setContent(html_48c24f60990c4c76850a2f98094c332e);
|
|
|
|
|
|
circle_bf20684f492d4bbeb63c5cb67f28651d.bindPopup(popup_e4a55caa4900482098676eccbe07f292)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bf20684f492d4bbeb63c5cb67f28651d.bindTooltip(
|
|
`<div>
|
|
Ankka - 3 (#756) | n_orders=96
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cc241a4411e7493ea214d5ca1e26fb44 = L.circle(
|
|
[45.768436, 4.807234],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_b0540b76892f48a783ab3d5986427ca4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_19c166c7573645da8474748b2a886148 = $(`<div id="html_19c166c7573645da8474748b2a886148" style="width: 100.0%; height: 100.0%;">41 Rue Sergent Michel Berthet, 69009 Lyon</div>`)[0];
|
|
popup_b0540b76892f48a783ab3d5986427ca4.setContent(html_19c166c7573645da8474748b2a886148);
|
|
|
|
|
|
circle_cc241a4411e7493ea214d5ca1e26fb44.bindPopup(popup_b0540b76892f48a783ab3d5986427ca4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cc241a4411e7493ea214d5ca1e26fb44.bindTooltip(
|
|
`<div>
|
|
Comptoir 41 (#757) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1e67a2593ab44b7dbbb64a81c0199c0c = L.circle(
|
|
[45.767368, 4.831708],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_83641dd5b7264937ae5576fd93b6cbaa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ef9fcf6701a94150b6d903782625cbb8 = $(`<div id="html_ef9fcf6701a94150b6d903782625cbb8" style="width: 100.0%; height: 100.0%;">16 Rue D'Algerie, 69001 Lyon</div>`)[0];
|
|
popup_83641dd5b7264937ae5576fd93b6cbaa.setContent(html_ef9fcf6701a94150b6d903782625cbb8);
|
|
|
|
|
|
circle_1e67a2593ab44b7dbbb64a81c0199c0c.bindPopup(popup_83641dd5b7264937ae5576fd93b6cbaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1e67a2593ab44b7dbbb64a81c0199c0c.bindTooltip(
|
|
`<div>
|
|
La Marsa (#758) | n_orders=81
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_51ea399c51564dc5835f0fc0ee16442e = L.circle(
|
|
[45.769722, 4.856284],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_b0c711b01f62427b86bc704520f6dece = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a56fefba7c584637b2669d267b229f76 = $(`<div id="html_a56fefba7c584637b2669d267b229f76" style="width: 100.0%; height: 100.0%;">74 Cours Vitton, 69006 Lyon</div>`)[0];
|
|
popup_b0c711b01f62427b86bc704520f6dece.setContent(html_a56fefba7c584637b2669d267b229f76);
|
|
|
|
|
|
circle_51ea399c51564dc5835f0fc0ee16442e.bindPopup(popup_b0c711b01f62427b86bc704520f6dece)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_51ea399c51564dc5835f0fc0ee16442e.bindTooltip(
|
|
`<div>
|
|
Bulgogi (#759) | n_orders=105
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9c4cf5feef574df69b5098b0cf542910 = L.circle(
|
|
[45.778099, 4.839875],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d2265fcef86c41f98852e3fc7fd99c79 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_71da7cbb5be34e688fb08d7394b10203 = $(`<div id="html_71da7cbb5be34e688fb08d7394b10203" style="width: 100.0%; height: 100.0%;">33 Cours D'Herbouville, 69004 Lyon</div>`)[0];
|
|
popup_d2265fcef86c41f98852e3fc7fd99c79.setContent(html_71da7cbb5be34e688fb08d7394b10203);
|
|
|
|
|
|
circle_9c4cf5feef574df69b5098b0cf542910.bindPopup(popup_d2265fcef86c41f98852e3fc7fd99c79)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9c4cf5feef574df69b5098b0cf542910.bindTooltip(
|
|
`<div>
|
|
La Mama S&I (#760) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_78dfa913b44b4599ab61c387f56d391b = L.circle(
|
|
[45.766293, 4.836977],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8bfddaf22e4849b090256768fd849a0c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_abf13e9433944f91afb7a25c4808e31b = $(`<div id="html_abf13e9433944f91afb7a25c4808e31b" style="width: 100.0%; height: 100.0%;">23 Rue Du Bat D'Argent, 69001 Lyon</div>`)[0];
|
|
popup_8bfddaf22e4849b090256768fd849a0c.setContent(html_abf13e9433944f91afb7a25c4808e31b);
|
|
|
|
|
|
circle_78dfa913b44b4599ab61c387f56d391b.bindPopup(popup_8bfddaf22e4849b090256768fd849a0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_78dfa913b44b4599ab61c387f56d391b.bindTooltip(
|
|
`<div>
|
|
Chee Is Thai (#765) | n_orders=947
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2c586bfadd2f43e99e96af6e7035282d = L.circle(
|
|
[45.763474, 4.851713],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_01ae8531e7cc4ebeb801ae3cc1069d00 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_66bce72dd05a4de7a0f0423e77383808 = $(`<div id="html_66bce72dd05a4de7a0f0423e77383808" style="width: 100.0%; height: 100.0%;">122 Cours Lafayette, 69003 Lyon</div>`)[0];
|
|
popup_01ae8531e7cc4ebeb801ae3cc1069d00.setContent(html_66bce72dd05a4de7a0f0423e77383808);
|
|
|
|
|
|
circle_2c586bfadd2f43e99e96af6e7035282d.bindPopup(popup_01ae8531e7cc4ebeb801ae3cc1069d00)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2c586bfadd2f43e99e96af6e7035282d.bindTooltip(
|
|
`<div>
|
|
Pho (#770) | n_orders=993
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5409cdc7f56d48e6bc8bfe830416ac0e = L.circle(
|
|
[45.771313, 4.802999],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9fb80234e8364c979e600c8375f55859 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2ce82c6108e342af8d4b1625ca22867b = $(`<div id="html_2ce82c6108e342af8d4b1625ca22867b" style="width: 100.0%; height: 100.0%;">28 Rue Sergent Michel Berthet, 69009 Lyon</div>`)[0];
|
|
popup_9fb80234e8364c979e600c8375f55859.setContent(html_2ce82c6108e342af8d4b1625ca22867b);
|
|
|
|
|
|
circle_5409cdc7f56d48e6bc8bfe830416ac0e.bindPopup(popup_9fb80234e8364c979e600c8375f55859)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5409cdc7f56d48e6bc8bfe830416ac0e.bindTooltip(
|
|
`<div>
|
|
Delice Croq Caffe (#777) | n_orders=11
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c90ec90a523d4563a5b9475fb820d0b5 = L.circle(
|
|
[45.766903, 4.831781],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_0e48f973426f467f94d980388d2b8a98 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e7493927f0d54831b8bcd9338180afe7 = $(`<div id="html_e7493927f0d54831b8bcd9338180afe7" style="width: 100.0%; height: 100.0%;">14 Rue Constantine, 69001 Lyon</div>`)[0];
|
|
popup_0e48f973426f467f94d980388d2b8a98.setContent(html_e7493927f0d54831b8bcd9338180afe7);
|
|
|
|
|
|
circle_c90ec90a523d4563a5b9475fb820d0b5.bindPopup(popup_0e48f973426f467f94d980388d2b8a98)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c90ec90a523d4563a5b9475fb820d0b5.bindTooltip(
|
|
`<div>
|
|
Le Comptoir Du Poulet (#779) | n_orders=1743
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d97f8673d23c40f2b3fa0c655db049ec = L.circle(
|
|
[45.756767, 4.854007],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_db4ce92b1af1421294c6c82b28367055 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0db73381d7a54b52aee5489e42c90829 = $(`<div id="html_0db73381d7a54b52aee5489e42c90829" style="width: 100.0%; height: 100.0%;">33 Rue Leon Jouhaux, 69003 Lyon</div>`)[0];
|
|
popup_db4ce92b1af1421294c6c82b28367055.setContent(html_0db73381d7a54b52aee5489e42c90829);
|
|
|
|
|
|
circle_d97f8673d23c40f2b3fa0c655db049ec.bindPopup(popup_db4ce92b1af1421294c6c82b28367055)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d97f8673d23c40f2b3fa0c655db049ec.bindTooltip(
|
|
`<div>
|
|
Liban Market (#786) | n_orders=366
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2301a69915234f23b0ad36f9d69f9b44 = L.circle(
|
|
[45.763176, 4.827969],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d6f68130b3c44020ab9e2c85893b783b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3abb82517de64cd59d6bd7139245c535 = $(`<div id="html_3abb82517de64cd59d6bd7139245c535" style="width: 100.0%; height: 100.0%;">6 Place De La Baleine, 69005 Lyon</div>`)[0];
|
|
popup_d6f68130b3c44020ab9e2c85893b783b.setContent(html_3abb82517de64cd59d6bd7139245c535);
|
|
|
|
|
|
circle_2301a69915234f23b0ad36f9d69f9b44.bindPopup(popup_d6f68130b3c44020ab9e2c85893b783b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2301a69915234f23b0ad36f9d69f9b44.bindTooltip(
|
|
`<div>
|
|
Maitre Boeuf (#795) | n_orders=59
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1a53af8541fa4bdc95c11cdd3537fb12 = L.circle(
|
|
[45.770466, 4.860756],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_83921f36b0db42a6880f5668b8349b8a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_334cca9d962f46df84f90217e79d726c = $(`<div id="html_334cca9d962f46df84f90217e79d726c" style="width: 100.0%; height: 100.0%;">89 Cours Vitton, 69006 Villeurbanne</div>`)[0];
|
|
popup_83921f36b0db42a6880f5668b8349b8a.setContent(html_334cca9d962f46df84f90217e79d726c);
|
|
|
|
|
|
circle_1a53af8541fa4bdc95c11cdd3537fb12.bindPopup(popup_83921f36b0db42a6880f5668b8349b8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1a53af8541fa4bdc95c11cdd3537fb12.bindTooltip(
|
|
`<div>
|
|
Restaurants #799, #1603 | n_orders=12643
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b06a99d4a00b412da30dc3855b2bdafb = L.circle(
|
|
[45.762772, 4.83273],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_adb60b0e33b94cd8b978fb3828619a89 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c137f25d08b142b3a6e57555191b03b0 = $(`<div id="html_c137f25d08b142b3a6e57555191b03b0" style="width: 100.0%; height: 100.0%;">41 Rue Merciere, 69002 Lyon</div>`)[0];
|
|
popup_adb60b0e33b94cd8b978fb3828619a89.setContent(html_c137f25d08b142b3a6e57555191b03b0);
|
|
|
|
|
|
circle_b06a99d4a00b412da30dc3855b2bdafb.bindPopup(popup_adb60b0e33b94cd8b978fb3828619a89)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b06a99d4a00b412da30dc3855b2bdafb.bindTooltip(
|
|
`<div>
|
|
Leon De Bruxelles (#806) | n_orders=632
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ea5c99623c034adbb159f02895c6de44 = L.circle(
|
|
[45.76844, 4.835528],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ca90fab4fd47498695b34347ea83b05a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_580cf283c1ba49c0ace69b87a896b17c = $(`<div id="html_580cf283c1ba49c0ace69b87a896b17c" style="width: 100.0%; height: 100.0%;">17 Rue Desiree, 69001 Lyon</div>`)[0];
|
|
popup_ca90fab4fd47498695b34347ea83b05a.setContent(html_580cf283c1ba49c0ace69b87a896b17c);
|
|
|
|
|
|
circle_ea5c99623c034adbb159f02895c6de44.bindPopup(popup_ca90fab4fd47498695b34347ea83b05a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ea5c99623c034adbb159f02895c6de44.bindTooltip(
|
|
`<div>
|
|
Wazza (#812) | n_orders=876
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9551ecb67e184f5b82a5e23b58570e5b = L.circle(
|
|
[45.759083, 4.851807],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_7f08ee51a2134a82941c7d078bf292d3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_916c2506fb194502883177d1562e1131 = $(`<div id="html_916c2506fb194502883177d1562e1131" style="width: 100.0%; height: 100.0%;">202 Rue Garibaldi, 69003 Lyon</div>`)[0];
|
|
popup_7f08ee51a2134a82941c7d078bf292d3.setContent(html_916c2506fb194502883177d1562e1131);
|
|
|
|
|
|
circle_9551ecb67e184f5b82a5e23b58570e5b.bindPopup(popup_7f08ee51a2134a82941c7d078bf292d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9551ecb67e184f5b82a5e23b58570e5b.bindTooltip(
|
|
`<div>
|
|
Le Garibaldi (#818) | n_orders=349
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_012c71de234d4f8382c0b1a44236e3d7 = L.circle(
|
|
[45.735336, 4.837423],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8f194c8ae4254ea5a2bb9a4077e687dc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_27d36b37f4f5433d83f427128038c6a7 = $(`<div id="html_27d36b37f4f5433d83f427128038c6a7" style="width: 100.0%; height: 100.0%;">123 Rue Andre Bollier, 69007 Lyon</div>`)[0];
|
|
popup_8f194c8ae4254ea5a2bb9a4077e687dc.setContent(html_27d36b37f4f5433d83f427128038c6a7);
|
|
|
|
|
|
circle_012c71de234d4f8382c0b1a44236e3d7.bindPopup(popup_8f194c8ae4254ea5a2bb9a4077e687dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_012c71de234d4f8382c0b1a44236e3d7.bindTooltip(
|
|
`<div>
|
|
L'Entracte (#820) | n_orders=97
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6c7b8cd8c7e2473fb7fdd7288ee78df6 = L.circle(
|
|
[45.770851, 4.842841],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_068581a0cdaf47cb9509fba93d6aa799 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_056ab918b9884aa8954043ad05241692 = $(`<div id="html_056ab918b9884aa8954043ad05241692" style="width: 100.0%; height: 100.0%;">17 Rue Sully, 69006 Lyon</div>`)[0];
|
|
popup_068581a0cdaf47cb9509fba93d6aa799.setContent(html_056ab918b9884aa8954043ad05241692);
|
|
|
|
|
|
circle_6c7b8cd8c7e2473fb7fdd7288ee78df6.bindPopup(popup_068581a0cdaf47cb9509fba93d6aa799)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6c7b8cd8c7e2473fb7fdd7288ee78df6.bindTooltip(
|
|
`<div>
|
|
Mont Fuji (#827) | n_orders=268
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e8f2f0e0549843dea1283643ca3f8a94 = L.circle(
|
|
[45.765812, 4.827338],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_aef2a72a5ccb4ff6a5c55e03cdbc5879 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c1391b92c6474174a4fcd5d80a6b0923 = $(`<div id="html_c1391b92c6474174a4fcd5d80a6b0923" style="width: 100.0%; height: 100.0%;">12 Place Saint Paul, 69005 Lyon</div>`)[0];
|
|
popup_aef2a72a5ccb4ff6a5c55e03cdbc5879.setContent(html_c1391b92c6474174a4fcd5d80a6b0923);
|
|
|
|
|
|
circle_e8f2f0e0549843dea1283643ca3f8a94.bindPopup(popup_aef2a72a5ccb4ff6a5c55e03cdbc5879)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e8f2f0e0549843dea1283643ca3f8a94.bindTooltip(
|
|
`<div>
|
|
Taco Taco (#829) | n_orders=3429
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a0fbf7fa78b84e0099b3c8213d4f8058 = L.circle(
|
|
[45.750168, 4.851411],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_b753b8469ba7408dbff0628440356e62 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_05d3e02c9f8b4ca3bde30341d1ef0b4b = $(`<div id="html_05d3e02c9f8b4ca3bde30341d1ef0b4b" style="width: 100.0%; height: 100.0%;">167 Grande Rue De La Guillotiere, 69007 Lyon</div>`)[0];
|
|
popup_b753b8469ba7408dbff0628440356e62.setContent(html_05d3e02c9f8b4ca3bde30341d1ef0b4b);
|
|
|
|
|
|
circle_a0fbf7fa78b84e0099b3c8213d4f8058.bindPopup(popup_b753b8469ba7408dbff0628440356e62)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a0fbf7fa78b84e0099b3c8213d4f8058.bindTooltip(
|
|
`<div>
|
|
Hot Wok (#830) | n_orders=845
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0f01317fd18642e9ab71a64f9796aadd = L.circle(
|
|
[45.736202, 4.833213],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_64182b2d89a24918a6e3a2c954c77ccf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a0c7805f9e004f2cae6f82c474ec3a86 = $(`<div id="html_a0c7805f9e004f2cae6f82c474ec3a86" style="width: 100.0%; height: 100.0%;">21 Rue Simone De Beauvoir, 69007 Lyon</div>`)[0];
|
|
popup_64182b2d89a24918a6e3a2c954c77ccf.setContent(html_a0c7805f9e004f2cae6f82c474ec3a86);
|
|
|
|
|
|
circle_0f01317fd18642e9ab71a64f9796aadd.bindPopup(popup_64182b2d89a24918a6e3a2c954c77ccf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0f01317fd18642e9ab71a64f9796aadd.bindTooltip(
|
|
`<div>
|
|
Tartines E Nous (#834) | n_orders=153
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_937ed21d22aa43939ff04d4fea42922b = L.circle(
|
|
[45.739677, 4.860789],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_fd6492d77a2343dcac366292dc8fca6b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f3d32f6a3e3142ccbf96252fa91fbb2d = $(`<div id="html_f3d32f6a3e3142ccbf96252fa91fbb2d" style="width: 100.0%; height: 100.0%;">255 Avenue Berthelot, 69008 Lyon</div>`)[0];
|
|
popup_fd6492d77a2343dcac366292dc8fca6b.setContent(html_f3d32f6a3e3142ccbf96252fa91fbb2d);
|
|
|
|
|
|
circle_937ed21d22aa43939ff04d4fea42922b.bindPopup(popup_fd6492d77a2343dcac366292dc8fca6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_937ed21d22aa43939ff04d4fea42922b.bindTooltip(
|
|
`<div>
|
|
L'Abbuffata (#835) | n_orders=100
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8a276b47189a468bb586aa79b06d7c68 = L.circle(
|
|
[45.764626, 4.862017],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9d9235d0b11141339bfe01d14996a260 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7892aa60b5034e3ba067efe5d41b37ff = $(`<div id="html_7892aa60b5034e3ba067efe5d41b37ff" style="width: 100.0%; height: 100.0%;">177 Avenue Thiers, 69006 Lyon</div>`)[0];
|
|
popup_9d9235d0b11141339bfe01d14996a260.setContent(html_7892aa60b5034e3ba067efe5d41b37ff);
|
|
|
|
|
|
circle_8a276b47189a468bb586aa79b06d7c68.bindPopup(popup_9d9235d0b11141339bfe01d14996a260)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8a276b47189a468bb586aa79b06d7c68.bindTooltip(
|
|
`<div>
|
|
Ankka - 6 (#837) | n_orders=108
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3288678e0b8944108133854d94a410de = L.circle(
|
|
[45.768791, 4.848078],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_150d302698e74077b3a3de9b2572f935 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5b05a02b40fb4267ba89acb1e23d9fab = $(`<div id="html_5b05a02b40fb4267ba89acb1e23d9fab" style="width: 100.0%; height: 100.0%;">74 Rue Garibaldi, 69006 Lyon</div>`)[0];
|
|
popup_150d302698e74077b3a3de9b2572f935.setContent(html_5b05a02b40fb4267ba89acb1e23d9fab);
|
|
|
|
|
|
circle_3288678e0b8944108133854d94a410de.bindPopup(popup_150d302698e74077b3a3de9b2572f935)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3288678e0b8944108133854d94a410de.bindTooltip(
|
|
`<div>
|
|
Croquant Feuille (#838) | n_orders=31
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2bed8ee70849434aad06b67ad1bc7a33 = L.circle(
|
|
[45.751701, 4.82448],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_0f83dd3694cb41f1bd08bb8a90d00ac1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2a37752bb8c04b5682dfeff89ac1e63a = $(`<div id="html_2a37752bb8c04b5682dfeff89ac1e63a" style="width: 100.0%; height: 100.0%;">1 Rue General Plessier, 69002 Lyon</div>`)[0];
|
|
popup_0f83dd3694cb41f1bd08bb8a90d00ac1.setContent(html_2a37752bb8c04b5682dfeff89ac1e63a);
|
|
|
|
|
|
circle_2bed8ee70849434aad06b67ad1bc7a33.bindPopup(popup_0f83dd3694cb41f1bd08bb8a90d00ac1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2bed8ee70849434aad06b67ad1bc7a33.bindTooltip(
|
|
`<div>
|
|
Les Trois Royaumes (#841) | n_orders=176
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4a55b8e99fe442f99821f2c2d467a082 = L.circle(
|
|
[45.751842, 4.865743],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9a72b7f3d113427bbf2dd89b67c6076e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1fada27047d748b7acd16a294c34870f = $(`<div id="html_1fada27047d748b7acd16a294c34870f" style="width: 100.0%; height: 100.0%;">38 Rue Du Dauphine, 69003 Lyon</div>`)[0];
|
|
popup_9a72b7f3d113427bbf2dd89b67c6076e.setContent(html_1fada27047d748b7acd16a294c34870f);
|
|
|
|
|
|
circle_4a55b8e99fe442f99821f2c2d467a082.bindPopup(popup_9a72b7f3d113427bbf2dd89b67c6076e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4a55b8e99fe442f99821f2c2d467a082.bindTooltip(
|
|
`<div>
|
|
Layali Beyrouth (#848) | n_orders=650
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1ce56c8384ab45cfb33fc084c18bcd13 = L.circle(
|
|
[45.75753, 4.840637],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_32c5dae160454297b6f59f5004dc9e29 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b8c15c4d30b54828adf9471c2be81b13 = $(`<div id="html_b8c15c4d30b54828adf9471c2be81b13" style="width: 100.0%; height: 100.0%;">Quai Victor Augagneur, 69003 Lyon</div>`)[0];
|
|
popup_32c5dae160454297b6f59f5004dc9e29.setContent(html_b8c15c4d30b54828adf9471c2be81b13);
|
|
|
|
|
|
circle_1ce56c8384ab45cfb33fc084c18bcd13.bindPopup(popup_32c5dae160454297b6f59f5004dc9e29)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1ce56c8384ab45cfb33fc084c18bcd13.bindTooltip(
|
|
`<div>
|
|
Le Van A Burgers Augagneur (#857) | n_orders=47
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9ebc07d172eb4e989bce267a339754af = L.circle(
|
|
[45.75753, 4.864619],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a5347fa7a1f7450aa47b250d83ba5318 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2705aaee93eb42d2a6bac0a0ba13d1f8 = $(`<div id="html_2705aaee93eb42d2a6bac0a0ba13d1f8" style="width: 100.0%; height: 100.0%;">Rue Gabillot, 69003 Lyon</div>`)[0];
|
|
popup_a5347fa7a1f7450aa47b250d83ba5318.setContent(html_2705aaee93eb42d2a6bac0a0ba13d1f8);
|
|
|
|
|
|
circle_9ebc07d172eb4e989bce267a339754af.bindPopup(popup_a5347fa7a1f7450aa47b250d83ba5318)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9ebc07d172eb4e989bce267a339754af.bindTooltip(
|
|
`<div>
|
|
Le Van A Burgers Part Dieu (#865) | n_orders=17
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bed67f346bcd429ea52c0c50b54d04c1 = L.circle(
|
|
[45.750629, 4.845734],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ddc609b1d66449f5973c3641194e06c2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5459b47ae67e4dfe94502f545e44c0be = $(`<div id="html_5459b47ae67e4dfe94502f545e44c0be" style="width: 100.0%; height: 100.0%;">96 Rue Montesquieu, 69007 Lyon</div>`)[0];
|
|
popup_ddc609b1d66449f5973c3641194e06c2.setContent(html_5459b47ae67e4dfe94502f545e44c0be);
|
|
|
|
|
|
circle_bed67f346bcd429ea52c0c50b54d04c1.bindPopup(popup_ddc609b1d66449f5973c3641194e06c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bed67f346bcd429ea52c0c50b54d04c1.bindTooltip(
|
|
`<div>
|
|
Kaya (#868) | n_orders=456
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e2efa9f469ab49a3906ee2c8fc06f263 = L.circle(
|
|
[45.765415, 4.883833],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f43ad417876f4724924f319ae2f3b179 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a43034af465e43f190d34a69c667faed = $(`<div id="html_a43034af465e43f190d34a69c667faed" style="width: 100.0%; height: 100.0%;">51 Rue Paul Lafargue, 69100 Villeurbanne</div>`)[0];
|
|
popup_f43ad417876f4724924f319ae2f3b179.setContent(html_a43034af465e43f190d34a69c667faed);
|
|
|
|
|
|
circle_e2efa9f469ab49a3906ee2c8fc06f263.bindPopup(popup_f43ad417876f4724924f319ae2f3b179)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e2efa9f469ab49a3906ee2c8fc06f263.bindTooltip(
|
|
`<div>
|
|
L'Instinct Gourmand (#870) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_755ed675c2894f0186be219c9225bed4 = L.circle(
|
|
[45.779572, 4.832982],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_056990a65df94810888f5b96dc853a7a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c556ef52d7a24f89be103f0db0e36ed9 = $(`<div id="html_c556ef52d7a24f89be103f0db0e36ed9" style="width: 100.0%; height: 100.0%;">9 Rue Pailleron, 69004 Lyon</div>`)[0];
|
|
popup_056990a65df94810888f5b96dc853a7a.setContent(html_c556ef52d7a24f89be103f0db0e36ed9);
|
|
|
|
|
|
circle_755ed675c2894f0186be219c9225bed4.bindPopup(popup_056990a65df94810888f5b96dc853a7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_755ed675c2894f0186be219c9225bed4.bindTooltip(
|
|
`<div>
|
|
Le Pailleron (#874) | n_orders=248
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_20b6f3782576442285f94cdd8f786fc3 = L.circle(
|
|
[45.76033, 4.831151],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_838154e702844396a2fc0f33f104b3ea = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fb20a7dd8b7f455fa6d4cb85e87f775d = $(`<div id="html_fb20a7dd8b7f455fa6d4cb85e87f775d" style="width: 100.0%; height: 100.0%;">3 Rue Charles Dullin, 69002 Lyon</div>`)[0];
|
|
popup_838154e702844396a2fc0f33f104b3ea.setContent(html_fb20a7dd8b7f455fa6d4cb85e87f775d);
|
|
|
|
|
|
circle_20b6f3782576442285f94cdd8f786fc3.bindPopup(popup_838154e702844396a2fc0f33f104b3ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_20b6f3782576442285f94cdd8f786fc3.bindTooltip(
|
|
`<div>
|
|
Le Pekin (#879) | n_orders=336
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a815df4d51eb4ef0ba0807a6ecb11913 = L.circle(
|
|
[45.765575, 4.834687],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_908e6dd3212b4e358cd89cb08ccbc8f0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4775af4154114491baa292d665f165f8 = $(`<div id="html_4775af4154114491baa292d665f165f8" style="width: 100.0%; height: 100.0%;">4 Rue Mulet, 69001 Lyon</div>`)[0];
|
|
popup_908e6dd3212b4e358cd89cb08ccbc8f0.setContent(html_4775af4154114491baa292d665f165f8);
|
|
|
|
|
|
circle_a815df4d51eb4ef0ba0807a6ecb11913.bindPopup(popup_908e6dd3212b4e358cd89cb08ccbc8f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a815df4d51eb4ef0ba0807a6ecb11913.bindTooltip(
|
|
`<div>
|
|
Cocoo Thai (#880) | n_orders=1043
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_61d2e2d2d10c41088166689d44fccb19 = L.circle(
|
|
[45.761856, 4.832985],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9d78133b46334da7bcc7aca5b07e5fe3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_efd16ef2bb8748c298695e6429532085 = $(`<div id="html_efd16ef2bb8748c298695e6429532085" style="width: 100.0%; height: 100.0%;">61 Rue Merciere, 69002 Lyon</div>`)[0];
|
|
popup_9d78133b46334da7bcc7aca5b07e5fe3.setContent(html_efd16ef2bb8748c298695e6429532085);
|
|
|
|
|
|
circle_61d2e2d2d10c41088166689d44fccb19.bindPopup(popup_9d78133b46334da7bcc7aca5b07e5fe3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_61d2e2d2d10c41088166689d44fccb19.bindTooltip(
|
|
`<div>
|
|
Best Bagels (#886) | n_orders=3146
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aa595cd789df47029b6189a6447aab3f = L.circle(
|
|
[45.742229, 4.821039],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_cf9b72f667c24d0bada21fddcdb50d5f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8b783f3a45604b8ba682d867f6487464 = $(`<div id="html_8b783f3a45604b8ba682d867f6487464" style="width: 100.0%; height: 100.0%;">16 Rue Casimir Perier, 69002 Lyon</div>`)[0];
|
|
popup_cf9b72f667c24d0bada21fddcdb50d5f.setContent(html_8b783f3a45604b8ba682d867f6487464);
|
|
|
|
|
|
circle_aa595cd789df47029b6189a6447aab3f.bindPopup(popup_cf9b72f667c24d0bada21fddcdb50d5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aa595cd789df47029b6189a6447aab3f.bindTooltip(
|
|
`<div>
|
|
Ti Amo Maria (#893) | n_orders=17
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2aaeb08211384d6e83e5b94cfc0e4372 = L.circle(
|
|
[45.748402, 4.838409],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_4df344afb9aa43d299156390444d2bc7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ad088becb5394e02b17ffc464d8824d3 = $(`<div id="html_ad088becb5394e02b17ffc464d8824d3" style="width: 100.0%; height: 100.0%;">88 Rue Bechevelin, 69007 Lyon</div>`)[0];
|
|
popup_4df344afb9aa43d299156390444d2bc7.setContent(html_ad088becb5394e02b17ffc464d8824d3);
|
|
|
|
|
|
circle_2aaeb08211384d6e83e5b94cfc0e4372.bindPopup(popup_4df344afb9aa43d299156390444d2bc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2aaeb08211384d6e83e5b94cfc0e4372.bindTooltip(
|
|
`<div>
|
|
Bento House (#895) | n_orders=55
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fcd09766b8d54499ba1e26bf6fb30023 = L.circle(
|
|
[45.753345, 4.822592],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_3f5d01df9c554ead9b6d58cc36937d4e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_29e4ab8a8b7441b88d6825cb707ca1a0 = $(`<div id="html_29e4ab8a8b7441b88d6825cb707ca1a0" style="width: 100.0%; height: 100.0%;">9 Rue De La Quarantaine, 69005 Lyon</div>`)[0];
|
|
popup_3f5d01df9c554ead9b6d58cc36937d4e.setContent(html_29e4ab8a8b7441b88d6825cb707ca1a0);
|
|
|
|
|
|
circle_fcd09766b8d54499ba1e26bf6fb30023.bindPopup(popup_3f5d01df9c554ead9b6d58cc36937d4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fcd09766b8d54499ba1e26bf6fb30023.bindTooltip(
|
|
`<div>
|
|
Carre Saone (#896) | n_orders=191
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_45273f3ae6784e1e906b21178298ffa0 = L.circle(
|
|
[45.762913, 4.835378],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6e75823b58504766914510354a8546b7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2d9bf5511603420688731acd69733eab = $(`<div id="html_2d9bf5511603420688731acd69733eab" style="width: 100.0%; height: 100.0%;">10 Rue Du Palais Grillet, 69002 Lyon</div>`)[0];
|
|
popup_6e75823b58504766914510354a8546b7.setContent(html_2d9bf5511603420688731acd69733eab);
|
|
|
|
|
|
circle_45273f3ae6784e1e906b21178298ffa0.bindPopup(popup_6e75823b58504766914510354a8546b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_45273f3ae6784e1e906b21178298ffa0.bindTooltip(
|
|
`<div>
|
|
Ramen Shop (#900) | n_orders=880
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_14586f406718454f80cb7f1f8b94a9e4 = L.circle(
|
|
[45.76849, 4.861352],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_acf25701d13542ecaa8562010e10084b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c29d4ab3cc794f4c885fb176e7ae8f0a = $(`<div id="html_c29d4ab3cc794f4c885fb176e7ae8f0a" style="width: 100.0%; height: 100.0%;">158 Avenue Thiers, 69006 Lyon</div>`)[0];
|
|
popup_acf25701d13542ecaa8562010e10084b.setContent(html_c29d4ab3cc794f4c885fb176e7ae8f0a);
|
|
|
|
|
|
circle_14586f406718454f80cb7f1f8b94a9e4.bindPopup(popup_acf25701d13542ecaa8562010e10084b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_14586f406718454f80cb7f1f8b94a9e4.bindTooltip(
|
|
`<div>
|
|
Baya Plancha (#904) | n_orders=99
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fd086108011f4ba592f64aef0a0e6b18 = L.circle(
|
|
[45.769455, 4.863159],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_173ec17073e64ff09fc0efba65dfeac8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8d50a20205e54c64b60d65b4736b9e11 = $(`<div id="html_8d50a20205e54c64b60d65b4736b9e11" style="width: 100.0%; height: 100.0%;">15 Rue Bellecombe, 69100 Villeurbanne</div>`)[0];
|
|
popup_173ec17073e64ff09fc0efba65dfeac8.setContent(html_8d50a20205e54c64b60d65b4736b9e11);
|
|
|
|
|
|
circle_fd086108011f4ba592f64aef0a0e6b18.bindPopup(popup_173ec17073e64ff09fc0efba65dfeac8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fd086108011f4ba592f64aef0a0e6b18.bindTooltip(
|
|
`<div>
|
|
Delices D'Asie (#905) | n_orders=866
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a38b088c02184a5fa79087edf8000589 = L.circle(
|
|
[45.754826, 4.82992],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f255eed862854279a331525dedba1826 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d739f85fe7854b949fa0be291d7165d8 = $(`<div id="html_d739f85fe7854b949fa0be291d7165d8" style="width: 100.0%; height: 100.0%;">26 Rue Victor Hugo, 69002 Lyon</div>`)[0];
|
|
popup_f255eed862854279a331525dedba1826.setContent(html_d739f85fe7854b949fa0be291d7165d8);
|
|
|
|
|
|
circle_a38b088c02184a5fa79087edf8000589.bindPopup(popup_f255eed862854279a331525dedba1826)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a38b088c02184a5fa79087edf8000589.bindTooltip(
|
|
`<div>
|
|
Phyllo (#910) | n_orders=56
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4af0f491114f4525aca8c5f45a0d3613 = L.circle(
|
|
[45.76157, 4.881739],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_528c7ab05dda4ee8a185fd458b33e2e7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dd0f4934f05841138a89f7d655972bbd = $(`<div id="html_dd0f4934f05841138a89f7d655972bbd" style="width: 100.0%; height: 100.0%;">122 Cours Tolstoi, 69100 Lyon</div>`)[0];
|
|
popup_528c7ab05dda4ee8a185fd458b33e2e7.setContent(html_dd0f4934f05841138a89f7d655972bbd);
|
|
|
|
|
|
circle_4af0f491114f4525aca8c5f45a0d3613.bindPopup(popup_528c7ab05dda4ee8a185fd458b33e2e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4af0f491114f4525aca8c5f45a0d3613.bindTooltip(
|
|
`<div>
|
|
Shike (#912) | n_orders=1834
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a3313c46a2924f418f6bee0c76e6a53c = L.circle(
|
|
[45.771652, 4.805531],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_5e8bb9e9fe5e4fb587a8f219115771e5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1757f89c9eaa4ddf8891e1452f89af62 = $(`<div id="html_1757f89c9eaa4ddf8891e1452f89af62" style="width: 100.0%; height: 100.0%;">35 Rue Sergent Michel Berthet, 69009 Lyon</div>`)[0];
|
|
popup_5e8bb9e9fe5e4fb587a8f219115771e5.setContent(html_1757f89c9eaa4ddf8891e1452f89af62);
|
|
|
|
|
|
circle_a3313c46a2924f418f6bee0c76e6a53c.bindPopup(popup_5e8bb9e9fe5e4fb587a8f219115771e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a3313c46a2924f418f6bee0c76e6a53c.bindTooltip(
|
|
`<div>
|
|
Yamato (#914) | n_orders=178
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e55658e257af4611bd59a8781abdc7fb = L.circle(
|
|
[45.766273, 4.836825],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_965f27c132324067a75fbe945aa65327 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4b68222d6c3945bcb51be412259a9887 = $(`<div id="html_4b68222d6c3945bcb51be412259a9887" style="width: 100.0%; height: 100.0%;">21 Rue Du Bat D'Argent, 21 Rue De Garet, 69001 Lyon</div>`)[0];
|
|
popup_965f27c132324067a75fbe945aa65327.setContent(html_4b68222d6c3945bcb51be412259a9887);
|
|
|
|
|
|
circle_e55658e257af4611bd59a8781abdc7fb.bindPopup(popup_965f27c132324067a75fbe945aa65327)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e55658e257af4611bd59a8781abdc7fb.bindTooltip(
|
|
`<div>
|
|
L'Allegria Tre (#916) | n_orders=926
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_07e85a1ac9634cdeadbe62c0692cec9f = L.circle(
|
|
[45.759682, 4.891759],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2d77e9f1def041408bba879b823db15b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_78c1430eca9d4fa6b09c32d6c2b45249 = $(`<div id="html_78c1430eca9d4fa6b09c32d6c2b45249" style="width: 100.0%; height: 100.0%;">9 Rue Leon Blum, 69100 Lyon</div>`)[0];
|
|
popup_2d77e9f1def041408bba879b823db15b.setContent(html_78c1430eca9d4fa6b09c32d6c2b45249);
|
|
|
|
|
|
circle_07e85a1ac9634cdeadbe62c0692cec9f.bindPopup(popup_2d77e9f1def041408bba879b823db15b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_07e85a1ac9634cdeadbe62c0692cec9f.bindTooltip(
|
|
`<div>
|
|
Guang Zhou (#926) | n_orders=997
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_88c090c95f33404aaccbcc214e34d004 = L.circle(
|
|
[45.753132, 4.832054],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_15799e62b62d4530b4f4f3f23ae227f6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_916f3eccba1e47d8aeacf32aeae11c8a = $(`<div id="html_916f3eccba1e47d8aeacf32aeae11c8a" style="width: 100.0%; height: 100.0%;">4 Rue Fleurieu, 69002 Lyon</div>`)[0];
|
|
popup_15799e62b62d4530b4f4f3f23ae227f6.setContent(html_916f3eccba1e47d8aeacf32aeae11c8a);
|
|
|
|
|
|
circle_88c090c95f33404aaccbcc214e34d004.bindPopup(popup_15799e62b62d4530b4f4f3f23ae227f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_88c090c95f33404aaccbcc214e34d004.bindTooltip(
|
|
`<div>
|
|
Momento Saporini E Vini (#931) | n_orders=58
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8f0ab7c4d183483782b0f2466d8f55f4 = L.circle(
|
|
[45.766357, 4.827489],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_05986a7f418648bc95f0616da7af5f59 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b5cb9507d36f4029a50d4c21fac32778 = $(`<div id="html_b5cb9507d36f4029a50d4c21fac32778" style="width: 100.0%; height: 100.0%;">9 Place Saint Paul, 69005 Lyon</div>`)[0];
|
|
popup_05986a7f418648bc95f0616da7af5f59.setContent(html_b5cb9507d36f4029a50d4c21fac32778);
|
|
|
|
|
|
circle_8f0ab7c4d183483782b0f2466d8f55f4.bindPopup(popup_05986a7f418648bc95f0616da7af5f59)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8f0ab7c4d183483782b0f2466d8f55f4.bindTooltip(
|
|
`<div>
|
|
Sushy'Dee (#934) | n_orders=816
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4dece7fa29ab4256b4e95ac1a83e9b5b = L.circle(
|
|
[45.770256, 4.858859],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d6aa168354fb40009ebd115bc1fd9633 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c34d45be5bfb4de08c64ff477459848a = $(`<div id="html_c34d45be5bfb4de08c64ff477459848a" style="width: 100.0%; height: 100.0%;">77 Cours Vitton, 69006 Lyon</div>`)[0];
|
|
popup_d6aa168354fb40009ebd115bc1fd9633.setContent(html_c34d45be5bfb4de08c64ff477459848a);
|
|
|
|
|
|
circle_4dece7fa29ab4256b4e95ac1a83e9b5b.bindPopup(popup_d6aa168354fb40009ebd115bc1fd9633)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4dece7fa29ab4256b4e95ac1a83e9b5b.bindTooltip(
|
|
`<div>
|
|
La Boutique Nos Bons Plats (#939) | n_orders=676
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5395f6ae422b4d03bcbf06bf8c6be43f = L.circle(
|
|
[45.775932, 4.800456],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_71b949a98e8640df846f718eaf5c0268 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0f4494b985304752892424826123ba9c = $(`<div id="html_0f4494b985304752892424826123ba9c" style="width: 100.0%; height: 100.0%;">69 Rue Marietton, 69009 Lyon</div>`)[0];
|
|
popup_71b949a98e8640df846f718eaf5c0268.setContent(html_0f4494b985304752892424826123ba9c);
|
|
|
|
|
|
circle_5395f6ae422b4d03bcbf06bf8c6be43f.bindPopup(popup_71b949a98e8640df846f718eaf5c0268)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5395f6ae422b4d03bcbf06bf8c6be43f.bindTooltip(
|
|
`<div>
|
|
Izakaya Home (#953) | n_orders=190
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b2feb896428b495798ad1f3e03c42c0f = L.circle(
|
|
[45.76865, 4.835001],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_30ca77fa16ae4e57a9ae5cbe43aabc51 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1283f455f0264574808df3bbe491459e = $(`<div id="html_1283f455f0264574808df3bbe491459e" style="width: 100.0%; height: 100.0%;">7 Rue Desiree, 69001 Lyon</div>`)[0];
|
|
popup_30ca77fa16ae4e57a9ae5cbe43aabc51.setContent(html_1283f455f0264574808df3bbe491459e);
|
|
|
|
|
|
circle_b2feb896428b495798ad1f3e03c42c0f.bindPopup(popup_30ca77fa16ae4e57a9ae5cbe43aabc51)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b2feb896428b495798ad1f3e03c42c0f.bindTooltip(
|
|
`<div>
|
|
Le Temps Du Riz (#956) | n_orders=830
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_039303d5ca814fee98afbf8a4ce4d246 = L.circle(
|
|
[45.731915, 4.828918],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_4efef0adb3f642f697eae2176359d2b7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8a7030a968fa4d29bb682fda9cc47872 = $(`<div id="html_8a7030a968fa4d29bb682fda9cc47872" style="width: 100.0%; height: 100.0%;">29 Avenue Debourg, 69007 Lyon</div>`)[0];
|
|
popup_4efef0adb3f642f697eae2176359d2b7.setContent(html_8a7030a968fa4d29bb682fda9cc47872);
|
|
|
|
|
|
circle_039303d5ca814fee98afbf8a4ce4d246.bindPopup(popup_4efef0adb3f642f697eae2176359d2b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_039303d5ca814fee98afbf8a4ce4d246.bindTooltip(
|
|
`<div>
|
|
Brasserie Debourg (#962) | n_orders=13
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ee01f59cf76d4d0f81b953e13e1621b8 = L.circle(
|
|
[45.756992, 4.857958],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_bef79eb69dfb4243afeb9e7e47571620 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_42613e44fe7b4de1a7d89a711f250d57 = $(`<div id="html_42613e44fe7b4de1a7d89a711f250d57" style="width: 100.0%; height: 100.0%;">162 Rue Paul Bert, 69003 Lyon</div>`)[0];
|
|
popup_bef79eb69dfb4243afeb9e7e47571620.setContent(html_42613e44fe7b4de1a7d89a711f250d57);
|
|
|
|
|
|
circle_ee01f59cf76d4d0f81b953e13e1621b8.bindPopup(popup_bef79eb69dfb4243afeb9e7e47571620)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ee01f59cf76d4d0f81b953e13e1621b8.bindTooltip(
|
|
`<div>
|
|
Restaurants #967, #1337 | n_orders=306
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_90a6ee2382404e07b7be395b34a892a9 = L.circle(
|
|
[45.765747, 4.842548],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9cf0c6d5ebfa4be59855b3fa1413144d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8d7ec2649ef841b988728bb7cb3123d2 = $(`<div id="html_8d7ec2649ef841b988728bb7cb3123d2" style="width: 100.0%; height: 100.0%;">33 Rue Moliere, 69006 Lyon</div>`)[0];
|
|
popup_9cf0c6d5ebfa4be59855b3fa1413144d.setContent(html_8d7ec2649ef841b988728bb7cb3123d2);
|
|
|
|
|
|
circle_90a6ee2382404e07b7be395b34a892a9.bindPopup(popup_9cf0c6d5ebfa4be59855b3fa1413144d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_90a6ee2382404e07b7be395b34a892a9.bindTooltip(
|
|
`<div>
|
|
Le Phenicia (#973) | n_orders=15
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0155323c2f13429ca65425c25b4327be = L.circle(
|
|
[45.762115, 4.832673],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_24708947d33c4f889ad8ac0064734875 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_28accd4afa2f44f3b30a23859fe3ab6a = $(`<div id="html_28accd4afa2f44f3b30a23859fe3ab6a" style="width: 100.0%; height: 100.0%;">2 Rue De La Monnaie, 69002 Lyon</div>`)[0];
|
|
popup_24708947d33c4f889ad8ac0064734875.setContent(html_28accd4afa2f44f3b30a23859fe3ab6a);
|
|
|
|
|
|
circle_0155323c2f13429ca65425c25b4327be.bindPopup(popup_24708947d33c4f889ad8ac0064734875)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0155323c2f13429ca65425c25b4327be.bindTooltip(
|
|
`<div>
|
|
L'Epicerie (#975) | n_orders=170
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a2c4513338124075a43655902512c6ee = L.circle(
|
|
[45.766052, 4.826315],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ba070bdede2a48f793596e779fc2f7e6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2125515f36b6421f83e69a831d9702a0 = $(`<div id="html_2125515f36b6421f83e69a831d9702a0" style="width: 100.0%; height: 100.0%;">16 Quai De Bondy, 69005 Lyon</div>`)[0];
|
|
popup_ba070bdede2a48f793596e779fc2f7e6.setContent(html_2125515f36b6421f83e69a831d9702a0);
|
|
|
|
|
|
circle_a2c4513338124075a43655902512c6ee.bindPopup(popup_ba070bdede2a48f793596e779fc2f7e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a2c4513338124075a43655902512c6ee.bindTooltip(
|
|
`<div>
|
|
Nambo (#979) | n_orders=474
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f2787ec178f94b81804b51f2bc04b684 = L.circle(
|
|
[45.768211, 4.798356],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_58e6ec80fe7149b9bd988275ea79ccc5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0724e03807bc43b5b5bc488d47733eb7 = $(`<div id="html_0724e03807bc43b5b5bc488d47733eb7" style="width: 100.0%; height: 100.0%;">36 Avenue Joannes Masset, 69009 Lyon</div>`)[0];
|
|
popup_58e6ec80fe7149b9bd988275ea79ccc5.setContent(html_0724e03807bc43b5b5bc488d47733eb7);
|
|
|
|
|
|
circle_f2787ec178f94b81804b51f2bc04b684.bindPopup(popup_58e6ec80fe7149b9bd988275ea79ccc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f2787ec178f94b81804b51f2bc04b684.bindTooltip(
|
|
`<div>
|
|
Nakamal (#989) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e0ea421119614ea8b175f283d55aa560 = L.circle(
|
|
[45.77615, 4.861417],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_37f2741ae7ab4e3da39aced70f2c6e36 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_697b70d6e52a46b9bfb3acd5bd14277c = $(`<div id="html_697b70d6e52a46b9bfb3acd5bd14277c" style="width: 100.0%; height: 100.0%;">2 Allee Henri Georges Clouzot, 69100 Villeurbanne</div>`)[0];
|
|
popup_37f2741ae7ab4e3da39aced70f2c6e36.setContent(html_697b70d6e52a46b9bfb3acd5bd14277c);
|
|
|
|
|
|
circle_e0ea421119614ea8b175f283d55aa560.bindPopup(popup_37f2741ae7ab4e3da39aced70f2c6e36)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e0ea421119614ea8b175f283d55aa560.bindTooltip(
|
|
`<div>
|
|
Denise And Marius (#992) | n_orders=371
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7f8659f05c26450f99529a4390a882d2 = L.circle(
|
|
[45.759407, 4.842523],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2a045dedec9b45a79c008ac6de31444d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f7f621c6f30f4d2fb47e600a5b04a716 = $(`<div id="html_f7f621c6f30f4d2fb47e600a5b04a716" style="width: 100.0%; height: 100.0%;">39 Cours De La Liberte, 69003 Lyon</div>`)[0];
|
|
popup_2a045dedec9b45a79c008ac6de31444d.setContent(html_f7f621c6f30f4d2fb47e600a5b04a716);
|
|
|
|
|
|
circle_7f8659f05c26450f99529a4390a882d2.bindPopup(popup_2a045dedec9b45a79c008ac6de31444d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7f8659f05c26450f99529a4390a882d2.bindTooltip(
|
|
`<div>
|
|
Brasserie De L'Enregistrement (#993) | n_orders=52
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bfb1910a3a1141fcbb411665d63a24bf = L.circle(
|
|
[45.73127, 4.831833],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_aa40412460ca47d4a5f5e76932505ed4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9b503d7d7bd947a3ba1fcfe944c55497 = $(`<div id="html_9b503d7d7bd947a3ba1fcfe944c55497" style="width: 100.0%; height: 100.0%;">76 Avenue Debourg, 69007 Lyon</div>`)[0];
|
|
popup_aa40412460ca47d4a5f5e76932505ed4.setContent(html_9b503d7d7bd947a3ba1fcfe944c55497);
|
|
|
|
|
|
circle_bfb1910a3a1141fcbb411665d63a24bf.bindPopup(popup_aa40412460ca47d4a5f5e76932505ed4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bfb1910a3a1141fcbb411665d63a24bf.bindTooltip(
|
|
`<div>
|
|
Le Sous Marin Jaune (#998) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6fe389e7f5c94c3a81588df981f236cb = L.circle(
|
|
[45.763412, 4.850314],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_23df6d193f1c4da48422f967f795ab51 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_760c99d67aa847dfb6a8f574bfee51db = $(`<div id="html_760c99d67aa847dfb6a8f574bfee51db" style="width: 100.0%; height: 100.0%;">102 Cours Lafayette, 69003 Lyon</div>`)[0];
|
|
popup_23df6d193f1c4da48422f967f795ab51.setContent(html_760c99d67aa847dfb6a8f574bfee51db);
|
|
|
|
|
|
circle_6fe389e7f5c94c3a81588df981f236cb.bindPopup(popup_23df6d193f1c4da48422f967f795ab51)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6fe389e7f5c94c3a81588df981f236cb.bindTooltip(
|
|
`<div>
|
|
Aoc Les Halles (#1000) | n_orders=51
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8f71b49b1a424400b735922aa7857743 = L.circle(
|
|
[45.759071, 4.830832],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_4101fafe417b4b14a4bde87b06e391ab = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d1efff41975e467a8e15e7903117c85d = $(`<div id="html_d1efff41975e467a8e15e7903117c85d" style="width: 100.0%; height: 100.0%;">1 Place Bellecour, 69002 Lyon</div>`)[0];
|
|
popup_4101fafe417b4b14a4bde87b06e391ab.setContent(html_d1efff41975e467a8e15e7903117c85d);
|
|
|
|
|
|
circle_8f71b49b1a424400b735922aa7857743.bindPopup(popup_4101fafe417b4b14a4bde87b06e391ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8f71b49b1a424400b735922aa7857743.bindTooltip(
|
|
`<div>
|
|
In Cuisine (#1002) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_63878827398541f193739aaba094c199 = L.circle(
|
|
[45.762936, 4.849918],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_40708e5954dc4303a70913a9a7945cff = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f77f6a5f374a45e8800132d39a5ed7a0 = $(`<div id="html_f77f6a5f374a45e8800132d39a5ed7a0" style="width: 100.0%; height: 100.0%;">152 Bis Rue Moncey, 69003 Lyon</div>`)[0];
|
|
popup_40708e5954dc4303a70913a9a7945cff.setContent(html_f77f6a5f374a45e8800132d39a5ed7a0);
|
|
|
|
|
|
circle_63878827398541f193739aaba094c199.bindPopup(popup_40708e5954dc4303a70913a9a7945cff)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_63878827398541f193739aaba094c199.bindTooltip(
|
|
`<div>
|
|
City Bar (#1005) | n_orders=43
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_02efe42846c447e78d31455946a5e77f = L.circle(
|
|
[45.76564, 4.836315],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6b0a7b92e39a4f37949165d3a8848f81 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a1bea3974b884ca084b774feb653f32e = $(`<div id="html_a1bea3974b884ca084b774feb653f32e" style="width: 100.0%; height: 100.0%;">20 Rue Mulet, 69001 Lyon</div>`)[0];
|
|
popup_6b0a7b92e39a4f37949165d3a8848f81.setContent(html_a1bea3974b884ca084b774feb653f32e);
|
|
|
|
|
|
circle_02efe42846c447e78d31455946a5e77f.bindPopup(popup_6b0a7b92e39a4f37949165d3a8848f81)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_02efe42846c447e78d31455946a5e77f.bindTooltip(
|
|
`<div>
|
|
Hua Yuan Xuan (#1006) | n_orders=87
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4511d908cc4b48749ca5a434ca888c84 = L.circle(
|
|
[45.756519, 4.83472],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e762d15e584f492d97f03ded385f933d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_280007014f454fdb943cfbf4b9443d2c = $(`<div id="html_280007014f454fdb943cfbf4b9443d2c" style="width: 100.0%; height: 100.0%;">5 Place Antonin Poncet, 69002 Lyon</div>`)[0];
|
|
popup_e762d15e584f492d97f03ded385f933d.setContent(html_280007014f454fdb943cfbf4b9443d2c);
|
|
|
|
|
|
circle_4511d908cc4b48749ca5a434ca888c84.bindPopup(popup_e762d15e584f492d97f03ded385f933d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4511d908cc4b48749ca5a434ca888c84.bindTooltip(
|
|
`<div>
|
|
Ed'S Original (#1010) | n_orders=167
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_64fb2528a5874e7b88feb1d803b2682f = L.circle(
|
|
[45.768421, 4.896648],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_646ddb7c31d64e3996bd98dba8885341 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b964874214f045c2bb06e4de33a9df9f = $(`<div id="html_b964874214f045c2bb06e4de33a9df9f" style="width: 100.0%; height: 100.0%;">300 B Rue Francis De Pressense, 69100 Lyon</div>`)[0];
|
|
popup_646ddb7c31d64e3996bd98dba8885341.setContent(html_b964874214f045c2bb06e4de33a9df9f);
|
|
|
|
|
|
circle_64fb2528a5874e7b88feb1d803b2682f.bindPopup(popup_646ddb7c31d64e3996bd98dba8885341)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_64fb2528a5874e7b88feb1d803b2682f.bindTooltip(
|
|
`<div>
|
|
La Maison Gabriel (#1012) | n_orders=14
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_456ea7f7ee47485d8c209d9caec5048b = L.circle(
|
|
[45.753288, 4.853949],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_7e0e41261eea4a1c8547a5dd5144d01e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_392ade926f4644ad92b7ac8c74e963c9 = $(`<div id="html_392ade926f4644ad92b7ac8c74e963c9" style="width: 100.0%; height: 100.0%;">51 Avenue Felix Faure, 69003 Lyon</div>`)[0];
|
|
popup_7e0e41261eea4a1c8547a5dd5144d01e.setContent(html_392ade926f4644ad92b7ac8c74e963c9);
|
|
|
|
|
|
circle_456ea7f7ee47485d8c209d9caec5048b.bindPopup(popup_7e0e41261eea4a1c8547a5dd5144d01e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_456ea7f7ee47485d8c209d9caec5048b.bindTooltip(
|
|
`<div>
|
|
Volga (#1024) | n_orders=153
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aa9fb4023acd489da88a1cf83404bc07 = L.circle(
|
|
[45.7477, 4.837378],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_52b3b652772a46d98a437e7331a420c3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_063365d7e3234a3fa70678bfb7280dda = $(`<div id="html_063365d7e3234a3fa70678bfb7280dda" style="width: 100.0%; height: 100.0%;">81 Rue De Marseille, 69007 Lyon</div>`)[0];
|
|
popup_52b3b652772a46d98a437e7331a420c3.setContent(html_063365d7e3234a3fa70678bfb7280dda);
|
|
|
|
|
|
circle_aa9fb4023acd489da88a1cf83404bc07.bindPopup(popup_52b3b652772a46d98a437e7331a420c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aa9fb4023acd489da88a1cf83404bc07.bindTooltip(
|
|
`<div>
|
|
On Nem Tout (#1033) | n_orders=33
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bb2123628f0b4ff68554cbf98c495635 = L.circle(
|
|
[45.753689, 4.832064],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_3f7dfd14f9d64bd19fe744c5a0fb6113 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cc22362b8f0442ddab7b6a603d77e357 = $(`<div id="html_cc22362b8f0442ddab7b6a603d77e357" style="width: 100.0%; height: 100.0%;">34 Rue Saint Helene, 69002 Lyon</div>`)[0];
|
|
popup_3f7dfd14f9d64bd19fe744c5a0fb6113.setContent(html_cc22362b8f0442ddab7b6a603d77e357);
|
|
|
|
|
|
circle_bb2123628f0b4ff68554cbf98c495635.bindPopup(popup_3f7dfd14f9d64bd19fe744c5a0fb6113)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bb2123628f0b4ff68554cbf98c495635.bindTooltip(
|
|
`<div>
|
|
Jeannine And Suzanne (#1039) | n_orders=17
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9f9d9e47f86b4a67bbdf3bb0d14814cd = L.circle(
|
|
[45.76194, 4.834829],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_c6208ebc78464283bc3b620b933d302e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6e2459e05f7848ebb753474fbb3236f7 = $(`<div id="html_6e2459e05f7848ebb753474fbb3236f7" style="width: 100.0%; height: 100.0%;">22 Rue Ferrandiere, 69002 Lyon</div>`)[0];
|
|
popup_c6208ebc78464283bc3b620b933d302e.setContent(html_6e2459e05f7848ebb753474fbb3236f7);
|
|
|
|
|
|
circle_9f9d9e47f86b4a67bbdf3bb0d14814cd.bindPopup(popup_c6208ebc78464283bc3b620b933d302e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9f9d9e47f86b4a67bbdf3bb0d14814cd.bindTooltip(
|
|
`<div>
|
|
Ninkasi (#1048) | n_orders=2097
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c7e540cc9e1c48728afcb4971bace355 = L.circle(
|
|
[45.76741, 4.854219],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_702d0a593b5740f79e747ec0e9608d3f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_298235cb795e41b68e7a47a93e4488dc = $(`<div id="html_298235cb795e41b68e7a47a93e4488dc" style="width: 100.0%; height: 100.0%;">70 Rue Massena, 69006 Lyon</div>`)[0];
|
|
popup_702d0a593b5740f79e747ec0e9608d3f.setContent(html_298235cb795e41b68e7a47a93e4488dc);
|
|
|
|
|
|
circle_c7e540cc9e1c48728afcb4971bace355.bindPopup(popup_702d0a593b5740f79e747ec0e9608d3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c7e540cc9e1c48728afcb4971bace355.bindTooltip(
|
|
`<div>
|
|
City Pique Nique (#1053) | n_orders=15
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_78bc743b487b4f62935f5a2abd33ff54 = L.circle(
|
|
[45.746632, 4.836717],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8a40f274de174b5884a78ff175dcb85d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_40a26add87f3420fa60f0039e8fa1213 = $(`<div id="html_40a26add87f3420fa60f0039e8fa1213" style="width: 100.0%; height: 100.0%;">22 Avenue Berthelot, 69007 Lyon</div>`)[0];
|
|
popup_8a40f274de174b5884a78ff175dcb85d.setContent(html_40a26add87f3420fa60f0039e8fa1213);
|
|
|
|
|
|
circle_78bc743b487b4f62935f5a2abd33ff54.bindPopup(popup_8a40f274de174b5884a78ff175dcb85d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_78bc743b487b4f62935f5a2abd33ff54.bindTooltip(
|
|
`<div>
|
|
Nekoba (#1057) | n_orders=147
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_900c9e7fea9d49529d2ec955d3d35407 = L.circle(
|
|
[45.753242, 4.842064],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_72c400e010ee4f8e8e02d50056caee22 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fe48ec1543f84ced852b7f9f24b4e774 = $(`<div id="html_fe48ec1543f84ced852b7f9f24b4e774" style="width: 100.0%; height: 100.0%;">12 Rue Bechevelin, 69007 Lyon</div>`)[0];
|
|
popup_72c400e010ee4f8e8e02d50056caee22.setContent(html_fe48ec1543f84ced852b7f9f24b4e774);
|
|
|
|
|
|
circle_900c9e7fea9d49529d2ec955d3d35407.bindPopup(popup_72c400e010ee4f8e8e02d50056caee22)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_900c9e7fea9d49529d2ec955d3d35407.bindTooltip(
|
|
`<div>
|
|
La Tabl'Ature (#1061) | n_orders=49
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_149c6a2d0db74b14868757d597de9a34 = L.circle(
|
|
[45.779205, 4.82877],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2456d73f3ff1413bb582ae8cdd2f4ed8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c4aec206be0f45e8aa94e2e90599ffb8 = $(`<div id="html_c4aec206be0f45e8aa94e2e90599ffb8" style="width: 100.0%; height: 100.0%;">105 Rue Denfert Rochereau, 69004 Lyon</div>`)[0];
|
|
popup_2456d73f3ff1413bb582ae8cdd2f4ed8.setContent(html_c4aec206be0f45e8aa94e2e90599ffb8);
|
|
|
|
|
|
circle_149c6a2d0db74b14868757d597de9a34.bindPopup(popup_2456d73f3ff1413bb582ae8cdd2f4ed8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_149c6a2d0db74b14868757d597de9a34.bindTooltip(
|
|
`<div>
|
|
Sempre Pizza (#1062) | n_orders=505
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7f2ec2b03e864b599a43ada434c43676 = L.circle(
|
|
[45.761803, 4.849811],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d4f2480064ad46d5a3118a71cc310b5c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_16370884f9914d55b26bb8f74e1dd9ee = $(`<div id="html_16370884f9914d55b26bb8f74e1dd9ee" style="width: 100.0%; height: 100.0%;">66 Rue Bonnel, 69003 Lyon</div>`)[0];
|
|
popup_d4f2480064ad46d5a3118a71cc310b5c.setContent(html_16370884f9914d55b26bb8f74e1dd9ee);
|
|
|
|
|
|
circle_7f2ec2b03e864b599a43ada434c43676.bindPopup(popup_d4f2480064ad46d5a3118a71cc310b5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7f2ec2b03e864b599a43ada434c43676.bindTooltip(
|
|
`<div>
|
|
Bistrot Bonnel (#1072) | n_orders=350
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_24242cae9bc44b039ad355b5fa7483eb = L.circle(
|
|
[45.76474, 4.871328],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_c6e79e41e76f45e59034460ba7284d1e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3ccc618a710a4d3299e2f34782b1a027 = $(`<div id="html_3ccc618a710a4d3299e2f34782b1a027" style="width: 100.0%; height: 100.0%;">80 Rue Magenta, 69100 Lyon</div>`)[0];
|
|
popup_c6e79e41e76f45e59034460ba7284d1e.setContent(html_3ccc618a710a4d3299e2f34782b1a027);
|
|
|
|
|
|
circle_24242cae9bc44b039ad355b5fa7483eb.bindPopup(popup_c6e79e41e76f45e59034460ba7284d1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_24242cae9bc44b039ad355b5fa7483eb.bindTooltip(
|
|
`<div>
|
|
Dragon D'Or (#1075) | n_orders=588
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_32361746ee924e63a529eb19f80fe196 = L.circle(
|
|
[45.773533, 4.837335],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d4243a9cf3ee4018b73ce73466786f0b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b2315f0f21e9448a8633454753574b27 = $(`<div id="html_b2315f0f21e9448a8633454753574b27" style="width: 100.0%; height: 100.0%;">4 Place Louis Chazette, 69001 Lyon</div>`)[0];
|
|
popup_d4243a9cf3ee4018b73ce73466786f0b.setContent(html_b2315f0f21e9448a8633454753574b27);
|
|
|
|
|
|
circle_32361746ee924e63a529eb19f80fe196.bindPopup(popup_d4243a9cf3ee4018b73ce73466786f0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_32361746ee924e63a529eb19f80fe196.bindTooltip(
|
|
`<div>
|
|
Mazette (#1090) | n_orders=29
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_99e5f65a920a41b69900b248206d09d0 = L.circle(
|
|
[45.746868, 4.861047],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_63dcb85b758847459601c0454108aa8c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3c7983d5fe43423d867cfd36744807e3 = $(`<div id="html_3c7983d5fe43423d867cfd36744807e3" style="width: 100.0%; height: 100.0%;">3 Avenue Des Freres Lumiere, 69008 Lyon</div>`)[0];
|
|
popup_63dcb85b758847459601c0454108aa8c.setContent(html_3c7983d5fe43423d867cfd36744807e3);
|
|
|
|
|
|
circle_99e5f65a920a41b69900b248206d09d0.bindPopup(popup_63dcb85b758847459601c0454108aa8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_99e5f65a920a41b69900b248206d09d0.bindTooltip(
|
|
`<div>
|
|
L'Authentique (#1092) | n_orders=51
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_76a695ccca9b4549a0efa3ba362cabf3 = L.circle(
|
|
[45.749119, 4.838915],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_071eb265ff904a939534f2770c1cec17 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_45081498d9d44989801bc92f501e19a2 = $(`<div id="html_45081498d9d44989801bc92f501e19a2" style="width: 100.0%; height: 100.0%;">35 Rue Chevreul, 69007 Lyon</div>`)[0];
|
|
popup_071eb265ff904a939534f2770c1cec17.setContent(html_45081498d9d44989801bc92f501e19a2);
|
|
|
|
|
|
circle_76a695ccca9b4549a0efa3ba362cabf3.bindPopup(popup_071eb265ff904a939534f2770c1cec17)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_76a695ccca9b4549a0efa3ba362cabf3.bindTooltip(
|
|
`<div>
|
|
Cheres Cousines Chevreul (#1093) | n_orders=103
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9d3c936ad89a4285bad3403b042b70c5 = L.circle(
|
|
[45.757442, 4.834685],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_7deb498fcfeb4783803e5c0cea9efd70 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4d1f5ac713a0433cbeb47639df044590 = $(`<div id="html_4d1f5ac713a0433cbeb47639df044590" style="width: 100.0%; height: 100.0%;">4 Rue Des Marronniers, 69002 Lyon</div>`)[0];
|
|
popup_7deb498fcfeb4783803e5c0cea9efd70.setContent(html_4d1f5ac713a0433cbeb47639df044590);
|
|
|
|
|
|
circle_9d3c936ad89a4285bad3403b042b70c5.bindPopup(popup_7deb498fcfeb4783803e5c0cea9efd70)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9d3c936ad89a4285bad3403b042b70c5.bindTooltip(
|
|
`<div>
|
|
Yabio Bellecour (#1097) | n_orders=1676
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3b28b9e1d5d847f5a4999c790997983a = L.circle(
|
|
[45.766071, 4.843537],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e4ea623a4dc8406d92f33b31946ce2e9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_43f5fef71943431192b17f3797c2102d = $(`<div id="html_43f5fef71943431192b17f3797c2102d" style="width: 100.0%; height: 100.0%;">23 Rue Bugeaud, 69006 Lyon</div>`)[0];
|
|
popup_e4ea623a4dc8406d92f33b31946ce2e9.setContent(html_43f5fef71943431192b17f3797c2102d);
|
|
|
|
|
|
circle_3b28b9e1d5d847f5a4999c790997983a.bindPopup(popup_e4ea623a4dc8406d92f33b31946ce2e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3b28b9e1d5d847f5a4999c790997983a.bindTooltip(
|
|
`<div>
|
|
Cheres Cousines Bugeaud (#1115) | n_orders=282
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2818902aa3d74f82ba3b9868ef63c536 = L.circle(
|
|
[45.78159, 4.805115],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_618e659fe3724fa38eea4fa02e403482 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_76996f12fa114fc4b892c2a029d550ef = $(`<div id="html_76996f12fa114fc4b892c2a029d550ef" style="width: 100.0%; height: 100.0%;">2 Place De Paris, 69009 Lyon</div>`)[0];
|
|
popup_618e659fe3724fa38eea4fa02e403482.setContent(html_76996f12fa114fc4b892c2a029d550ef);
|
|
|
|
|
|
circle_2818902aa3d74f82ba3b9868ef63c536.bindPopup(popup_618e659fe3724fa38eea4fa02e403482)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2818902aa3d74f82ba3b9868ef63c536.bindTooltip(
|
|
`<div>
|
|
La Station (#1118) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d25fe947c9ce449faf4dc2e2c9ed8d04 = L.circle(
|
|
[45.736179, 4.839728],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_5b571c2fc29d43b481b35c09bff4fd2a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ffc45be3299342bdb1f0525520e51ed6 = $(`<div id="html_ffc45be3299342bdb1f0525520e51ed6" style="width: 100.0%; height: 100.0%;">95 Rue De Gerland, 69007 Lyon</div>`)[0];
|
|
popup_5b571c2fc29d43b481b35c09bff4fd2a.setContent(html_ffc45be3299342bdb1f0525520e51ed6);
|
|
|
|
|
|
circle_d25fe947c9ce449faf4dc2e2c9ed8d04.bindPopup(popup_5b571c2fc29d43b481b35c09bff4fd2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d25fe947c9ce449faf4dc2e2c9ed8d04.bindTooltip(
|
|
`<div>
|
|
Creperie Praline And Fleur De Sel (#1124) | n_orders=250
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aca18bde605046679f48089539128a09 = L.circle(
|
|
[45.770584, 4.868799],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2967141aae064bc3a2ede7a45e0b4887 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_35fb89ce05534d23b62ee46e089a9b37 = $(`<div id="html_35fb89ce05534d23b62ee46e089a9b37" style="width: 100.0%; height: 100.0%;">5 Rue Alexandre Boutin, 69100 Villeurbanne</div>`)[0];
|
|
popup_2967141aae064bc3a2ede7a45e0b4887.setContent(html_35fb89ce05534d23b62ee46e089a9b37);
|
|
|
|
|
|
circle_aca18bde605046679f48089539128a09.bindPopup(popup_2967141aae064bc3a2ede7a45e0b4887)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aca18bde605046679f48089539128a09.bindTooltip(
|
|
`<div>
|
|
La Maison Thai Villeurbanne (#1126) | n_orders=452
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8460de01738045eebbc76c3dc28836fc = L.circle(
|
|
[45.757195, 4.834374],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_0bff6529709b4f3fbc1fae3ad0e743ef = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e9b7a0b5c5cb4bceb48c66eb122789d9 = $(`<div id="html_e9b7a0b5c5cb4bceb48c66eb122789d9" style="width: 100.0%; height: 100.0%;">6 Rue Des Maronniers, 69002 Lyon</div>`)[0];
|
|
popup_0bff6529709b4f3fbc1fae3ad0e743ef.setContent(html_e9b7a0b5c5cb4bceb48c66eb122789d9);
|
|
|
|
|
|
circle_8460de01738045eebbc76c3dc28836fc.bindPopup(popup_0bff6529709b4f3fbc1fae3ad0e743ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8460de01738045eebbc76c3dc28836fc.bindTooltip(
|
|
`<div>
|
|
Chez Fyfy (#1130) | n_orders=1598
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e1a7cc58a0894f8382c2b5982b9a0a8b = L.circle(
|
|
[45.764606, 4.867477],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_98a33010aba94444a05112ad6e5f431e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2d033711e9104301b9c4c9412a40b325 = $(`<div id="html_2d033711e9104301b9c4c9412a40b325" style="width: 100.0%; height: 100.0%;">28 Rue Notre Dame, 69006 Villeurbanne</div>`)[0];
|
|
popup_98a33010aba94444a05112ad6e5f431e.setContent(html_2d033711e9104301b9c4c9412a40b325);
|
|
|
|
|
|
circle_e1a7cc58a0894f8382c2b5982b9a0a8b.bindPopup(popup_98a33010aba94444a05112ad6e5f431e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e1a7cc58a0894f8382c2b5982b9a0a8b.bindTooltip(
|
|
`<div>
|
|
Emese (#1132) | n_orders=112
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_069f50ce075548b48addc6e54800f4ff = L.circle(
|
|
[45.768436, 4.861958],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9f05f4f70e214df79ac0042f08ec3b09 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_95e5506cd2d94823843dad551b41a294 = $(`<div id="html_95e5506cd2d94823843dad551b41a294" style="width: 100.0%; height: 100.0%;">137 Avenue Thiers, 69006 Lyon</div>`)[0];
|
|
popup_9f05f4f70e214df79ac0042f08ec3b09.setContent(html_95e5506cd2d94823843dad551b41a294);
|
|
|
|
|
|
circle_069f50ce075548b48addc6e54800f4ff.bindPopup(popup_9f05f4f70e214df79ac0042f08ec3b09)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_069f50ce075548b48addc6e54800f4ff.bindTooltip(
|
|
`<div>
|
|
Happy Feel (#1147) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5d6c4af7c4a24c06a4fdb30df1e829e3 = L.circle(
|
|
[45.751163, 4.854274],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6c38bf2971a14f4bb6e0183f98352878 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e34221f6939840139964a6a798d2a16c = $(`<div id="html_e34221f6939840139964a6a798d2a16c" style="width: 100.0%; height: 100.0%;">110 Cours Gambetta, 69007 Lyon</div>`)[0];
|
|
popup_6c38bf2971a14f4bb6e0183f98352878.setContent(html_e34221f6939840139964a6a798d2a16c);
|
|
|
|
|
|
circle_5d6c4af7c4a24c06a4fdb30df1e829e3.bindPopup(popup_6c38bf2971a14f4bb6e0183f98352878)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5d6c4af7c4a24c06a4fdb30df1e829e3.bindTooltip(
|
|
`<div>
|
|
Pat'S Caffe (#1150) | n_orders=354
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f0031cf76bc244798a8eda3222196c52 = L.circle(
|
|
[45.775612, 4.832057],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_6bf28e60644747db8ac7a397d3592032 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3113d75bb3dc4cc895fb2571a6ec3faf = $(`<div id="html_3113d75bb3dc4cc895fb2571a6ec3faf" style="width: 100.0%; height: 100.0%;">6 Place De La Croix Rousse, 69004 Lyon</div>`)[0];
|
|
popup_6bf28e60644747db8ac7a397d3592032.setContent(html_3113d75bb3dc4cc895fb2571a6ec3faf);
|
|
|
|
|
|
circle_f0031cf76bc244798a8eda3222196c52.bindPopup(popup_6bf28e60644747db8ac7a397d3592032)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f0031cf76bc244798a8eda3222196c52.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Croix Rousse (#1156) | n_orders=291
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a20e99e3acc24a9e80b752d33a5bbcba = L.circle(
|
|
[45.744534, 4.844481],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_af4f628a9ad442a0b4bb844f315de285 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7b25566269c444f0a7759b4a1fac3aa3 = $(`<div id="html_7b25566269c444f0a7759b4a1fac3aa3" style="width: 100.0%; height: 100.0%;">85 Avenue Berthelot, 69007 Lyon</div>`)[0];
|
|
popup_af4f628a9ad442a0b4bb844f315de285.setContent(html_7b25566269c444f0a7759b4a1fac3aa3);
|
|
|
|
|
|
circle_a20e99e3acc24a9e80b752d33a5bbcba.bindPopup(popup_af4f628a9ad442a0b4bb844f315de285)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a20e99e3acc24a9e80b752d33a5bbcba.bindTooltip(
|
|
`<div>
|
|
Le Triporteur D'Auguste (#1161) | n_orders=194
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5e48dfd810cd4d37b5474706ab57e8ec = L.circle(
|
|
[45.767986, 4.855844],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_17e5555a1915400bbebb1408ac572591 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f29838096dfd4bd9984dd6f2b16e3f89 = $(`<div id="html_f29838096dfd4bd9984dd6f2b16e3f89" style="width: 100.0%; height: 100.0%;">169 Rue Cuvier, 69006 Lyon</div>`)[0];
|
|
popup_17e5555a1915400bbebb1408ac572591.setContent(html_f29838096dfd4bd9984dd6f2b16e3f89);
|
|
|
|
|
|
circle_5e48dfd810cd4d37b5474706ab57e8ec.bindPopup(popup_17e5555a1915400bbebb1408ac572591)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5e48dfd810cd4d37b5474706ab57e8ec.bindTooltip(
|
|
`<div>
|
|
Sushido (#1162) | n_orders=252
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_df8c8ba35ac146c3bf8d32cd81ecf76c = L.circle(
|
|
[45.763981, 4.856201],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_4fe908ef6d124bd3a015ec4a2a766b61 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_82b42cef7d9942deab19a53323ee6508 = $(`<div id="html_82b42cef7d9942deab19a53323ee6508" style="width: 100.0%; height: 100.0%;">103 Rue Ney, 69003 Lyon</div>`)[0];
|
|
popup_4fe908ef6d124bd3a015ec4a2a766b61.setContent(html_82b42cef7d9942deab19a53323ee6508);
|
|
|
|
|
|
circle_df8c8ba35ac146c3bf8d32cd81ecf76c.bindPopup(popup_4fe908ef6d124bd3a015ec4a2a766b61)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_df8c8ba35ac146c3bf8d32cd81ecf76c.bindTooltip(
|
|
`<div>
|
|
O Pad Thai (#1170) | n_orders=260
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_69cd6921beb040589a121b70fced8dfe = L.circle(
|
|
[45.765022, 4.828606],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9a1a4e0e99d047fb95c993aa67dcd163 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_217e9edde0684f949a2ee4b78459842f = $(`<div id="html_217e9edde0684f949a2ee4b78459842f" style="width: 100.0%; height: 100.0%;">26 Quai De Bondy, 69005 Lyon</div>`)[0];
|
|
popup_9a1a4e0e99d047fb95c993aa67dcd163.setContent(html_217e9edde0684f949a2ee4b78459842f);
|
|
|
|
|
|
circle_69cd6921beb040589a121b70fced8dfe.bindPopup(popup_9a1a4e0e99d047fb95c993aa67dcd163)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_69cd6921beb040589a121b70fced8dfe.bindTooltip(
|
|
`<div>
|
|
Rene Nardone Glacier (#1171) | n_orders=139
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_727dba97d7be4cfaa554e0812b17c540 = L.circle(
|
|
[45.753872, 4.841329],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_75d11589bd4445edbfed33aae0306db3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fe91f981a3d6450c912a174ff1018d02 = $(`<div id="html_fe91f981a3d6450c912a174ff1018d02" style="width: 100.0%; height: 100.0%;">10 Rue De Marseille, 69007 Lyon</div>`)[0];
|
|
popup_75d11589bd4445edbfed33aae0306db3.setContent(html_fe91f981a3d6450c912a174ff1018d02);
|
|
|
|
|
|
circle_727dba97d7be4cfaa554e0812b17c540.bindPopup(popup_75d11589bd4445edbfed33aae0306db3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_727dba97d7be4cfaa554e0812b17c540.bindTooltip(
|
|
`<div>
|
|
Tandoor (#1172) | n_orders=32
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_020ddcad7d814e538506d10c34c21386 = L.circle(
|
|
[45.762783, 4.832984],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f031d692fa5047b49a53c187e06f26dd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5454a28874184c7183b6154c2d571787 = $(`<div id="html_5454a28874184c7183b6154c2d571787" style="width: 100.0%; height: 100.0%;">4 Rue Tupin, 69002 Lyon</div>`)[0];
|
|
popup_f031d692fa5047b49a53c187e06f26dd.setContent(html_5454a28874184c7183b6154c2d571787);
|
|
|
|
|
|
circle_020ddcad7d814e538506d10c34c21386.bindPopup(popup_f031d692fa5047b49a53c187e06f26dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_020ddcad7d814e538506d10c34c21386.bindTooltip(
|
|
`<div>
|
|
Restaurants #1176, #1363 | n_orders=4840
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3a74a4aa0cf746e0aee26ab3af9bed0a = L.circle(
|
|
[45.788162, 4.812524],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_07b14aea1d8f488087be86361c0a49c7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e148b186582d42c88e87f67789c35368 = $(`<div id="html_e148b186582d42c88e87f67789c35368" style="width: 100.0%; height: 100.0%;">8 Rue De La Navigation, 69009 Lyon</div>`)[0];
|
|
popup_07b14aea1d8f488087be86361c0a49c7.setContent(html_e148b186582d42c88e87f67789c35368);
|
|
|
|
|
|
circle_3a74a4aa0cf746e0aee26ab3af9bed0a.bindPopup(popup_07b14aea1d8f488087be86361c0a49c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3a74a4aa0cf746e0aee26ab3af9bed0a.bindTooltip(
|
|
`<div>
|
|
Bieh Vaise (#1178) | n_orders=434
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_784aa3e4e59b48f1bbda75266356da62 = L.circle(
|
|
[45.763466, 4.842582],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_779d15b5ddae45cc9a43bebb94141d4d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b9589b3046394e3e908a5490dfb17575 = $(`<div id="html_b9589b3046394e3e908a5490dfb17575" style="width: 100.0%; height: 100.0%;">10 Cours Lafayette, 69003 Lyon</div>`)[0];
|
|
popup_779d15b5ddae45cc9a43bebb94141d4d.setContent(html_b9589b3046394e3e908a5490dfb17575);
|
|
|
|
|
|
circle_784aa3e4e59b48f1bbda75266356da62.bindPopup(popup_779d15b5ddae45cc9a43bebb94141d4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_784aa3e4e59b48f1bbda75266356da62.bindTooltip(
|
|
`<div>
|
|
My Cupcake (#1179) | n_orders=30
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_88e00a64d5c34221a6a0399b8d1d2998 = L.circle(
|
|
[45.762634, 4.83488],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_dbb82a1db29b4dfb93b1fbe5ee1ba6e5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_568bd9f368134214bd3b34abf3e7a0dd = $(`<div id="html_568bd9f368134214bd3b34abf3e7a0dd" style="width: 100.0%; height: 100.0%;">14 Rue Du Palais Grillet, 69002 Lyon</div>`)[0];
|
|
popup_dbb82a1db29b4dfb93b1fbe5ee1ba6e5.setContent(html_568bd9f368134214bd3b34abf3e7a0dd);
|
|
|
|
|
|
circle_88e00a64d5c34221a6a0399b8d1d2998.bindPopup(popup_dbb82a1db29b4dfb93b1fbe5ee1ba6e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_88e00a64d5c34221a6a0399b8d1d2998.bindTooltip(
|
|
`<div>
|
|
Mrs Wynn (#1180) | n_orders=103
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d4645870e477441fb4b9ac60b7f9acfd = L.circle(
|
|
[45.757637, 4.835904],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_aaab4b86a4f743c3b0e27582411ac6d3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_786298cf50c6486da1439c9ffabb792f = $(`<div id="html_786298cf50c6486da1439c9ffabb792f" style="width: 100.0%; height: 100.0%;">11 Rue De La Barre, 69002 Lyon</div>`)[0];
|
|
popup_aaab4b86a4f743c3b0e27582411ac6d3.setContent(html_786298cf50c6486da1439c9ffabb792f);
|
|
|
|
|
|
circle_d4645870e477441fb4b9ac60b7f9acfd.bindPopup(popup_aaab4b86a4f743c3b0e27582411ac6d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d4645870e477441fb4b9ac60b7f9acfd.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Bellecour (#1182) | n_orders=1100
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3f90fae25de94215a134b3bef3b236f2 = L.circle(
|
|
[45.77647, 4.833216],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_c293a49c67ff4c0eb9eceb6a836e50bd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ddd34820f2f1443f897d48e1c8b93c8a = $(`<div id="html_ddd34820f2f1443f897d48e1c8b93c8a" style="width: 100.0%; height: 100.0%;">4 Rue Du Mail, 69004 Lyon</div>`)[0];
|
|
popup_c293a49c67ff4c0eb9eceb6a836e50bd.setContent(html_ddd34820f2f1443f897d48e1c8b93c8a);
|
|
|
|
|
|
circle_3f90fae25de94215a134b3bef3b236f2.bindPopup(popup_c293a49c67ff4c0eb9eceb6a836e50bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3f90fae25de94215a134b3bef3b236f2.bindTooltip(
|
|
`<div>
|
|
Pasta Luna (#1184) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aa03836d79184a748272ee517d5feb73 = L.circle(
|
|
[45.769699, 4.855538],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_5640879e4cc84aad90bfdf2305371df9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2888fe7bb1524fd9b02e216af7050604 = $(`<div id="html_2888fe7bb1524fd9b02e216af7050604" style="width: 100.0%; height: 100.0%;">64 Cours Vitton, 69006 Lyon</div>`)[0];
|
|
popup_5640879e4cc84aad90bfdf2305371df9.setContent(html_2888fe7bb1524fd9b02e216af7050604);
|
|
|
|
|
|
circle_aa03836d79184a748272ee517d5feb73.bindPopup(popup_5640879e4cc84aad90bfdf2305371df9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aa03836d79184a748272ee517d5feb73.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Vitton (#1185) | n_orders=517
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_76929869fb674130a57a877f200fde3d = L.circle(
|
|
[45.766212, 4.864436],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e0412a3d419e471e9b5586a9c89fe9f4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fc6a0f193f3c40bdbdaa850eedd067dc = $(`<div id="html_fc6a0f193f3c40bdbdaa850eedd067dc" style="width: 100.0%; height: 100.0%;">24 Rue De La Viabert, 69006 Villeurbanne</div>`)[0];
|
|
popup_e0412a3d419e471e9b5586a9c89fe9f4.setContent(html_fc6a0f193f3c40bdbdaa850eedd067dc);
|
|
|
|
|
|
circle_76929869fb674130a57a877f200fde3d.bindPopup(popup_e0412a3d419e471e9b5586a9c89fe9f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_76929869fb674130a57a877f200fde3d.bindTooltip(
|
|
`<div>
|
|
Nakata - Bellecombe (#1188) | n_orders=563
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_04fd4b6be0324829b98c1fb4b8d85288 = L.circle(
|
|
[45.732941, 4.8794],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_aa950cdd1da946bd8d0a55e1270e31f8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2c4a349360694379b81b8e0238130735 = $(`<div id="html_2c4a349360694379b81b8e0238130735" style="width: 100.0%; height: 100.0%;">72 Avenue Jean Mermoz, 69008 Villeurbanne</div>`)[0];
|
|
popup_aa950cdd1da946bd8d0a55e1270e31f8.setContent(html_2c4a349360694379b81b8e0238130735);
|
|
|
|
|
|
circle_04fd4b6be0324829b98c1fb4b8d85288.bindPopup(popup_aa950cdd1da946bd8d0a55e1270e31f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_04fd4b6be0324829b98c1fb4b8d85288.bindTooltip(
|
|
`<div>
|
|
Restaurants #1191, #1194 | n_orders=1045
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e9d5ba4f86e14e43b428679755985047 = L.circle(
|
|
[45.75156, 4.854329],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ae9c79fc655a413499d13386c15c8662 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_08823d8f1ddd474db7ce5053bb6cf175 = $(`<div id="html_08823d8f1ddd474db7ce5053bb6cf175" style="width: 100.0%; height: 100.0%;">89 Cours Gambetta, 69003 Lyon</div>`)[0];
|
|
popup_ae9c79fc655a413499d13386c15c8662.setContent(html_08823d8f1ddd474db7ce5053bb6cf175);
|
|
|
|
|
|
circle_e9d5ba4f86e14e43b428679755985047.bindPopup(popup_ae9c79fc655a413499d13386c15c8662)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e9d5ba4f86e14e43b428679755985047.bindTooltip(
|
|
`<div>
|
|
Nakata - Gambetta (#1193) | n_orders=968
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bbd1ac22bf2d48e8b16ce560e6286d2b = L.circle(
|
|
[45.767448, 4.855604],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_af96ac83569a4d64bc29e3e6993585f6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_80eb101e1cc343fa99a33c706f803723 = $(`<div id="html_80eb101e1cc343fa99a33c706f803723" style="width: 100.0%; height: 100.0%;">59 Rue Ney, 69006 Lyon</div>`)[0];
|
|
popup_af96ac83569a4d64bc29e3e6993585f6.setContent(html_80eb101e1cc343fa99a33c706f803723);
|
|
|
|
|
|
circle_bbd1ac22bf2d48e8b16ce560e6286d2b.bindPopup(popup_af96ac83569a4d64bc29e3e6993585f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bbd1ac22bf2d48e8b16ce560e6286d2b.bindTooltip(
|
|
`<div>
|
|
Milonga (#1210) | n_orders=213
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f4a407efeec14344bd694be02176db74 = L.circle(
|
|
[45.75489, 4.84123],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_fae6d2fc4bf747e0ba57dc2735d0a6c9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_987d18a649b04390a1de30ca11f0d63a = $(`<div id="html_987d18a649b04390a1de30ca11f0d63a" style="width: 100.0%; height: 100.0%;">9 Rue Passet, 69007 Lyon</div>`)[0];
|
|
popup_fae6d2fc4bf747e0ba57dc2735d0a6c9.setContent(html_987d18a649b04390a1de30ca11f0d63a);
|
|
|
|
|
|
circle_f4a407efeec14344bd694be02176db74.bindPopup(popup_fae6d2fc4bf747e0ba57dc2735d0a6c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f4a407efeec14344bd694be02176db74.bindTooltip(
|
|
`<div>
|
|
Chinatown (#1248) | n_orders=987
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5a357ab56eb74e57bd81a339b879999d = L.circle(
|
|
[45.748241, 4.860665],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_1ed50852af2644b2b70c4c392b341e9d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a71da5d2b0144992b22c02a5ad3e5516 = $(`<div id="html_a71da5d2b0144992b22c02a5ad3e5516" style="width: 100.0%; height: 100.0%;">26 Cours Albert Thomas, 69008 Lyon</div>`)[0];
|
|
popup_1ed50852af2644b2b70c4c392b341e9d.setContent(html_a71da5d2b0144992b22c02a5ad3e5516);
|
|
|
|
|
|
circle_5a357ab56eb74e57bd81a339b879999d.bindPopup(popup_1ed50852af2644b2b70c4c392b341e9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5a357ab56eb74e57bd81a339b879999d.bindTooltip(
|
|
`<div>
|
|
Kaffee Berlin (#1251) | n_orders=5150
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d317f33b0fbf407da3e4fb9057347081 = L.circle(
|
|
[45.76162, 4.880779],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_68ecf0ccb7214e35af04f7262d40711d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7f1b89d5e7674b2a8613dee4ec760f17 = $(`<div id="html_7f1b89d5e7674b2a8613dee4ec760f17" style="width: 100.0%; height: 100.0%;">117 Cours Tolstoi, 69100 Villeurbanne</div>`)[0];
|
|
popup_68ecf0ccb7214e35af04f7262d40711d.setContent(html_7f1b89d5e7674b2a8613dee4ec760f17);
|
|
|
|
|
|
circle_d317f33b0fbf407da3e4fb9057347081.bindPopup(popup_68ecf0ccb7214e35af04f7262d40711d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d317f33b0fbf407da3e4fb9057347081.bindTooltip(
|
|
`<div>
|
|
Pasta World (#1252) | n_orders=340
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_57f1e0d0a1f94d5d91352643dbb526aa = L.circle(
|
|
[45.779213, 4.807931],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9408278cd9b34340abd02586c896de2f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e4f811ac041c42a0b95d211635923270 = $(`<div id="html_e4f811ac041c42a0b95d211635923270" style="width: 100.0%; height: 100.0%;">14 Quai Hippolyte Jayr, 69009 Lyon</div>`)[0];
|
|
popup_9408278cd9b34340abd02586c896de2f.setContent(html_e4f811ac041c42a0b95d211635923270);
|
|
|
|
|
|
circle_57f1e0d0a1f94d5d91352643dbb526aa.bindPopup(popup_9408278cd9b34340abd02586c896de2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_57f1e0d0a1f94d5d91352643dbb526aa.bindTooltip(
|
|
`<div>
|
|
Bellucci (#1255) | n_orders=371
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ec975c7f73ed4e1a98bbef455188ac51 = L.circle(
|
|
[45.756962, 4.832663],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_5394bb6ac068425d8387b557ad4904f8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_77f3f8b6f59a46ad877074c3b3b1cade = $(`<div id="html_77f3f8b6f59a46ad877074c3b3b1cade" style="width: 100.0%; height: 100.0%;">9 Rue Des Marronniers, 69002 Lyon</div>`)[0];
|
|
popup_5394bb6ac068425d8387b557ad4904f8.setContent(html_77f3f8b6f59a46ad877074c3b3b1cade);
|
|
|
|
|
|
circle_ec975c7f73ed4e1a98bbef455188ac51.bindPopup(popup_5394bb6ac068425d8387b557ad4904f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ec975c7f73ed4e1a98bbef455188ac51.bindTooltip(
|
|
`<div>
|
|
Les Frangins (#1257) | n_orders=868
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bdee26fd3445423fb2c2e483543fefa1 = L.circle(
|
|
[45.748615, 4.85306],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_5eaec4ef20b34d80acf2e24ca8de4697 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_70ce21f3d7564141b0f1be9aa002f286 = $(`<div id="html_70ce21f3d7564141b0f1be9aa002f286" style="width: 100.0%; height: 100.0%;">315 Rue Garibaldi, 69007 Lyon</div>`)[0];
|
|
popup_5eaec4ef20b34d80acf2e24ca8de4697.setContent(html_70ce21f3d7564141b0f1be9aa002f286);
|
|
|
|
|
|
circle_bdee26fd3445423fb2c2e483543fefa1.bindPopup(popup_5eaec4ef20b34d80acf2e24ca8de4697)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bdee26fd3445423fb2c2e483543fefa1.bindTooltip(
|
|
`<div>
|
|
Tartines E Nous Garibaldi (#1261) | n_orders=185
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_df5f230e4e4c4a63a039350d0628ad30 = L.circle(
|
|
[45.736816, 4.869557],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_b99a558cddec4cd789cb8bccdde9dd80 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cf85deab74cf4c9cb603a92a79aa7030 = $(`<div id="html_cf85deab74cf4c9cb603a92a79aa7030" style="width: 100.0%; height: 100.0%;">74 Boulevard Jean Xxiii, 69008 Villeurbanne</div>`)[0];
|
|
popup_b99a558cddec4cd789cb8bccdde9dd80.setContent(html_cf85deab74cf4c9cb603a92a79aa7030);
|
|
|
|
|
|
circle_df5f230e4e4c4a63a039350d0628ad30.bindPopup(popup_b99a558cddec4cd789cb8bccdde9dd80)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_df5f230e4e4c4a63a039350d0628ad30.bindTooltip(
|
|
`<div>
|
|
La Fabryk (#1269) | n_orders=991
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3be361417f3b4586b7b0544b20178763 = L.circle(
|
|
[45.749321, 4.841446],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_17689aca8de349588c5f6b4d04fa2ade = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3ae57ad3a0bc4c01a0a7b29fef708246 = $(`<div id="html_3ae57ad3a0bc4c01a0a7b29fef708246" style="width: 100.0%; height: 100.0%;">34 Rue De L'Universite, 69007 Lyon</div>`)[0];
|
|
popup_17689aca8de349588c5f6b4d04fa2ade.setContent(html_3ae57ad3a0bc4c01a0a7b29fef708246);
|
|
|
|
|
|
circle_3be361417f3b4586b7b0544b20178763.bindPopup(popup_17689aca8de349588c5f6b4d04fa2ade)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3be361417f3b4586b7b0544b20178763.bindTooltip(
|
|
`<div>
|
|
Greg And Jerry'S (#1276) | n_orders=3280
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aad8954cb38a44ffb7583b26c49a59ae = L.circle(
|
|
[45.747818, 4.834288],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_b1edee575d5c4e00a77b18e605341b4f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_91456b73f4944335813b6d113c9a7e35 = $(`<div id="html_91456b73f4944335813b6d113c9a7e35" style="width: 100.0%; height: 100.0%;">3 Avenue Berthelot, 69007 Lyon</div>`)[0];
|
|
popup_b1edee575d5c4e00a77b18e605341b4f.setContent(html_91456b73f4944335813b6d113c9a7e35);
|
|
|
|
|
|
circle_aad8954cb38a44ffb7583b26c49a59ae.bindPopup(popup_b1edee575d5c4e00a77b18e605341b4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aad8954cb38a44ffb7583b26c49a59ae.bindTooltip(
|
|
`<div>
|
|
Kenbo (#1322) | n_orders=488
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4cf407dfb4c84916b0792e5f40d8b216 = L.circle(
|
|
[45.754383, 4.84032],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f4485ec16c824da2ba2c5a1be316e3ac = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9cf37e2227094e29965b461dd7852a19 = $(`<div id="html_9cf37e2227094e29965b461dd7852a19" style="width: 100.0%; height: 100.0%;">5 Rue D'Aguesseau, 69007 Lyon</div>`)[0];
|
|
popup_f4485ec16c824da2ba2c5a1be316e3ac.setContent(html_9cf37e2227094e29965b461dd7852a19);
|
|
|
|
|
|
circle_4cf407dfb4c84916b0792e5f40d8b216.bindPopup(popup_f4485ec16c824da2ba2c5a1be316e3ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4cf407dfb4c84916b0792e5f40d8b216.bindTooltip(
|
|
`<div>
|
|
Bistro Zakka (#1351) | n_orders=65
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4d87a3c8c4e74feda61d8e0ba5b4c00d = L.circle(
|
|
[45.748222, 4.82749],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_0cfc6fd5a9754113a5fe0b808f279c4d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c22621941346408d996fefbc858bdd2f = $(`<div id="html_c22621941346408d996fefbc858bdd2f" style="width: 100.0%; height: 100.0%;">5 Rue Du Belier, 69002 Lyon</div>`)[0];
|
|
popup_0cfc6fd5a9754113a5fe0b808f279c4d.setContent(html_c22621941346408d996fefbc858bdd2f);
|
|
|
|
|
|
circle_4d87a3c8c4e74feda61d8e0ba5b4c00d.bindPopup(popup_0cfc6fd5a9754113a5fe0b808f279c4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4d87a3c8c4e74feda61d8e0ba5b4c00d.bindTooltip(
|
|
`<div>
|
|
King Marcel Perrache (#1357) | n_orders=709
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_691f17ee482a4245b5ad4df213b78288 = L.circle(
|
|
[45.766998, 4.836537],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8f0e0373ca81408e9934bcc11f74f181 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f8506ab8b8a84567bdbc96db090edaa2 = $(`<div id="html_f8506ab8b8a84567bdbc96db090edaa2" style="width: 100.0%; height: 100.0%;">3 Rue Giuseppe Verdi, 69001 Lyon</div>`)[0];
|
|
popup_8f0e0373ca81408e9934bcc11f74f181.setContent(html_f8506ab8b8a84567bdbc96db090edaa2);
|
|
|
|
|
|
circle_691f17ee482a4245b5ad4df213b78288.bindPopup(popup_8f0e0373ca81408e9934bcc11f74f181)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_691f17ee482a4245b5ad4df213b78288.bindTooltip(
|
|
`<div>
|
|
Happy Times (#1360) | n_orders=146
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a6caca13b16e47e7979bd14839da3301 = L.circle(
|
|
[45.751808, 4.846392],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_a031875e4a5d4bedac019f1715cd1730 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a7e3c78f536947d982456cbaa0796371 = $(`<div id="html_a7e3c78f536947d982456cbaa0796371" style="width: 100.0%; height: 100.0%;">88 Grande Rue De La Guillotiere, 69007 Lyon</div>`)[0];
|
|
popup_a031875e4a5d4bedac019f1715cd1730.setContent(html_a7e3c78f536947d982456cbaa0796371);
|
|
|
|
|
|
circle_a6caca13b16e47e7979bd14839da3301.bindPopup(popup_a031875e4a5d4bedac019f1715cd1730)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a6caca13b16e47e7979bd14839da3301.bindTooltip(
|
|
`<div>
|
|
Il Padre (#1375) | n_orders=123
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c95981b7a3bb42bdb7ef26271d11c01a = L.circle(
|
|
[45.758743, 4.847989],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_72729c391fef4d2a8cd3fe03d106a6f7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e216ece372284279a06cd4eca81580bf = $(`<div id="html_e216ece372284279a06cd4eca81580bf" style="width: 100.0%; height: 100.0%;">209 Rue Crequi, 69003 Villeurbanne</div>`)[0];
|
|
popup_72729c391fef4d2a8cd3fe03d106a6f7.setContent(html_e216ece372284279a06cd4eca81580bf);
|
|
|
|
|
|
circle_c95981b7a3bb42bdb7ef26271d11c01a.bindPopup(popup_72729c391fef4d2a8cd3fe03d106a6f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c95981b7a3bb42bdb7ef26271d11c01a.bindTooltip(
|
|
`<div>
|
|
Le Monde Du Falafel (#1376) | n_orders=494
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d8473dc67eee43e7b023b5c5507bdd56 = L.circle(
|
|
[45.770046, 4.856457],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9eebe30ab05a4024927a98acfe29a3c4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ae65cdb5d4f94cc79eb45e4cf8120ebb = $(`<div id="html_ae65cdb5d4f94cc79eb45e4cf8120ebb" style="width: 100.0%; height: 100.0%;">67 Bis Cours Vitton, 69006 Lyon</div>`)[0];
|
|
popup_9eebe30ab05a4024927a98acfe29a3c4.setContent(html_ae65cdb5d4f94cc79eb45e4cf8120ebb);
|
|
|
|
|
|
circle_d8473dc67eee43e7b023b5c5507bdd56.bindPopup(popup_9eebe30ab05a4024927a98acfe29a3c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d8473dc67eee43e7b023b5c5507bdd56.bindTooltip(
|
|
`<div>
|
|
Steak And Co (#1381) | n_orders=167
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8026ec323bec4c138d1e73b2f0dd66eb = L.circle(
|
|
[45.756886, 4.849801],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_5e01642d9c034205b6f46b3be8426647 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_54ada8a3007442aa8899610ca0a9bc1c = $(`<div id="html_54ada8a3007442aa8899610ca0a9bc1c" style="width: 100.0%; height: 100.0%;">79 Rue Paul Bert, 69003 Lyon</div>`)[0];
|
|
popup_5e01642d9c034205b6f46b3be8426647.setContent(html_54ada8a3007442aa8899610ca0a9bc1c);
|
|
|
|
|
|
circle_8026ec323bec4c138d1e73b2f0dd66eb.bindPopup(popup_5e01642d9c034205b6f46b3be8426647)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8026ec323bec4c138d1e73b2f0dd66eb.bindTooltip(
|
|
`<div>
|
|
Deliss' Pizza (#1386) | n_orders=553
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1df453ff3ea749b2b04deb1c1e04caed = L.circle(
|
|
[45.74176, 4.862049],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_28b3d106254d47e9a94b60b7ba4d85b2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_16fee7681e7649ada7a10419aebc33d2 = $(`<div id="html_16fee7681e7649ada7a10419aebc33d2" style="width: 100.0%; height: 100.0%;">48 Rue St Gervais, 69008 Lyon</div>`)[0];
|
|
popup_28b3d106254d47e9a94b60b7ba4d85b2.setContent(html_16fee7681e7649ada7a10419aebc33d2);
|
|
|
|
|
|
circle_1df453ff3ea749b2b04deb1c1e04caed.bindPopup(popup_28b3d106254d47e9a94b60b7ba4d85b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1df453ff3ea749b2b04deb1c1e04caed.bindTooltip(
|
|
`<div>
|
|
Ginger Grill (#1407) | n_orders=525
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_52065840469e48fa974a47f01cf0726e = L.circle(
|
|
[45.76556, 4.832331],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f251ecf4ec5a43258afb87a4d553febc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5cdb4e7f7a6f4596840afa87fc27bd2b = $(`<div id="html_5cdb4e7f7a6f4596840afa87fc27bd2b" style="width: 100.0%; height: 100.0%;">2 Rue Chavanne, 69001 Lyon</div>`)[0];
|
|
popup_f251ecf4ec5a43258afb87a4d553febc.setContent(html_5cdb4e7f7a6f4596840afa87fc27bd2b);
|
|
|
|
|
|
circle_52065840469e48fa974a47f01cf0726e.bindPopup(popup_f251ecf4ec5a43258afb87a4d553febc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_52065840469e48fa974a47f01cf0726e.bindTooltip(
|
|
`<div>
|
|
Le Casse Museau (#1416) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_14e08199d2e64c0bab5a6d38d013220e = L.circle(
|
|
[45.753635, 4.828685],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_39aebcf6cdf44139a88c0d70bc05773b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4bf8c13da4ee4073b692caaca4c4113f = $(`<div id="html_4bf8c13da4ee4073b692caaca4c4113f" style="width: 100.0%; height: 100.0%;">14 Rue D'Auvergne, 69002 Lyon</div>`)[0];
|
|
popup_39aebcf6cdf44139a88c0d70bc05773b.setContent(html_4bf8c13da4ee4073b692caaca4c4113f);
|
|
|
|
|
|
circle_14e08199d2e64c0bab5a6d38d013220e.bindPopup(popup_39aebcf6cdf44139a88c0d70bc05773b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_14e08199d2e64c0bab5a6d38d013220e.bindTooltip(
|
|
`<div>
|
|
Best Bagels Ampere (#1429) | n_orders=468
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c385d4427799420bbbf78abfa2f7cec4 = L.circle(
|
|
[45.755226, 4.841968],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_31b7fadf993c4610a8b667d3c5d6e4ec = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_66bdf56f5eca45ec8d0f38737d9cc349 = $(`<div id="html_66bdf56f5eca45ec8d0f38737d9cc349" style="width: 100.0%; height: 100.0%;">13 Rue Basse Combalot, 69007 Lyon</div>`)[0];
|
|
popup_31b7fadf993c4610a8b667d3c5d6e4ec.setContent(html_66bdf56f5eca45ec8d0f38737d9cc349);
|
|
|
|
|
|
circle_c385d4427799420bbbf78abfa2f7cec4.bindPopup(popup_31b7fadf993c4610a8b667d3c5d6e4ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c385d4427799420bbbf78abfa2f7cec4.bindTooltip(
|
|
`<div>
|
|
Tandoori Hot (#1430) | n_orders=704
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_42d7c1f6aaee4a048b173b9573cf059a = L.circle(
|
|
[45.769871, 4.84282],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_bb7b2af3d75243bfad9f4f7f2355f6fc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6a38dd3e951e44a4b6c126fc620fddfe = $(`<div id="html_6a38dd3e951e44a4b6c126fc620fddfe" style="width: 100.0%; height: 100.0%;">41 Rue Malesherbes, 69006 Lyon</div>`)[0];
|
|
popup_bb7b2af3d75243bfad9f4f7f2355f6fc.setContent(html_6a38dd3e951e44a4b6c126fc620fddfe);
|
|
|
|
|
|
circle_42d7c1f6aaee4a048b173b9573cf059a.bindPopup(popup_bb7b2af3d75243bfad9f4f7f2355f6fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_42d7c1f6aaee4a048b173b9573cf059a.bindTooltip(
|
|
`<div>
|
|
Boco (#1434) | n_orders=209
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c0e280f4e0a141aa845da9f27d2feb23 = L.circle(
|
|
[45.765965, 4.836272],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 20, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_526b710e1ffd40f882f4d34a666bc2e0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ad5ba07d514c4db78f5b0f2ff24dfc34 = $(`<div id="html_ad5ba07d514c4db78f5b0f2ff24dfc34" style="width: 100.0%; height: 100.0%;">18 Rue Du Bat D'Argent, 69001 Villeurbanne</div>`)[0];
|
|
popup_526b710e1ffd40f882f4d34a666bc2e0.setContent(html_ad5ba07d514c4db78f5b0f2ff24dfc34);
|
|
|
|
|
|
circle_c0e280f4e0a141aa845da9f27d2feb23.bindPopup(popup_526b710e1ffd40f882f4d34a666bc2e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c0e280f4e0a141aa845da9f27d2feb23.bindTooltip(
|
|
`<div>
|
|
Burger And Wells (#1518) | n_orders=2060
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e85ce04bca474f4c8e9b801e367abebd = L.circle(
|
|
[45.750854, 4.843839],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 15, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_950d5b4a0db848989f2deb136f982d9e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0223e42a6b3948d2b8d516c7ba745fa4 = $(`<div id="html_0223e42a6b3948d2b8d516c7ba745fa4" style="width: 100.0%; height: 100.0%;">14 Rue De La Thibaudiere, 69007 Lyon</div>`)[0];
|
|
popup_950d5b4a0db848989f2deb136f982d9e.setContent(html_0223e42a6b3948d2b8d516c7ba745fa4);
|
|
|
|
|
|
circle_e85ce04bca474f4c8e9b801e367abebd.bindPopup(popup_950d5b4a0db848989f2deb136f982d9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e85ce04bca474f4c8e9b801e367abebd.bindTooltip(
|
|
`<div>
|
|
Indocafe (#1551) | n_orders=573
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b298a9e9abc843e4816052b430e48cf1 = L.circle(
|
|
[45.763573, 4.863828],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_dd85132ecbe24d6cb8ed0924d111493e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8e07dd1591e84ac099d44623fde07a62 = $(`<div id="html_8e07dd1591e84ac099d44623fde07a62" style="width: 100.0%; height: 100.0%;">246 Cours Lafayette, 69003 Lyon</div>`)[0];
|
|
popup_dd85132ecbe24d6cb8ed0924d111493e.setContent(html_8e07dd1591e84ac099d44623fde07a62);
|
|
|
|
|
|
circle_b298a9e9abc843e4816052b430e48cf1.bindPopup(popup_dd85132ecbe24d6cb8ed0924d111493e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b298a9e9abc843e4816052b430e48cf1.bindTooltip(
|
|
`<div>
|
|
Arepado (#1558) | n_orders=84
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9ae06c620a2c456280e6b9712752e3a3 = L.circle(
|
|
[45.765247, 4.83625],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_e430629470794b85af3bd00079e7fdeb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3983959e71ea416882a5ce7cc2f921cc = $(`<div id="html_3983959e71ea416882a5ce7cc2f921cc" style="width: 100.0%; height: 100.0%;">28 Rue Neuve, 69002 Lyon</div>`)[0];
|
|
popup_e430629470794b85af3bd00079e7fdeb.setContent(html_3983959e71ea416882a5ce7cc2f921cc);
|
|
|
|
|
|
circle_9ae06c620a2c456280e6b9712752e3a3.bindPopup(popup_e430629470794b85af3bd00079e7fdeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9ae06c620a2c456280e6b9712752e3a3.bindTooltip(
|
|
`<div>
|
|
Hot-Globe (#1566) | n_orders=492
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4daf648dc65141edb65df8180225ee1e = L.circle(
|
|
[45.774826, 4.807105],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_141b195f45b5408a813f96ae923ec1df = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_842211b21385429096305f726b8048d7 = $(`<div id="html_842211b21385429096305f726b8048d7" style="width: 100.0%; height: 100.0%;">17 Rue Du Mont D'Or, 69009 Lyon</div>`)[0];
|
|
popup_141b195f45b5408a813f96ae923ec1df.setContent(html_842211b21385429096305f726b8048d7);
|
|
|
|
|
|
circle_4daf648dc65141edb65df8180225ee1e.bindPopup(popup_141b195f45b5408a813f96ae923ec1df)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4daf648dc65141edb65df8180225ee1e.bindTooltip(
|
|
`<div>
|
|
Valmy Tandoori (#1576) | n_orders=292
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5811287afb04481abe3ee38fd71f41a9 = L.circle(
|
|
[45.767536, 4.879731],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ed2aa1fb180642c58e84b19fe78521d5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_779e75fbaf2f469db8b40d0cd8adb432 = $(`<div id="html_779e75fbaf2f469db8b40d0cd8adb432" style="width: 100.0%; height: 100.0%;">16 Rue Paul Verlaine, 69100 Villeurbanne</div>`)[0];
|
|
popup_ed2aa1fb180642c58e84b19fe78521d5.setContent(html_779e75fbaf2f469db8b40d0cd8adb432);
|
|
|
|
|
|
circle_5811287afb04481abe3ee38fd71f41a9.bindPopup(popup_ed2aa1fb180642c58e84b19fe78521d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5811287afb04481abe3ee38fd71f41a9.bindTooltip(
|
|
`<div>
|
|
Ato Sushi (#1583) | n_orders=342
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2f55b27f6add4792823d320856e6bb31 = L.circle(
|
|
[45.759174, 4.825403],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2e8a1b72530343f3929345fda0775dd3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ee12e0b44b8c4a248b940983af99c2e1 = $(`<div id="html_ee12e0b44b8c4a248b940983af99c2e1" style="width: 100.0%; height: 100.0%;">3 Rue Saint Georges, 69005 Lyon</div>`)[0];
|
|
popup_2e8a1b72530343f3929345fda0775dd3.setContent(html_ee12e0b44b8c4a248b940983af99c2e1);
|
|
|
|
|
|
circle_2f55b27f6add4792823d320856e6bb31.bindPopup(popup_2e8a1b72530343f3929345fda0775dd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2f55b27f6add4792823d320856e6bb31.bindTooltip(
|
|
`<div>
|
|
New World Smoke (#1588) | n_orders=128
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b42481b2759f45ccae9a68081610d927 = L.circle(
|
|
[45.756657, 4.850402],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_63cf20e7a88b41af9910e036fe5aad4c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8a38bc352e3d47089df3e3980b437cf0 = $(`<div id="html_8a38bc352e3d47089df3e3980b437cf0" style="width: 100.0%; height: 100.0%;">6 Rue Du Gazometre, 69003 Lyon</div>`)[0];
|
|
popup_63cf20e7a88b41af9910e036fe5aad4c.setContent(html_8a38bc352e3d47089df3e3980b437cf0);
|
|
|
|
|
|
circle_b42481b2759f45ccae9a68081610d927.bindPopup(popup_63cf20e7a88b41af9910e036fe5aad4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b42481b2759f45ccae9a68081610d927.bindTooltip(
|
|
`<div>
|
|
Persepolis (#1589) | n_orders=34
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_61d78feff39f4c0c8f81234d0c421784 = L.circle(
|
|
[45.754902, 4.840445],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_651e8840f099457e83b1a6b5abdb43f6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_43003a7dc40e44c7a406b1842848d31d = $(`<div id="html_43003a7dc40e44c7a406b1842848d31d" style="width: 100.0%; height: 100.0%;">4 Rue Passet, 69007 Lyon</div>`)[0];
|
|
popup_651e8840f099457e83b1a6b5abdb43f6.setContent(html_43003a7dc40e44c7a406b1842848d31d);
|
|
|
|
|
|
circle_61d78feff39f4c0c8f81234d0c421784.bindPopup(popup_651e8840f099457e83b1a6b5abdb43f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_61d78feff39f4c0c8f81234d0c421784.bindTooltip(
|
|
`<div>
|
|
Tai Thu (#1604) | n_orders=231
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f8d98d640280454bb46f9310ffe2f033 = L.circle(
|
|
[45.74844, 4.83969],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2b9c5251a08b4cff95b294c8e1df3411 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0c177a2c0a7c4033b87fee962d815de7 = $(`<div id="html_0c177a2c0a7c4033b87fee962d815de7" style="width: 100.0%; height: 100.0%;">34 Rue Chevreul, 69007 Lyon</div>`)[0];
|
|
popup_2b9c5251a08b4cff95b294c8e1df3411.setContent(html_0c177a2c0a7c4033b87fee962d815de7);
|
|
|
|
|
|
circle_f8d98d640280454bb46f9310ffe2f033.bindPopup(popup_2b9c5251a08b4cff95b294c8e1df3411)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f8d98d640280454bb46f9310ffe2f033.bindTooltip(
|
|
`<div>
|
|
Le Kitchen Cafe (#1610) | n_orders=28
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4b3a0c9b00c14d9b8d207777e075b62f = L.circle(
|
|
[45.763783, 4.848601],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_52c5dce9e47948e599cae2d50d6145f5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2bcad2bfac574b9b8bcf5ec749baf578 = $(`<div id="html_2bcad2bfac574b9b8bcf5ec749baf578" style="width: 100.0%; height: 100.0%;">81 Cours Lafayette, 69006 Lyon</div>`)[0];
|
|
popup_52c5dce9e47948e599cae2d50d6145f5.setContent(html_2bcad2bfac574b9b8bcf5ec749baf578);
|
|
|
|
|
|
circle_4b3a0c9b00c14d9b8d207777e075b62f.bindPopup(popup_52c5dce9e47948e599cae2d50d6145f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4b3a0c9b00c14d9b8d207777e075b62f.bindTooltip(
|
|
`<div>
|
|
Burgers And Bagels (#1624) | n_orders=370
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_91c06abcab084000a71dc2a5c1985cf5 = L.circle(
|
|
[45.756756, 4.850427],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8c742e5a3849464e94fe8703153f745b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_200033927a6e4ebfbb796431a7007c98 = $(`<div id="html_200033927a6e4ebfbb796431a7007c98" style="width: 100.0%; height: 100.0%;">76 Rue Paul Bert, 69003 Villeurbanne</div>`)[0];
|
|
popup_8c742e5a3849464e94fe8703153f745b.setContent(html_200033927a6e4ebfbb796431a7007c98);
|
|
|
|
|
|
circle_91c06abcab084000a71dc2a5c1985cf5.bindPopup(popup_8c742e5a3849464e94fe8703153f745b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_91c06abcab084000a71dc2a5c1985cf5.bindTooltip(
|
|
`<div>
|
|
Chezar (#1639) | n_orders=54
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_04dc0051bbb540a6a89ec80de05b378c = L.circle(
|
|
[45.774872, 4.835884],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_170c43b32fa642f3a1d28acf76311118 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7689f759203043178683f6a06c831742 = $(`<div id="html_7689f759203043178683f6a06c831742" style="width: 100.0%; height: 100.0%;">2 Rue Celu, 69001 Lyon</div>`)[0];
|
|
popup_170c43b32fa642f3a1d28acf76311118.setContent(html_7689f759203043178683f6a06c831742);
|
|
|
|
|
|
circle_04dc0051bbb540a6a89ec80de05b378c.bindPopup(popup_170c43b32fa642f3a1d28acf76311118)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_04dc0051bbb540a6a89ec80de05b378c.bindTooltip(
|
|
`<div>
|
|
L'Origo (#1652) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c6be8a35ac944a9ba0727cab6308f82f = L.circle(
|
|
[45.768753, 4.879897],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_993ca9eb79f647d294cdaf3c1deecde5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_11b434ec141e4aa6af8dd96645040cca = $(`<div id="html_11b434ec141e4aa6af8dd96645040cca" style="width: 100.0%; height: 100.0%;">12 Rue Paul Verlaine, 69100 Lyon</div>`)[0];
|
|
popup_993ca9eb79f647d294cdaf3c1deecde5.setContent(html_11b434ec141e4aa6af8dd96645040cca);
|
|
|
|
|
|
circle_c6be8a35ac944a9ba0727cab6308f82f.bindPopup(popup_993ca9eb79f647d294cdaf3c1deecde5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c6be8a35ac944a9ba0727cab6308f82f.bindTooltip(
|
|
`<div>
|
|
Soo Cook (#1654) | n_orders=112
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4ee2687c7d2a43c6a17bdd734787ea7a = L.circle(
|
|
[45.744629, 4.844178],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_99ce4e20736642d8a7443b4b8c992366 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_21291592a1f6439d822a14978e5da090 = $(`<div id="html_21291592a1f6439d822a14978e5da090" style="width: 100.0%; height: 100.0%;">77 Avenue Berthelot, 69007 Lyon</div>`)[0];
|
|
popup_99ce4e20736642d8a7443b4b8c992366.setContent(html_21291592a1f6439d822a14978e5da090);
|
|
|
|
|
|
circle_4ee2687c7d2a43c6a17bdd734787ea7a.bindPopup(popup_99ce4e20736642d8a7443b4b8c992366)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4ee2687c7d2a43c6a17bdd734787ea7a.bindTooltip(
|
|
`<div>
|
|
La Boite A Pizza (#1669) | n_orders=458
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ab99f63409df465c8fa56576357785f5 = L.circle(
|
|
[45.760208, 4.848664],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_07acfb2d68414139b4779ed335794b41 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7930f2da2e194e8b86fb84941a7c2396 = $(`<div id="html_7930f2da2e194e8b86fb84941a7c2396" style="width: 100.0%; height: 100.0%;">92 Rue Moncey, 69003 Lyon</div>`)[0];
|
|
popup_07acfb2d68414139b4779ed335794b41.setContent(html_7930f2da2e194e8b86fb84941a7c2396);
|
|
|
|
|
|
circle_ab99f63409df465c8fa56576357785f5.bindPopup(popup_07acfb2d68414139b4779ed335794b41)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ab99f63409df465c8fa56576357785f5.bindTooltip(
|
|
`<div>
|
|
Msb - Mon Salade Bar (#1691) | n_orders=48
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0abf2c3a1b3245dda8d248c94c2d2ac5 = L.circle(
|
|
[45.753277, 4.840139],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_52e5d725d02c4b9b829876104f335a5b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9832f8748cbb498490879a47c6a5c41b = $(`<div id="html_9832f8748cbb498490879a47c6a5c41b" style="width: 100.0%; height: 100.0%;">35 Rue Pasteur, 69007 Lyon</div>`)[0];
|
|
popup_52e5d725d02c4b9b829876104f335a5b.setContent(html_9832f8748cbb498490879a47c6a5c41b);
|
|
|
|
|
|
circle_0abf2c3a1b3245dda8d248c94c2d2ac5.bindPopup(popup_52e5d725d02c4b9b829876104f335a5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0abf2c3a1b3245dda8d248c94c2d2ac5.bindTooltip(
|
|
`<div>
|
|
Maori (#1694) | n_orders=88
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_85abac30cd6f4e7cbd35cc1a18a9a8e5 = L.circle(
|
|
[45.769295, 4.879813],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_8cd21fdf9bd04608a3763c0ab5307f5a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3094b361f06f43a682e41e99d55d0117 = $(`<div id="html_3094b361f06f43a682e41e99d55d0117" style="width: 100.0%; height: 100.0%;">170 Cours Emile Zola, 69100 Lyon</div>`)[0];
|
|
popup_8cd21fdf9bd04608a3763c0ab5307f5a.setContent(html_3094b361f06f43a682e41e99d55d0117);
|
|
|
|
|
|
circle_85abac30cd6f4e7cbd35cc1a18a9a8e5.bindPopup(popup_8cd21fdf9bd04608a3763c0ab5307f5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_85abac30cd6f4e7cbd35cc1a18a9a8e5.bindTooltip(
|
|
`<div>
|
|
Makimono (#1695) | n_orders=104
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e32c5dc350a9498fb9a6cc96ad224042 = L.circle(
|
|
[45.763775, 4.850799],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_2d9d7327fd724c0380c5abff1d693034 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3bb4cb9558324eb39dab5c7f88c9ee3b = $(`<div id="html_3bb4cb9558324eb39dab5c7f88c9ee3b" style="width: 100.0%; height: 100.0%;">109 Cours Lafayette, 69006 Lyon</div>`)[0];
|
|
popup_2d9d7327fd724c0380c5abff1d693034.setContent(html_3bb4cb9558324eb39dab5c7f88c9ee3b);
|
|
|
|
|
|
circle_e32c5dc350a9498fb9a6cc96ad224042.bindPopup(popup_2d9d7327fd724c0380c5abff1d693034)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e32c5dc350a9498fb9a6cc96ad224042.bindTooltip(
|
|
`<div>
|
|
Matsuri Part Dieu (#1697) | n_orders=102
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_31deb9c035ea47b1963cef20e5ccdb03 = L.circle(
|
|
[45.765015, 4.833531],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_ada148d5dba44667b484e90b7e875a58 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d02e6bf51e45446aac03dae61bbf57e2 = $(`<div id="html_d02e6bf51e45446aac03dae61bbf57e2" style="width: 100.0%; height: 100.0%;">7 Rue De La Fromagerie, 69001 Lyon</div>`)[0];
|
|
popup_ada148d5dba44667b484e90b7e875a58.setContent(html_d02e6bf51e45446aac03dae61bbf57e2);
|
|
|
|
|
|
circle_31deb9c035ea47b1963cef20e5ccdb03.bindPopup(popup_ada148d5dba44667b484e90b7e875a58)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_31deb9c035ea47b1963cef20e5ccdb03.bindTooltip(
|
|
`<div>
|
|
Matsuri Presqu'Ile (#1705) | n_orders=21
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0c102a11c4974a2db9814435775fed09 = L.circle(
|
|
[45.782314, 4.832433],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_c78f1996a7014e3bbe90b4064536316f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7459f7bd239c417c913ae2588879ce1c = $(`<div id="html_7459f7bd239c417c913ae2588879ce1c" style="width: 100.0%; height: 100.0%;">7 Rue Coste, 69300 Lyon</div>`)[0];
|
|
popup_c78f1996a7014e3bbe90b4064536316f.setContent(html_7459f7bd239c417c913ae2588879ce1c);
|
|
|
|
|
|
circle_0c102a11c4974a2db9814435775fed09.bindPopup(popup_c78f1996a7014e3bbe90b4064536316f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0c102a11c4974a2db9814435775fed09.bindTooltip(
|
|
`<div>
|
|
Balzamik (#1708) | n_orders=56
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c393df24c803473aabe6c71b241b1582 = L.circle(
|
|
[45.783611, 4.807914],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_0db9097e84fb48a9b207d2271cd3030b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_52d466d3b7e145db95ba9c04d04684a6 = $(`<div id="html_52d466d3b7e145db95ba9c04d04684a6" style="width: 100.0%; height: 100.0%;">60 Rue De Saint-Cyr, 69009 Lyon</div>`)[0];
|
|
popup_0db9097e84fb48a9b207d2271cd3030b.setContent(html_52d466d3b7e145db95ba9c04d04684a6);
|
|
|
|
|
|
circle_c393df24c803473aabe6c71b241b1582.bindPopup(popup_0db9097e84fb48a9b207d2271cd3030b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c393df24c803473aabe6c71b241b1582.bindTooltip(
|
|
`<div>
|
|
Matsuri Vaise (#1714) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6abcde8c0fcf46c6b7a961b508063669 = L.circle(
|
|
[45.75201, 4.851989],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_72e891035ca34cc79415f4916b0ffd45 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_197645a6ee59409aa05b59acbe4537ad = $(`<div id="html_197645a6ee59409aa05b59acbe4537ad" style="width: 100.0%; height: 100.0%;">88 Cours Gambetta, 69003 Lyon</div>`)[0];
|
|
popup_72e891035ca34cc79415f4916b0ffd45.setContent(html_197645a6ee59409aa05b59acbe4537ad);
|
|
|
|
|
|
circle_6abcde8c0fcf46c6b7a961b508063669.bindPopup(popup_72e891035ca34cc79415f4916b0ffd45)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6abcde8c0fcf46c6b7a961b508063669.bindTooltip(
|
|
`<div>
|
|
O Thai Gambetta (#1718) | n_orders=60
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c2a32cb122c44819b70f06d7cd8dd721 = L.circle(
|
|
[45.765385, 4.878492],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_f0882b0ffba54b60898f0969ee38d998 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d563035d480145deb7c77314af0794da = $(`<div id="html_d563035d480145deb7c77314af0794da" style="width: 100.0%; height: 100.0%;">145 Rue Louis Becker, 69100 Villeurbanne</div>`)[0];
|
|
popup_f0882b0ffba54b60898f0969ee38d998.setContent(html_d563035d480145deb7c77314af0794da);
|
|
|
|
|
|
circle_c2a32cb122c44819b70f06d7cd8dd721.bindPopup(popup_f0882b0ffba54b60898f0969ee38d998)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c2a32cb122c44819b70f06d7cd8dd721.bindTooltip(
|
|
`<div>
|
|
Le Lei (#1725) | n_orders=39
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_72991ae5f9f74a5780a8c2c1eecdf875 = L.circle(
|
|
[45.760353, 4.836197],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_44bdeab328884753bb1778005743190f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_90dd973e76314fa7a48957a0196c0763 = $(`<div id="html_90dd973e76314fa7a48957a0196c0763" style="width: 100.0%; height: 100.0%;">19 Rue Childebert, 69002 Lyon</div>`)[0];
|
|
popup_44bdeab328884753bb1778005743190f.setContent(html_90dd973e76314fa7a48957a0196c0763);
|
|
|
|
|
|
circle_72991ae5f9f74a5780a8c2c1eecdf875.bindPopup(popup_44bdeab328884753bb1778005743190f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_72991ae5f9f74a5780a8c2c1eecdf875.bindTooltip(
|
|
`<div>
|
|
Le Zinc A Burger (#1727) | n_orders=335
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ca312e74b5e04f64a92327d2b9396555 = L.circle(
|
|
[45.767551, 4.837523],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_d560d10512b94d5dafdb79c72fc82754 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3eae156be128400cbf24449d2e99a5a5 = $(`<div id="html_3eae156be128400cbf24449d2e99a5a5" style="width: 100.0%; height: 100.0%;">2 Quai Jean Moulin, 69001 Lyon</div>`)[0];
|
|
popup_d560d10512b94d5dafdb79c72fc82754.setContent(html_3eae156be128400cbf24449d2e99a5a5);
|
|
|
|
|
|
circle_ca312e74b5e04f64a92327d2b9396555.bindPopup(popup_d560d10512b94d5dafdb79c72fc82754)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ca312e74b5e04f64a92327d2b9396555.bindTooltip(
|
|
`<div>
|
|
Bon Voyage (#1741) | n_orders=35
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_58efa04cbe4943e295cf2dfd85583a33 = L.circle(
|
|
[45.769596, 4.856544],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_4317e274eb0d437191ae85767efd8d91 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_27d3a8a171f14a2581d0c470708a28b9 = $(`<div id="html_27d3a8a171f14a2581d0c470708a28b9" style="width: 100.0%; height: 100.0%;">4 Boulevard Des Brotteaux, 69006 Lyon</div>`)[0];
|
|
popup_4317e274eb0d437191ae85767efd8d91.setContent(html_27d3a8a171f14a2581d0c470708a28b9);
|
|
|
|
|
|
circle_58efa04cbe4943e295cf2dfd85583a33.bindPopup(popup_4317e274eb0d437191ae85767efd8d91)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_58efa04cbe4943e295cf2dfd85583a33.bindTooltip(
|
|
`<div>
|
|
Le Ness (#1750) | n_orders=40
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ce9c01021e0c404c9be4eb2143b51023 = L.circle(
|
|
[45.757763, 4.840978],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_9ba74297110e44d382c22a69eb870a79 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_60134cd235994df6b3bf3e21dfb59ade = $(`<div id="html_60134cd235994df6b3bf3e21dfb59ade" style="width: 100.0%; height: 100.0%;">2 Rue Chaponnay, 69003 Lyon</div>`)[0];
|
|
popup_9ba74297110e44d382c22a69eb870a79.setContent(html_60134cd235994df6b3bf3e21dfb59ade);
|
|
|
|
|
|
circle_ce9c01021e0c404c9be4eb2143b51023.bindPopup(popup_9ba74297110e44d382c22a69eb870a79)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ce9c01021e0c404c9be4eb2143b51023.bindTooltip(
|
|
`<div>
|
|
Frite Alors ! (#1755) | n_orders=461
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_23c69112b07f4ec39eac02189d3b30d2 = L.circle(
|
|
[45.76086, 4.831066],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_45f0080ae94c43978341d5a2c263475d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_325c5063cd3c42a598eb8cba06d91768 = $(`<div id="html_325c5063cd3c42a598eb8cba06d91768" style="width: 100.0%; height: 100.0%;">7 Rue Du Port Du Temple, 69002 Lyon</div>`)[0];
|
|
popup_45f0080ae94c43978341d5a2c263475d.setContent(html_325c5063cd3c42a598eb8cba06d91768);
|
|
|
|
|
|
circle_23c69112b07f4ec39eac02189d3b30d2.bindPopup(popup_45f0080ae94c43978341d5a2c263475d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_23c69112b07f4ec39eac02189d3b30d2.bindTooltip(
|
|
`<div>
|
|
Penjabi Grill (#1766) | n_orders=13
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3e14d693821349809c747bf27520cdd1 = L.circle(
|
|
[45.770119, 4.833126],
|
|
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "red", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 1, "stroke": true, "weight": 3}
|
|
).addTo(map_bd6b8f8ea00549f7ad562d2f865af585);
|
|
|
|
|
|
var popup_815545e1c40848d8a31eae5ffe790383 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_248b19760aa341c58836d19771548644 = $(`<div id="html_248b19760aa341c58836d19771548644" style="width: 100.0%; height: 100.0%;">29 Rue Rene Leynaud, 69001 Lyon</div>`)[0];
|
|
popup_815545e1c40848d8a31eae5ffe790383.setContent(html_248b19760aa341c58836d19771548644);
|
|
|
|
|
|
circle_3e14d693821349809c747bf27520cdd1.bindPopup(popup_815545e1c40848d8a31eae5ffe790383)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3e14d693821349809c747bf27520cdd1.bindTooltip(
|
|
`<div>
|
|
La Ferme A Pizza (#1787) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
</script> |