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
30195 lines
No EOL
1.3 MiB
30195 lines
No EOL
1.3 MiB
<!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_38ff44b4cc1746aebf012d351d5ecf7e {
|
|
position: relative;
|
|
width: 100.0%;
|
|
height: 100.0%;
|
|
left: 0.0%;
|
|
top: 0.0%;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="folium-map" id="map_38ff44b4cc1746aebf012d351d5ecf7e" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
var map_38ff44b4cc1746aebf012d351d5ecf7e = L.map(
|
|
"map_38ff44b4cc1746aebf012d351d5ecf7e",
|
|
{
|
|
center: [48.856614, 2.3522219],
|
|
crs: L.CRS.EPSG3857,
|
|
zoom: 12,
|
|
zoomControl: true,
|
|
preferCanvas: false,
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_e97ff20fabe548a7a468b6a6a337cf47 = 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var circle_004890f5e015412c92e7b67f3e92b1ee = L.circle(
|
|
[48.85313, 2.37461],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_caf1555f3d8446219c05d6bc68ecd603 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3b18e04206ea4c66bf4293755dd2a418 = $(`<div id="html_3b18e04206ea4c66bf4293755dd2a418" style="width: 100.0%; height: 100.0%;">42 Rue De Charonne, 75011 Paris</div>`)[0];
|
|
popup_caf1555f3d8446219c05d6bc68ecd603.setContent(html_3b18e04206ea4c66bf4293755dd2a418);
|
|
|
|
|
|
circle_004890f5e015412c92e7b67f3e92b1ee.bindPopup(popup_caf1555f3d8446219c05d6bc68ecd603)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_004890f5e015412c92e7b67f3e92b1ee.bindTooltip(
|
|
`<div>
|
|
Starvin' Joe (#158) | n_orders=3297
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_362a2fe3be7d44b0b85e51e55478b5e2 = L.circle(
|
|
[48.87685, 2.332692],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_efdd68dbef9341bd8d3a67fa5f04065a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2c6295ee817742d991300d9344f8677d = $(`<div id="html_2c6295ee817742d991300d9344f8677d" style="width: 100.0%; height: 100.0%;">64 Rue Saint-Lazare, 75009 Paris</div>`)[0];
|
|
popup_efdd68dbef9341bd8d3a67fa5f04065a.setContent(html_2c6295ee817742d991300d9344f8677d);
|
|
|
|
|
|
circle_362a2fe3be7d44b0b85e51e55478b5e2.bindPopup(popup_efdd68dbef9341bd8d3a67fa5f04065a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_362a2fe3be7d44b0b85e51e55478b5e2.bindTooltip(
|
|
`<div>
|
|
Restaurants #159, #471 | n_orders=179
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8cdf9052b36b4b66863a98f9234f07ff = L.circle(
|
|
[48.863213, 2.349951],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f2488c95753e4653a0c1a855c486e467 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dde3faa43f2e43cc8de9679394505d97 = $(`<div id="html_dde3faa43f2e43cc8de9679394505d97" style="width: 100.0%; height: 100.0%;">96 Rue Saint Denis, 75001 Paris</div>`)[0];
|
|
popup_f2488c95753e4653a0c1a855c486e467.setContent(html_dde3faa43f2e43cc8de9679394505d97);
|
|
|
|
|
|
circle_8cdf9052b36b4b66863a98f9234f07ff.bindPopup(popup_f2488c95753e4653a0c1a855c486e467)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8cdf9052b36b4b66863a98f9234f07ff.bindTooltip(
|
|
`<div>
|
|
Libshop (#160) | n_orders=869
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1fa20102fcfc4ff5aef5c6ae1b5a5f56 = L.circle(
|
|
[48.881931, 2.364482],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2f057c996f124f21bcc2a7b409ccbc34 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_40964c77becf43ebae316e3ab5f2da74 = $(`<div id="html_40964c77becf43ebae316e3ab5f2da74" style="width: 100.0%; height: 100.0%;">227 Rue Lafayette, 75010 Paris</div>`)[0];
|
|
popup_2f057c996f124f21bcc2a7b409ccbc34.setContent(html_40964c77becf43ebae316e3ab5f2da74);
|
|
|
|
|
|
circle_1fa20102fcfc4ff5aef5c6ae1b5a5f56.bindPopup(popup_2f057c996f124f21bcc2a7b409ccbc34)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1fa20102fcfc4ff5aef5c6ae1b5a5f56.bindTooltip(
|
|
`<div>
|
|
French Burger Factory (#161) | n_orders=2104
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e4c1108b16874fd39cc62b82c4295621 = L.circle(
|
|
[48.872967, 2.307292],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ca2a47ae550f48eba954d4635b659d9a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_57bfcf85c1ab44979a689e7da8d91ff5 = $(`<div id="html_57bfcf85c1ab44979a689e7da8d91ff5" style="width: 100.0%; height: 100.0%;">4 Rue Du Commandant Riviere, 75008 Paris</div>`)[0];
|
|
popup_ca2a47ae550f48eba954d4635b659d9a.setContent(html_57bfcf85c1ab44979a689e7da8d91ff5);
|
|
|
|
|
|
circle_e4c1108b16874fd39cc62b82c4295621.bindPopup(popup_ca2a47ae550f48eba954d4635b659d9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e4c1108b16874fd39cc62b82c4295621.bindTooltip(
|
|
`<div>
|
|
Mister Garden (#162) | n_orders=2170
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ab6e8829b0ee4daebbf417a5e554b54a = L.circle(
|
|
[48.862827, 2.350185],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_51c446cafa714c65be54b6ed992647a8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5e38208d092b44d191e201c45ddd41de = $(`<div id="html_5e38208d092b44d191e201c45ddd41de" style="width: 100.0%; height: 100.0%;">184 Rue Saint-Martin, 75001 Paris</div>`)[0];
|
|
popup_51c446cafa714c65be54b6ed992647a8.setContent(html_5e38208d092b44d191e201c45ddd41de);
|
|
|
|
|
|
circle_ab6e8829b0ee4daebbf417a5e554b54a.bindPopup(popup_51c446cafa714c65be54b6ed992647a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ab6e8829b0ee4daebbf417a5e554b54a.bindTooltip(
|
|
`<div>
|
|
Trois Fois Plus De Piment (#163) | n_orders=2901
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7a25f26630ba4b9ca7dc1ebd26a7f171 = L.circle(
|
|
[48.871536, 2.352695],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c9907a8e447543eab6993419c3aeff19 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_76b13d808a3941dc95c5db3ae0e83820 = $(`<div id="html_76b13d808a3941dc95c5db3ae0e83820" style="width: 100.0%; height: 100.0%;">7 Rue D'Enghien, 75010 Paris</div>`)[0];
|
|
popup_c9907a8e447543eab6993419c3aeff19.setContent(html_76b13d808a3941dc95c5db3ae0e83820);
|
|
|
|
|
|
circle_7a25f26630ba4b9ca7dc1ebd26a7f171.bindPopup(popup_c9907a8e447543eab6993419c3aeff19)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7a25f26630ba4b9ca7dc1ebd26a7f171.bindTooltip(
|
|
`<div>
|
|
Mazzucco (#164) | n_orders=72
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_21e54686d5c94983bfa0ab31b8016176 = L.circle(
|
|
[48.870598, 2.342469],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_419d6740687b4785a1a7afc09dde6b14 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b65586d920774a8a80cdc2b30fb07b07 = $(`<div id="html_b65586d920774a8a80cdc2b30fb07b07" style="width: 100.0%; height: 100.0%;">153 Rue Montmartre, 75002 Paris</div>`)[0];
|
|
popup_419d6740687b4785a1a7afc09dde6b14.setContent(html_b65586d920774a8a80cdc2b30fb07b07);
|
|
|
|
|
|
circle_21e54686d5c94983bfa0ab31b8016176.bindPopup(popup_419d6740687b4785a1a7afc09dde6b14)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_21e54686d5c94983bfa0ab31b8016176.bindTooltip(
|
|
`<div>
|
|
Chez Papa (#165) | n_orders=67
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e1b346b96014490a8a3f896d0a1a27e3 = L.circle(
|
|
[48.859619, 2.345718],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_49c25bd9a7ca48509d95c61575f6e20c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1c36093e73204ee1abecd8a3ef450400 = $(`<div id="html_1c36093e73204ee1abecd8a3ef450400" style="width: 100.0%; height: 100.0%;">23 Rue Saint Denis, 75001 Paris</div>`)[0];
|
|
popup_49c25bd9a7ca48509d95c61575f6e20c.setContent(html_1c36093e73204ee1abecd8a3ef450400);
|
|
|
|
|
|
circle_e1b346b96014490a8a3f896d0a1a27e3.bindPopup(popup_49c25bd9a7ca48509d95c61575f6e20c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e1b346b96014490a8a3f896d0a1a27e3.bindTooltip(
|
|
`<div>
|
|
Fresh Noodle (#166) | n_orders=163
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4981a010c5944b56b965de95b64be488 = L.circle(
|
|
[48.892002, 2.281627],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2b6a3c69073547048f445ef4fe81a88a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3bcb960a71dc4e3d9576bbd66b6211d6 = $(`<div id="html_3bcb960a71dc4e3d9576bbd66b6211d6" style="width: 100.0%; height: 100.0%;">45 Rue Voltaire, 92300 Paris</div>`)[0];
|
|
popup_2b6a3c69073547048f445ef4fe81a88a.setContent(html_3bcb960a71dc4e3d9576bbd66b6211d6);
|
|
|
|
|
|
circle_4981a010c5944b56b965de95b64be488.bindPopup(popup_2b6a3c69073547048f445ef4fe81a88a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4981a010c5944b56b965de95b64be488.bindTooltip(
|
|
`<div>
|
|
Basilic (#167) | n_orders=241
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_89a564c1821347ea91d7533f41666b88 = L.circle(
|
|
[48.87339, 2.308936],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_160966d3dc344fe7ba9ad69d1c641f08 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_210b175f00154764acd040e0b808874d = $(`<div id="html_210b175f00154764acd040e0b808874d" style="width: 100.0%; height: 100.0%;">2 Rue Saint Philippe Du Roule, 75008 Paris</div>`)[0];
|
|
popup_160966d3dc344fe7ba9ad69d1c641f08.setContent(html_210b175f00154764acd040e0b808874d);
|
|
|
|
|
|
circle_89a564c1821347ea91d7533f41666b88.bindPopup(popup_160966d3dc344fe7ba9ad69d1c641f08)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_89a564c1821347ea91d7533f41666b88.bindTooltip(
|
|
`<div>
|
|
Restaurants #168, #980 | n_orders=1028
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7095aa8dac14495f9e86112d9be3e145 = L.circle(
|
|
[48.889065, 2.324589],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b827a89df7ae481d8ae9dc539f601c57 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a5e10cda0f564363a780ec243d29bed0 = $(`<div id="html_a5e10cda0f564363a780ec243d29bed0" style="width: 100.0%; height: 100.0%;">34 Avenue De Saint Ouen, 75017 Paris</div>`)[0];
|
|
popup_b827a89df7ae481d8ae9dc539f601c57.setContent(html_a5e10cda0f564363a780ec243d29bed0);
|
|
|
|
|
|
circle_7095aa8dac14495f9e86112d9be3e145.bindPopup(popup_b827a89df7ae481d8ae9dc539f601c57)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7095aa8dac14495f9e86112d9be3e145.bindTooltip(
|
|
`<div>
|
|
Oyama (#169) | n_orders=1162
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d09ec6c75dd3496082b969335b97668b = L.circle(
|
|
[48.853432, 2.378134],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b340f221197d49fd980c2367a7d3ecf7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c4e459d6db8f4df28b27a4f00ee08628 = $(`<div id="html_c4e459d6db8f4df28b27a4f00ee08628" style="width: 100.0%; height: 100.0%;">78 Rue De Charonne, 75011 Paris</div>`)[0];
|
|
popup_b340f221197d49fd980c2367a7d3ecf7.setContent(html_c4e459d6db8f4df28b27a4f00ee08628);
|
|
|
|
|
|
circle_d09ec6c75dd3496082b969335b97668b.bindPopup(popup_b340f221197d49fd980c2367a7d3ecf7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d09ec6c75dd3496082b969335b97668b.bindTooltip(
|
|
`<div>
|
|
Restaurants #170, #1073 | n_orders=1538
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0b3dc1cb3a1946c9b1db9ffc487bc200 = L.circle(
|
|
[48.849449, 2.339824],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1d40099b696e40d8be3cfda105e479e0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5057e43015ee45929a1f31e551755c6b = $(`<div id="html_5057e43015ee45929a1f31e551755c6b" style="width: 100.0%; height: 100.0%;">24 Rue Monsieur Le Prince, 75006 Paris</div>`)[0];
|
|
popup_1d40099b696e40d8be3cfda105e479e0.setContent(html_5057e43015ee45929a1f31e551755c6b);
|
|
|
|
|
|
circle_0b3dc1cb3a1946c9b1db9ffc487bc200.bindPopup(popup_1d40099b696e40d8be3cfda105e479e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0b3dc1cb3a1946c9b1db9ffc487bc200.bindTooltip(
|
|
`<div>
|
|
Le Saigon D'Antan (#171) | n_orders=1454
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ef562872cb3d410b950d465d90bca71e = L.circle(
|
|
[48.880463, 2.284932],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0b0c564865414010a8f9ea665eae184f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dc48888a2f564f8f82dc16d26c72dbed = $(`<div id="html_dc48888a2f564f8f82dc16d26c72dbed" style="width: 100.0%; height: 100.0%;">1 Place Du General Knig, 75017 Levallois-Perret</div>`)[0];
|
|
popup_0b0c564865414010a8f9ea665eae184f.setContent(html_dc48888a2f564f8f82dc16d26c72dbed);
|
|
|
|
|
|
circle_ef562872cb3d410b950d465d90bca71e.bindPopup(popup_0b0c564865414010a8f9ea665eae184f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ef562872cb3d410b950d465d90bca71e.bindTooltip(
|
|
`<div>
|
|
Come Porte Maillot (#172) | n_orders=509
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7140344f48704eb480a32842fa65ec3d = L.circle(
|
|
[48.863659, 2.285523],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9a0f7274c2e64508b64c94d62fd41ae3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_060287c7a2ff48e2929237df5fc02042 = $(`<div id="html_060287c7a2ff48e2929237df5fc02042" style="width: 100.0%; height: 100.0%;">7 Avenue D'Eylau, 75116 Paris</div>`)[0];
|
|
popup_9a0f7274c2e64508b64c94d62fd41ae3.setContent(html_060287c7a2ff48e2929237df5fc02042);
|
|
|
|
|
|
circle_7140344f48704eb480a32842fa65ec3d.bindPopup(popup_9a0f7274c2e64508b64c94d62fd41ae3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7140344f48704eb480a32842fa65ec3d.bindTooltip(
|
|
`<div>
|
|
Schwartz'S Trocadero (#173) | n_orders=6175
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_431c52b440864898b0473026ca94bb7f = L.circle(
|
|
[48.897694, 2.245199],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8e4172a548cb420490b2cacca1683c5a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1e1eda53c5ac409393659db47b30e150 = $(`<div id="html_1e1eda53c5ac409393659db47b30e150" style="width: 100.0%; height: 100.0%;">85 Rue Bezons, 92400 Courbevoie</div>`)[0];
|
|
popup_8e4172a548cb420490b2cacca1683c5a.setContent(html_1e1eda53c5ac409393659db47b30e150);
|
|
|
|
|
|
circle_431c52b440864898b0473026ca94bb7f.bindPopup(popup_8e4172a548cb420490b2cacca1683c5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_431c52b440864898b0473026ca94bb7f.bindTooltip(
|
|
`<div>
|
|
85 Burger (#174) | n_orders=1321
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_59b5f81e855f4d40bb395ae6a9644b75 = L.circle(
|
|
[48.874649, 2.325715],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_097250c4d68244fdb8eb910c6ee7c62e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d5354cda246c4ff29cff90c89bd68062 = $(`<div id="html_d5354cda246c4ff29cff90c89bd68062" style="width: 100.0%; height: 100.0%;">7 Rue De L'Isly, 75008 Paris</div>`)[0];
|
|
popup_097250c4d68244fdb8eb910c6ee7c62e.setContent(html_d5354cda246c4ff29cff90c89bd68062);
|
|
|
|
|
|
circle_59b5f81e855f4d40bb395ae6a9644b75.bindPopup(popup_097250c4d68244fdb8eb910c6ee7c62e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_59b5f81e855f4d40bb395ae6a9644b75.bindTooltip(
|
|
`<div>
|
|
A Toutes Vapeurs (#175) | n_orders=139
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_347f469c9b9842839da870e93848bb28 = L.circle(
|
|
[48.872501, 2.359233],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cd80c96b4060441f9c8dc665f7015538 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_240c57e184af46cda2c3f06a50e1b97a = $(`<div id="html_240c57e184af46cda2c3f06a50e1b97a" style="width: 100.0%; height: 100.0%;">39 Boulevard Magenta, 75010 Paris</div>`)[0];
|
|
popup_cd80c96b4060441f9c8dc665f7015538.setContent(html_240c57e184af46cda2c3f06a50e1b97a);
|
|
|
|
|
|
circle_347f469c9b9842839da870e93848bb28.bindPopup(popup_cd80c96b4060441f9c8dc665f7015538)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_347f469c9b9842839da870e93848bb28.bindTooltip(
|
|
`<div>
|
|
Da Mimmo (#176) | n_orders=613
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c09bd95bcdb243968d450d77d7222d9f = L.circle(
|
|
[48.881111, 2.292907],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a05d84d11d494897b0b52b2f6dae212c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5416d955d9514f03bdab17874f6b7121 = $(`<div id="html_5416d955d9514f03bdab17874f6b7121" style="width: 100.0%; height: 100.0%;">25 Avenue Niel, 75017 Paris</div>`)[0];
|
|
popup_a05d84d11d494897b0b52b2f6dae212c.setContent(html_5416d955d9514f03bdab17874f6b7121);
|
|
|
|
|
|
circle_c09bd95bcdb243968d450d77d7222d9f.bindPopup(popup_a05d84d11d494897b0b52b2f6dae212c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c09bd95bcdb243968d450d77d7222d9f.bindTooltip(
|
|
`<div>
|
|
Ds Cafe (#177) | n_orders=246
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bec44c9c40b947d5b85f073a2af9c067 = L.circle(
|
|
[48.850643, 2.298298],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_07e73dc729414ce8a03dc0df3a39e9e0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_feebf3fd725d4c3486d3625e43dfb45d = $(`<div id="html_feebf3fd725d4c3486d3625e43dfb45d" style="width: 100.0%; height: 100.0%;">47 Avenue De La Motte Picquet, 75015 Paris</div>`)[0];
|
|
popup_07e73dc729414ce8a03dc0df3a39e9e0.setContent(html_feebf3fd725d4c3486d3625e43dfb45d);
|
|
|
|
|
|
circle_bec44c9c40b947d5b85f073a2af9c067.bindPopup(popup_07e73dc729414ce8a03dc0df3a39e9e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bec44c9c40b947d5b85f073a2af9c067.bindTooltip(
|
|
`<div>
|
|
Les Burgers Du Pere Claude Paris Xv (#178) | n_orders=7751
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_30597fa130c14ded88fbe3e3df18eaa3 = L.circle(
|
|
[48.839321, 2.234077],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5499a4b065a146809fd17b673408dc70 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c793c7101d6c4d74aaa10cc7449db19c = $(`<div id="html_c793c7101d6c4d74aaa10cc7449db19c" style="width: 100.0%; height: 100.0%;">67 Rue De Billancourt, 92100 Paris</div>`)[0];
|
|
popup_5499a4b065a146809fd17b673408dc70.setContent(html_c793c7101d6c4d74aaa10cc7449db19c);
|
|
|
|
|
|
circle_30597fa130c14ded88fbe3e3df18eaa3.bindPopup(popup_5499a4b065a146809fd17b673408dc70)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_30597fa130c14ded88fbe3e3df18eaa3.bindTooltip(
|
|
`<div>
|
|
L'Instant Bagels-Burgers (#179) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8d3e80ba67074cdfa1f34df88d730acd = L.circle(
|
|
[48.884632, 2.296927],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3a1c775fcde54fd9aa329094c05c5a00 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_03fb759c08874e558d0ebfcdc1bdf686 = $(`<div id="html_03fb759c08874e558d0ebfcdc1bdf686" style="width: 100.0%; height: 100.0%;">271 Boulevard Pereire, 75017 Paris</div>`)[0];
|
|
popup_3a1c775fcde54fd9aa329094c05c5a00.setContent(html_03fb759c08874e558d0ebfcdc1bdf686);
|
|
|
|
|
|
circle_8d3e80ba67074cdfa1f34df88d730acd.bindPopup(popup_3a1c775fcde54fd9aa329094c05c5a00)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8d3e80ba67074cdfa1f34df88d730acd.bindTooltip(
|
|
`<div>
|
|
Micky'S Bagel (#180) | n_orders=509
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e0c57655fe9f49d6a19b156d74dcefc6 = L.circle(
|
|
[48.883224, 2.244289],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5be043c3753b47acae32ee9c0299f7c2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_75d9363d0bdb4a04803bfd7ede14c4ae = $(`<div id="html_75d9363d0bdb4a04803bfd7ede14c4ae" style="width: 100.0%; height: 100.0%;">8 Square Leon Blum, 92800 Paris</div>`)[0];
|
|
popup_5be043c3753b47acae32ee9c0299f7c2.setContent(html_75d9363d0bdb4a04803bfd7ede14c4ae);
|
|
|
|
|
|
circle_e0c57655fe9f49d6a19b156d74dcefc6.bindPopup(popup_5be043c3753b47acae32ee9c0299f7c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e0c57655fe9f49d6a19b156d74dcefc6.bindTooltip(
|
|
`<div>
|
|
Miloca (#181) | n_orders=40
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_333d9702e2f04ca2abe24d8fa9e8a0ae = L.circle(
|
|
[48.890118, 2.287201],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_beaa056fe2b14114ab6d0fadacc57bb6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_64aeefd1a4394adb94a6a8252d58e34f = $(`<div id="html_64aeefd1a4394adb94a6a8252d58e34f" style="width: 100.0%; height: 100.0%;">17 Rue Gabriel Peri, 92300 Neuilly-Sur-Seine</div>`)[0];
|
|
popup_beaa056fe2b14114ab6d0fadacc57bb6.setContent(html_64aeefd1a4394adb94a6a8252d58e34f);
|
|
|
|
|
|
circle_333d9702e2f04ca2abe24d8fa9e8a0ae.bindPopup(popup_beaa056fe2b14114ab6d0fadacc57bb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_333d9702e2f04ca2abe24d8fa9e8a0ae.bindTooltip(
|
|
`<div>
|
|
Beity (#182) | n_orders=1014
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_85588025e55e46959b5d3f5267de7bb1 = L.circle(
|
|
[48.871777, 2.319309],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e3921f1710fa479bbff1c8a46c2edf07 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0cc323749260475487fe54f035281dc1 = $(`<div id="html_0cc323749260475487fe54f035281dc1" style="width: 100.0%; height: 100.0%;">17 Boulevard Malesherbes, 75008 Paris</div>`)[0];
|
|
popup_e3921f1710fa479bbff1c8a46c2edf07.setContent(html_0cc323749260475487fe54f035281dc1);
|
|
|
|
|
|
circle_85588025e55e46959b5d3f5267de7bb1.bindPopup(popup_e3921f1710fa479bbff1c8a46c2edf07)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_85588025e55e46959b5d3f5267de7bb1.bindTooltip(
|
|
`<div>
|
|
Lina'S Malesherbes (#183) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a486e08ff4fd467e823b50caf44be591 = L.circle(
|
|
[48.865601, 2.350309],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3d9406b15012411a8dc16e984c43b2d3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1c69df45de624187a45dcd8ca49070db = $(`<div id="html_1c69df45de624187a45dcd8ca49070db" style="width: 100.0%; height: 100.0%;">179 Rue Saint-Denis,, 75002 Paris</div>`)[0];
|
|
popup_3d9406b15012411a8dc16e984c43b2d3.setContent(html_1c69df45de624187a45dcd8ca49070db);
|
|
|
|
|
|
circle_a486e08ff4fd467e823b50caf44be591.bindPopup(popup_3d9406b15012411a8dc16e984c43b2d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a486e08ff4fd467e823b50caf44be591.bindTooltip(
|
|
`<div>
|
|
Boulettes (#184) | n_orders=241
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f8fdc60c111948d5b4afca0c2fe31d85 = L.circle(
|
|
[48.886406, 2.244636],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b5bd8f0bfba24333a2f3b1af5865bb66 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_472b3b26295f4dedb05c611a8a5ce151 = $(`<div id="html_472b3b26295f4dedb05c611a8a5ce151" style="width: 100.0%; height: 100.0%;">51 Rue De La Republique, 92800 Puteaux</div>`)[0];
|
|
popup_b5bd8f0bfba24333a2f3b1af5865bb66.setContent(html_472b3b26295f4dedb05c611a8a5ce151);
|
|
|
|
|
|
circle_f8fdc60c111948d5b4afca0c2fe31d85.bindPopup(popup_b5bd8f0bfba24333a2f3b1af5865bb66)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f8fdc60c111948d5b4afca0c2fe31d85.bindTooltip(
|
|
`<div>
|
|
Coquelicote (#185) | n_orders=6
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9cb4c4e61b13414aa2cfe2ef819eabe9 = L.circle(
|
|
[48.867428, 2.344029],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_279147b6414f424390422fc6e1ced6fe = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_67aab312ab5b48c0b6ebc32285d94e43 = $(`<div id="html_67aab312ab5b48c0b6ebc32285d94e43" style="width: 100.0%; height: 100.0%;">106 Rue Montmartre, 75002 Paris</div>`)[0];
|
|
popup_279147b6414f424390422fc6e1ced6fe.setContent(html_67aab312ab5b48c0b6ebc32285d94e43);
|
|
|
|
|
|
circle_9cb4c4e61b13414aa2cfe2ef819eabe9.bindPopup(popup_279147b6414f424390422fc6e1ced6fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9cb4c4e61b13414aa2cfe2ef819eabe9.bindTooltip(
|
|
`<div>
|
|
Loumi'S (#186) | n_orders=1101
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9c3df493da8346c98d2b2f2e20524c6e = L.circle(
|
|
[48.864365, 2.339311],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9aa14bd26f2c445d9f63250a2ea34c0a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_99de21ef34af4cac88616aa79fae7364 = $(`<div id="html_99de21ef34af4cac88616aa79fae7364" style="width: 100.0%; height: 100.0%;">34 Rue Coquillere, 75001 Paris</div>`)[0];
|
|
popup_9aa14bd26f2c445d9f63250a2ea34c0a.setContent(html_99de21ef34af4cac88616aa79fae7364);
|
|
|
|
|
|
circle_9c3df493da8346c98d2b2f2e20524c6e.bindPopup(popup_9aa14bd26f2c445d9f63250a2ea34c0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9c3df493da8346c98d2b2f2e20524c6e.bindTooltip(
|
|
`<div>
|
|
La Guinguette D'Angele (#187) | n_orders=75
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5d99648654df498e84e50983b9d4d706 = L.circle(
|
|
[48.87632, 2.346938],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9fee96189ccc4319886641c2c2314f25 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_107b100b856b42e8ba7d5a48910c15b2 = $(`<div id="html_107b100b856b42e8ba7d5a48910c15b2" style="width: 100.0%; height: 100.0%;">21 Rue Des Messageries, 75009 Paris</div>`)[0];
|
|
popup_9fee96189ccc4319886641c2c2314f25.setContent(html_107b100b856b42e8ba7d5a48910c15b2);
|
|
|
|
|
|
circle_5d99648654df498e84e50983b9d4d706.bindPopup(popup_9fee96189ccc4319886641c2c2314f25)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5d99648654df498e84e50983b9d4d706.bindTooltip(
|
|
`<div>
|
|
Emi-Lee (#188) | n_orders=614
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d79cf9445d3b49f39979a35fd4acddfb = L.circle(
|
|
[48.869102, 2.285045],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0fc4577c3514455891ac09bfc870f5cd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ac90f91f062c470b923dc87dbf924387 = $(`<div id="html_ac90f91f062c470b923dc87dbf924387" style="width: 100.0%; height: 100.0%;">1 Rue Mesnil, 75116 Paris</div>`)[0];
|
|
popup_0fc4577c3514455891ac09bfc870f5cd.setContent(html_ac90f91f062c470b923dc87dbf924387);
|
|
|
|
|
|
circle_d79cf9445d3b49f39979a35fd4acddfb.bindPopup(popup_0fc4577c3514455891ac09bfc870f5cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d79cf9445d3b49f39979a35fd4acddfb.bindTooltip(
|
|
`<div>
|
|
Fresh (#189) | n_orders=717
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_465401e110184ffa81ddb7617dc50083 = L.circle(
|
|
[48.883602, 2.296237],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_68ee44e150944c0aba5602919f424eac = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f931e1552df442cc82f29a843296e7eb = $(`<div id="html_f931e1552df442cc82f29a843296e7eb" style="width: 100.0%; height: 100.0%;">87 Avenue Niel, 75017 Paris</div>`)[0];
|
|
popup_68ee44e150944c0aba5602919f424eac.setContent(html_f931e1552df442cc82f29a843296e7eb);
|
|
|
|
|
|
circle_465401e110184ffa81ddb7617dc50083.bindPopup(popup_68ee44e150944c0aba5602919f424eac)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_465401e110184ffa81ddb7617dc50083.bindTooltip(
|
|
`<div>
|
|
Zekai Niel (#190) | n_orders=566
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3662b4392a5243e59ab1d1fdebf86186 = L.circle(
|
|
[48.874958, 2.33713],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6258478c23d14394bf92867202b0b564 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2f29a91b4b244f5ea520639b465dc352 = $(`<div id="html_2f29a91b4b244f5ea520639b465dc352" style="width: 100.0%; height: 100.0%;">43 Rue Le Peletier, 75009 Paris</div>`)[0];
|
|
popup_6258478c23d14394bf92867202b0b564.setContent(html_2f29a91b4b244f5ea520639b465dc352);
|
|
|
|
|
|
circle_3662b4392a5243e59ab1d1fdebf86186.bindPopup(popup_6258478c23d14394bf92867202b0b564)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3662b4392a5243e59ab1d1fdebf86186.bindTooltip(
|
|
`<div>
|
|
Gontran (#191) | n_orders=27
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ceb2431b115e455eb8934e0560c190c9 = L.circle(
|
|
[48.870487, 2.343048],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7e6634dc9e774926a29a204861abb801 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_39a5a35a43f1474f831198bb830ce9d6 = $(`<div id="html_39a5a35a43f1474f831198bb830ce9d6" style="width: 100.0%; height: 100.0%;">166 Rue Montmartre, 75002 Paris</div>`)[0];
|
|
popup_7e6634dc9e774926a29a204861abb801.setContent(html_39a5a35a43f1474f831198bb830ce9d6);
|
|
|
|
|
|
circle_ceb2431b115e455eb8934e0560c190c9.bindPopup(popup_7e6634dc9e774926a29a204861abb801)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ceb2431b115e455eb8934e0560c190c9.bindTooltip(
|
|
`<div>
|
|
King Marcel (#192) | n_orders=3176
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6b640fe0428e4ea4a6f87d6e76cbdfde = L.circle(
|
|
[48.869217, 2.394307],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c9854a6cfb8e4c86ab7f97bc5c4468a2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_086421c63fc54eee8007b2615e29c1b6 = $(`<div id="html_086421c63fc54eee8007b2615e29c1b6" style="width: 100.0%; height: 100.0%;">49 Rue De La Chine, 75020 Paris, 75020 Paris</div>`)[0];
|
|
popup_c9854a6cfb8e4c86ab7f97bc5c4468a2.setContent(html_086421c63fc54eee8007b2615e29c1b6);
|
|
|
|
|
|
circle_6b640fe0428e4ea4a6f87d6e76cbdfde.bindPopup(popup_c9854a6cfb8e4c86ab7f97bc5c4468a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6b640fe0428e4ea4a6f87d6e76cbdfde.bindTooltip(
|
|
`<div>
|
|
Sucre Sale (#193) | n_orders=18
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1682316754254b61b3d3040fbd8db092 = L.circle(
|
|
[48.836132, 2.34841],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_49b0c10f8fff4a6abd2d178072e78ad2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_75c3dcf61c6f4e54b2dc70c1e3d47a05 = $(`<div id="html_75c3dcf61c6f4e54b2dc70c1e3d47a05" style="width: 100.0%; height: 100.0%;">11 Boulevard Arago ,75013 Paris, 75013 Paris</div>`)[0];
|
|
popup_49b0c10f8fff4a6abd2d178072e78ad2.setContent(html_75c3dcf61c6f4e54b2dc70c1e3d47a05);
|
|
|
|
|
|
circle_1682316754254b61b3d3040fbd8db092.bindPopup(popup_49b0c10f8fff4a6abd2d178072e78ad2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1682316754254b61b3d3040fbd8db092.bindTooltip(
|
|
`<div>
|
|
Nakano - 13Eme (#194) | n_orders=188
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fd813a3a9bce419ca4deebfb80c42407 = L.circle(
|
|
[48.887959, 2.247882],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_11861e59c6e94e3fa44d9140afb31c1e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c3b8d4884a324e93b48354c1d74cb3ae = $(`<div id="html_c3b8d4884a324e93b48354c1d74cb3ae" style="width: 100.0%; height: 100.0%;">40 Cours Michelet, 92800 Courbevoie</div>`)[0];
|
|
popup_11861e59c6e94e3fa44d9140afb31c1e.setContent(html_c3b8d4884a324e93b48354c1d74cb3ae);
|
|
|
|
|
|
circle_fd813a3a9bce419ca4deebfb80c42407.bindPopup(popup_11861e59c6e94e3fa44d9140afb31c1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fd813a3a9bce419ca4deebfb80c42407.bindTooltip(
|
|
`<div>
|
|
Big Fernand - La Defense (#195) | n_orders=410
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ba435449cb6741c29ca866c8fec9be88 = L.circle(
|
|
[48.843643, 2.293135],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9a175b86adc749b6b915893a22e8e0f9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ef27fecd1a714300b2cbbb2fe0a65127 = $(`<div id="html_ef27fecd1a714300b2cbbb2fe0a65127" style="width: 100.0%; height: 100.0%;">23 Rue Mademoiselle, 75015 Paris</div>`)[0];
|
|
popup_9a175b86adc749b6b915893a22e8e0f9.setContent(html_ef27fecd1a714300b2cbbb2fe0a65127);
|
|
|
|
|
|
circle_ba435449cb6741c29ca866c8fec9be88.bindPopup(popup_9a175b86adc749b6b915893a22e8e0f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ba435449cb6741c29ca866c8fec9be88.bindTooltip(
|
|
`<div>
|
|
Thai At Home 15 (#196) | n_orders=2840
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dca19c2a1b0b41c48cc45f5214033153 = L.circle(
|
|
[48.825497, 2.365224],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a0cf31ded8724649bdb00d6bc1208e65 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4960e21187004b779a74ea53a820426f = $(`<div id="html_4960e21187004b779a74ea53a820426f" style="width: 100.0%; height: 100.0%;">103 Rue De Tolbiac, 75013 Paris</div>`)[0];
|
|
popup_a0cf31ded8724649bdb00d6bc1208e65.setContent(html_4960e21187004b779a74ea53a820426f);
|
|
|
|
|
|
circle_dca19c2a1b0b41c48cc45f5214033153.bindPopup(popup_a0cf31ded8724649bdb00d6bc1208e65)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dca19c2a1b0b41c48cc45f5214033153.bindTooltip(
|
|
`<div>
|
|
De Clercq, Les Rois De La Frite - Paris 13 (#197) | n_orders=2186
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9c7ee50bacf642638da0fb57ae83ad23 = L.circle(
|
|
[48.845764, 2.338882],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_73a77d77dc2e4ae0886d72ebdbedbcd5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ca8733dadd1f455f9a02f95ad7f67716 = $(`<div id="html_ca8733dadd1f455f9a02f95ad7f67716" style="width: 100.0%; height: 100.0%;">8 Rue Gay-Lussac, 75006 Paris</div>`)[0];
|
|
popup_73a77d77dc2e4ae0886d72ebdbedbcd5.setContent(html_ca8733dadd1f455f9a02f95ad7f67716);
|
|
|
|
|
|
circle_9c7ee50bacf642638da0fb57ae83ad23.bindPopup(popup_73a77d77dc2e4ae0886d72ebdbedbcd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9c7ee50bacf642638da0fb57ae83ad23.bindTooltip(
|
|
`<div>
|
|
Buns Paris (#198) | n_orders=459
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4eb3f31b7e804b6ab88e7d322f52ef94 = L.circle(
|
|
[48.875271, 2.323587],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f6bd54cadf6e4d798987e6b72650eef9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_53e86df5fdfe4551a85b7ab4d6ef1cd1 = $(`<div id="html_53e86df5fdfe4551a85b7ab4d6ef1cd1" style="width: 100.0%; height: 100.0%;">2 Rue De La Pepiniere, 75008 Paris</div>`)[0];
|
|
popup_f6bd54cadf6e4d798987e6b72650eef9.setContent(html_53e86df5fdfe4551a85b7ab4d6ef1cd1);
|
|
|
|
|
|
circle_4eb3f31b7e804b6ab88e7d322f52ef94.bindPopup(popup_f6bd54cadf6e4d798987e6b72650eef9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4eb3f31b7e804b6ab88e7d322f52ef94.bindTooltip(
|
|
`<div>
|
|
231 East Street - Saint Lazare (#199) | n_orders=522
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b85bc3702a5a4d5da0928b64635a84a7 = L.circle(
|
|
[48.852882, 2.367328],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5ba908cdc4794c74bfbb8f0ef1cddcbd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_43f1c658eeb74412b14daa5d7996c319 = $(`<div id="html_43f1c658eeb74412b14daa5d7996c319" style="width: 100.0%; height: 100.0%;">9 Rue Jacques Coeur, 75004 Paris</div>`)[0];
|
|
popup_5ba908cdc4794c74bfbb8f0ef1cddcbd.setContent(html_43f1c658eeb74412b14daa5d7996c319);
|
|
|
|
|
|
circle_b85bc3702a5a4d5da0928b64635a84a7.bindPopup(popup_5ba908cdc4794c74bfbb8f0ef1cddcbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b85bc3702a5a4d5da0928b64635a84a7.bindTooltip(
|
|
`<div>
|
|
Grilled Cheese Factory Bastille (#200) | n_orders=726
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bf055cdb50314f49a0cd942690815127 = L.circle(
|
|
[48.884808, 2.246045],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2716108663df46e2a22d7416dac49816 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_983a6488b73046ecaf6af524a79d04e3 = $(`<div id="html_983a6488b73046ecaf6af524a79d04e3" style="width: 100.0%; height: 100.0%;">31 Rue Arago, 92800 Puteaux</div>`)[0];
|
|
popup_2716108663df46e2a22d7416dac49816.setContent(html_983a6488b73046ecaf6af524a79d04e3);
|
|
|
|
|
|
circle_bf055cdb50314f49a0cd942690815127.bindPopup(popup_2716108663df46e2a22d7416dac49816)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bf055cdb50314f49a0cd942690815127.bindTooltip(
|
|
`<div>
|
|
Viet Quan (#201) | n_orders=132
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4c42792962264f5eb3b29ce10626369a = L.circle(
|
|
[48.862606, 2.348316],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a1a56cf15a9a40f2b848bcb963e82112 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c9d757579c5943f4a270d567437abd1c = $(`<div id="html_c9d757579c5943f4a270d567437abd1c" style="width: 100.0%; height: 100.0%;">94 Rue Rambuteau, 75001 Paris</div>`)[0];
|
|
popup_a1a56cf15a9a40f2b848bcb963e82112.setContent(html_c9d757579c5943f4a270d567437abd1c);
|
|
|
|
|
|
circle_4c42792962264f5eb3b29ce10626369a.bindPopup(popup_a1a56cf15a9a40f2b848bcb963e82112)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4c42792962264f5eb3b29ce10626369a.bindTooltip(
|
|
`<div>
|
|
L'Artisan Du Burger - Rambuteau (#202) | n_orders=2111
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_826d161664564d4e952633f84d204b89 = L.circle(
|
|
[48.869736, 2.341081],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e25ec7de082d450588eae7a593815264 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b77fb5c779c24551926c15c3d1b1c6c6 = $(`<div id="html_b77fb5c779c24551926c15c3d1b1c6c6" style="width: 100.0%; height: 100.0%;">41 Rue Des Jeuneurs, 75002 Paris</div>`)[0];
|
|
popup_e25ec7de082d450588eae7a593815264.setContent(html_b77fb5c779c24551926c15c3d1b1c6c6);
|
|
|
|
|
|
circle_826d161664564d4e952633f84d204b89.bindPopup(popup_e25ec7de082d450588eae7a593815264)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_826d161664564d4e952633f84d204b89.bindTooltip(
|
|
`<div>
|
|
Breakfast In America (#203) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_12e2990865c2435c989a90e22b145b80 = L.circle(
|
|
[48.859287, 2.342331],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_55f2587e1c6c4999a801b5d78975a932 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9586d06233c14fc7ad73f18cf8ecdef3 = $(`<div id="html_9586d06233c14fc7ad73f18cf8ecdef3" style="width: 100.0%; height: 100.0%;">22 Rue Des Bourdonnais, 75001 Paris</div>`)[0];
|
|
popup_55f2587e1c6c4999a801b5d78975a932.setContent(html_9586d06233c14fc7ad73f18cf8ecdef3);
|
|
|
|
|
|
circle_12e2990865c2435c989a90e22b145b80.bindPopup(popup_55f2587e1c6c4999a801b5d78975a932)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_12e2990865c2435c989a90e22b145b80.bindTooltip(
|
|
`<div>
|
|
Thai At Home 01 (#204) | n_orders=1755
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_391fb02c9eba427b8e95e42778db7566 = L.circle(
|
|
[48.866997, 2.287677],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_81fd063975604d5783725f2bd44bc3c9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f4ee29da61254897a332921614a7aa88 = $(`<div id="html_f4ee29da61254897a332921614a7aa88" style="width: 100.0%; height: 100.0%;">101 Rue Lauriston, 75116 Paris</div>`)[0];
|
|
popup_81fd063975604d5783725f2bd44bc3c9.setContent(html_f4ee29da61254897a332921614a7aa88);
|
|
|
|
|
|
circle_391fb02c9eba427b8e95e42778db7566.bindPopup(popup_81fd063975604d5783725f2bd44bc3c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_391fb02c9eba427b8e95e42778db7566.bindTooltip(
|
|
`<div>
|
|
Zekai Lauriston (#205) | n_orders=438
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_20016a8496df43d6897882f1e9cbdadb = L.circle(
|
|
[48.867664, 2.38142],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a446f8ef2c2f4bfd9e02dc4a95d2c17e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_614f19be7d3e4a509238050f4323e389 = $(`<div id="html_614f19be7d3e4a509238050f4323e389" style="width: 100.0%; height: 100.0%;">7 Rue Etienne Dolet, 75011 Paris</div>`)[0];
|
|
popup_a446f8ef2c2f4bfd9e02dc4a95d2c17e.setContent(html_614f19be7d3e4a509238050f4323e389);
|
|
|
|
|
|
circle_20016a8496df43d6897882f1e9cbdadb.bindPopup(popup_a446f8ef2c2f4bfd9e02dc4a95d2c17e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_20016a8496df43d6897882f1e9cbdadb.bindTooltip(
|
|
`<div>
|
|
Pho Cafe (#206) | n_orders=591
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6e3bde31724541fbac796e74a80f43e2 = L.circle(
|
|
[48.877777, 2.365058],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_505a8bd586de4bf9bdd5076714b8dcc8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d7f4e2c8ae7b4745a2b4676325de1b35 = $(`<div id="html_d7f4e2c8ae7b4745a2b4676325de1b35" style="width: 100.0%; height: 100.0%;">3 Rue Eugene Varlin, 75010 Paris</div>`)[0];
|
|
popup_505a8bd586de4bf9bdd5076714b8dcc8.setContent(html_d7f4e2c8ae7b4745a2b4676325de1b35);
|
|
|
|
|
|
circle_6e3bde31724541fbac796e74a80f43e2.bindPopup(popup_505a8bd586de4bf9bdd5076714b8dcc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6e3bde31724541fbac796e74a80f43e2.bindTooltip(
|
|
`<div>
|
|
Street Bangkok Local Food (#207) | n_orders=1184
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4fda6be114554d308e7a3018a366c396 = L.circle(
|
|
[48.856491, 2.303454],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d792f91e2a7c4dd6a8a4f5584965d43d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9039d1e4b2ba48bf8c171ff0714b2ac9 = $(`<div id="html_9039d1e4b2ba48bf8c171ff0714b2ac9" style="width: 100.0%; height: 100.0%;">12 Rue Du Champs De Mars, 75007 Paris</div>`)[0];
|
|
popup_d792f91e2a7c4dd6a8a4f5584965d43d.setContent(html_9039d1e4b2ba48bf8c171ff0714b2ac9);
|
|
|
|
|
|
circle_4fda6be114554d308e7a3018a366c396.bindPopup(popup_d792f91e2a7c4dd6a8a4f5584965d43d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4fda6be114554d308e7a3018a366c396.bindTooltip(
|
|
`<div>
|
|
Bedford Diner Tour Eiffel (#208) | n_orders=962
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b392fcca596d451eb8f09176816f111a = L.circle(
|
|
[48.889786, 2.281674],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3e7c2474c1d14cc6aef45da66d42c69d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3035b03b4707499b9fbfb9837b4da64b = $(`<div id="html_3035b03b4707499b9fbfb9837b4da64b" style="width: 100.0%; height: 100.0%;">51 Rue Danton, 92300 Paris</div>`)[0];
|
|
popup_3e7c2474c1d14cc6aef45da66d42c69d.setContent(html_3035b03b4707499b9fbfb9837b4da64b);
|
|
|
|
|
|
circle_b392fcca596d451eb8f09176816f111a.bindPopup(popup_3e7c2474c1d14cc6aef45da66d42c69d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b392fcca596d451eb8f09176816f111a.bindTooltip(
|
|
`<div>
|
|
Mok (#209) | n_orders=229
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f793116ab4ba40f4b9d2dee14e16b70c = L.circle(
|
|
[48.857071, 2.278216],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_92d37d38c8b444d7871c2ae9003850fd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5f825441201546349df0af885e4c1d63 = $(`<div id="html_5f825441201546349df0af885e4c1d63" style="width: 100.0%; height: 100.0%;">10 Rue Jean Bologne, 75016 Paris, 75016 Paris</div>`)[0];
|
|
popup_92d37d38c8b444d7871c2ae9003850fd.setContent(html_5f825441201546349df0af885e4c1d63);
|
|
|
|
|
|
circle_f793116ab4ba40f4b9d2dee14e16b70c.bindPopup(popup_92d37d38c8b444d7871c2ae9003850fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f793116ab4ba40f4b9d2dee14e16b70c.bindTooltip(
|
|
`<div>
|
|
Cool (#210) | n_orders=14
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b7d8b322021646d9b2fd6d5d2de6bf22 = L.circle(
|
|
[48.873596, 2.370792],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e10342579c514a19802af1673ac18984 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b72497c0ac7941b1b05e5ab211b16d85 = $(`<div id="html_b72497c0ac7941b1b05e5ab211b16d85" style="width: 100.0%; height: 100.0%;">3 Rue Sainte-Marthe, 75010 Paris</div>`)[0];
|
|
popup_e10342579c514a19802af1673ac18984.setContent(html_b72497c0ac7941b1b05e5ab211b16d85);
|
|
|
|
|
|
circle_b7d8b322021646d9b2fd6d5d2de6bf22.bindPopup(popup_e10342579c514a19802af1673ac18984)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b7d8b322021646d9b2fd6d5d2de6bf22.bindTooltip(
|
|
`<div>
|
|
Hutch Hot Dog House (#211) | n_orders=260
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c6a4403d65ae4c7fa0a32a8aaffa70a0 = L.circle(
|
|
[48.880527, 2.29541],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_713a3096a0cf45e7a3541647734f80f4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e9c47f73b0a641a48718a20341697078 = $(`<div id="html_e9c47f73b0a641a48718a20341697078" style="width: 100.0%; height: 100.0%;">22 Avenue Niel, 75017 Paris</div>`)[0];
|
|
popup_713a3096a0cf45e7a3541647734f80f4.setContent(html_e9c47f73b0a641a48718a20341697078);
|
|
|
|
|
|
circle_c6a4403d65ae4c7fa0a32a8aaffa70a0.bindPopup(popup_713a3096a0cf45e7a3541647734f80f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c6a4403d65ae4c7fa0a32a8aaffa70a0.bindTooltip(
|
|
`<div>
|
|
Schwartz'S Ternes (#212) | n_orders=6438
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_004782e2227f47d2beff6ebf7a95ab26 = L.circle(
|
|
[48.866383, 2.347623],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fb1ae41be02b467c8ef5b89b0ba78981 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f28494fffd96425c99bcefecffb2e9b0 = $(`<div id="html_f28494fffd96425c99bcefecffb2e9b0" style="width: 100.0%; height: 100.0%;">30 Rue Saint-Sauveur, 75002 Paris</div>`)[0];
|
|
popup_fb1ae41be02b467c8ef5b89b0ba78981.setContent(html_f28494fffd96425c99bcefecffb2e9b0);
|
|
|
|
|
|
circle_004782e2227f47d2beff6ebf7a95ab26.bindPopup(popup_fb1ae41be02b467c8ef5b89b0ba78981)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_004782e2227f47d2beff6ebf7a95ab26.bindTooltip(
|
|
`<div>
|
|
Johana'S Fish And Chips (#213) | n_orders=211
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_60dae7d5137b4e31a4e78d03a4965630 = L.circle(
|
|
[48.853947, 2.403634],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4d2831c15ad8430c8512e52b96723faf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4382461ec1744bbf9eb09731768fffd0 = $(`<div id="html_4382461ec1744bbf9eb09731768fffd0" style="width: 100.0%; height: 100.0%;">76 Rue Des Pyrenees, 75020 Paris</div>`)[0];
|
|
popup_4d2831c15ad8430c8512e52b96723faf.setContent(html_4382461ec1744bbf9eb09731768fffd0);
|
|
|
|
|
|
circle_60dae7d5137b4e31a4e78d03a4965630.bindPopup(popup_4d2831c15ad8430c8512e52b96723faf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_60dae7d5137b4e31a4e78d03a4965630.bindTooltip(
|
|
`<div>
|
|
Sohna Punjab (#214) | n_orders=620
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a98582c3484149d69f48edd3b103e58c = L.circle(
|
|
[48.873409, 2.352259],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f30d6bfd0a8740519f1bb1ddcaa3b3ff = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c1fa7e06854b484685c77b7507e1cf1c = $(`<div id="html_c1fa7e06854b484685c77b7507e1cf1c" style="width: 100.0%; height: 100.0%;">17 Rue Des Petites Ecuries, 75010 Paris</div>`)[0];
|
|
popup_f30d6bfd0a8740519f1bb1ddcaa3b3ff.setContent(html_c1fa7e06854b484685c77b7507e1cf1c);
|
|
|
|
|
|
circle_a98582c3484149d69f48edd3b103e58c.bindPopup(popup_f30d6bfd0a8740519f1bb1ddcaa3b3ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a98582c3484149d69f48edd3b103e58c.bindTooltip(
|
|
`<div>
|
|
Bulma (#215) | n_orders=20
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_436a4a15ad584634b37f506902ba6b99 = L.circle(
|
|
[48.843754, 2.315028],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_14fde495d4194f1aa7be382fa840d63a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_900b914f9ad54df1ac548127d8c29828 = $(`<div id="html_900b914f9ad54df1ac548127d8c29828" style="width: 100.0%; height: 100.0%;">148 Rue De Vaugirard, 75015 Paris</div>`)[0];
|
|
popup_14fde495d4194f1aa7be382fa840d63a.setContent(html_900b914f9ad54df1ac548127d8c29828);
|
|
|
|
|
|
circle_436a4a15ad584634b37f506902ba6b99.bindPopup(popup_14fde495d4194f1aa7be382fa840d63a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_436a4a15ad584634b37f506902ba6b99.bindTooltip(
|
|
`<div>
|
|
Napoletano Sempre (#216) | n_orders=380
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_232e01220de84eeca296f988c1600f14 = L.circle(
|
|
[48.874233, 2.345273],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_297073f743224623bf74701825e223f5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a875da43bf4d4e92a9a62b6535dde202 = $(`<div id="html_a875da43bf4d4e92a9a62b6535dde202" style="width: 100.0%; height: 100.0%;">25 Rue De Trevise, 75009 Paris</div>`)[0];
|
|
popup_297073f743224623bf74701825e223f5.setContent(html_a875da43bf4d4e92a9a62b6535dde202);
|
|
|
|
|
|
circle_232e01220de84eeca296f988c1600f14.bindPopup(popup_297073f743224623bf74701825e223f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_232e01220de84eeca296f988c1600f14.bindTooltip(
|
|
`<div>
|
|
Les Raviolis De Grand-Mere (#217) | n_orders=1743
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4ce796d2caa845faa256e84035174cbe = L.circle(
|
|
[48.867481, 2.344006],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_db6d19f1905d437281b9de4afa19402a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7f99fad6da194d55abb9fdd0dd3b1b0c = $(`<div id="html_7f99fad6da194d55abb9fdd0dd3b1b0c" style="width: 100.0%; height: 100.0%;">108 Rue Montmartre, 75002 Paris</div>`)[0];
|
|
popup_db6d19f1905d437281b9de4afa19402a.setContent(html_7f99fad6da194d55abb9fdd0dd3b1b0c);
|
|
|
|
|
|
circle_4ce796d2caa845faa256e84035174cbe.bindPopup(popup_db6d19f1905d437281b9de4afa19402a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4ce796d2caa845faa256e84035174cbe.bindTooltip(
|
|
`<div>
|
|
M Sushi (#218) | n_orders=2100
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0ad58581f4be4ce997e6e58746ba3c1f = L.circle(
|
|
[48.87788, 2.326238],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0a47560d2ff64fd0809305be213a8f54 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e896ee266c9a4223929708ea1258db4b = $(`<div id="html_e896ee266c9a4223929708ea1258db4b" style="width: 100.0%; height: 100.0%;">41 Rue De Londres, 75008 Paris</div>`)[0];
|
|
popup_0a47560d2ff64fd0809305be213a8f54.setContent(html_e896ee266c9a4223929708ea1258db4b);
|
|
|
|
|
|
circle_0ad58581f4be4ce997e6e58746ba3c1f.bindPopup(popup_0a47560d2ff64fd0809305be213a8f54)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0ad58581f4be4ce997e6e58746ba3c1f.bindTooltip(
|
|
`<div>
|
|
Our Kebab - Saint Lazare (#219) | n_orders=793
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_adec8654a9b147248f8c4b164836fbda = L.circle(
|
|
[48.833092, 2.245233],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_419b2730990e425aacc88e9b863843af = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a53d67862022437489a1cdfc3677233b = $(`<div id="html_a53d67862022437489a1cdfc3677233b" style="width: 100.0%; height: 100.0%;">83 Boulevard De La Republique, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_419b2730990e425aacc88e9b863843af.setContent(html_a53d67862022437489a1cdfc3677233b);
|
|
|
|
|
|
circle_adec8654a9b147248f8c4b164836fbda.bindPopup(popup_419b2730990e425aacc88e9b863843af)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_adec8654a9b147248f8c4b164836fbda.bindTooltip(
|
|
`<div>
|
|
Le Bunbo De La Can Tinh (#220) | n_orders=70
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e0e09dab80e04357a763d534bae96dc2 = L.circle(
|
|
[48.856873, 2.358812],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b779d737278347cba28b9bd2496647a7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b858b2e1962544288216df1383d3fd72 = $(`<div id="html_b858b2e1962544288216df1383d3fd72" style="width: 100.0%; height: 100.0%;">16 Rue Des Ecouffes, 75004 Paris</div>`)[0];
|
|
popup_b779d737278347cba28b9bd2496647a7.setContent(html_b858b2e1962544288216df1383d3fd72);
|
|
|
|
|
|
circle_e0e09dab80e04357a763d534bae96dc2.bindPopup(popup_b779d737278347cba28b9bd2496647a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e0e09dab80e04357a763d534bae96dc2.bindTooltip(
|
|
`<div>
|
|
Schwartz'S Marais (#221) | n_orders=6377
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7a1038178e1f42f8a9381ec9425bf375 = L.circle(
|
|
[48.874767, 2.403122],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f840934e0c984bb6807faa865b122e75 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a811190b182542fc88ac1280f7177cd5 = $(`<div id="html_a811190b182542fc88ac1280f7177cd5" style="width: 100.0%; height: 100.0%;">229 Avenue Gambetta, 75020 Paris</div>`)[0];
|
|
popup_f840934e0c984bb6807faa865b122e75.setContent(html_a811190b182542fc88ac1280f7177cd5);
|
|
|
|
|
|
circle_7a1038178e1f42f8a9381ec9425bf375.bindPopup(popup_f840934e0c984bb6807faa865b122e75)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7a1038178e1f42f8a9381ec9425bf375.bindTooltip(
|
|
`<div>
|
|
Le Bistrot Du Poinconneur (#222) | n_orders=149
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_75e7d65f0b224c139cd13bd493a9ae1d = L.circle(
|
|
[48.863487, 2.331995],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3ae7992749024c3dba0278bd01053184 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a11eb54ca614409488d58835d234c231 = $(`<div id="html_a11eb54ca614409488d58835d234c231" style="width: 100.0%; height: 100.0%;">2/4 Rue De L'Echelle, 75001 Paris</div>`)[0];
|
|
popup_3ae7992749024c3dba0278bd01053184.setContent(html_a11eb54ca614409488d58835d234c231);
|
|
|
|
|
|
circle_75e7d65f0b224c139cd13bd493a9ae1d.bindPopup(popup_3ae7992749024c3dba0278bd01053184)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_75e7d65f0b224c139cd13bd493a9ae1d.bindTooltip(
|
|
`<div>
|
|
Framboise 01 (#223) | n_orders=363
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_48ad184d0e474c558eb9b474a57c4e80 = L.circle(
|
|
[48.88504, 2.363476],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7ae5e1f6a7dc4bbcb304dbc2cf8bfd17 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0d092e4f31c04178a1601148ab46c2bf = $(`<div id="html_0d092e4f31c04178a1601148ab46c2bf" style="width: 100.0%; height: 100.0%;">14 Rue D'Aubervilliers, 75018 Paris</div>`)[0];
|
|
popup_7ae5e1f6a7dc4bbcb304dbc2cf8bfd17.setContent(html_0d092e4f31c04178a1601148ab46c2bf);
|
|
|
|
|
|
circle_48ad184d0e474c558eb9b474a57c4e80.bindPopup(popup_7ae5e1f6a7dc4bbcb304dbc2cf8bfd17)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_48ad184d0e474c558eb9b474a57c4e80.bindTooltip(
|
|
`<div>
|
|
Chez Jad (#224) | n_orders=1682
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e2b4865b37ab4a849af4512b404e49a2 = L.circle(
|
|
[48.879692, 2.337429],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_949d6f9f567e4b0f823627ee38c4a896 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f3438535dd1745cc8c6c72cbb6212045 = $(`<div id="html_f3438535dd1745cc8c6c72cbb6212045" style="width: 100.0%; height: 100.0%;">6 Place Gustave Toudouze, 75009 Paris</div>`)[0];
|
|
popup_949d6f9f567e4b0f823627ee38c4a896.setContent(html_f3438535dd1745cc8c6c72cbb6212045);
|
|
|
|
|
|
circle_e2b4865b37ab4a849af4512b404e49a2.bindPopup(popup_949d6f9f567e4b0f823627ee38c4a896)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e2b4865b37ab4a849af4512b404e49a2.bindTooltip(
|
|
`<div>
|
|
Chez Sofia (#225) | n_orders=430
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_40f5c2b392494e8f83c0f428536a3c24 = L.circle(
|
|
[48.850224, 2.380393],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1e92efd7c68f41b6813aad1f78ebd849 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5034a204d3ab4873b1f241ad508515a5 = $(`<div id="html_5034a204d3ab4873b1f241ad508515a5" style="width: 100.0%; height: 100.0%;">178 Rue Du Faubourg Saint Antoine, 75012 Paris</div>`)[0];
|
|
popup_1e92efd7c68f41b6813aad1f78ebd849.setContent(html_5034a204d3ab4873b1f241ad508515a5);
|
|
|
|
|
|
circle_40f5c2b392494e8f83c0f428536a3c24.bindPopup(popup_1e92efd7c68f41b6813aad1f78ebd849)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_40f5c2b392494e8f83c0f428536a3c24.bindTooltip(
|
|
`<div>
|
|
Little Bougnat (#226) | n_orders=53
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_63687da37ac64314a1d68cd823f704f6 = L.circle(
|
|
[48.884518, 2.260503],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_95d4b051693745b2a52f23061bd04acd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5580649da39144258ba3b4b205e16415 = $(`<div id="html_5580649da39144258ba3b4b205e16415" style="width: 100.0%; height: 100.0%;">156 Avenue Charles De Gaulle, 92200 Paris</div>`)[0];
|
|
popup_95d4b051693745b2a52f23061bd04acd.setContent(html_5580649da39144258ba3b4b205e16415);
|
|
|
|
|
|
circle_63687da37ac64314a1d68cd823f704f6.bindPopup(popup_95d4b051693745b2a52f23061bd04acd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_63687da37ac64314a1d68cd823f704f6.bindTooltip(
|
|
`<div>
|
|
Lina'S Neuilly (#227) | n_orders=74
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4317a02b699a4616a89f4041eebed790 = L.circle(
|
|
[48.876957, 2.295433],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4eca32e4af964d2d918de9a4e165c58a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cc5e1a9a39d64094a168d6d782bda7cb = $(`<div id="html_cc5e1a9a39d64094a168d6d782bda7cb" style="width: 100.0%; height: 100.0%;">24 Rue Brey, 75017 Paris</div>`)[0];
|
|
popup_4eca32e4af964d2d918de9a4e165c58a.setContent(html_cc5e1a9a39d64094a168d6d782bda7cb);
|
|
|
|
|
|
circle_4317a02b699a4616a89f4041eebed790.bindPopup(popup_4eca32e4af964d2d918de9a4e165c58a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4317a02b699a4616a89f4041eebed790.bindTooltip(
|
|
`<div>
|
|
In Wok (#228) | n_orders=1421
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ca42ce01c7f74730bb5ff8ae199d5e9a = L.circle(
|
|
[48.882423, 2.297054],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_31a0bf4d1a18455f9031da80dfab9691 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c3d6203966bc4f41a2cbc234e80facec = $(`<div id="html_c3d6203966bc4f41a2cbc234e80facec" style="width: 100.0%; height: 100.0%;">5 Rue Rennequin, 75017 Paris</div>`)[0];
|
|
popup_31a0bf4d1a18455f9031da80dfab9691.setContent(html_c3d6203966bc4f41a2cbc234e80facec);
|
|
|
|
|
|
circle_ca42ce01c7f74730bb5ff8ae199d5e9a.bindPopup(popup_31a0bf4d1a18455f9031da80dfab9691)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ca42ce01c7f74730bb5ff8ae199d5e9a.bindTooltip(
|
|
`<div>
|
|
Restaurants #229, #524 | n_orders=902
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f3cb11dfb8b04bc7b1bacbe9a5dadf0e = L.circle(
|
|
[48.883633, 2.317938],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_30c6c44fb0be4829bb527920d131f3d1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6ff31eb966364516907a243e2dfcafa1 = $(`<div id="html_6ff31eb966364516907a243e2dfcafa1" style="width: 100.0%; height: 100.0%;">64 Rue Des Dames, 75017 Levallois-Perret</div>`)[0];
|
|
popup_30c6c44fb0be4829bb527920d131f3d1.setContent(html_6ff31eb966364516907a243e2dfcafa1);
|
|
|
|
|
|
circle_f3cb11dfb8b04bc7b1bacbe9a5dadf0e.bindPopup(popup_30c6c44fb0be4829bb527920d131f3d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f3cb11dfb8b04bc7b1bacbe9a5dadf0e.bindTooltip(
|
|
`<div>
|
|
Mme Shawn 17Eme (#230) | n_orders=2372
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f3eb814e6d2b4481bba78cf0d1ecc960 = L.circle(
|
|
[48.893173, 2.285062],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c3c8feedcd4c4a9e93576c92738ed448 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1a7cbd266b2b48e684cfeddc84c05f49 = $(`<div id="html_1a7cbd266b2b48e684cfeddc84c05f49" style="width: 100.0%; height: 100.0%;">81 Rue Carnot, 92300 Courbevoie</div>`)[0];
|
|
popup_c3c8feedcd4c4a9e93576c92738ed448.setContent(html_1a7cbd266b2b48e684cfeddc84c05f49);
|
|
|
|
|
|
circle_f3eb814e6d2b4481bba78cf0d1ecc960.bindPopup(popup_c3c8feedcd4c4a9e93576c92738ed448)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f3eb814e6d2b4481bba78cf0d1ecc960.bindTooltip(
|
|
`<div>
|
|
Kyuden (#231) | n_orders=1025
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_871b5c7d88764588b53c4126987e1637 = L.circle(
|
|
[48.880016, 2.330918],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_850cc9b2e5e54d95a1e3ad8b04038b0c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_92ae68e250d544988fffa39b61b8e54b = $(`<div id="html_92ae68e250d544988fffa39b61b8e54b" style="width: 100.0%; height: 100.0%;">1 Rue Moncey, 75009 Paris</div>`)[0];
|
|
popup_850cc9b2e5e54d95a1e3ad8b04038b0c.setContent(html_92ae68e250d544988fffa39b61b8e54b);
|
|
|
|
|
|
circle_871b5c7d88764588b53c4126987e1637.bindPopup(popup_850cc9b2e5e54d95a1e3ad8b04038b0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_871b5c7d88764588b53c4126987e1637.bindTooltip(
|
|
`<div>
|
|
L'Epicerie Generale Moncey (#232) | n_orders=16
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9ae306ddca5a41a79a5a1c5b1362c2bd = L.circle(
|
|
[48.882095, 2.369676],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7bc5b48d9b654ccc818da65ad2904872 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b6c2b8dcdcc74f2ca824ca3f6296a8f5 = $(`<div id="html_b6c2b8dcdcc74f2ca824ca3f6296a8f5" style="width: 100.0%; height: 100.0%;">17 Avenue Secretan, 75010 Paris</div>`)[0];
|
|
popup_7bc5b48d9b654ccc818da65ad2904872.setContent(html_b6c2b8dcdcc74f2ca824ca3f6296a8f5);
|
|
|
|
|
|
circle_9ae306ddca5a41a79a5a1c5b1362c2bd.bindPopup(popup_7bc5b48d9b654ccc818da65ad2904872)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9ae306ddca5a41a79a5a1c5b1362c2bd.bindTooltip(
|
|
`<div>
|
|
Los Pollos (#233) | n_orders=563
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_86f8e438eacf429596be4dcb1942cbd9 = L.circle(
|
|
[48.874062, 2.307281],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b575884d447245719c389adac9ab1cbf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1aa1e070d5044bc2b7c096d309837bb8 = $(`<div id="html_1aa1e070d5044bc2b7c096d309837bb8" style="width: 100.0%; height: 100.0%;">42 Rue De Berri, 75008 Paris</div>`)[0];
|
|
popup_b575884d447245719c389adac9ab1cbf.setContent(html_1aa1e070d5044bc2b7c096d309837bb8);
|
|
|
|
|
|
circle_86f8e438eacf429596be4dcb1942cbd9.bindPopup(popup_b575884d447245719c389adac9ab1cbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_86f8e438eacf429596be4dcb1942cbd9.bindTooltip(
|
|
`<div>
|
|
Sushi Parisien (#234) | n_orders=1644
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_31345ad9ae1b45f7b1831bc144363ccc = L.circle(
|
|
[48.858376, 2.352737],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f0540175ae5e4c178ffe9f92f9f1b865 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d95677eced9f48d5bb14ae1b001e31aa = $(`<div id="html_d95677eced9f48d5bb14ae1b001e31aa" style="width: 100.0%; height: 100.0%;">17 Rue Des Archives, 75004 Paris</div>`)[0];
|
|
popup_f0540175ae5e4c178ffe9f92f9f1b865.setContent(html_d95677eced9f48d5bb14ae1b001e31aa);
|
|
|
|
|
|
circle_31345ad9ae1b45f7b1831bc144363ccc.bindPopup(popup_f0540175ae5e4c178ffe9f92f9f1b865)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_31345ad9ae1b45f7b1831bc144363ccc.bindTooltip(
|
|
`<div>
|
|
Good Organic Only 04 (#235) | n_orders=370
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_331834aa022f4198becebbd23fdbd453 = L.circle(
|
|
[48.884144, 2.297283],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2b925ccf64544fce854b20c1071c33cb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3a5a34deba514aaaa95e1c45e388ba58 = $(`<div id="html_3a5a34deba514aaaa95e1c45e388ba58" style="width: 100.0%; height: 100.0%;">98 Avenue Niel, 75017 Paris</div>`)[0];
|
|
popup_2b925ccf64544fce854b20c1071c33cb.setContent(html_3a5a34deba514aaaa95e1c45e388ba58);
|
|
|
|
|
|
circle_331834aa022f4198becebbd23fdbd453.bindPopup(popup_2b925ccf64544fce854b20c1071c33cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_331834aa022f4198becebbd23fdbd453.bindTooltip(
|
|
`<div>
|
|
Crock And Bio (#236) | n_orders=417
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a9e4e2e700f142ac8529c906c81a4210 = L.circle(
|
|
[48.876251, 2.290214],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_325280c46c51444595e47eda1f8df07a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9cd2d9a4802540d0a871c7d73c98054a = $(`<div id="html_9cd2d9a4802540d0a871c7d73c98054a" style="width: 100.0%; height: 100.0%;">10 Rue Des Acacias, 75017 Paris</div>`)[0];
|
|
popup_325280c46c51444595e47eda1f8df07a.setContent(html_9cd2d9a4802540d0a871c7d73c98054a);
|
|
|
|
|
|
circle_a9e4e2e700f142ac8529c906c81a4210.bindPopup(popup_325280c46c51444595e47eda1f8df07a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a9e4e2e700f142ac8529c906c81a4210.bindTooltip(
|
|
`<div>
|
|
Yao Yao (#237) | n_orders=594
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_067311f9b0ff4f02b12037b1c0716ce5 = L.circle(
|
|
[48.873413, 2.353023],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4843253650e24403992b7e762a37a833 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d7240783316245d5856abcb33fffa93f = $(`<div id="html_d7240783316245d5856abcb33fffa93f" style="width: 100.0%; height: 100.0%;">12 Rue Des Petites Ecuries, 75010 Paris</div>`)[0];
|
|
popup_4843253650e24403992b7e762a37a833.setContent(html_d7240783316245d5856abcb33fffa93f);
|
|
|
|
|
|
circle_067311f9b0ff4f02b12037b1c0716ce5.bindPopup(popup_4843253650e24403992b7e762a37a833)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_067311f9b0ff4f02b12037b1c0716ce5.bindTooltip(
|
|
`<div>
|
|
W For Wok (#238) | n_orders=467
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fec2fc3364214c6583686255f45205f2 = L.circle(
|
|
[48.880367, 2.335424],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_92fb9624f42943939c9ae335f8e97661 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_813d867ba35f4826b7fe83c375c348ec = $(`<div id="html_813d867ba35f4826b7fe83c375c348ec" style="width: 100.0%; height: 100.0%;">22 Rue Henry Monnier, 75009 Paris</div>`)[0];
|
|
popup_92fb9624f42943939c9ae335f8e97661.setContent(html_813d867ba35f4826b7fe83c375c348ec);
|
|
|
|
|
|
circle_fec2fc3364214c6583686255f45205f2.bindPopup(popup_92fb9624f42943939c9ae335f8e97661)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fec2fc3364214c6583686255f45205f2.bindTooltip(
|
|
`<div>
|
|
Clasico Argentino 09 (#239) | n_orders=2192
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3c673fcf3ee1458abc1ea4b53c3e2c7e = L.circle(
|
|
[48.85146, 2.391037],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_42208de721894a13bbff1d7c83ade92d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c35764677bdb4ad7afae0ff8f5e2cdf8 = $(`<div id="html_c35764677bdb4ad7afae0ff8f5e2cdf8" style="width: 100.0%; height: 100.0%;">33 Avenue Philippe Auguste, 75011 Paris</div>`)[0];
|
|
popup_42208de721894a13bbff1d7c83ade92d.setContent(html_c35764677bdb4ad7afae0ff8f5e2cdf8);
|
|
|
|
|
|
circle_3c673fcf3ee1458abc1ea4b53c3e2c7e.bindPopup(popup_42208de721894a13bbff1d7c83ade92d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3c673fcf3ee1458abc1ea4b53c3e2c7e.bindTooltip(
|
|
`<div>
|
|
Les Garcons Bouchers (#240) | n_orders=288
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_00c8053b8ff94707ae18e81474d50d01 = L.circle(
|
|
[48.821999, 2.355923],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_927950eb034141d4a9dce190beacbc90 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_62c2d926b24246ef8e616e8086150c1b = $(`<div id="html_62c2d926b24246ef8e616e8086150c1b" style="width: 100.0%; height: 100.0%;">156 Avenue D'Italie, 75013 Paris</div>`)[0];
|
|
popup_927950eb034141d4a9dce190beacbc90.setContent(html_62c2d926b24246ef8e616e8086150c1b);
|
|
|
|
|
|
circle_00c8053b8ff94707ae18e81474d50d01.bindPopup(popup_927950eb034141d4a9dce190beacbc90)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_00c8053b8ff94707ae18e81474d50d01.bindTooltip(
|
|
`<div>
|
|
Le Regal De Titi (#241) | n_orders=253
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e50cfd302d7a433eafaa1756bb1c503d = L.circle(
|
|
[48.871002, 2.284612],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_05c5c7daf7b846a390baf406ebdff005 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bf363c6a16fd4356a74139595cc12329 = $(`<div id="html_bf363c6a16fd4356a74139595cc12329" style="width: 100.0%; height: 100.0%;">2 Rue De Sfax, 75116 Paris</div>`)[0];
|
|
popup_05c5c7daf7b846a390baf406ebdff005.setContent(html_bf363c6a16fd4356a74139595cc12329);
|
|
|
|
|
|
circle_e50cfd302d7a433eafaa1756bb1c503d.bindPopup(popup_05c5c7daf7b846a390baf406ebdff005)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e50cfd302d7a433eafaa1756bb1c503d.bindTooltip(
|
|
`<div>
|
|
Casa Tommaso (#242) | n_orders=449
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_111466938cf14a818ab635fc59bb0d89 = L.circle(
|
|
[48.878029, 2.313075],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8dff706d96da405684a1576c9b117f7a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f22f0b3cc2854fa89517c3da6c64bd90 = $(`<div id="html_f22f0b3cc2854fa89517c3da6c64bd90" style="width: 100.0%; height: 100.0%;">81 Rue De Miromesnil, 75008 Paris</div>`)[0];
|
|
popup_8dff706d96da405684a1576c9b117f7a.setContent(html_f22f0b3cc2854fa89517c3da6c64bd90);
|
|
|
|
|
|
circle_111466938cf14a818ab635fc59bb0d89.bindPopup(popup_8dff706d96da405684a1576c9b117f7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_111466938cf14a818ab635fc59bb0d89.bindTooltip(
|
|
`<div>
|
|
Sushi Soba - Miromesnil (#243) | n_orders=217
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_15196365fd944a7995a15b4ef03f901c = L.circle(
|
|
[48.889355, 2.318033],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3e5c1d098ecb4a77813edf53ea5b8278 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6504b8cf36834279be9a0559dc457e75 = $(`<div id="html_6504b8cf36834279be9a0559dc457e75" style="width: 100.0%; height: 100.0%;">44 Rue Des Moines, 75017 Paris</div>`)[0];
|
|
popup_3e5c1d098ecb4a77813edf53ea5b8278.setContent(html_6504b8cf36834279be9a0559dc457e75);
|
|
|
|
|
|
circle_15196365fd944a7995a15b4ef03f901c.bindPopup(popup_3e5c1d098ecb4a77813edf53ea5b8278)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_15196365fd944a7995a15b4ef03f901c.bindTooltip(
|
|
`<div>
|
|
Thai At Home 17 (#244) | n_orders=2157
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9d4d64f07b5d4d35afc84ba969d18547 = L.circle(
|
|
[48.856766, 2.353174],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_54ee4691c89e4874963bb6e72ad9e0dd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e862f666e4f249d6a3032928e093a36b = $(`<div id="html_e862f666e4f249d6a3032928e093a36b" style="width: 100.0%; height: 100.0%;">3 Rue Du Bourg Tibourg, 75004 Paris</div>`)[0];
|
|
popup_54ee4691c89e4874963bb6e72ad9e0dd.setContent(html_e862f666e4f249d6a3032928e093a36b);
|
|
|
|
|
|
circle_9d4d64f07b5d4d35afc84ba969d18547.bindPopup(popup_54ee4691c89e4874963bb6e72ad9e0dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9d4d64f07b5d4d35afc84ba969d18547.bindTooltip(
|
|
`<div>
|
|
Bedford Diner Marais (#245) | n_orders=101
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4add5f4e4a73486da75fca258e1bde16 = L.circle(
|
|
[48.871117, 2.34278],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b92aff23d7e149258d6fec25c2e1dac7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_97550f4308994fe9aac24d780389f42c = $(`<div id="html_97550f4308994fe9aac24d780389f42c" style="width: 100.0%; height: 100.0%;">169 Rue Montmartre, 75009 Paris</div>`)[0];
|
|
popup_b92aff23d7e149258d6fec25c2e1dac7.setContent(html_97550f4308994fe9aac24d780389f42c);
|
|
|
|
|
|
circle_4add5f4e4a73486da75fca258e1bde16.bindPopup(popup_b92aff23d7e149258d6fec25c2e1dac7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4add5f4e4a73486da75fca258e1bde16.bindTooltip(
|
|
`<div>
|
|
De Clercq, Les Rois De La Frite - Paris 02 (#246) | n_orders=4925
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9dfd30728b504ab49ffe162168a5fdc8 = L.circle(
|
|
[48.833031, 2.351988],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4ba53b7f06a2465da008ce1350fa306c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_22068a4568c04ffd83f9ec04562d4354 = $(`<div id="html_22068a4568c04ffd83f9ec04562d4354" style="width: 100.0%; height: 100.0%;">66 Avenue Des Gobelins, 75013 Paris</div>`)[0];
|
|
popup_4ba53b7f06a2465da008ce1350fa306c.setContent(html_22068a4568c04ffd83f9ec04562d4354);
|
|
|
|
|
|
circle_9dfd30728b504ab49ffe162168a5fdc8.bindPopup(popup_4ba53b7f06a2465da008ce1350fa306c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9dfd30728b504ab49ffe162168a5fdc8.bindTooltip(
|
|
`<div>
|
|
Bagel Corner Gobelins (#247) | n_orders=660
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8caba53351474244af5ed36e24a30697 = L.circle(
|
|
[48.874611, 2.371253],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_edcff8bc7de644abb337c20836613ca4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b7249f55757c4f6a880e688b3d246eb9 = $(`<div id="html_b7249f55757c4f6a880e688b3d246eb9" style="width: 100.0%; height: 100.0%;">33 Rue Sambre Meuse, 75010 Paris, 75010 Paris</div>`)[0];
|
|
popup_edcff8bc7de644abb337c20836613ca4.setContent(html_b7249f55757c4f6a880e688b3d246eb9);
|
|
|
|
|
|
circle_8caba53351474244af5ed36e24a30697.bindPopup(popup_edcff8bc7de644abb337c20836613ca4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8caba53351474244af5ed36e24a30697.bindTooltip(
|
|
`<div>
|
|
La Nonna (#248) | n_orders=713
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6455cab1163646fcbbb693dead2caa26 = L.circle(
|
|
[48.866596, 2.337112],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eee247428a03429fae1fbf9b5a91f23c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8b5085835f4c46f88a11c5bc4b911771 = $(`<div id="html_8b5085835f4c46f88a11c5bc4b911771" style="width: 100.0%; height: 100.0%;">53 Rue De Richelieu, 75001 Paris</div>`)[0];
|
|
popup_eee247428a03429fae1fbf9b5a91f23c.setContent(html_8b5085835f4c46f88a11c5bc4b911771);
|
|
|
|
|
|
circle_6455cab1163646fcbbb693dead2caa26.bindPopup(popup_eee247428a03429fae1fbf9b5a91f23c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6455cab1163646fcbbb693dead2caa26.bindTooltip(
|
|
`<div>
|
|
Meiwenti (#249) | n_orders=136
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7d5ff5247efc4a0ba4f852793dacd807 = L.circle(
|
|
[48.871098, 2.307559],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_409b2ac560de4f4089b569614119da21 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d12add420bfe4b94855c358b1825ba88 = $(`<div id="html_d12add420bfe4b94855c358b1825ba88" style="width: 100.0%; height: 100.0%;">37 Rue De Ponthieu, 75008 Paris</div>`)[0];
|
|
popup_409b2ac560de4f4089b569614119da21.setContent(html_d12add420bfe4b94855c358b1825ba88);
|
|
|
|
|
|
circle_7d5ff5247efc4a0ba4f852793dacd807.bindPopup(popup_409b2ac560de4f4089b569614119da21)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7d5ff5247efc4a0ba4f852793dacd807.bindTooltip(
|
|
`<div>
|
|
Allan'S Burger (#250) | n_orders=90
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_30ad87a77c844d26875aca375d86e482 = L.circle(
|
|
[48.853619, 2.331286],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b8fd1497e8a648f895b1557886de6aa7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c16707690cdc4c8c878be28837734740 = $(`<div id="html_c16707690cdc4c8c878be28837734740" style="width: 100.0%; height: 100.0%;">5 Rue Du Dragon, 75006 Paris</div>`)[0];
|
|
popup_b8fd1497e8a648f895b1557886de6aa7.setContent(html_c16707690cdc4c8c878be28837734740);
|
|
|
|
|
|
circle_30ad87a77c844d26875aca375d86e482.bindPopup(popup_b8fd1497e8a648f895b1557886de6aa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_30ad87a77c844d26875aca375d86e482.bindTooltip(
|
|
`<div>
|
|
Pdg Rive Gauche (#251) | n_orders=644
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6a5646a87b114be0a86f0b24118bbc0d = L.circle(
|
|
[48.867615, 2.375828],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b597dec89a914645baac486b144d38ba = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2b2e23e3e5704e29a016c632084dcdd8 = $(`<div id="html_2b2e23e3e5704e29a016c632084dcdd8" style="width: 100.0%; height: 100.0%;">122 Rue Saint-Maur, 75011 Paris</div>`)[0];
|
|
popup_b597dec89a914645baac486b144d38ba.setContent(html_2b2e23e3e5704e29a016c632084dcdd8);
|
|
|
|
|
|
circle_6a5646a87b114be0a86f0b24118bbc0d.bindPopup(popup_b597dec89a914645baac486b144d38ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6a5646a87b114be0a86f0b24118bbc0d.bindTooltip(
|
|
`<div>
|
|
Cafe Lux (#252) | n_orders=984
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eed2b80b4f7a47db8ff309c3a0497b4d = L.circle(
|
|
[48.87151, 2.341798],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9bd5226533864198996a9a69aacb220f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f49edd332fc64259a080aa8fa0713717 = $(`<div id="html_f49edd332fc64259a080aa8fa0713717" style="width: 100.0%; height: 100.0%;">6 Passage Des Panoramas, 75002 Paris</div>`)[0];
|
|
popup_9bd5226533864198996a9a69aacb220f.setContent(html_f49edd332fc64259a080aa8fa0713717);
|
|
|
|
|
|
circle_eed2b80b4f7a47db8ff309c3a0497b4d.bindPopup(popup_9bd5226533864198996a9a69aacb220f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eed2b80b4f7a47db8ff309c3a0497b4d.bindTooltip(
|
|
`<div>
|
|
Clasico Argentino 02 (#253) | n_orders=283
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_41cd66683396489ab55224a6ea9b7564 = L.circle(
|
|
[48.869408, 2.34317],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9d7e984967c741a39f47c5e30a12752f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7f65835db10049f4a1d7c10a4d9e05b3 = $(`<div id="html_7f65835db10049f4a1d7c10a4d9e05b3" style="width: 100.0%; height: 100.0%;">148 Rue Montmartre, 75002 Paris</div>`)[0];
|
|
popup_9d7e984967c741a39f47c5e30a12752f.setContent(html_7f65835db10049f4a1d7c10a4d9e05b3);
|
|
|
|
|
|
circle_41cd66683396489ab55224a6ea9b7564.bindPopup(popup_9d7e984967c741a39f47c5e30a12752f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_41cd66683396489ab55224a6ea9b7564.bindTooltip(
|
|
`<div>
|
|
Djawa (#254) | n_orders=181
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_017710bf55a146ab9b41410db237682d = L.circle(
|
|
[48.871979, 2.352614],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8556c3ce557e437e931560c87397a9e6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bf99bce2c6764075a5a30ef017b9a623 = $(`<div id="html_bf99bce2c6764075a5a30ef017b9a623" style="width: 100.0%; height: 100.0%;">5 Rue D'Enghien, 75010 Paris</div>`)[0];
|
|
popup_8556c3ce557e437e931560c87397a9e6.setContent(html_bf99bce2c6764075a5a30ef017b9a623);
|
|
|
|
|
|
circle_017710bf55a146ab9b41410db237682d.bindPopup(popup_8556c3ce557e437e931560c87397a9e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_017710bf55a146ab9b41410db237682d.bindTooltip(
|
|
`<div>
|
|
Thai Street Food (#255) | n_orders=418
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8a7f7d7d5ec342858e6ab0f503f7649e = L.circle(
|
|
[48.879299, 2.321119],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d9fe70df78f34ba590b0abca9d5937d4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f1894479b8174d73bdfa0c6f82a4c182 = $(`<div id="html_f1894479b8174d73bdfa0c6f82a4c182" style="width: 100.0%; height: 100.0%;">7 Rue D'Edimbourg, 75008 Paris</div>`)[0];
|
|
popup_d9fe70df78f34ba590b0abca9d5937d4.setContent(html_f1894479b8174d73bdfa0c6f82a4c182);
|
|
|
|
|
|
circle_8a7f7d7d5ec342858e6ab0f503f7649e.bindPopup(popup_d9fe70df78f34ba590b0abca9d5937d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8a7f7d7d5ec342858e6ab0f503f7649e.bindTooltip(
|
|
`<div>
|
|
Restaurants #256, #395, #413, #825 | n_orders=1532
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5d51eb6f438445ed8c0afa7429f2ce5f = L.circle(
|
|
[48.844036, 2.29232],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9ec60ffcf35045d78281208cf8a95280 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_beb2faef732448159290672081956077 = $(`<div id="html_beb2faef732448159290672081956077" style="width: 100.0%; height: 100.0%;">12 Rue Lakanal, 75015 Paris</div>`)[0];
|
|
popup_9ec60ffcf35045d78281208cf8a95280.setContent(html_beb2faef732448159290672081956077);
|
|
|
|
|
|
circle_5d51eb6f438445ed8c0afa7429f2ce5f.bindPopup(popup_9ec60ffcf35045d78281208cf8a95280)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5d51eb6f438445ed8c0afa7429f2ce5f.bindTooltip(
|
|
`<div>
|
|
La Toque Verte (#257) | n_orders=34
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4344002c7c0243f18543dffc77fa2aa8 = L.circle(
|
|
[48.86742, 2.330085],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_64590d8c5b0444549f2f7b72d39d7f05 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_61fa32907e2e4c7194bcaa75056c0f54 = $(`<div id="html_61fa32907e2e4c7194bcaa75056c0f54" style="width: 100.0%; height: 100.0%;">40 Place Du Marche Saint-Honore, 75001 Paris</div>`)[0];
|
|
popup_64590d8c5b0444549f2f7b72d39d7f05.setContent(html_61fa32907e2e4c7194bcaa75056c0f54);
|
|
|
|
|
|
circle_4344002c7c0243f18543dffc77fa2aa8.bindPopup(popup_64590d8c5b0444549f2f7b72d39d7f05)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4344002c7c0243f18543dffc77fa2aa8.bindTooltip(
|
|
`<div>
|
|
Mme Shawn 1Er (#258) | n_orders=1704
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8d95ea743895440ab9a3398b53990a34 = L.circle(
|
|
[48.869579, 2.339016],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fc60fa5d3386440586072277a491dc99 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_65ecdccf23e14ae6a11d8a8850772ae8 = $(`<div id="html_65ecdccf23e14ae6a11d8a8850772ae8" style="width: 100.0%; height: 100.0%;">11 Rue De La Bourse, 75002 Paris</div>`)[0];
|
|
popup_fc60fa5d3386440586072277a491dc99.setContent(html_65ecdccf23e14ae6a11d8a8850772ae8);
|
|
|
|
|
|
circle_8d95ea743895440ab9a3398b53990a34.bindPopup(popup_fc60fa5d3386440586072277a491dc99)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8d95ea743895440ab9a3398b53990a34.bindTooltip(
|
|
`<div>
|
|
Come Bourse (#259) | n_orders=728
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8e2c5f0c3ab34bb7809d4f6f0011f7a1 = L.circle(
|
|
[48.875511, 2.285948],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c911fc3f0c3e4b85b3b3e4009ca7f6e8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bc233cec6689497e99bfeb159eea5e99 = $(`<div id="html_bc233cec6689497e99bfeb159eea5e99" style="width: 100.0%; height: 100.0%;">7 Rue Pergolese, 75116 Paris</div>`)[0];
|
|
popup_c911fc3f0c3e4b85b3b3e4009ca7f6e8.setContent(html_bc233cec6689497e99bfeb159eea5e99);
|
|
|
|
|
|
circle_8e2c5f0c3ab34bb7809d4f6f0011f7a1.bindPopup(popup_c911fc3f0c3e4b85b3b3e4009ca7f6e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8e2c5f0c3ab34bb7809d4f6f0011f7a1.bindTooltip(
|
|
`<div>
|
|
Libartist (#260) | n_orders=62
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ae9039eb0eaa44ca9d135f1f1e2644a7 = L.circle(
|
|
[48.868923, 2.343439],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b74e9edb137547ceab4b4c628f381f75 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2ccb2eb8f5194915a54f6ad90904f618 = $(`<div id="html_2ccb2eb8f5194915a54f6ad90904f618" style="width: 100.0%; height: 100.0%;">21 Rue Des Jeuneurs, 75002 Paris</div>`)[0];
|
|
popup_b74e9edb137547ceab4b4c628f381f75.setContent(html_2ccb2eb8f5194915a54f6ad90904f618);
|
|
|
|
|
|
circle_ae9039eb0eaa44ca9d135f1f1e2644a7.bindPopup(popup_b74e9edb137547ceab4b4c628f381f75)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ae9039eb0eaa44ca9d135f1f1e2644a7.bindTooltip(
|
|
`<div>
|
|
Pur-Etc Jeuneurs (#261) | n_orders=88
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b76eda156fdf43449cd215f4d2d9b18d = L.circle(
|
|
[48.864079, 2.364251],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6e5bfa71b0d749ccbd377531852e7bf0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2a5312053fbc408aa1fc6f4cae72b582 = $(`<div id="html_2a5312053fbc408aa1fc6f4cae72b582" style="width: 100.0%; height: 100.0%;">10 Boulevard Du Temple, 75003 Paris</div>`)[0];
|
|
popup_6e5bfa71b0d749ccbd377531852e7bf0.setContent(html_2a5312053fbc408aa1fc6f4cae72b582);
|
|
|
|
|
|
circle_b76eda156fdf43449cd215f4d2d9b18d.bindPopup(popup_6e5bfa71b0d749ccbd377531852e7bf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b76eda156fdf43449cd215f4d2d9b18d.bindTooltip(
|
|
`<div>
|
|
La Divina (#262) | n_orders=228
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6ad9a9d33a8546babfe410f4d1177678 = L.circle(
|
|
[48.839035, 2.36023],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_991a214bd3ef461e9f2fa7d7bfc16533 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0f11f6889b7741a9bc8b74a1f4290c13 = $(`<div id="html_0f11f6889b7741a9bc8b74a1f4290c13" style="width: 100.0%; height: 100.0%;">6-8 Rue Des Wallons, 75013 Paris</div>`)[0];
|
|
popup_991a214bd3ef461e9f2fa7d7bfc16533.setContent(html_0f11f6889b7741a9bc8b74a1f4290c13);
|
|
|
|
|
|
circle_6ad9a9d33a8546babfe410f4d1177678.bindPopup(popup_991a214bd3ef461e9f2fa7d7bfc16533)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6ad9a9d33a8546babfe410f4d1177678.bindTooltip(
|
|
`<div>
|
|
Xinh Xinh (#263) | n_orders=223
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a553f8826035446aad2869439cdc1ee8 = L.circle(
|
|
[48.848896, 2.280396],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6e4a0c86f79b43a28316ac3a006f17cb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ab085d7ff0654d679ca4ee872fc7a9c3 = $(`<div id="html_ab085d7ff0654d679ca4ee872fc7a9c3" style="width: 100.0%; height: 100.0%;">7 Rue Linois, 75015 Paris</div>`)[0];
|
|
popup_6e4a0c86f79b43a28316ac3a006f17cb.setContent(html_ab085d7ff0654d679ca4ee872fc7a9c3);
|
|
|
|
|
|
circle_a553f8826035446aad2869439cdc1ee8.bindPopup(popup_6e4a0c86f79b43a28316ac3a006f17cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a553f8826035446aad2869439cdc1ee8.bindTooltip(
|
|
`<div>
|
|
My Pop (#264) | n_orders=1301
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_259e33f687f549bdbc17ed2aa4945763 = L.circle(
|
|
[48.833473, 2.227424],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ee7a72e8ad5e4c89bd9fcb28a46a5bb2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b15d87351b244040abb71244593317e2 = $(`<div id="html_b15d87351b244040abb71244593317e2" style="width: 100.0%; height: 100.0%;">60 Rue De Sevres, 92100 Paris</div>`)[0];
|
|
popup_ee7a72e8ad5e4c89bd9fcb28a46a5bb2.setContent(html_b15d87351b244040abb71244593317e2);
|
|
|
|
|
|
circle_259e33f687f549bdbc17ed2aa4945763.bindPopup(popup_ee7a72e8ad5e4c89bd9fcb28a46a5bb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_259e33f687f549bdbc17ed2aa4945763.bindTooltip(
|
|
`<div>
|
|
Big Fernand - Boulogne (#265) | n_orders=2946
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7104c96ad63b49e5ae7a61be7ce3dc93 = L.circle(
|
|
[48.852623, 2.371782],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_da2ffb8a45024597aca73d068b748b8b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_317921cdcfcc4687b2764cddbaeded86 = $(`<div id="html_317921cdcfcc4687b2764cddbaeded86" style="width: 100.0%; height: 100.0%;">9 Rue De Charonne, 75011 Paris</div>`)[0];
|
|
popup_da2ffb8a45024597aca73d068b748b8b.setContent(html_317921cdcfcc4687b2764cddbaeded86);
|
|
|
|
|
|
circle_7104c96ad63b49e5ae7a61be7ce3dc93.bindPopup(popup_da2ffb8a45024597aca73d068b748b8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7104c96ad63b49e5ae7a61be7ce3dc93.bindTooltip(
|
|
`<div>
|
|
Nove (#266) | n_orders=698
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0c64a2ad026249c1aacfbf4be96bab67 = L.circle(
|
|
[48.89806, 2.280134],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ff290038a1304feca34df6727bc530f8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_714d29c9bf3747a285b75e9d393cda91 = $(`<div id="html_714d29c9bf3747a285b75e9d393cda91" style="width: 100.0%; height: 100.0%;">33 Avenue De L'Europe, 92300 Levallois-Perret</div>`)[0];
|
|
popup_ff290038a1304feca34df6727bc530f8.setContent(html_714d29c9bf3747a285b75e9d393cda91);
|
|
|
|
|
|
circle_0c64a2ad026249c1aacfbf4be96bab67.bindPopup(popup_ff290038a1304feca34df6727bc530f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0c64a2ad026249c1aacfbf4be96bab67.bindTooltip(
|
|
`<div>
|
|
Le Libanais Plaisirs Et Saveurs (#267) | n_orders=60
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_20bc59d43db54f67aed98972e11cecb6 = L.circle(
|
|
[48.86467, 2.34885],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0b4e877d8fc343378b7d2622b8f04178 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3e9fecb0cc29468e9f7d4ac2a99620c0 = $(`<div id="html_3e9fecb0cc29468e9f7d4ac2a99620c0" style="width: 100.0%; height: 100.0%;">20 Rue Tiquetonne, 75002 Paris</div>`)[0];
|
|
popup_0b4e877d8fc343378b7d2622b8f04178.setContent(html_3e9fecb0cc29468e9f7d4ac2a99620c0);
|
|
|
|
|
|
circle_20bc59d43db54f67aed98972e11cecb6.bindPopup(popup_0b4e877d8fc343378b7d2622b8f04178)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_20bc59d43db54f67aed98972e11cecb6.bindTooltip(
|
|
`<div>
|
|
Pal (#268) | n_orders=462
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_311bf2f81d4f49199b37e4442a3866ea = L.circle(
|
|
[48.864567, 2.354566],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3976082a4d464d43b64abcc937713543 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_67b3c601c97d40e49b44eb59e1c2fdf7 = $(`<div id="html_67b3c601c97d40e49b44eb59e1c2fdf7" style="width: 100.0%; height: 100.0%;">74 Rue Des Gravilliers, 75003 Paris</div>`)[0];
|
|
popup_3976082a4d464d43b64abcc937713543.setContent(html_67b3c601c97d40e49b44eb59e1c2fdf7);
|
|
|
|
|
|
circle_311bf2f81d4f49199b37e4442a3866ea.bindPopup(popup_3976082a4d464d43b64abcc937713543)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_311bf2f81d4f49199b37e4442a3866ea.bindTooltip(
|
|
`<div>
|
|
Bob'S Kitchen (#269) | n_orders=475
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_379124f963aa4936ad6d9e3c349cca0f = L.circle(
|
|
[48.865746, 2.343613],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b582b55ef6124282be3b98c995be7412 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_98c5e07ebef74fdea3c59be7adb72ac6 = $(`<div id="html_98c5e07ebef74fdea3c59be7adb72ac6" style="width: 100.0%; height: 100.0%;">10 Rue Mandar, 75002 Paris</div>`)[0];
|
|
popup_b582b55ef6124282be3b98c995be7412.setContent(html_98c5e07ebef74fdea3c59be7adb72ac6);
|
|
|
|
|
|
circle_379124f963aa4936ad6d9e3c349cca0f.bindPopup(popup_b582b55ef6124282be3b98c995be7412)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_379124f963aa4936ad6d9e3c349cca0f.bindTooltip(
|
|
`<div>
|
|
Grilled Cheese Factory Montorgueil (#270) | n_orders=824
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e6090deb596e4169a4a9d8ee2f7c5e8c = L.circle(
|
|
[48.877888, 2.294324],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1294d0e5dd614874b302bca87cbd1271 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0d78627e8d9a46829f2c21ba3e50bc7e = $(`<div id="html_0d78627e8d9a46829f2c21ba3e50bc7e" style="width: 100.0%; height: 100.0%;">11 Rue De L'Etoile, 75017 Paris</div>`)[0];
|
|
popup_1294d0e5dd614874b302bca87cbd1271.setContent(html_0d78627e8d9a46829f2c21ba3e50bc7e);
|
|
|
|
|
|
circle_e6090deb596e4169a4a9d8ee2f7c5e8c.bindPopup(popup_1294d0e5dd614874b302bca87cbd1271)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e6090deb596e4169a4a9d8ee2f7c5e8c.bindTooltip(
|
|
`<div>
|
|
Restaurants #271, #284 | n_orders=1273
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_28eb23fe4f5c4ce28f965abf2e056725 = L.circle(
|
|
[48.861557, 2.370674],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_118f6c8acf5f4a3391379d5721523503 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b7ddac0de94f4d89a602a46b05dae0e7 = $(`<div id="html_b7ddac0de94f4d89a602a46b05dae0e7" style="width: 100.0%; height: 100.0%;">33 Rue Saint-Sebastien, 75011 Paris</div>`)[0];
|
|
popup_118f6c8acf5f4a3391379d5721523503.setContent(html_b7ddac0de94f4d89a602a46b05dae0e7);
|
|
|
|
|
|
circle_28eb23fe4f5c4ce28f965abf2e056725.bindPopup(popup_118f6c8acf5f4a3391379d5721523503)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_28eb23fe4f5c4ce28f965abf2e056725.bindTooltip(
|
|
`<div>
|
|
Deux Fois Plus De Piment (#272) | n_orders=443
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eccecebf19fb4c548a75c0b3b1fb38f7 = L.circle(
|
|
[48.877289, 2.314112],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0351ed7956884a6bb283cc768bc46bee = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ae9918cc4ba048b995f6124db2120aaa = $(`<div id="html_ae9918cc4ba048b995f6124db2120aaa" style="width: 100.0%; height: 100.0%;">79 Boulevard Malesherbes, 75008 Paris</div>`)[0];
|
|
popup_0351ed7956884a6bb283cc768bc46bee.setContent(html_ae9918cc4ba048b995f6124db2120aaa);
|
|
|
|
|
|
circle_eccecebf19fb4c548a75c0b3b1fb38f7.bindPopup(popup_0351ed7956884a6bb283cc768bc46bee)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eccecebf19fb4c548a75c0b3b1fb38f7.bindTooltip(
|
|
`<div>
|
|
Banh (#273) | n_orders=209
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d9a0d6ef6eae4a5c88f274e28e9fb493 = L.circle(
|
|
[48.871292, 2.348304],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_368050fd13624c759b05b0620ee5abc9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_83a3456980644c9eaf887d704cc6280a = $(`<div id="html_83a3456980644c9eaf887d704cc6280a" style="width: 100.0%; height: 100.0%;">8, Rue Du Faubourg Poissonniere, 75010 Paris</div>`)[0];
|
|
popup_368050fd13624c759b05b0620ee5abc9.setContent(html_83a3456980644c9eaf887d704cc6280a);
|
|
|
|
|
|
circle_d9a0d6ef6eae4a5c88f274e28e9fb493.bindPopup(popup_368050fd13624c759b05b0620ee5abc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d9a0d6ef6eae4a5c88f274e28e9fb493.bindTooltip(
|
|
`<div>
|
|
La Cerise Sur La Pizza (#274) | n_orders=575
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d2658a0c756545929b6dc134ee08ff7d = L.circle(
|
|
[48.879528, 2.337331],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d64368b3e01c423fa9b2666c5342fe1c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a78479bd53744bb7b2a229fabc3bfeab = $(`<div id="html_a78479bd53744bb7b2a229fabc3bfeab" style="width: 100.0%; height: 100.0%;">4 Place Gustave Toudouze, 75009 Paris</div>`)[0];
|
|
popup_d64368b3e01c423fa9b2666c5342fe1c.setContent(html_a78479bd53744bb7b2a229fabc3bfeab);
|
|
|
|
|
|
circle_d2658a0c756545929b6dc134ee08ff7d.bindPopup(popup_d64368b3e01c423fa9b2666c5342fe1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d2658a0c756545929b6dc134ee08ff7d.bindTooltip(
|
|
`<div>
|
|
Kastoori (#275) | n_orders=534
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dfcef221f79c47e393de941d0c83a050 = L.circle(
|
|
[48.862991, 2.348772],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_75923608bf644c6b82aa8b60dbd05465 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_aa3bb56e29ff41a18346fb045cc8fdcd = $(`<div id="html_aa3bb56e29ff41a18346fb045cc8fdcd" style="width: 100.0%; height: 100.0%;">22 Rue Pierre Lescot, 75001 Paris</div>`)[0];
|
|
popup_75923608bf644c6b82aa8b60dbd05465.setContent(html_aa3bb56e29ff41a18346fb045cc8fdcd);
|
|
|
|
|
|
circle_dfcef221f79c47e393de941d0c83a050.bindPopup(popup_75923608bf644c6b82aa8b60dbd05465)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dfcef221f79c47e393de941d0c83a050.bindTooltip(
|
|
`<div>
|
|
Ari'S Bagels 01 (#276) | n_orders=187
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_27cfa893e2864cf58a569764c3eda617 = L.circle(
|
|
[48.863964, 2.346583],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fd843f528dcd4acabcf08eb5f58c5a7d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4061ad8b8e5c41e5a982e8f4f9c3a8f8 = $(`<div id="html_4061ad8b8e5c41e5a982e8f4f9c3a8f8" style="width: 100.0%; height: 100.0%;">34 Rue Montorgueil, 75001 Paris</div>`)[0];
|
|
popup_fd843f528dcd4acabcf08eb5f58c5a7d.setContent(html_4061ad8b8e5c41e5a982e8f4f9c3a8f8);
|
|
|
|
|
|
circle_27cfa893e2864cf58a569764c3eda617.bindPopup(popup_fd843f528dcd4acabcf08eb5f58c5a7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_27cfa893e2864cf58a569764c3eda617.bindTooltip(
|
|
`<div>
|
|
La Fabrique - Cookies (#277) | n_orders=93
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e9af0703599c4ef89985ec551f1d7065 = L.circle(
|
|
[48.870762, 2.338987],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d52e1a619b3e4738b9b1d60dddb89b09 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8002d2a8246741af8b0bac13afff4f38 = $(`<div id="html_8002d2a8246741af8b0bac13afff4f38" style="width: 100.0%; height: 100.0%;">36 Rue Vivienne, 75002 Paris</div>`)[0];
|
|
popup_d52e1a619b3e4738b9b1d60dddb89b09.setContent(html_8002d2a8246741af8b0bac13afff4f38);
|
|
|
|
|
|
circle_e9af0703599c4ef89985ec551f1d7065.bindPopup(popup_d52e1a619b3e4738b9b1d60dddb89b09)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e9af0703599c4ef89985ec551f1d7065.bindTooltip(
|
|
`<div>
|
|
Clyde (#278) | n_orders=216
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c27b61e515f040e3993e965e5ca6b258 = L.circle(
|
|
[48.865665, 2.340184],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ae46a0811dc44c608571f6ad519b9f69 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5f28997fff8841be91fccb1e42fcc8c5 = $(`<div id="html_5f28997fff8841be91fccb1e42fcc8c5" style="width: 100.0%; height: 100.0%;">8 Rue De La Vrilliere, 75001 Paris, 75001 Paris</div>`)[0];
|
|
popup_ae46a0811dc44c608571f6ad519b9f69.setContent(html_5f28997fff8841be91fccb1e42fcc8c5);
|
|
|
|
|
|
circle_c27b61e515f040e3993e965e5ca6b258.bindPopup(popup_ae46a0811dc44c608571f6ad519b9f69)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c27b61e515f040e3993e965e5ca6b258.bindTooltip(
|
|
`<div>
|
|
Juice It (#279) | n_orders=308
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_876bf445db6c4145a82f8cdc4d336037 = L.circle(
|
|
[48.875195, 2.31917],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7c87652fecdf494da71c083b7181e4b9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_03df56488b224b20a8ce423bde4f2b81 = $(`<div id="html_03df56488b224b20a8ce423bde4f2b81" style="width: 100.0%; height: 100.0%;">7 Place Saint-Augustin, 75008 Paris</div>`)[0];
|
|
popup_7c87652fecdf494da71c083b7181e4b9.setContent(html_03df56488b224b20a8ce423bde4f2b81);
|
|
|
|
|
|
circle_876bf445db6c4145a82f8cdc4d336037.bindPopup(popup_7c87652fecdf494da71c083b7181e4b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_876bf445db6c4145a82f8cdc4d336037.bindTooltip(
|
|
`<div>
|
|
Graine (#280) | n_orders=626
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_97dcffd6d8584bcf8bce6e0ac4927364 = L.circle(
|
|
[48.827972, 2.240271],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2dfe39496e5842e8a17feda8e7a388b6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c842027527e444c49a394dcdae37fb5a = $(`<div id="html_c842027527e444c49a394dcdae37fb5a" style="width: 100.0%; height: 100.0%;">38 Rue De Meudon, 92100 Paris</div>`)[0];
|
|
popup_2dfe39496e5842e8a17feda8e7a388b6.setContent(html_c842027527e444c49a394dcdae37fb5a);
|
|
|
|
|
|
circle_97dcffd6d8584bcf8bce6e0ac4927364.bindPopup(popup_2dfe39496e5842e8a17feda8e7a388b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_97dcffd6d8584bcf8bce6e0ac4927364.bindTooltip(
|
|
`<div>
|
|
Le Cellier De Cybele (#281) | n_orders=49
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7d08bd19cdcb4a77ba9a19bd4f6c5a30 = L.circle(
|
|
[48.883507, 2.342103],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_765cd20ccf4e404f9407ce837fd6e651 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_aa5a1060b8444f29ab47e4b0c5f95a42 = $(`<div id="html_aa5a1060b8444f29ab47e4b0c5f95a42" style="width: 100.0%; height: 100.0%;">2 Rue Briquet, 75018 Paris</div>`)[0];
|
|
popup_765cd20ccf4e404f9407ce837fd6e651.setContent(html_aa5a1060b8444f29ab47e4b0c5f95a42);
|
|
|
|
|
|
circle_7d08bd19cdcb4a77ba9a19bd4f6c5a30.bindPopup(popup_765cd20ccf4e404f9407ce837fd6e651)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7d08bd19cdcb4a77ba9a19bd4f6c5a30.bindTooltip(
|
|
`<div>
|
|
Au Coeur De L'Himalaya (#282) | n_orders=935
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d8462346305f4c6b905c2681e74c26bf = L.circle(
|
|
[48.880447, 2.274992],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_712d3e65456542f8b36fe0ce7e0001ca = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_23ed72b8d17b4a5b87c1acc7419f84eb = $(`<div id="html_23ed72b8d17b4a5b87c1acc7419f84eb" style="width: 100.0%; height: 100.0%;">18 Place Du Marche, 92200 Neuilly-Sur-Seine, 92200 Puteaux</div>`)[0];
|
|
popup_712d3e65456542f8b36fe0ce7e0001ca.setContent(html_23ed72b8d17b4a5b87c1acc7419f84eb);
|
|
|
|
|
|
circle_d8462346305f4c6b905c2681e74c26bf.bindPopup(popup_712d3e65456542f8b36fe0ce7e0001ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d8462346305f4c6b905c2681e74c26bf.bindTooltip(
|
|
`<div>
|
|
Dalloyau Neuilly (#283) | n_orders=241
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c302ea97bf774f8ca4c6abb1beadf4d6 = L.circle(
|
|
[48.874378, 2.314378],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8c2c022bee544a68b732dedef8b6a45c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a828b9d3402e40a9b53ee4876e3e0fcd = $(`<div id="html_a828b9d3402e40a9b53ee4876e3e0fcd" style="width: 100.0%; height: 100.0%;">20 Bis Rue La Boetie, 75008 Paris</div>`)[0];
|
|
popup_8c2c022bee544a68b732dedef8b6a45c.setContent(html_a828b9d3402e40a9b53ee4876e3e0fcd);
|
|
|
|
|
|
circle_c302ea97bf774f8ca4c6abb1beadf4d6.bindPopup(popup_8c2c022bee544a68b732dedef8b6a45c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c302ea97bf774f8ca4c6abb1beadf4d6.bindTooltip(
|
|
`<div>
|
|
Ma Bento (#285) | n_orders=994
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bf18cdeaae904b7bae1ad12dea556708 = L.circle(
|
|
[48.850216, 2.29168],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_173b26cc04614b2a968bb99179263e7e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6de7f656f21344afa729709e1beb4d3f = $(`<div id="html_6de7f656f21344afa729709e1beb4d3f" style="width: 100.0%; height: 100.0%;">8 Rue De Lourmel, 75015 Paris</div>`)[0];
|
|
popup_173b26cc04614b2a968bb99179263e7e.setContent(html_6de7f656f21344afa729709e1beb4d3f);
|
|
|
|
|
|
circle_bf18cdeaae904b7bae1ad12dea556708.bindPopup(popup_173b26cc04614b2a968bb99179263e7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bf18cdeaae904b7bae1ad12dea556708.bindTooltip(
|
|
`<div>
|
|
Feyrouz (#286) | n_orders=949
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_17aaa480d1414175870a562bf7a253bf = L.circle(
|
|
[48.874146, 2.360089],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d16f011ff1a34c008f4bfaa56ed32437 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5f643f252e3e445e9dec1abc8ec4cc2e = $(`<div id="html_5f643f252e3e445e9dec1abc8ec4cc2e" style="width: 100.0%; height: 100.0%;">47 Rue Lucien Sampaix, 75010 Paris</div>`)[0];
|
|
popup_d16f011ff1a34c008f4bfaa56ed32437.setContent(html_5f643f252e3e445e9dec1abc8ec4cc2e);
|
|
|
|
|
|
circle_17aaa480d1414175870a562bf7a253bf.bindPopup(popup_d16f011ff1a34c008f4bfaa56ed32437)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_17aaa480d1414175870a562bf7a253bf.bindTooltip(
|
|
`<div>
|
|
Mme Shawn 10Eme (#287) | n_orders=1593
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fca71a839b944e5d9f3d8f2f6bb69523 = L.circle(
|
|
[48.850163, 2.297883],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3056c69b9f474135bf085d95875950a0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2eba5a0781c247439581248bc93eaad0 = $(`<div id="html_2eba5a0781c247439581248bc93eaad0" style="width: 100.0%; height: 100.0%;">51 Avenue De La Motte Picquet, 75015 Paris</div>`)[0];
|
|
popup_3056c69b9f474135bf085d95875950a0.setContent(html_2eba5a0781c247439581248bc93eaad0);
|
|
|
|
|
|
circle_fca71a839b944e5d9f3d8f2f6bb69523.bindPopup(popup_3056c69b9f474135bf085d95875950a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fca71a839b944e5d9f3d8f2f6bb69523.bindTooltip(
|
|
`<div>
|
|
Framboise 15 (#288) | n_orders=928
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_23905f2da6e841afb11013a01ca3e815 = L.circle(
|
|
[48.841003, 2.266405],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1072b6e4223e4bc9acfe7ffe7b70195b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_68ed4d4a412c47858fb544bd9963e79d = $(`<div id="html_68ed4d4a412c47858fb544bd9963e79d" style="width: 100.0%; height: 100.0%;">8 Rue Chapu, 75016 Paris</div>`)[0];
|
|
popup_1072b6e4223e4bc9acfe7ffe7b70195b.setContent(html_68ed4d4a412c47858fb544bd9963e79d);
|
|
|
|
|
|
circle_23905f2da6e841afb11013a01ca3e815.bindPopup(popup_1072b6e4223e4bc9acfe7ffe7b70195b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_23905f2da6e841afb11013a01ca3e815.bindTooltip(
|
|
`<div>
|
|
La Table Des Frangins (#289) | n_orders=826
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9243e95882084f24a0308cdbd2206062 = L.circle(
|
|
[48.883797, 2.369468],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bae83cbc3cda4391a62cfee1b49d6743 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5e4ad3a776184a77b0055c3d1001368a = $(`<div id="html_5e4ad3a776184a77b0055c3d1001368a" style="width: 100.0%; height: 100.0%;">7 Quai De La Loire, 75019 Paris</div>`)[0];
|
|
popup_bae83cbc3cda4391a62cfee1b49d6743.setContent(html_5e4ad3a776184a77b0055c3d1001368a);
|
|
|
|
|
|
circle_9243e95882084f24a0308cdbd2206062.bindPopup(popup_bae83cbc3cda4391a62cfee1b49d6743)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9243e95882084f24a0308cdbd2206062.bindTooltip(
|
|
`<div>
|
|
Biiim ! (#290) | n_orders=1711
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_55fad4b8cbb04ecaa02ee860b881e5f0 = L.circle(
|
|
[48.875767, 2.317051],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_95e413e98d214d09aa2b6c6848eee71d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ad981eb362db4b89a601a3a71f4b3568 = $(`<div id="html_ad981eb362db4b89a601a3a71f4b3568" style="width: 100.0%; height: 100.0%;">40 Rue De Laborde, 75008 Paris</div>`)[0];
|
|
popup_95e413e98d214d09aa2b6c6848eee71d.setContent(html_ad981eb362db4b89a601a3a71f4b3568);
|
|
|
|
|
|
circle_55fad4b8cbb04ecaa02ee860b881e5f0.bindPopup(popup_95e413e98d214d09aa2b6c6848eee71d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_55fad4b8cbb04ecaa02ee860b881e5f0.bindTooltip(
|
|
`<div>
|
|
Tandoor Punjabi (#291) | n_orders=368
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_717c5b60e08e41ebaf366f614fb766e8 = L.circle(
|
|
[48.854, 2.336006],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6ce975b5f61a48fa80dc8343c7281917 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e682a729b6d34709bd608164ca1a826e = $(`<div id="html_e682a729b6d34709bd608164ca1a826e" style="width: 100.0%; height: 100.0%;">76 Rue Mazarine, 75006 Paris</div>`)[0];
|
|
popup_6ce975b5f61a48fa80dc8343c7281917.setContent(html_e682a729b6d34709bd608164ca1a826e);
|
|
|
|
|
|
circle_717c5b60e08e41ebaf366f614fb766e8.bindPopup(popup_6ce975b5f61a48fa80dc8343c7281917)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_717c5b60e08e41ebaf366f614fb766e8.bindTooltip(
|
|
`<div>
|
|
Cesar Saint Germain (#292) | n_orders=1677
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_49822cefe70e426f958fd6a92565d718 = L.circle(
|
|
[48.836781, 2.238955],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f3397d8ec62a4f33ab7495bf95805a3f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_50833bb0816349d792112d94a7c37fb0 = $(`<div id="html_50833bb0816349d792112d94a7c37fb0" style="width: 100.0%; height: 100.0%;">98 Rue Gallieni, 92100 Boulogne, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_f3397d8ec62a4f33ab7495bf95805a3f.setContent(html_50833bb0816349d792112d94a7c37fb0);
|
|
|
|
|
|
circle_49822cefe70e426f958fd6a92565d718.bindPopup(popup_f3397d8ec62a4f33ab7495bf95805a3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_49822cefe70e426f958fd6a92565d718.bindTooltip(
|
|
`<div>
|
|
Korean Paradise (#293) | n_orders=100
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1626799a096449dd911faf93246f9517 = L.circle(
|
|
[48.842239, 2.322536],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_75001fc122e9422c802592e3a95952e0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fd744a0b075d4eacad7f6302127158a1 = $(`<div id="html_fd744a0b075d4eacad7f6302127158a1" style="width: 100.0%; height: 100.0%;">13 Rue D'Odessa, 75015 Paris</div>`)[0];
|
|
popup_75001fc122e9422c802592e3a95952e0.setContent(html_fd744a0b075d4eacad7f6302127158a1);
|
|
|
|
|
|
circle_1626799a096449dd911faf93246f9517.bindPopup(popup_75001fc122e9422c802592e3a95952e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1626799a096449dd911faf93246f9517.bindTooltip(
|
|
`<div>
|
|
El Mir (#294) | n_orders=428
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9cd28c2d9c194436a3b41f69a9b63386 = L.circle(
|
|
[48.8564, 2.355004],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_33b86289256b48c4b715a59423e32b84 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cdc169e5afed4a82ba128a21441b785e = $(`<div id="html_cdc169e5afed4a82ba128a21441b785e" style="width: 100.0%; height: 100.0%;">13 Rue Cloche Perce, 75004 Paris</div>`)[0];
|
|
popup_33b86289256b48c4b715a59423e32b84.setContent(html_cdc169e5afed4a82ba128a21441b785e);
|
|
|
|
|
|
circle_9cd28c2d9c194436a3b41f69a9b63386.bindPopup(popup_33b86289256b48c4b715a59423e32b84)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9cd28c2d9c194436a3b41f69a9b63386.bindTooltip(
|
|
`<div>
|
|
Le Petit Japonais (#295) | n_orders=1251
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d7217f2d0b284143b94182ec3537f133 = L.circle(
|
|
[48.853348, 2.330841],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7dea443bf38246698a5947800c730b3d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bce1af33d5f343268c8134b15ba57143 = $(`<div id="html_bce1af33d5f343268c8134b15ba57143" style="width: 100.0%; height: 100.0%;">20 Du Dragon, 75006 Paris</div>`)[0];
|
|
popup_7dea443bf38246698a5947800c730b3d.setContent(html_bce1af33d5f343268c8134b15ba57143);
|
|
|
|
|
|
circle_d7217f2d0b284143b94182ec3537f133.bindPopup(popup_7dea443bf38246698a5947800c730b3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d7217f2d0b284143b94182ec3537f133.bindTooltip(
|
|
`<div>
|
|
Scalpello (#296) | n_orders=40
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3f072ebdb39944dca7f1b6ea05e9fbea = L.circle(
|
|
[48.848656, 2.329239],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8ff5e5bc14144e63a3b206bd3fc3c840 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_12b4b8fffaac433a856b5c166d9037e8 = $(`<div id="html_12b4b8fffaac433a856b5c166d9037e8" style="width: 100.0%; height: 100.0%;">46 Rue Madame, 75006 Paris</div>`)[0];
|
|
popup_8ff5e5bc14144e63a3b206bd3fc3c840.setContent(html_12b4b8fffaac433a856b5c166d9037e8);
|
|
|
|
|
|
circle_3f072ebdb39944dca7f1b6ea05e9fbea.bindPopup(popup_8ff5e5bc14144e63a3b206bd3fc3c840)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3f072ebdb39944dca7f1b6ea05e9fbea.bindTooltip(
|
|
`<div>
|
|
Clasico Argentino 06 (#297) | n_orders=2260
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b30ecbf60bb34f00a04e55ce49b3cd54 = L.circle(
|
|
[48.884247, 2.292158],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_787580a87b984df0889029e060a7a556 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_401b8f372aa74edda37fdcd0ef5e8c08 = $(`<div id="html_401b8f372aa74edda37fdcd0ef5e8c08" style="width: 100.0%; height: 100.0%;">67 Rue Rennequin, 75017 Paris</div>`)[0];
|
|
popup_787580a87b984df0889029e060a7a556.setContent(html_401b8f372aa74edda37fdcd0ef5e8c08);
|
|
|
|
|
|
circle_b30ecbf60bb34f00a04e55ce49b3cd54.bindPopup(popup_787580a87b984df0889029e060a7a556)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b30ecbf60bb34f00a04e55ce49b3cd54.bindTooltip(
|
|
`<div>
|
|
Baan Hai (#298) | n_orders=646
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_072b4d7f8ea94f4a980ddd660032d29e = L.circle(
|
|
[48.859417, 2.348234],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f5bc976091d04d868480cad13c93a706 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1191eabda82e4fb6941ccf2659193ce2 = $(`<div id="html_1191eabda82e4fb6941ccf2659193ce2" style="width: 100.0%; height: 100.0%;">73 Rue Saint-Martin, 75001 Paris</div>`)[0];
|
|
popup_f5bc976091d04d868480cad13c93a706.setContent(html_1191eabda82e4fb6941ccf2659193ce2);
|
|
|
|
|
|
circle_072b4d7f8ea94f4a980ddd660032d29e.bindPopup(popup_f5bc976091d04d868480cad13c93a706)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_072b4d7f8ea94f4a980ddd660032d29e.bindTooltip(
|
|
`<div>
|
|
Au Coeur De L'Himalaya (#299) | n_orders=844
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2d5ead13e71b4e46857403670efc59d6 = L.circle(
|
|
[48.876423, 2.354911],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_55dedb71d1a04a29a63ca985331a27ff = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_206accf273804cfb939d07cbd36dd8bf = $(`<div id="html_206accf273804cfb939d07cbd36dd8bf" style="width: 100.0%; height: 100.0%;">8 Rue Du 8 Mai 1945, 75010 Paris</div>`)[0];
|
|
popup_55dedb71d1a04a29a63ca985331a27ff.setContent(html_206accf273804cfb939d07cbd36dd8bf);
|
|
|
|
|
|
circle_2d5ead13e71b4e46857403670efc59d6.bindPopup(popup_55dedb71d1a04a29a63ca985331a27ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2d5ead13e71b4e46857403670efc59d6.bindTooltip(
|
|
`<div>
|
|
Yummy Asian Food (#300) | n_orders=2218
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_27f9b9ba10fb49ec9c0c4442d4871b9e = L.circle(
|
|
[48.849155, 2.337401],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0990482293cc4aa38ebdbe7eaa6bc86c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fb3f8b5660594d86b1b04746fa56b152 = $(`<div id="html_fb3f8b5660594d86b1b04746fa56b152" style="width: 100.0%; height: 100.0%;">12 Rue De Vaugirard, 75006 Paris</div>`)[0];
|
|
popup_0990482293cc4aa38ebdbe7eaa6bc86c.setContent(html_fb3f8b5660594d86b1b04746fa56b152);
|
|
|
|
|
|
circle_27f9b9ba10fb49ec9c0c4442d4871b9e.bindPopup(popup_0990482293cc4aa38ebdbe7eaa6bc86c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_27f9b9ba10fb49ec9c0c4442d4871b9e.bindTooltip(
|
|
`<div>
|
|
Indonesia (#301) | n_orders=16
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_44fec6a953de4e63bed3eb3439151530 = L.circle(
|
|
[48.8409, 2.337745],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e0e94f8000824c7a8719cda7f36398c2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3c86c3faeb7a47ea9c1ad788247181b9 = $(`<div id="html_3c86c3faeb7a47ea9c1ad788247181b9" style="width: 100.0%; height: 100.0%;">147 Boulevard Saint-Michel, Paris, 75005 Paris</div>`)[0];
|
|
popup_e0e94f8000824c7a8719cda7f36398c2.setContent(html_3c86c3faeb7a47ea9c1ad788247181b9);
|
|
|
|
|
|
circle_44fec6a953de4e63bed3eb3439151530.bindPopup(popup_e0e94f8000824c7a8719cda7f36398c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_44fec6a953de4e63bed3eb3439151530.bindTooltip(
|
|
`<div>
|
|
Green Dog (#302) | n_orders=358
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_177ab4fca6c643a78b3f996783b86735 = L.circle(
|
|
[48.87505, 2.349501],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bd9a85552dd742cfa1c8092bedd76cc8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0fcdeec873bb484189b61b71cf05a148 = $(`<div id="html_0fcdeec873bb484189b61b71cf05a148" style="width: 100.0%; height: 100.0%;">49 Rue Du Paradis, 75010 Paris</div>`)[0];
|
|
popup_bd9a85552dd742cfa1c8092bedd76cc8.setContent(html_0fcdeec873bb484189b61b71cf05a148);
|
|
|
|
|
|
circle_177ab4fca6c643a78b3f996783b86735.bindPopup(popup_bd9a85552dd742cfa1c8092bedd76cc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_177ab4fca6c643a78b3f996783b86735.bindTooltip(
|
|
`<div>
|
|
Gardenia (#303) | n_orders=235
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cb6a4b8a78c14c528680b8d8ab4562f2 = L.circle(
|
|
[48.870235, 2.311211],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0679b0363d374797b42689f29a76e0be = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ae6e9182cb704f839658e9185f305e86 = $(`<div id="html_ae6e9182cb704f839658e9185f305e86" style="width: 100.0%; height: 100.0%;">6 Rue De Ponthieu, 75008 Paris</div>`)[0];
|
|
popup_0679b0363d374797b42689f29a76e0be.setContent(html_ae6e9182cb704f839658e9185f305e86);
|
|
|
|
|
|
circle_cb6a4b8a78c14c528680b8d8ab4562f2.bindPopup(popup_0679b0363d374797b42689f29a76e0be)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cb6a4b8a78c14c528680b8d8ab4562f2.bindTooltip(
|
|
`<div>
|
|
231 East Street - Ponthieu (#304) | n_orders=392
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_800b1758d46a49a6bd4cbeb12fa130a4 = L.circle(
|
|
[48.835892, 2.310696],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4a139fc599cc41fb83fdb53bbdc1dcbb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_40a55fd286474b738eb5c4737a1a5c39 = $(`<div id="html_40a55fd286474b738eb5c4737a1a5c39" style="width: 100.0%; height: 100.0%;">80 Rue De La Procession, 75015 Malakoff</div>`)[0];
|
|
popup_4a139fc599cc41fb83fdb53bbdc1dcbb.setContent(html_40a55fd286474b738eb5c4737a1a5c39);
|
|
|
|
|
|
circle_800b1758d46a49a6bd4cbeb12fa130a4.bindPopup(popup_4a139fc599cc41fb83fdb53bbdc1dcbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_800b1758d46a49a6bd4cbeb12fa130a4.bindTooltip(
|
|
`<div>
|
|
Somec (#305) | n_orders=385
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_609cbf152b8d4112bd00c08e65ee0b56 = L.circle(
|
|
[48.851276, 2.344293],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e2c370d3769a48d7b7ee13e3d418cfb7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f57c8e6fafce404bae3c4dabecbae10d = $(`<div id="html_f57c8e6fafce404bae3c4dabecbae10d" style="width: 100.0%; height: 100.0%;">92 Boulevard Saint-Germain, 75005 Paris</div>`)[0];
|
|
popup_e2c370d3769a48d7b7ee13e3d418cfb7.setContent(html_f57c8e6fafce404bae3c4dabecbae10d);
|
|
|
|
|
|
circle_609cbf152b8d4112bd00c08e65ee0b56.bindPopup(popup_e2c370d3769a48d7b7ee13e3d418cfb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_609cbf152b8d4112bd00c08e65ee0b56.bindTooltip(
|
|
`<div>
|
|
Studio 5 Bar And Burger (#306) | n_orders=334
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c75c2fccdb374f73af53fad98251c792 = L.circle(
|
|
[48.836132, 2.324053],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4d6624a6c4de471886c305dcb3dfb299 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1d38bb8282ed48a6ac82c963c6d0ccab = $(`<div id="html_1d38bb8282ed48a6ac82c963c6d0ccab" style="width: 100.0%; height: 100.0%;">96 Rue Daguerre, 75014 Paris</div>`)[0];
|
|
popup_4d6624a6c4de471886c305dcb3dfb299.setContent(html_1d38bb8282ed48a6ac82c963c6d0ccab);
|
|
|
|
|
|
circle_c75c2fccdb374f73af53fad98251c792.bindPopup(popup_4d6624a6c4de471886c305dcb3dfb299)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c75c2fccdb374f73af53fad98251c792.bindTooltip(
|
|
`<div>
|
|
Aasman (#307) | n_orders=773
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_21e3c41dc1c14e93801b980e32c2c1d9 = L.circle(
|
|
[48.869385, 2.355917],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3dc17556f19f4b109b0c42ef928b4e91 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_876c4a3b0ffa4de5b6c50c3621185628 = $(`<div id="html_876c4a3b0ffa4de5b6c50c3621185628" style="width: 100.0%; height: 100.0%;">4 Rue Du Faubourg Saint-Martin, 75010 Paris</div>`)[0];
|
|
popup_3dc17556f19f4b109b0c42ef928b4e91.setContent(html_876c4a3b0ffa4de5b6c50c3621185628);
|
|
|
|
|
|
circle_21e3c41dc1c14e93801b980e32c2c1d9.bindPopup(popup_3dc17556f19f4b109b0c42ef928b4e91)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_21e3c41dc1c14e93801b980e32c2c1d9.bindTooltip(
|
|
`<div>
|
|
Rococo (#308) | n_orders=48
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d67e1363ecea4a6aaefb1b9e30340485 = L.circle(
|
|
[48.876938, 2.352532],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_611eb0281b444da491d0a154a7144bb4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f09a915e5dba4869a165345fef45513b = $(`<div id="html_f09a915e5dba4869a165345fef45513b" style="width: 100.0%; height: 100.0%;">57 Rue De Chabrol, 75010 Paris</div>`)[0];
|
|
popup_611eb0281b444da491d0a154a7144bb4.setContent(html_f09a915e5dba4869a165345fef45513b);
|
|
|
|
|
|
circle_d67e1363ecea4a6aaefb1b9e30340485.bindPopup(popup_611eb0281b444da491d0a154a7144bb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d67e1363ecea4a6aaefb1b9e30340485.bindTooltip(
|
|
`<div>
|
|
Chez Lin (#309) | n_orders=814
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1a0933d87d0e4b1dbdab29e49f2b5c5e = L.circle(
|
|
[48.89365, 2.343448],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c2e3f8457cc84293bd971f6895fa0b2a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_da3071ec21ee4aaf90145b6d56f9f02e = $(`<div id="html_da3071ec21ee4aaf90145b6d56f9f02e" style="width: 100.0%; height: 100.0%;">70 Rue Duhesme, 75018 Paris</div>`)[0];
|
|
popup_c2e3f8457cc84293bd971f6895fa0b2a.setContent(html_da3071ec21ee4aaf90145b6d56f9f02e);
|
|
|
|
|
|
circle_1a0933d87d0e4b1dbdab29e49f2b5c5e.bindPopup(popup_c2e3f8457cc84293bd971f6895fa0b2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1a0933d87d0e4b1dbdab29e49f2b5c5e.bindTooltip(
|
|
`<div>
|
|
El Tast (#310) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_456b0ad043424cfdad7e428381657b77 = L.circle(
|
|
[48.865299, 2.394766],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3d095d25f71248fd903e21338e472850 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7010b9ae8aaa486587b6a5219c0e57f3 = $(`<div id="html_7010b9ae8aaa486587b6a5219c0e57f3" style="width: 100.0%; height: 100.0%;">1 Rue Des Gatines, 75020 Paris</div>`)[0];
|
|
popup_3d095d25f71248fd903e21338e472850.setContent(html_7010b9ae8aaa486587b6a5219c0e57f3);
|
|
|
|
|
|
circle_456b0ad043424cfdad7e428381657b77.bindPopup(popup_3d095d25f71248fd903e21338e472850)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_456b0ad043424cfdad7e428381657b77.bindTooltip(
|
|
`<div>
|
|
Futake (#311) | n_orders=647
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1fcf86d876bb4cef817b99faf488e061 = L.circle(
|
|
[48.858768, 2.282849],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_12327869333d48f684ec81e41654ad7a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7c1f487f6a834ab4a06fdf5bb9b86179 = $(`<div id="html_7c1f487f6a834ab4a06fdf5bb9b86179" style="width: 100.0%; height: 100.0%;">10 Boulevard Delessert, 75016 Paris</div>`)[0];
|
|
popup_12327869333d48f684ec81e41654ad7a.setContent(html_7c1f487f6a834ab4a06fdf5bb9b86179);
|
|
|
|
|
|
circle_1fcf86d876bb4cef817b99faf488e061.bindPopup(popup_12327869333d48f684ec81e41654ad7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1fcf86d876bb4cef817b99faf488e061.bindTooltip(
|
|
`<div>
|
|
Framboise 16 (#312) | n_orders=432
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_95dc2633ed524ebcb154615cfbb1b922 = L.circle(
|
|
[48.845531, 2.342647],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eff9b4a0736343df9845a41e88f95c51 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7cb5b43154df4375aa95c8e4673c8b50 = $(`<div id="html_7cb5b43154df4375aa95c8e4673c8b50" style="width: 100.0%; height: 100.0%;">206 Rue Saint Jacques, 75005 Paris</div>`)[0];
|
|
popup_eff9b4a0736343df9845a41e88f95c51.setContent(html_7cb5b43154df4375aa95c8e4673c8b50);
|
|
|
|
|
|
circle_95dc2633ed524ebcb154615cfbb1b922.bindPopup(popup_eff9b4a0736343df9845a41e88f95c51)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_95dc2633ed524ebcb154615cfbb1b922.bindTooltip(
|
|
`<div>
|
|
Kokonor (#313) | n_orders=56
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1d954b989b0b45e285dd7d27a3db41fe = L.circle(
|
|
[48.872982, 2.361628],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a73dbc87b97d467f84eb835a0d5771d4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7e485233edbf4eb68b991f0736d7a5de = $(`<div id="html_7e485233edbf4eb68b991f0736d7a5de" style="width: 100.0%; height: 100.0%;">39 Rue Des Vinaigriers, 75010 Paris</div>`)[0];
|
|
popup_a73dbc87b97d467f84eb835a0d5771d4.setContent(html_7e485233edbf4eb68b991f0736d7a5de);
|
|
|
|
|
|
circle_1d954b989b0b45e285dd7d27a3db41fe.bindPopup(popup_a73dbc87b97d467f84eb835a0d5771d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1d954b989b0b45e285dd7d27a3db41fe.bindTooltip(
|
|
`<div>
|
|
Sunken Chip (#314) | n_orders=470
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9bac173bcaf34db1b60c8baf1c39b9e8 = L.circle(
|
|
[48.821583, 2.250141],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2ba09259e5ee4e0798f6686029fef183 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_797e7c64be8d40d8b2a65a39138c9c63 = $(`<div id="html_797e7c64be8d40d8b2a65a39138c9c63" style="width: 100.0%; height: 100.0%;">2 Place Jules Gevelot, 92130 Paris</div>`)[0];
|
|
popup_2ba09259e5ee4e0798f6686029fef183.setContent(html_797e7c64be8d40d8b2a65a39138c9c63);
|
|
|
|
|
|
circle_9bac173bcaf34db1b60c8baf1c39b9e8.bindPopup(popup_2ba09259e5ee4e0798f6686029fef183)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9bac173bcaf34db1b60c8baf1c39b9e8.bindTooltip(
|
|
`<div>
|
|
Wagy Issy (#315) | n_orders=534
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2d37b2d6b52f41998b472936581c4a18 = L.circle(
|
|
[48.83783, 2.357421],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a93a26c059dc4d4ebdc604019789c449 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cabaea7dbfba4a6a9d943434675f127f = $(`<div id="html_cabaea7dbfba4a6a9d943434675f127f" style="width: 100.0%; height: 100.0%;">68 Boulevard De L'Hopital, 75013 Paris</div>`)[0];
|
|
popup_a93a26c059dc4d4ebdc604019789c449.setContent(html_cabaea7dbfba4a6a9d943434675f127f);
|
|
|
|
|
|
circle_2d37b2d6b52f41998b472936581c4a18.bindPopup(popup_a93a26c059dc4d4ebdc604019789c449)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2d37b2d6b52f41998b472936581c4a18.bindTooltip(
|
|
`<div>
|
|
Au Delice De Confucius (#316) | n_orders=331
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a669c2ac102c4864bcdff5c262ddc7a7 = L.circle(
|
|
[48.879864, 2.357568],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fca3a9d5bfad46189e5792b5c67421a3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3669b272cee744b2b2abc63ec0355635 = $(`<div id="html_3669b272cee744b2b2abc63ec0355635" style="width: 100.0%; height: 100.0%;">170 Rue Du Faubourg Saint Denis, 75010 Paris</div>`)[0];
|
|
popup_fca3a9d5bfad46189e5792b5c67421a3.setContent(html_3669b272cee744b2b2abc63ec0355635);
|
|
|
|
|
|
circle_a669c2ac102c4864bcdff5c262ddc7a7.bindPopup(popup_fca3a9d5bfad46189e5792b5c67421a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a669c2ac102c4864bcdff5c262ddc7a7.bindTooltip(
|
|
`<div>
|
|
Restaurants #317, #504 | n_orders=464
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c05e24d2e3f246c183a6f1100293cebf = L.circle(
|
|
[48.833549, 2.251532],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_56cdedaa9f694dde8002b0bd937fa229 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_80170765372f4cac996832545c414e56 = $(`<div id="html_80170765372f4cac996832545c414e56" style="width: 100.0%; height: 100.0%;">81 Avenue Pierre Grenier, 92100 Paris</div>`)[0];
|
|
popup_56cdedaa9f694dde8002b0bd937fa229.setContent(html_80170765372f4cac996832545c414e56);
|
|
|
|
|
|
circle_c05e24d2e3f246c183a6f1100293cebf.bindPopup(popup_56cdedaa9f694dde8002b0bd937fa229)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c05e24d2e3f246c183a6f1100293cebf.bindTooltip(
|
|
`<div>
|
|
Controvento (#318) | n_orders=891
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fa2bd9e1253a4dc384451381f27f5508 = L.circle(
|
|
[48.839798, 2.334968],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f484df2961de4514a832269709a9ae0e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9b30020a26d34cd3a3d50b23b1849487 = $(`<div id="html_9b30020a26d34cd3a3d50b23b1849487" style="width: 100.0%; height: 100.0%;">162 Boulevard Du Montparnasse, 75014 Paris</div>`)[0];
|
|
popup_f484df2961de4514a832269709a9ae0e.setContent(html_9b30020a26d34cd3a3d50b23b1849487);
|
|
|
|
|
|
circle_fa2bd9e1253a4dc384451381f27f5508.bindPopup(popup_f484df2961de4514a832269709a9ae0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fa2bd9e1253a4dc384451381f27f5508.bindTooltip(
|
|
`<div>
|
|
Il Forno Di Napoli (#319) | n_orders=666
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5a162689262945b0a5f021631b5bed0c = L.circle(
|
|
[48.857643, 2.397329],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4d27c95ece384d28ab5b7807d7f64b16 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0245fcf374c54a9892ef46377b00cf4a = $(`<div id="html_0245fcf374c54a9892ef46377b00cf4a" style="width: 100.0%; height: 100.0%;">60 Rue Bagnolet, 75020, 75020 Paris</div>`)[0];
|
|
popup_4d27c95ece384d28ab5b7807d7f64b16.setContent(html_0245fcf374c54a9892ef46377b00cf4a);
|
|
|
|
|
|
circle_5a162689262945b0a5f021631b5bed0c.bindPopup(popup_4d27c95ece384d28ab5b7807d7f64b16)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5a162689262945b0a5f021631b5bed0c.bindTooltip(
|
|
`<div>
|
|
Nakano - 20Eme (#320) | n_orders=125
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2bec1844cd15417a8458bd7dac7fa4e1 = L.circle(
|
|
[48.875504, 2.317917],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_479c9e963d5a4210859960f983d6b61a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_17d8ccfcf3a542eb8411b15c211da14c = $(`<div id="html_17d8ccfcf3a542eb8411b15c211da14c" style="width: 100.0%; height: 100.0%;">47 Rue Laborde, 75008 Paris</div>`)[0];
|
|
popup_479c9e963d5a4210859960f983d6b61a.setContent(html_17d8ccfcf3a542eb8411b15c211da14c);
|
|
|
|
|
|
circle_2bec1844cd15417a8458bd7dac7fa4e1.bindPopup(popup_479c9e963d5a4210859960f983d6b61a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2bec1844cd15417a8458bd7dac7fa4e1.bindTooltip(
|
|
`<div>
|
|
Tuk Tuk (#321) | n_orders=527
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_17dce7bc0c594cc5ac4024ec313b49c0 = L.circle(
|
|
[48.848576, 2.258718],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1428015d59ba4774a3ac0f4923d3908d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f5bd076a9aad406a9a7d78f8a369d544 = $(`<div id="html_f5bd076a9aad406a9a7d78f8a369d544" style="width: 100.0%; height: 100.0%;">56 Rue Poussin, 75016 Paris</div>`)[0];
|
|
popup_1428015d59ba4774a3ac0f4923d3908d.setContent(html_f5bd076a9aad406a9a7d78f8a369d544);
|
|
|
|
|
|
circle_17dce7bc0c594cc5ac4024ec313b49c0.bindPopup(popup_1428015d59ba4774a3ac0f4923d3908d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_17dce7bc0c594cc5ac4024ec313b49c0.bindTooltip(
|
|
`<div>
|
|
Solemar (#322) | n_orders=131
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_28867b477ad3433b9497a68a03d19e9f = L.circle(
|
|
[48.864868, 2.371551],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5415622923724df8a594807d6b699738 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0573b51f015243f48d8893a288bf8cf8 = $(`<div id="html_0573b51f015243f48d8893a288bf8cf8" style="width: 100.0%; height: 100.0%;">2 Bis Rue Neuve Popincourt, 75011 Paris</div>`)[0];
|
|
popup_5415622923724df8a594807d6b699738.setContent(html_0573b51f015243f48d8893a288bf8cf8);
|
|
|
|
|
|
circle_28867b477ad3433b9497a68a03d19e9f.bindPopup(popup_5415622923724df8a594807d6b699738)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_28867b477ad3433b9497a68a03d19e9f.bindTooltip(
|
|
`<div>
|
|
Al Taglio (#323) | n_orders=845
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_627907990e1f4268bb8ccbee2539d35e = L.circle(
|
|
[48.843807, 2.319689],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_59ddc9f7e71e4af8ad021c99b1303396 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_da429d3ffc7b44e792f9f146344e3068 = $(`<div id="html_da429d3ffc7b44e792f9f146344e3068" style="width: 100.0%; height: 100.0%;">14 Avenue Du Maine, 75015 Paris</div>`)[0];
|
|
popup_59ddc9f7e71e4af8ad021c99b1303396.setContent(html_da429d3ffc7b44e792f9f146344e3068);
|
|
|
|
|
|
circle_627907990e1f4268bb8ccbee2539d35e.bindPopup(popup_59ddc9f7e71e4af8ad021c99b1303396)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_627907990e1f4268bb8ccbee2539d35e.bindTooltip(
|
|
`<div>
|
|
Restaurants #324, #1563 | n_orders=88
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f3ce158a42034842a5b9cfd8e2a0b28f = L.circle(
|
|
[48.877148, 2.35227],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0fa81561d1a142798226afa89187c3a6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b672da4d3fd74474a78a8a4db63495aa = $(`<div id="html_b672da4d3fd74474a78a8a4db63495aa" style="width: 100.0%; height: 100.0%;">36, Rue De Chabrol, 75010 Paris</div>`)[0];
|
|
popup_0fa81561d1a142798226afa89187c3a6.setContent(html_b672da4d3fd74474a78a8a4db63495aa);
|
|
|
|
|
|
circle_f3ce158a42034842a5b9cfd8e2a0b28f.bindPopup(popup_0fa81561d1a142798226afa89187c3a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f3ce158a42034842a5b9cfd8e2a0b28f.bindTooltip(
|
|
`<div>
|
|
Kashmir House (#325) | n_orders=520
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_58ef12368b1a4ca7a9f2614259d74a88 = L.circle(
|
|
[48.888103, 2.330516],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_59701d88fa3e4b248175bdb3b6a3d8be = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_843dfce517a94f31bfaa6477c8bed755 = $(`<div id="html_843dfce517a94f31bfaa6477c8bed755" style="width: 100.0%; height: 100.0%;">15 Rue Damremont, 75018 Paris</div>`)[0];
|
|
popup_59701d88fa3e4b248175bdb3b6a3d8be.setContent(html_843dfce517a94f31bfaa6477c8bed755);
|
|
|
|
|
|
circle_58ef12368b1a4ca7a9f2614259d74a88.bindPopup(popup_59701d88fa3e4b248175bdb3b6a3d8be)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_58ef12368b1a4ca7a9f2614259d74a88.bindTooltip(
|
|
`<div>
|
|
Eighteen Burger (#326) | n_orders=11
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7453ff8dbd9748faa83c7c98756ddd8d = L.circle(
|
|
[48.853615, 2.391042],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1955dbb31a1e47028dd49f58061cdba5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_55a149eab59c47b5946332f13f0b0058 = $(`<div id="html_55a149eab59c47b5946332f13f0b0058" style="width: 100.0%; height: 100.0%;">40 Rue Alexandre Dumas, 75011 Saint-Mande</div>`)[0];
|
|
popup_1955dbb31a1e47028dd49f58061cdba5.setContent(html_55a149eab59c47b5946332f13f0b0058);
|
|
|
|
|
|
circle_7453ff8dbd9748faa83c7c98756ddd8d.bindPopup(popup_1955dbb31a1e47028dd49f58061cdba5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7453ff8dbd9748faa83c7c98756ddd8d.bindTooltip(
|
|
`<div>
|
|
Paradiso (#327) | n_orders=67
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7e275e6e3ba64682961290b8f27e7d41 = L.circle(
|
|
[48.883179, 2.332885],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_791e74dbb7694ab1a73deccc90bffe62 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_38cd944b282f4e9bba9630493aa16aa5 = $(`<div id="html_38cd944b282f4e9bba9630493aa16aa5" style="width: 100.0%; height: 100.0%;">41 Rue Pierre Fontaine, 75009 Paris</div>`)[0];
|
|
popup_791e74dbb7694ab1a73deccc90bffe62.setContent(html_38cd944b282f4e9bba9630493aa16aa5);
|
|
|
|
|
|
circle_7e275e6e3ba64682961290b8f27e7d41.bindPopup(popup_791e74dbb7694ab1a73deccc90bffe62)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7e275e6e3ba64682961290b8f27e7d41.bindTooltip(
|
|
`<div>
|
|
Dulcinea (#328) | n_orders=1754
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_80e757bda37843bcaa1593068de6321a = L.circle(
|
|
[48.840645, 2.264149],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_14442312bbc04973aa7df487c44aefdf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_30c8a2a8fb0d44d19e17ba840671e701 = $(`<div id="html_30c8a2a8fb0d44d19e17ba840671e701" style="width: 100.0%; height: 100.0%;">158 Avenue De Versailles, 75016 Paris</div>`)[0];
|
|
popup_14442312bbc04973aa7df487c44aefdf.setContent(html_30c8a2a8fb0d44d19e17ba840671e701);
|
|
|
|
|
|
circle_80e757bda37843bcaa1593068de6321a.bindPopup(popup_14442312bbc04973aa7df487c44aefdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_80e757bda37843bcaa1593068de6321a.bindTooltip(
|
|
`<div>
|
|
Saveurs De Tokyo (#329) | n_orders=250
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_11e83fbc43d647f29fc46dc664543fb8 = L.circle(
|
|
[48.862854, 2.34733],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8f2ee3c21a424f56b9a1c8ea0aa920b3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7e2fee77ed3c4f65b592c6b2690a4f03 = $(`<div id="html_7e2fee77ed3c4f65b592c6b2690a4f03" style="width: 100.0%; height: 100.0%;">115 Rue Saint Denis, 75001 Paris</div>`)[0];
|
|
popup_8f2ee3c21a424f56b9a1c8ea0aa920b3.setContent(html_7e2fee77ed3c4f65b592c6b2690a4f03);
|
|
|
|
|
|
circle_11e83fbc43d647f29fc46dc664543fb8.bindPopup(popup_8f2ee3c21a424f56b9a1c8ea0aa920b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_11e83fbc43d647f29fc46dc664543fb8.bindTooltip(
|
|
`<div>
|
|
Ravioli Nord-Est (#330) | n_orders=663
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6e8177696c8c462f80739f2afce752a1 = L.circle(
|
|
[48.870152, 2.337172],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f343e36bc7374bbba278918ec4991798 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b68d1853d0c640768bd0cc9bdb35b6a5 = $(`<div id="html_b68d1853d0c640768bd0cc9bdb35b6a5" style="width: 100.0%; height: 100.0%;">88 Rue De Richelieu, 75002 Paris</div>`)[0];
|
|
popup_f343e36bc7374bbba278918ec4991798.setContent(html_b68d1853d0c640768bd0cc9bdb35b6a5);
|
|
|
|
|
|
circle_6e8177696c8c462f80739f2afce752a1.bindPopup(popup_f343e36bc7374bbba278918ec4991798)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6e8177696c8c462f80739f2afce752a1.bindTooltip(
|
|
`<div>
|
|
Atsu Atsu (#331) | n_orders=564
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_59c901bc59f84629a7cf2a1380181c2a = L.circle(
|
|
[48.850357, 2.344774],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_adafc2dde8eb4f4583cb04269832cbc6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c11f32c5e35f4af39e1fd0330ad47eba = $(`<div id="html_c11f32c5e35f4af39e1fd0330ad47eba" style="width: 100.0%; height: 100.0%;">22 Rue Du Sommerard, 75005 Paris</div>`)[0];
|
|
popup_adafc2dde8eb4f4583cb04269832cbc6.setContent(html_c11f32c5e35f4af39e1fd0330ad47eba);
|
|
|
|
|
|
circle_59c901bc59f84629a7cf2a1380181c2a.bindPopup(popup_adafc2dde8eb4f4583cb04269832cbc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_59c901bc59f84629a7cf2a1380181c2a.bindTooltip(
|
|
`<div>
|
|
Maison Sen (#332) | n_orders=776
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ed359dd24d3049a099584b75b7f1a8cd = L.circle(
|
|
[48.8708, 2.325658],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0bbeec82fd084475b649f3f14d369878 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_140cdb2d2c664a5c819f5570cea9cd4e = $(`<div id="html_140cdb2d2c664a5c819f5570cea9cd4e" style="width: 100.0%; height: 100.0%;">30 Place De La Madeleine, 75008 Paris</div>`)[0];
|
|
popup_0bbeec82fd084475b649f3f14d369878.setContent(html_140cdb2d2c664a5c819f5570cea9cd4e);
|
|
|
|
|
|
circle_ed359dd24d3049a099584b75b7f1a8cd.bindPopup(popup_0bbeec82fd084475b649f3f14d369878)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ed359dd24d3049a099584b75b7f1a8cd.bindTooltip(
|
|
`<div>
|
|
Fauchon (#333) | n_orders=302
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a35b978d9f7b49109b7c47f6f1e55363 = L.circle(
|
|
[48.825188, 2.369865],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3a935a28d31b4a54bdd632346a4f7bc1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d5f059d0ff2f43acaf580f530baca900 = $(`<div id="html_d5f059d0ff2f43acaf580f530baca900" style="width: 100.0%; height: 100.0%;">40 Rue Des Terres Au Cure, 75013 Paris</div>`)[0];
|
|
popup_3a935a28d31b4a54bdd632346a4f7bc1.setContent(html_d5f059d0ff2f43acaf580f530baca900);
|
|
|
|
|
|
circle_a35b978d9f7b49109b7c47f6f1e55363.bindPopup(popup_3a935a28d31b4a54bdd632346a4f7bc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a35b978d9f7b49109b7c47f6f1e55363.bindTooltip(
|
|
`<div>
|
|
My Kim (#334) | n_orders=63
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8de5fef5536e47ed82857bdc2b0760bd = L.circle(
|
|
[48.855595, 2.359958],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fe5e581b30514018b511acb9017d29c6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8b1ccdff0e6f4a709f226d8e262c2ff6 = $(`<div id="html_8b1ccdff0e6f4a709f226d8e262c2ff6" style="width: 100.0%; height: 100.0%;">10 Rue De Sevigne, 75004 Paris</div>`)[0];
|
|
popup_fe5e581b30514018b511acb9017d29c6.setContent(html_8b1ccdff0e6f4a709f226d8e262c2ff6);
|
|
|
|
|
|
circle_8de5fef5536e47ed82857bdc2b0760bd.bindPopup(popup_fe5e581b30514018b511acb9017d29c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8de5fef5536e47ed82857bdc2b0760bd.bindTooltip(
|
|
`<div>
|
|
Khao Thai (#335) | n_orders=803
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c9ba3862037a480494856aea481e301a = L.circle(
|
|
[48.830433, 2.376379],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_21b3b9c803524e5aa14721c82ec4f0c1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3228f3ff8d73435cb200b4ed240c6654 = $(`<div id="html_3228f3ff8d73435cb200b4ed240c6654" style="width: 100.0%; height: 100.0%;">66 Rue Du Chevaleret, 75013 Paris</div>`)[0];
|
|
popup_21b3b9c803524e5aa14721c82ec4f0c1.setContent(html_3228f3ff8d73435cb200b4ed240c6654);
|
|
|
|
|
|
circle_c9ba3862037a480494856aea481e301a.bindPopup(popup_21b3b9c803524e5aa14721c82ec4f0c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c9ba3862037a480494856aea481e301a.bindTooltip(
|
|
`<div>
|
|
Persille (#336) | n_orders=127
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_946552d2368e49acaef0b72fcfabd4d9 = L.circle(
|
|
[48.876282, 2.29021],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b7e2ca24d11b4a80b4e8fdc804439125 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e2451eb6c8744765bf51df75b2eec8e9 = $(`<div id="html_e2451eb6c8744765bf51df75b2eec8e9" style="width: 100.0%; height: 100.0%;">12 Rue Des Acacias, 75017 Paris</div>`)[0];
|
|
popup_b7e2ca24d11b4a80b4e8fdc804439125.setContent(html_e2451eb6c8744765bf51df75b2eec8e9);
|
|
|
|
|
|
circle_946552d2368e49acaef0b72fcfabd4d9.bindPopup(popup_b7e2ca24d11b4a80b4e8fdc804439125)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_946552d2368e49acaef0b72fcfabd4d9.bindTooltip(
|
|
`<div>
|
|
Pizze (#337) | n_orders=194
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1d9dc7c28ae44b32807b93b0ed1e6819 = L.circle(
|
|
[48.85709, 2.37292],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_564d831d410747ae9981c7944c98f917 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_96837811f63c460d830910a4ef0a2ccd = $(`<div id="html_96837811f63c460d830910a4ef0a2ccd" style="width: 100.0%; height: 100.0%;">25 Rue Sedaine, 75011 Paris</div>`)[0];
|
|
popup_564d831d410747ae9981c7944c98f917.setContent(html_96837811f63c460d830910a4ef0a2ccd);
|
|
|
|
|
|
circle_1d9dc7c28ae44b32807b93b0ed1e6819.bindPopup(popup_564d831d410747ae9981c7944c98f917)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1d9dc7c28ae44b32807b93b0ed1e6819.bindTooltip(
|
|
`<div>
|
|
Pur-Etc Sedaine (#338) | n_orders=264
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_52035c4211bf463bb746f7d298ef9871 = L.circle(
|
|
[48.86517, 2.287366],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f6fb9b498c8e43bfad91628f9b3c9121 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ef8054c43a0a4a74bdefce6170715e79 = $(`<div id="html_ef8054c43a0a4a74bdefce6170715e79" style="width: 100.0%; height: 100.0%;">54 Rue De Longchamp, 75116 Paris</div>`)[0];
|
|
popup_f6fb9b498c8e43bfad91628f9b3c9121.setContent(html_ef8054c43a0a4a74bdefce6170715e79);
|
|
|
|
|
|
circle_52035c4211bf463bb746f7d298ef9871.bindPopup(popup_f6fb9b498c8e43bfad91628f9b3c9121)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_52035c4211bf463bb746f7d298ef9871.bindTooltip(
|
|
`<div>
|
|
Baagaa (#339) | n_orders=1828
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4348ea3f28ec4006aeb954a3e2514fc5 = L.circle(
|
|
[48.866978, 2.374473],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d0158f8264cb4df7a12237bde1a4f6d1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5d9fa1bf40d34e66965dc80876de40d1 = $(`<div id="html_5d9fa1bf40d34e66965dc80876de40d1" style="width: 100.0%; height: 100.0%;">55 Rue Jean-Pierre Timbaud, 75011 Paris</div>`)[0];
|
|
popup_d0158f8264cb4df7a12237bde1a4f6d1.setContent(html_5d9fa1bf40d34e66965dc80876de40d1);
|
|
|
|
|
|
circle_4348ea3f28ec4006aeb954a3e2514fc5.bindPopup(popup_d0158f8264cb4df7a12237bde1a4f6d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4348ea3f28ec4006aeb954a3e2514fc5.bindTooltip(
|
|
`<div>
|
|
L'Homme Bleu (#340) | n_orders=507
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_78047e90ba7141c6bd493a65cc16dcc5 = L.circle(
|
|
[48.853401, 2.340402],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2ff8ffaa58a94bf684cf5dd653081385 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_de690fafdb754ebc8b7dd339eb662bda = $(`<div id="html_de690fafdb754ebc8b7dd339eb662bda" style="width: 100.0%; height: 100.0%;">26 Rue Saint Andre Des Arts, 75006 Paris</div>`)[0];
|
|
popup_2ff8ffaa58a94bf684cf5dd653081385.setContent(html_de690fafdb754ebc8b7dd339eb662bda);
|
|
|
|
|
|
circle_78047e90ba7141c6bd493a65cc16dcc5.bindPopup(popup_2ff8ffaa58a94bf684cf5dd653081385)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_78047e90ba7141c6bd493a65cc16dcc5.bindTooltip(
|
|
`<div>
|
|
Culture Crepes (#341) | n_orders=227
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0e3c650b4c7f45c9a718050173cac9a3 = L.circle(
|
|
[48.880409, 2.325276],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8643c4a643d345c2bbfb21b4d667475b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4a105a7ddd9c4d99995397ea6bfa8ab6 = $(`<div id="html_4a105a7ddd9c4d99995397ea6bfa8ab6" style="width: 100.0%; height: 100.0%;">11 Rue De Moscou, 75008 Paris</div>`)[0];
|
|
popup_8643c4a643d345c2bbfb21b4d667475b.setContent(html_4a105a7ddd9c4d99995397ea6bfa8ab6);
|
|
|
|
|
|
circle_0e3c650b4c7f45c9a718050173cac9a3.bindPopup(popup_8643c4a643d345c2bbfb21b4d667475b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0e3c650b4c7f45c9a718050173cac9a3.bindTooltip(
|
|
`<div>
|
|
La Puttanesca (#342) | n_orders=307
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9f2e9a851513440ab1b55c552d965f98 = L.circle(
|
|
[48.854282, 2.339144],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_33a43a29795546e29c35839f0c6ec6f2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8f374c25a37140859845d3420886c534 = $(`<div id="html_8f374c25a37140859845d3420886c534" style="width: 100.0%; height: 100.0%;">45 Rue Dauphine, 75006 Paris</div>`)[0];
|
|
popup_33a43a29795546e29c35839f0c6ec6f2.setContent(html_8f374c25a37140859845d3420886c534);
|
|
|
|
|
|
circle_9f2e9a851513440ab1b55c552d965f98.bindPopup(popup_33a43a29795546e29c35839f0c6ec6f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9f2e9a851513440ab1b55c552d965f98.bindTooltip(
|
|
`<div>
|
|
Wok Saint-Germain (#343) | n_orders=982
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fece358f454541759b61d0bc1b39cb84 = L.circle(
|
|
[48.856758, 2.378601],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9d01383d8dad4914ae25f4ec1619878c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3d253b844e034d04b0fdda81c3d82738 = $(`<div id="html_3d253b844e034d04b0fdda81c3d82738" style="width: 100.0%; height: 100.0%;">47 Rue Richard Lenoir, 75011 Paris</div>`)[0];
|
|
popup_9d01383d8dad4914ae25f4ec1619878c.setContent(html_3d253b844e034d04b0fdda81c3d82738);
|
|
|
|
|
|
circle_fece358f454541759b61d0bc1b39cb84.bindPopup(popup_9d01383d8dad4914ae25f4ec1619878c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fece358f454541759b61d0bc1b39cb84.bindTooltip(
|
|
`<div>
|
|
Paya Thai (#344) | n_orders=117
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e849afe2bdfd41eca247405ef5a8d5e1 = L.circle(
|
|
[48.84145, 2.302906],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d718efe1efd54ebabd1319b6b50e9061 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_42d86bd297de4596b7bae0a542625f25 = $(`<div id="html_42d86bd297de4596b7bae0a542625f25" style="width: 100.0%; height: 100.0%;">5 Rue Du General Beuret, 75015 Paris</div>`)[0];
|
|
popup_d718efe1efd54ebabd1319b6b50e9061.setContent(html_42d86bd297de4596b7bae0a542625f25);
|
|
|
|
|
|
circle_e849afe2bdfd41eca247405ef5a8d5e1.bindPopup(popup_d718efe1efd54ebabd1319b6b50e9061)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e849afe2bdfd41eca247405ef5a8d5e1.bindTooltip(
|
|
`<div>
|
|
Al Punjab (#345) | n_orders=887
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7946297a07724e1d823eada0c13cb08a = L.circle(
|
|
[48.850052, 2.377988],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_af94c6edce324996bf883cc3969f5e80 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6a0d460b7ad742d98f631ff80dbdca56 = $(`<div id="html_6a0d460b7ad742d98f631ff80dbdca56" style="width: 100.0%; height: 100.0%;">27 Rue De Cotte, 75012 Paris</div>`)[0];
|
|
popup_af94c6edce324996bf883cc3969f5e80.setContent(html_6a0d460b7ad742d98f631ff80dbdca56);
|
|
|
|
|
|
circle_7946297a07724e1d823eada0c13cb08a.bindPopup(popup_af94c6edce324996bf883cc3969f5e80)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7946297a07724e1d823eada0c13cb08a.bindTooltip(
|
|
`<div>
|
|
Clasico Argentino 12 (#346) | n_orders=2535
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8df1c700776e4578aa346187102e9c76 = L.circle(
|
|
[48.872154, 2.309572],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1c984368fed149e7ab5511371686edf1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b3a1d315e0d3482b991d75ab699269dd = $(`<div id="html_b3a1d315e0d3482b991d75ab699269dd" style="width: 100.0%; height: 100.0%;">101 Rue Du Faubourg Saint-Honore, 75008 Paris</div>`)[0];
|
|
popup_1c984368fed149e7ab5511371686edf1.setContent(html_b3a1d315e0d3482b991d75ab699269dd);
|
|
|
|
|
|
circle_8df1c700776e4578aa346187102e9c76.bindPopup(popup_1c984368fed149e7ab5511371686edf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8df1c700776e4578aa346187102e9c76.bindTooltip(
|
|
`<div>
|
|
Dalloyau Faubourg (#347) | n_orders=464
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1eeebeaf7760473c951a86f90ae3e039 = L.circle(
|
|
[48.8741, 2.341712],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_570de128367a44c4a57ef4c3cd1057ba = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_58a8a90d033949cd8c0e6811bf29de7b = $(`<div id="html_58a8a90d033949cd8c0e6811bf29de7b" style="width: 100.0%; height: 100.0%;">2 Rue De Provence, 75009 Paris</div>`)[0];
|
|
popup_570de128367a44c4a57ef4c3cd1057ba.setContent(html_58a8a90d033949cd8c0e6811bf29de7b);
|
|
|
|
|
|
circle_1eeebeaf7760473c951a86f90ae3e039.bindPopup(popup_570de128367a44c4a57ef4c3cd1057ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1eeebeaf7760473c951a86f90ae3e039.bindTooltip(
|
|
`<div>
|
|
Piccolo Drouot (#348) | n_orders=122
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_39503fd00c27415abbe432d48b610311 = L.circle(
|
|
[48.854012, 2.38803],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7cfd98b6dfc74951a3e4aea197cf64b2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1ad46813403c4ccf9a3e8b3e9b5af43e = $(`<div id="html_1ad46813403c4ccf9a3e8b3e9b5af43e" style="width: 100.0%; height: 100.0%;">16 Rue Leon Frot, 75011 Paris</div>`)[0];
|
|
popup_7cfd98b6dfc74951a3e4aea197cf64b2.setContent(html_1ad46813403c4ccf9a3e8b3e9b5af43e);
|
|
|
|
|
|
circle_39503fd00c27415abbe432d48b610311.bindPopup(popup_7cfd98b6dfc74951a3e4aea197cf64b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_39503fd00c27415abbe432d48b610311.bindTooltip(
|
|
`<div>
|
|
L'Echoppe De Paris (#349) | n_orders=932
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0898c9346f9f48f9a8088caf028ab5fe = L.circle(
|
|
[48.865608, 2.374701],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2333415e33ce44d8ae9807b738a27e31 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_140560a5d9c347d8b882a6397f8c86d5 = $(`<div id="html_140560a5d9c347d8b882a6397f8c86d5" style="width: 100.0%; height: 100.0%;">101 Rue Oberkampf, 75011 Paris</div>`)[0];
|
|
popup_2333415e33ce44d8ae9807b738a27e31.setContent(html_140560a5d9c347d8b882a6397f8c86d5);
|
|
|
|
|
|
circle_0898c9346f9f48f9a8088caf028ab5fe.bindPopup(popup_2333415e33ce44d8ae9807b738a27e31)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0898c9346f9f48f9a8088caf028ab5fe.bindTooltip(
|
|
`<div>
|
|
Le Petit Phenicien (#350) | n_orders=1016
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6e7dd65d12f54a2887e18cfe78a8afc3 = L.circle(
|
|
[48.884491, 2.378574],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_291fb509c958447898085840c6e9583d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b1d087ec6477470a9842971d0209b9cf = $(`<div id="html_b1d087ec6477470a9842971d0209b9cf" style="width: 100.0%; height: 100.0%;">119, Rue De Meaux, 75019 Paris</div>`)[0];
|
|
popup_291fb509c958447898085840c6e9583d.setContent(html_b1d087ec6477470a9842971d0209b9cf);
|
|
|
|
|
|
circle_6e7dd65d12f54a2887e18cfe78a8afc3.bindPopup(popup_291fb509c958447898085840c6e9583d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6e7dd65d12f54a2887e18cfe78a8afc3.bindTooltip(
|
|
`<div>
|
|
Bombay Curry (#351) | n_orders=139
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f933b2ba5ea244958581817642beb203 = L.circle(
|
|
[48.844681, 2.320493],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cfab358cdc1840e38b4568d18cdbb780 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_04803f07e14d4f3480011f9df272c692 = $(`<div id="html_04803f07e14d4f3480011f9df272c692" style="width: 100.0%; height: 100.0%;">53 Boulevard Du Montparnasse, 75015 Paris</div>`)[0];
|
|
popup_cfab358cdc1840e38b4568d18cdbb780.setContent(html_04803f07e14d4f3480011f9df272c692);
|
|
|
|
|
|
circle_f933b2ba5ea244958581817642beb203.bindPopup(popup_cfab358cdc1840e38b4568d18cdbb780)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f933b2ba5ea244958581817642beb203.bindTooltip(
|
|
`<div>
|
|
Restaurants #352, #817 | n_orders=1691
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e4dd0b31021d40c58b288d6d95697235 = L.circle(
|
|
[48.852573, 2.384956],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bef71f20140b4a3981ecd99d5015a67c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d4de4eeea7134a1ab89c944f9bd00739 = $(`<div id="html_d4de4eeea7134a1ab89c944f9bd00739" style="width: 100.0%; height: 100.0%;">23 Rue Paul Bert, 75011 Paris</div>`)[0];
|
|
popup_bef71f20140b4a3981ecd99d5015a67c.setContent(html_d4de4eeea7134a1ab89c944f9bd00739);
|
|
|
|
|
|
circle_e4dd0b31021d40c58b288d6d95697235.bindPopup(popup_bef71f20140b4a3981ecd99d5015a67c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e4dd0b31021d40c58b288d6d95697235.bindTooltip(
|
|
`<div>
|
|
Mme Shawn 11Eme (#353) | n_orders=1756
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_99edb33bae834501997c40c668fca4f7 = L.circle(
|
|
[48.878986, 2.241902],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4747fa5658364b7e91bc0d936e046fd3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8fc7f86a01794750821c4b93739ee3ee = $(`<div id="html_8fc7f86a01794750821c4b93739ee3ee" style="width: 100.0%; height: 100.0%;">10 Rue Richard Wallace, 92800 Paris</div>`)[0];
|
|
popup_4747fa5658364b7e91bc0d936e046fd3.setContent(html_8fc7f86a01794750821c4b93739ee3ee);
|
|
|
|
|
|
circle_99edb33bae834501997c40c668fca4f7.bindPopup(popup_4747fa5658364b7e91bc0d936e046fd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_99edb33bae834501997c40c668fca4f7.bindTooltip(
|
|
`<div>
|
|
O'Petit Club Africain Rotisserie (#354) | n_orders=80
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_526e8f4ac69a464781d159a5cf911d15 = L.circle(
|
|
[48.822216, 2.357011],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_519c2d23aca249158f4404596c8aa05f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f3f9300d4b5544a2bffffba9c7eb1107 = $(`<div id="html_f3f9300d4b5544a2bffffba9c7eb1107" style="width: 100.0%; height: 100.0%;">33 Rue Caillaux, 75013 Paris</div>`)[0];
|
|
popup_519c2d23aca249158f4404596c8aa05f.setContent(html_f3f9300d4b5544a2bffffba9c7eb1107);
|
|
|
|
|
|
circle_526e8f4ac69a464781d159a5cf911d15.bindPopup(popup_519c2d23aca249158f4404596c8aa05f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_526e8f4ac69a464781d159a5cf911d15.bindTooltip(
|
|
`<div>
|
|
Raviolis Chinois (#355) | n_orders=515
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ec729d78fdaf4e5c9f153fe6a3153c60 = L.circle(
|
|
[48.833858, 2.324758],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5b417f98899540bb8aae2ba07076cf56 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_71285f4e96ac4800ad212ee93429fb4f = $(`<div id="html_71285f4e96ac4800ad212ee93429fb4f" style="width: 100.0%; height: 100.0%;">23 Rue Liancourt, 75014 Paris</div>`)[0];
|
|
popup_5b417f98899540bb8aae2ba07076cf56.setContent(html_71285f4e96ac4800ad212ee93429fb4f);
|
|
|
|
|
|
circle_ec729d78fdaf4e5c9f153fe6a3153c60.bindPopup(popup_5b417f98899540bb8aae2ba07076cf56)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ec729d78fdaf4e5c9f153fe6a3153c60.bindTooltip(
|
|
`<div>
|
|
Chez Y Lan (#356) | n_orders=76
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a8227bd4b26e4796bfa9a43d8a1d7269 = L.circle(
|
|
[48.844521, 2.320374],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fa9b13363ce14bf3a80745662a6066f3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_77483e35e2e444d7a5cccf9b85f49806 = $(`<div id="html_77483e35e2e444d7a5cccf9b85f49806" style="width: 100.0%; height: 100.0%;">5 Avenue Du Maine, 75015 Paris</div>`)[0];
|
|
popup_fa9b13363ce14bf3a80745662a6066f3.setContent(html_77483e35e2e444d7a5cccf9b85f49806);
|
|
|
|
|
|
circle_a8227bd4b26e4796bfa9a43d8a1d7269.bindPopup(popup_fa9b13363ce14bf3a80745662a6066f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a8227bd4b26e4796bfa9a43d8a1d7269.bindTooltip(
|
|
`<div>
|
|
Les Cedres Du Liban (#357) | n_orders=343
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f7bfd400e73f4b0ca1a4be17063d0093 = L.circle(
|
|
[48.86441, 2.40397],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6bfa6fe1e01147289d3b6da0718aeda5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_42a1da55802641ca8ef64c6a9d764baa = $(`<div id="html_42a1da55802641ca8ef64c6a9d764baa" style="width: 100.0%; height: 100.0%;">39 Rue Pelleport, 75020 Paris</div>`)[0];
|
|
popup_6bfa6fe1e01147289d3b6da0718aeda5.setContent(html_42a1da55802641ca8ef64c6a9d764baa);
|
|
|
|
|
|
circle_f7bfd400e73f4b0ca1a4be17063d0093.bindPopup(popup_6bfa6fe1e01147289d3b6da0718aeda5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f7bfd400e73f4b0ca1a4be17063d0093.bindTooltip(
|
|
`<div>
|
|
Au Fond Du Jardin (#358) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1333740467c94cf68b329b20785762d7 = L.circle(
|
|
[48.8731, 2.300251],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_dcf08be0d1ef4d07b669b50f3d7d0dd0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_37dce0f4f62b408fb8ea043e79621c0a = $(`<div id="html_37dce0f4f62b408fb8ea043e79621c0a" style="width: 100.0%; height: 100.0%;">4 Rue Balzac, 75008 Paris</div>`)[0];
|
|
popup_dcf08be0d1ef4d07b669b50f3d7d0dd0.setContent(html_37dce0f4f62b408fb8ea043e79621c0a);
|
|
|
|
|
|
circle_1333740467c94cf68b329b20785762d7.bindPopup(popup_dcf08be0d1ef4d07b669b50f3d7d0dd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1333740467c94cf68b329b20785762d7.bindTooltip(
|
|
`<div>
|
|
Kok Ping (#359) | n_orders=514
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_536af716bf26434f9d3d1fe328c09507 = L.circle(
|
|
[48.882317, 2.294504],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fc715e0164c74cf1aca3dc022b7cc83b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4991a6dd0a224c7f9a682bc12b90ab4f = $(`<div id="html_4991a6dd0a224c7f9a682bc12b90ab4f" style="width: 100.0%; height: 100.0%;">38 Rue Laugier, 75017 Paris</div>`)[0];
|
|
popup_fc715e0164c74cf1aca3dc022b7cc83b.setContent(html_4991a6dd0a224c7f9a682bc12b90ab4f);
|
|
|
|
|
|
circle_536af716bf26434f9d3d1fe328c09507.bindPopup(popup_fc715e0164c74cf1aca3dc022b7cc83b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_536af716bf26434f9d3d1fe328c09507.bindTooltip(
|
|
`<div>
|
|
Orchidee Thai (#360) | n_orders=182
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9aea4ae5748b4bbf954d31f899ccc96f = L.circle(
|
|
[48.854427, 2.335679],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_89805277ad6e481f9641ffbe30fcff00 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_619f6d1b987447c8be92701bba9eab99 = $(`<div id="html_619f6d1b987447c8be92701bba9eab99" style="width: 100.0%; height: 100.0%;">66 Rue Mazarine, 75006 Paris</div>`)[0];
|
|
popup_89805277ad6e481f9641ffbe30fcff00.setContent(html_619f6d1b987447c8be92701bba9eab99);
|
|
|
|
|
|
circle_9aea4ae5748b4bbf954d31f899ccc96f.bindPopup(popup_89805277ad6e481f9641ffbe30fcff00)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9aea4ae5748b4bbf954d31f899ccc96f.bindTooltip(
|
|
`<div>
|
|
Evi Evane - Rue Mazarine (#361) | n_orders=174
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cda1c689ffdb46de8100ec6a99ef9818 = L.circle(
|
|
[48.88752, 2.311875],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c8122cb7709f4d659b06dc30d39d4b1b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8705603e31624f03b8fe587ffcda6d88 = $(`<div id="html_8705603e31624f03b8fe587ffcda6d88" style="width: 100.0%; height: 100.0%;">108 Rue De Saussure, 75017 Paris</div>`)[0];
|
|
popup_c8122cb7709f4d659b06dc30d39d4b1b.setContent(html_8705603e31624f03b8fe587ffcda6d88);
|
|
|
|
|
|
circle_cda1c689ffdb46de8100ec6a99ef9818.bindPopup(popup_c8122cb7709f4d659b06dc30d39d4b1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cda1c689ffdb46de8100ec6a99ef9818.bindTooltip(
|
|
`<div>
|
|
Il Sursotto (#362) | n_orders=1000
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_af823a3574ae45008cae4d88f51e1c7e = L.circle(
|
|
[48.88456, 2.316381],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_370091fd576b4e5f8804302fcb5a7833 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_afaa8a5ea1044f07b12cc5be8646ab2b = $(`<div id="html_afaa8a5ea1044f07b12cc5be8646ab2b" style="width: 100.0%; height: 100.0%;">31 Rue Legendre, 75017 Paris</div>`)[0];
|
|
popup_370091fd576b4e5f8804302fcb5a7833.setContent(html_afaa8a5ea1044f07b12cc5be8646ab2b);
|
|
|
|
|
|
circle_af823a3574ae45008cae4d88f51e1c7e.bindPopup(popup_370091fd576b4e5f8804302fcb5a7833)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_af823a3574ae45008cae4d88f51e1c7e.bindTooltip(
|
|
`<div>
|
|
Harper'S (#363) | n_orders=180
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_43b8f66e6752467cb9e68ddc774c7cfe = L.circle(
|
|
[48.863811, 2.36022],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1bc66b7f439240cbb00926148eea6d67 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_63df3e8b2e09476b9b4fd12bcae7d620 = $(`<div id="html_63df3e8b2e09476b9b4fd12bcae7d620" style="width: 100.0%; height: 100.0%;">18 Rue Caffarelli, 75003 Paris</div>`)[0];
|
|
popup_1bc66b7f439240cbb00926148eea6d67.setContent(html_63df3e8b2e09476b9b4fd12bcae7d620);
|
|
|
|
|
|
circle_43b8f66e6752467cb9e68ddc774c7cfe.bindPopup(popup_1bc66b7f439240cbb00926148eea6d67)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_43b8f66e6752467cb9e68ddc774c7cfe.bindTooltip(
|
|
`<div>
|
|
Mme Shawn 3Eme (#364) | n_orders=967
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0c4b8264bc1f492ba157120493facdde = L.circle(
|
|
[48.84042, 2.350073],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bb363f86d78548c993f27bb19dc3080d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9380530e48e94383a58538c0d0a490d8 = $(`<div id="html_9380530e48e94383a58538c0d0a490d8" style="width: 100.0%; height: 100.0%;">4 Square Vermenouze, 75005 Paris</div>`)[0];
|
|
popup_bb363f86d78548c993f27bb19dc3080d.setContent(html_9380530e48e94383a58538c0d0a490d8);
|
|
|
|
|
|
circle_0c4b8264bc1f492ba157120493facdde.bindPopup(popup_bb363f86d78548c993f27bb19dc3080d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0c4b8264bc1f492ba157120493facdde.bindTooltip(
|
|
`<div>
|
|
Golosino (#365) | n_orders=350
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bcffceffc42041b3967b497086c01d6a = L.circle(
|
|
[48.833416, 2.353494],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ba00b2e6d85f4430b20efcdd9576b72e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0d98a24ac2e24e33828e0e26e06975e2 = $(`<div id="html_0d98a24ac2e24e33828e0e26e06975e2" style="width: 100.0%; height: 100.0%;">11 Rue Primatice, 75013 Paris</div>`)[0];
|
|
popup_ba00b2e6d85f4430b20efcdd9576b72e.setContent(html_0d98a24ac2e24e33828e0e26e06975e2);
|
|
|
|
|
|
circle_bcffceffc42041b3967b497086c01d6a.bindPopup(popup_ba00b2e6d85f4430b20efcdd9576b72e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bcffceffc42041b3967b497086c01d6a.bindTooltip(
|
|
`<div>
|
|
Di-Choulie (#366) | n_orders=90
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5c3093d600e24c83a09f59779748b8c7 = L.circle(
|
|
[48.852818, 2.344723],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a6c46c447bfa47129b8a7d843fdef07c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f6f5fe787d8e46d1bde3ec5a37316d94 = $(`<div id="html_f6f5fe787d8e46d1bde3ec5a37316d94" style="width: 100.0%; height: 100.0%;">7 Rue De La Harpe, 75005 Paris</div>`)[0];
|
|
popup_a6c46c447bfa47129b8a7d843fdef07c.setContent(html_f6f5fe787d8e46d1bde3ec5a37316d94);
|
|
|
|
|
|
circle_5c3093d600e24c83a09f59779748b8c7.bindPopup(popup_a6c46c447bfa47129b8a7d843fdef07c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5c3093d600e24c83a09f59779748b8c7.bindTooltip(
|
|
`<div>
|
|
Lac De L'Ouest (#367) | n_orders=339
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_16bfd62e3a62416ab1f221a6f3a61d1d = L.circle(
|
|
[48.872375, 2.399243],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_422defffaec341939a6eccbb2311bab6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d75077ca7f984627b3bf8813d1f431f1 = $(`<div id="html_d75077ca7f984627b3bf8813d1f431f1" style="width: 100.0%; height: 100.0%;">19 Rue Du Telegraphe, 75020 Paris</div>`)[0];
|
|
popup_422defffaec341939a6eccbb2311bab6.setContent(html_d75077ca7f984627b3bf8813d1f431f1);
|
|
|
|
|
|
circle_16bfd62e3a62416ab1f221a6f3a61d1d.bindPopup(popup_422defffaec341939a6eccbb2311bab6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_16bfd62e3a62416ab1f221a6f3a61d1d.bindTooltip(
|
|
`<div>
|
|
Aarchna (#368) | n_orders=320
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_649ba4ebe6844d4a98b8000b80479467 = L.circle(
|
|
[48.883686, 2.290772],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_dc53d4e4f999417daf74cbd3ae430bcc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4d24d3fd13384917a71648f12b961adf = $(`<div id="html_4d24d3fd13384917a71648f12b961adf" style="width: 100.0%; height: 100.0%;">13Bis Rue Vernier, 75017 Paris</div>`)[0];
|
|
popup_dc53d4e4f999417daf74cbd3ae430bcc.setContent(html_4d24d3fd13384917a71648f12b961adf);
|
|
|
|
|
|
circle_649ba4ebe6844d4a98b8000b80479467.bindPopup(popup_dc53d4e4f999417daf74cbd3ae430bcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_649ba4ebe6844d4a98b8000b80479467.bindTooltip(
|
|
`<div>
|
|
Eat'N Drink (#369) | n_orders=551
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9fe769af1e0e4abf9b7d5a98ed67d11f = L.circle(
|
|
[48.853691, 2.396876],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ed8ed082e03240568d72606def3b98df = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_37b61efdc0294cc7b598d8645dba32e6 = $(`<div id="html_37b61efdc0294cc7b598d8645dba32e6" style="width: 100.0%; height: 100.0%;">23 Rue Des Vignoles, 75020 Paris</div>`)[0];
|
|
popup_ed8ed082e03240568d72606def3b98df.setContent(html_37b61efdc0294cc7b598d8645dba32e6);
|
|
|
|
|
|
circle_9fe769af1e0e4abf9b7d5a98ed67d11f.bindPopup(popup_ed8ed082e03240568d72606def3b98df)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9fe769af1e0e4abf9b7d5a98ed67d11f.bindTooltip(
|
|
`<div>
|
|
Le Comptoir Americain (#370) | n_orders=625
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_368096e72461492f8bfa8ca4ae9846ba = L.circle(
|
|
[48.872608, 2.308602],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c87e7392d83a4500ac49b4030a93b71e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d77145055013419ba239d088fc2e4973 = $(`<div id="html_d77145055013419ba239d088fc2e4973" style="width: 100.0%; height: 100.0%;">9 Rue Du Commandant Riviere, 75008 Paris</div>`)[0];
|
|
popup_c87e7392d83a4500ac49b4030a93b71e.setContent(html_d77145055013419ba239d088fc2e4973);
|
|
|
|
|
|
circle_368096e72461492f8bfa8ca4ae9846ba.bindPopup(popup_c87e7392d83a4500ac49b4030a93b71e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_368096e72461492f8bfa8ca4ae9846ba.bindTooltip(
|
|
`<div>
|
|
Burger Et Fils (#371) | n_orders=1348
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f0efc442fafd4f35b272eb7f6f7f827e = L.circle(
|
|
[48.845158, 2.347118],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9c879908fc2e4e13b413db8565f8996c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_35fc296db2bb4c3ab28c4b5c8964ce45 = $(`<div id="html_35fc296db2bb4c3ab28c4b5c8964ce45" style="width: 100.0%; height: 100.0%;">49 Rue Descartes, 75005 Paris</div>`)[0];
|
|
popup_9c879908fc2e4e13b413db8565f8996c.setContent(html_35fc296db2bb4c3ab28c4b5c8964ce45);
|
|
|
|
|
|
circle_f0efc442fafd4f35b272eb7f6f7f827e.bindPopup(popup_9c879908fc2e4e13b413db8565f8996c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f0efc442fafd4f35b272eb7f6f7f827e.bindTooltip(
|
|
`<div>
|
|
Joe Burger (#372) | n_orders=690
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_057e59731e7a4270a6b47df59fc86494 = L.circle(
|
|
[48.8465, 2.280584],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8e458ff06afc4c71aefc23863803f6b5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c4782ddc8cf843898458469a80e6d094 = $(`<div id="html_c4782ddc8cf843898458469a80e6d094" style="width: 100.0%; height: 100.0%;">45 Avenue Emile Zola, 75015 Paris</div>`)[0];
|
|
popup_8e458ff06afc4c71aefc23863803f6b5.setContent(html_c4782ddc8cf843898458469a80e6d094);
|
|
|
|
|
|
circle_057e59731e7a4270a6b47df59fc86494.bindPopup(popup_8e458ff06afc4c71aefc23863803f6b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_057e59731e7a4270a6b47df59fc86494.bindTooltip(
|
|
`<div>
|
|
La Mousson (#373) | n_orders=182
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_820986cd946d4a2caa8b495597b317f3 = L.circle(
|
|
[48.891106, 2.279259],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e8198e0ef7774f7db24ed9a1e1d57fa7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e95320ab774244b1ace2d8e4162dc0bc = $(`<div id="html_e95320ab774244b1ace2d8e4162dc0bc" style="width: 100.0%; height: 100.0%;">17 Rue Voltaire, 92300 Levallois-Perret</div>`)[0];
|
|
popup_e8198e0ef7774f7db24ed9a1e1d57fa7.setContent(html_e95320ab774244b1ace2d8e4162dc0bc);
|
|
|
|
|
|
circle_820986cd946d4a2caa8b495597b317f3.bindPopup(popup_e8198e0ef7774f7db24ed9a1e1d57fa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_820986cd946d4a2caa8b495597b317f3.bindTooltip(
|
|
`<div>
|
|
Shri Ganesh (#374) | n_orders=437
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e286712250ff4f1f81546615903c04f1 = L.circle(
|
|
[48.883938, 2.322343],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_dd44ef29dda5491295d312ed4f5683e4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_be799f4dceda454bb50ca411f0287cc4 = $(`<div id="html_be799f4dceda454bb50ca411f0287cc4" style="width: 100.0%; height: 100.0%;">73 Boulevard De Clichy, 75017 Paris</div>`)[0];
|
|
popup_dd44ef29dda5491295d312ed4f5683e4.setContent(html_be799f4dceda454bb50ca411f0287cc4);
|
|
|
|
|
|
circle_e286712250ff4f1f81546615903c04f1.bindPopup(popup_dd44ef29dda5491295d312ed4f5683e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e286712250ff4f1f81546615903c04f1.bindTooltip(
|
|
`<div>
|
|
L'Atelier Libanais (#375) | n_orders=64
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3fb175d96b274a5284c3795e08dc84f0 = L.circle(
|
|
[48.858307, 2.354835],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0b2e78046d8b4cda833f90a9d93c2dd9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_42af20a1957248eaa9191415e4917755 = $(`<div id="html_42af20a1957248eaa9191415e4917755" style="width: 100.0%; height: 100.0%;">15 Rue Des Archives, 75004 Paris</div>`)[0];
|
|
popup_0b2e78046d8b4cda833f90a9d93c2dd9.setContent(html_42af20a1957248eaa9191415e4917755);
|
|
|
|
|
|
circle_3fb175d96b274a5284c3795e08dc84f0.bindPopup(popup_0b2e78046d8b4cda833f90a9d93c2dd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3fb175d96b274a5284c3795e08dc84f0.bindTooltip(
|
|
`<div>
|
|
Restaurants #376, #384 | n_orders=1364
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_137f4eb639cb4d038a2ad2b1fa24534e = L.circle(
|
|
[48.874886, 2.345351],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2d14da005c7a4f8fac6a85963912ae1d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e5f5d6cfbd39481bbb67f840306bf528 = $(`<div id="html_e5f5d6cfbd39481bbb67f840306bf528" style="width: 100.0%; height: 100.0%;">35 Rue De Trevise, 75009 Paris</div>`)[0];
|
|
popup_2d14da005c7a4f8fac6a85963912ae1d.setContent(html_e5f5d6cfbd39481bbb67f840306bf528);
|
|
|
|
|
|
circle_137f4eb639cb4d038a2ad2b1fa24534e.bindPopup(popup_2d14da005c7a4f8fac6a85963912ae1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_137f4eb639cb4d038a2ad2b1fa24534e.bindTooltip(
|
|
`<div>
|
|
Black Beans (#377) | n_orders=243
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_371eb0c5a462452481a49f0b48251524 = L.circle(
|
|
[48.889278, 2.339134],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_791d81aaf31143c0950a9700a4180d81 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_eca93d650184494994420ca75df721e5 = $(`<div id="html_eca93d650184494994420ca75df721e5" style="width: 100.0%; height: 100.0%;">39 Rue Lamarck, 75018 Paris</div>`)[0];
|
|
popup_791d81aaf31143c0950a9700a4180d81.setContent(html_eca93d650184494994420ca75df721e5);
|
|
|
|
|
|
circle_371eb0c5a462452481a49f0b48251524.bindPopup(popup_791d81aaf31143c0950a9700a4180d81)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_371eb0c5a462452481a49f0b48251524.bindTooltip(
|
|
`<div>
|
|
Bistro Poulbot (#378) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a073c3a6824c493d945f9e4db070e2b1 = L.circle(
|
|
[48.870113, 2.356515],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6b07a225077f46f8ae06d71031e2a560 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b44b3e2079d84c61ac07f4b346fbb156 = $(`<div id="html_b44b3e2079d84c61ac07f4b346fbb156" style="width: 100.0%; height: 100.0%;">34 Rue Du Faubourg Saint-Martin, 75010 Paris</div>`)[0];
|
|
popup_6b07a225077f46f8ae06d71031e2a560.setContent(html_b44b3e2079d84c61ac07f4b346fbb156);
|
|
|
|
|
|
circle_a073c3a6824c493d945f9e4db070e2b1.bindPopup(popup_6b07a225077f46f8ae06d71031e2a560)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a073c3a6824c493d945f9e4db070e2b1.bindTooltip(
|
|
`<div>
|
|
Ose African Cuisine (#379) | n_orders=330
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_031a730ebdc0415da3e940f1a001afd2 = L.circle(
|
|
[48.873013, 2.377785],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3b3023ede0ce47fea2eb84dabc8cff07 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_91a97112f8714941a21b26a8c78994b9 = $(`<div id="html_91a97112f8714941a21b26a8c78994b9" style="width: 100.0%; height: 100.0%;">39 Rue De Belleville, 75019 Paris</div>`)[0];
|
|
popup_3b3023ede0ce47fea2eb84dabc8cff07.setContent(html_91a97112f8714941a21b26a8c78994b9);
|
|
|
|
|
|
circle_031a730ebdc0415da3e940f1a001afd2.bindPopup(popup_3b3023ede0ce47fea2eb84dabc8cff07)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_031a730ebdc0415da3e940f1a001afd2.bindTooltip(
|
|
`<div>
|
|
Guo Min Paris (#380) | n_orders=1369
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_267ff4ef38c24cce8d7c7691ec80eded = L.circle(
|
|
[48.88176, 2.292899],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e3e5887af5d249748ccc820949251a47 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6b07387417df465b86315bd115199610 = $(`<div id="html_6b07387417df465b86315bd115199610" style="width: 100.0%; height: 100.0%;">30 Rue Laugier, 75017 Levallois-Perret</div>`)[0];
|
|
popup_e3e5887af5d249748ccc820949251a47.setContent(html_6b07387417df465b86315bd115199610);
|
|
|
|
|
|
circle_267ff4ef38c24cce8d7c7691ec80eded.bindPopup(popup_e3e5887af5d249748ccc820949251a47)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_267ff4ef38c24cce8d7c7691ec80eded.bindTooltip(
|
|
`<div>
|
|
Duchess Organic (#381) | n_orders=876
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6691436047b545cca1a954081e783e50 = L.circle(
|
|
[48.870338, 2.308684],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_05c86214082d43cda3dd13a4f80d5398 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_aa826624aa1d46ef91067921cc34131d = $(`<div id="html_aa826624aa1d46ef91067921cc34131d" style="width: 100.0%; height: 100.0%;">8 Rue De Ponthieu, 75008 Paris</div>`)[0];
|
|
popup_05c86214082d43cda3dd13a4f80d5398.setContent(html_aa826624aa1d46ef91067921cc34131d);
|
|
|
|
|
|
circle_6691436047b545cca1a954081e783e50.bindPopup(popup_05c86214082d43cda3dd13a4f80d5398)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6691436047b545cca1a954081e783e50.bindTooltip(
|
|
`<div>
|
|
Framboise Ponthieu (#382) | n_orders=147
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a93b082f0d9f4a9c8a4687b51af7c009 = L.circle(
|
|
[48.865993, 2.34506],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0f54b8c007444222a9bbdfc66de8b6cb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a896bbe98f7f4e17bf933788a684a5b2 = $(`<div id="html_a896bbe98f7f4e17bf933788a684a5b2" style="width: 100.0%; height: 100.0%;">92 Rue Montorgueil, 75002 Paris</div>`)[0];
|
|
popup_0f54b8c007444222a9bbdfc66de8b6cb.setContent(html_a896bbe98f7f4e17bf933788a684a5b2);
|
|
|
|
|
|
circle_a93b082f0d9f4a9c8a4687b51af7c009.bindPopup(popup_0f54b8c007444222a9bbdfc66de8b6cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a93b082f0d9f4a9c8a4687b51af7c009.bindTooltip(
|
|
`<div>
|
|
Little Italy (#383) | n_orders=150
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cc19eed212fc44b2a5c9d473c7d81e2f = L.circle(
|
|
[48.873882, 2.306471],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6303ca68c2f74777a0e4c4dbf1627657 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_31b00997c0fb462ca0805aca6e5e46ea = $(`<div id="html_31b00997c0fb462ca0805aca6e5e46ea" style="width: 100.0%; height: 100.0%;">37 Rue De Berri, 75008 Paris</div>`)[0];
|
|
popup_6303ca68c2f74777a0e4c4dbf1627657.setContent(html_31b00997c0fb462ca0805aca6e5e46ea);
|
|
|
|
|
|
circle_cc19eed212fc44b2a5c9d473c7d81e2f.bindPopup(popup_6303ca68c2f74777a0e4c4dbf1627657)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cc19eed212fc44b2a5c9d473c7d81e2f.bindTooltip(
|
|
`<div>
|
|
Bambou And Ye (#385) | n_orders=157
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0470dac5bd4444228ae1622372964233 = L.circle(
|
|
[48.871334, 2.33273],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_08a9ecb1947f4d119b5968a90c1dbbff = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_973f09b45c604498ad032c30e3617d67 = $(`<div id="html_973f09b45c604498ad032c30e3617d67" style="width: 100.0%; height: 100.0%;">36 Boulevard Des Italiens, 75009 Paris</div>`)[0];
|
|
popup_08a9ecb1947f4d119b5968a90c1dbbff.setContent(html_973f09b45c604498ad032c30e3617d67);
|
|
|
|
|
|
circle_0470dac5bd4444228ae1622372964233.bindPopup(popup_08a9ecb1947f4d119b5968a90c1dbbff)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0470dac5bd4444228ae1622372964233.bindTooltip(
|
|
`<div>
|
|
231 East Street - Opera (#386) | n_orders=412
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0e1bef4d7ab64f8c8f1b2af62aa1baf8 = L.circle(
|
|
[48.87273, 2.323285],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6b2a48873b0d44cb8b3b09b1505d493e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_90db09c8c9254e30b84e42842475cad4 = $(`<div id="html_90db09c8c9254e30b84e42842475cad4" style="width: 100.0%; height: 100.0%;">23 Rue Pasquier, 75008 Paris</div>`)[0];
|
|
popup_6b2a48873b0d44cb8b3b09b1505d493e.setContent(html_90db09c8c9254e30b84e42842475cad4);
|
|
|
|
|
|
circle_0e1bef4d7ab64f8c8f1b2af62aa1baf8.bindPopup(popup_6b2a48873b0d44cb8b3b09b1505d493e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0e1bef4d7ab64f8c8f1b2af62aa1baf8.bindTooltip(
|
|
`<div>
|
|
Gusto Italia (#387) | n_orders=43
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4893a2d2ac744a68a88b41abfaeb7fed = L.circle(
|
|
[48.886391, 2.309511],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_115f99250f8146848d7df08168c4dcbc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2bcc969e1821401bad73ab84bcfca1d7 = $(`<div id="html_2bcc969e1821401bad73ab84bcfca1d7" style="width: 100.0%; height: 100.0%;">4 Rue De La Felicite, 75017, 75017 Paris</div>`)[0];
|
|
popup_115f99250f8146848d7df08168c4dcbc.setContent(html_2bcc969e1821401bad73ab84bcfca1d7);
|
|
|
|
|
|
circle_4893a2d2ac744a68a88b41abfaeb7fed.bindPopup(popup_115f99250f8146848d7df08168c4dcbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4893a2d2ac744a68a88b41abfaeb7fed.bindTooltip(
|
|
`<div>
|
|
Royal Indien (#388) | n_orders=25
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ebde2f1a91f24f8ab166cac23d9621f1 = L.circle(
|
|
[48.851624, 2.334046],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0d9c33f571c64965accf88be0963f09c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c5fba6b638b14719a384d8716426fdff = $(`<div id="html_c5fba6b638b14719a384d8716426fdff" style="width: 100.0%; height: 100.0%;">9 Rue Guisarde, 75006 Paris</div>`)[0];
|
|
popup_0d9c33f571c64965accf88be0963f09c.setContent(html_c5fba6b638b14719a384d8716426fdff);
|
|
|
|
|
|
circle_ebde2f1a91f24f8ab166cac23d9621f1.bindPopup(popup_0d9c33f571c64965accf88be0963f09c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ebde2f1a91f24f8ab166cac23d9621f1.bindTooltip(
|
|
`<div>
|
|
Alfredo Positano (#389) | n_orders=199
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_54b50840add3463082470e45d73e7211 = L.circle(
|
|
[48.846844, 2.404176],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_51bbf686fc2d454a937315cc2b06a7da = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dae37618f0704fbaac17712f2d2336ae = $(`<div id="html_dae37618f0704fbaac17712f2d2336ae" style="width: 100.0%; height: 100.0%;">90 Avenue Du Docteur Arnold Netter, 75012 Paris</div>`)[0];
|
|
popup_51bbf686fc2d454a937315cc2b06a7da.setContent(html_dae37618f0704fbaac17712f2d2336ae);
|
|
|
|
|
|
circle_54b50840add3463082470e45d73e7211.bindPopup(popup_51bbf686fc2d454a937315cc2b06a7da)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_54b50840add3463082470e45d73e7211.bindTooltip(
|
|
`<div>
|
|
Lan Rung (#390) | n_orders=810
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7179a186a43549429c4654ec769c4834 = L.circle(
|
|
[48.890018, 2.239314],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f84fe85952024355bbb75370cfae100f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b6ecc522893147329d4bab6fc40697da = $(`<div id="html_b6ecc522893147329d4bab6fc40697da" style="width: 100.0%; height: 100.0%;">15 Parvis De La Defense, Les Quatre Temps, 92092 Paris</div>`)[0];
|
|
popup_f84fe85952024355bbb75370cfae100f.setContent(html_b6ecc522893147329d4bab6fc40697da);
|
|
|
|
|
|
circle_7179a186a43549429c4654ec769c4834.bindPopup(popup_f84fe85952024355bbb75370cfae100f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7179a186a43549429c4654ec769c4834.bindTooltip(
|
|
`<div>
|
|
Factory And Co - La Defense (#391) | n_orders=755
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e55202e5ebb949f8b952edb744bff73c = L.circle(
|
|
[48.884533, 2.341191],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_98cdc7f006f143ed93ab49623d6bdcae = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_37f657b228154284ba3fec37e4795f14 = $(`<div id="html_37f657b228154284ba3fec37e4795f14" style="width: 100.0%; height: 100.0%;">16 Rue Trois Freres, 75018 Paris</div>`)[0];
|
|
popup_98cdc7f006f143ed93ab49623d6bdcae.setContent(html_37f657b228154284ba3fec37e4795f14);
|
|
|
|
|
|
circle_e55202e5ebb949f8b952edb744bff73c.bindPopup(popup_98cdc7f006f143ed93ab49623d6bdcae)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e55202e5ebb949f8b952edb744bff73c.bindTooltip(
|
|
`<div>
|
|
Pizza Del Mondo (#392) | n_orders=729
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9909906c09e44d56aa2cfae4cc6239c3 = L.circle(
|
|
[48.854977, 2.384965],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fa82d09ca3564e9cab85fc53f4fb4e3e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ef6855f3723042f28391aa64b531626d = $(`<div id="html_ef6855f3723042f28391aa64b531626d" style="width: 100.0%; height: 100.0%;">31, Rue Leon Frot 75011 Paris, 75011 Paris</div>`)[0];
|
|
popup_fa82d09ca3564e9cab85fc53f4fb4e3e.setContent(html_ef6855f3723042f28391aa64b531626d);
|
|
|
|
|
|
circle_9909906c09e44d56aa2cfae4cc6239c3.bindPopup(popup_fa82d09ca3564e9cab85fc53f4fb4e3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9909906c09e44d56aa2cfae4cc6239c3.bindTooltip(
|
|
`<div>
|
|
Noynoy (#393) | n_orders=35
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1bdb5c1486fc418180b8a19e74d8e6c1 = L.circle(
|
|
[48.867573, 2.35877],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2146e42316e84ea3b677d946dd9ef02a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f8a0076d834b4b3ba3df075c00fb5d43 = $(`<div id="html_f8a0076d834b4b3ba3df075c00fb5d43" style="width: 100.0%; height: 100.0%;">38 Rue De Notre Dame De Nazareth, 75003 Paris</div>`)[0];
|
|
popup_2146e42316e84ea3b677d946dd9ef02a.setContent(html_f8a0076d834b4b3ba3df075c00fb5d43);
|
|
|
|
|
|
circle_1bdb5c1486fc418180b8a19e74d8e6c1.bindPopup(popup_2146e42316e84ea3b677d946dd9ef02a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1bdb5c1486fc418180b8a19e74d8e6c1.bindTooltip(
|
|
`<div>
|
|
Petit Vapeur (#394) | n_orders=18
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_26432c584dbc4eb7bc7944d8bc1616e7 = L.circle(
|
|
[48.875118, 2.351349],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a47aa6606fc94751911fa0f67c18d84a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3c61f832a96f467089e20958ad2c4e82 = $(`<div id="html_3c61f832a96f467089e20958ad2c4e82" style="width: 100.0%; height: 100.0%;">31 Rue De Paradis, 75010 Paris</div>`)[0];
|
|
popup_a47aa6606fc94751911fa0f67c18d84a.setContent(html_3c61f832a96f467089e20958ad2c4e82);
|
|
|
|
|
|
circle_26432c584dbc4eb7bc7944d8bc1616e7.bindPopup(popup_a47aa6606fc94751911fa0f67c18d84a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_26432c584dbc4eb7bc7944d8bc1616e7.bindTooltip(
|
|
`<div>
|
|
Restaurants #396, #1129 | n_orders=358
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9a49091b4e7a459db6ef02caa53dc915 = L.circle(
|
|
[48.83284, 2.320816],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0c0be2ae9ea947a79d325d77fc66ce65 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b971a106e6fc41189221115837fc2b44 = $(`<div id="html_b971a106e6fc41189221115837fc2b44" style="width: 100.0%; height: 100.0%;">27 Rue Didot, 75014 Paris</div>`)[0];
|
|
popup_0c0be2ae9ea947a79d325d77fc66ce65.setContent(html_b971a106e6fc41189221115837fc2b44);
|
|
|
|
|
|
circle_9a49091b4e7a459db6ef02caa53dc915.bindPopup(popup_0c0be2ae9ea947a79d325d77fc66ce65)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9a49091b4e7a459db6ef02caa53dc915.bindTooltip(
|
|
`<div>
|
|
Bistrot Didot (#397) | n_orders=170
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_968ef907511c4e75904fed9bd575e08a = L.circle(
|
|
[48.846844, 2.293703],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c60b35924ebb4e31a859ad758247fc01 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9a23f8841565470a9ff302808d3af0c3 = $(`<div id="html_9a23f8841565470a9ff302808d3af0c3" style="width: 100.0%; height: 100.0%;">99 Rue Du Theatre, 75015 Paris</div>`)[0];
|
|
popup_c60b35924ebb4e31a859ad758247fc01.setContent(html_9a23f8841565470a9ff302808d3af0c3);
|
|
|
|
|
|
circle_968ef907511c4e75904fed9bd575e08a.bindPopup(popup_c60b35924ebb4e31a859ad758247fc01)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_968ef907511c4e75904fed9bd575e08a.bindTooltip(
|
|
`<div>
|
|
Brasserie Lola (#399) | n_orders=27
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_21e59226189f4369a45c06db31410699 = L.circle(
|
|
[48.828693, 2.328775],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e5f5463eb4e4490f8f49e6aba578ca86 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_139341c101f647aba6a5b22482b4f124 = $(`<div id="html_139341c101f647aba6a5b22482b4f124" style="width: 100.0%; height: 100.0%;">82 Rue Halle, 75014 Paris</div>`)[0];
|
|
popup_e5f5463eb4e4490f8f49e6aba578ca86.setContent(html_139341c101f647aba6a5b22482b4f124);
|
|
|
|
|
|
circle_21e59226189f4369a45c06db31410699.bindPopup(popup_e5f5463eb4e4490f8f49e6aba578ca86)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_21e59226189f4369a45c06db31410699.bindTooltip(
|
|
`<div>
|
|
Pong Crabe (#400) | n_orders=148
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fabb7fb606e04711ba3111fb0fb15bdf = L.circle(
|
|
[48.869152, 2.294769],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c47364dca5ef4f2dab947a80a834c654 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2f87a76f321e4eed9987b5a914ab5f3f = $(`<div id="html_2f87a76f321e4eed9987b5a914ab5f3f" style="width: 100.0%; height: 100.0%;">17 Rue Jean Giraudoux, 75116 Paris</div>`)[0];
|
|
popup_c47364dca5ef4f2dab947a80a834c654.setContent(html_2f87a76f321e4eed9987b5a914ab5f3f);
|
|
|
|
|
|
circle_fabb7fb606e04711ba3111fb0fb15bdf.bindPopup(popup_c47364dca5ef4f2dab947a80a834c654)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fabb7fb606e04711ba3111fb0fb15bdf.bindTooltip(
|
|
`<div>
|
|
Baguettes Royales (#401) | n_orders=445
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_75febc4daa9949a48a32cd7e50eb562d = L.circle(
|
|
[48.898891, 2.244602],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e25d7f264f924115903e08ff358b6b67 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ff77264672fb4ec58000aa00f2e96152 = $(`<div id="html_ff77264672fb4ec58000aa00f2e96152" style="width: 100.0%; height: 100.0%;">14 Avenue Marceau, 92400 Courbevoie</div>`)[0];
|
|
popup_e25d7f264f924115903e08ff358b6b67.setContent(html_ff77264672fb4ec58000aa00f2e96152);
|
|
|
|
|
|
circle_75febc4daa9949a48a32cd7e50eb562d.bindPopup(popup_e25d7f264f924115903e08ff358b6b67)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_75febc4daa9949a48a32cd7e50eb562d.bindTooltip(
|
|
`<div>
|
|
Le Palais De Hon Sing (#402) | n_orders=405
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b4d60e85ea324691b5fa6b13fbadf838 = L.circle(
|
|
[48.843792, 2.29403],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6b1d5a8a25c34134827abbacbb3611ed = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c9d8eff50e45470886e6d875aa9ff571 = $(`<div id="html_c9d8eff50e45470886e6d875aa9ff571" style="width: 100.0%; height: 100.0%;">7 Rue Mademoiselle, 75015 Paris</div>`)[0];
|
|
popup_6b1d5a8a25c34134827abbacbb3611ed.setContent(html_c9d8eff50e45470886e6d875aa9ff571);
|
|
|
|
|
|
circle_b4d60e85ea324691b5fa6b13fbadf838.bindPopup(popup_6b1d5a8a25c34134827abbacbb3611ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b4d60e85ea324691b5fa6b13fbadf838.bindTooltip(
|
|
`<div>
|
|
Perchiana (#403) | n_orders=336
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_79b355ba0b3143a898679df4cd38a018 = L.circle(
|
|
[48.838249, 2.297456],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d9b92a2544bf40aa9d89b083e1153e9a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dde87e0261d54be885c0757cc68b83b3 = $(`<div id="html_dde87e0261d54be885c0757cc68b83b3" style="width: 100.0%; height: 100.0%;">19 Rue Ferdinand Fabre, 75015 Paris</div>`)[0];
|
|
popup_d9b92a2544bf40aa9d89b083e1153e9a.setContent(html_dde87e0261d54be885c0757cc68b83b3);
|
|
|
|
|
|
circle_79b355ba0b3143a898679df4cd38a018.bindPopup(popup_d9b92a2544bf40aa9d89b083e1153e9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_79b355ba0b3143a898679df4cd38a018.bindTooltip(
|
|
`<div>
|
|
Siam City (#404) | n_orders=711
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_387b39c5fa464d05a452d6e8096857cf = L.circle(
|
|
[48.827984, 2.307041],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_92b559cc043c406fb79ac55b0ed9e126 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9313a562ba294560818f2ce3744a4933 = $(`<div id="html_9313a562ba294560818f2ce3744a4933" style="width: 100.0%; height: 100.0%;">221 Rue Raymond Losserand, 75014 Montrouge</div>`)[0];
|
|
popup_92b559cc043c406fb79ac55b0ed9e126.setContent(html_9313a562ba294560818f2ce3744a4933);
|
|
|
|
|
|
circle_387b39c5fa464d05a452d6e8096857cf.bindPopup(popup_92b559cc043c406fb79ac55b0ed9e126)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_387b39c5fa464d05a452d6e8096857cf.bindTooltip(
|
|
`<div>
|
|
Nippon Shop (#405) | n_orders=526
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ed19f45407cc4a96be5edd11cbdc8258 = L.circle(
|
|
[48.838219, 2.355118],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d913e1e3aaa94786ba72759bd7d00d36 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_55e166f878f541f797e96c598e402da5 = $(`<div id="html_55e166f878f541f797e96c598e402da5" style="width: 100.0%; height: 100.0%;">180 Rue Jeanne D'Arc, 75005 Paris</div>`)[0];
|
|
popup_d913e1e3aaa94786ba72759bd7d00d36.setContent(html_55e166f878f541f797e96c598e402da5);
|
|
|
|
|
|
circle_ed19f45407cc4a96be5edd11cbdc8258.bindPopup(popup_d913e1e3aaa94786ba72759bd7d00d36)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ed19f45407cc4a96be5edd11cbdc8258.bindTooltip(
|
|
`<div>
|
|
Cocagne Du Liban (#406) | n_orders=410
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3bdb3e95921644aba12c0b7992d8b252 = L.circle(
|
|
[48.889862, 2.337854],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f7bc65fea9d2471fbaeedb5afe22fbf8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7a4614180336429fbd16a66eaaf5cf4b = $(`<div id="html_7a4614180336429fbd16a66eaaf5cf4b" style="width: 100.0%; height: 100.0%;">64 Rue Lamarck, 75018 Paris</div>`)[0];
|
|
popup_f7bc65fea9d2471fbaeedb5afe22fbf8.setContent(html_7a4614180336429fbd16a66eaaf5cf4b);
|
|
|
|
|
|
circle_3bdb3e95921644aba12c0b7992d8b252.bindPopup(popup_f7bc65fea9d2471fbaeedb5afe22fbf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3bdb3e95921644aba12c0b7992d8b252.bindTooltip(
|
|
`<div>
|
|
Hope Cafe (#407) | n_orders=15
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d0c60997c00c44ee96923fbb23bb10cc = L.circle(
|
|
[48.880047, 2.36245],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_232edb1b82c84c829c89931594bbcaa8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c7864469a2b14831aa70d1ef55b33abe = $(`<div id="html_c7864469a2b14831aa70d1ef55b33abe" style="width: 100.0%; height: 100.0%;">17 Rue Alexandre Parodi, 75010 Paris</div>`)[0];
|
|
popup_232edb1b82c84c829c89931594bbcaa8.setContent(html_c7864469a2b14831aa70d1ef55b33abe);
|
|
|
|
|
|
circle_d0c60997c00c44ee96923fbb23bb10cc.bindPopup(popup_232edb1b82c84c829c89931594bbcaa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d0c60997c00c44ee96923fbb23bb10cc.bindTooltip(
|
|
`<div>
|
|
Le Phenicien (#408) | n_orders=1001
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3433b0edb63e4461b98e2a6022c48090 = L.circle(
|
|
[48.843426, 2.303277],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_866d9ee4444c4cf297791bf2724bd543 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ed1573c5ebc04699ae5acf26c15d3a29 = $(`<div id="html_ed1573c5ebc04699ae5acf26c15d3a29" style="width: 100.0%; height: 100.0%;">71 Rue Lecourbe, 75015 Paris</div>`)[0];
|
|
popup_866d9ee4444c4cf297791bf2724bd543.setContent(html_ed1573c5ebc04699ae5acf26c15d3a29);
|
|
|
|
|
|
circle_3433b0edb63e4461b98e2a6022c48090.bindPopup(popup_866d9ee4444c4cf297791bf2724bd543)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3433b0edb63e4461b98e2a6022c48090.bindTooltip(
|
|
`<div>
|
|
Sushi Soba - Lecourbe (#409) | n_orders=260
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e651659b2e234c40ad6b6aa0ee2256d0 = L.circle(
|
|
[48.884773, 2.340114],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_631716620e854265b81e02b4ac179323 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_67128737c1e64d5b9c529d5bf4b3b23a = $(`<div id="html_67128737c1e64d5b9c529d5bf4b3b23a" style="width: 100.0%; height: 100.0%;">15 Rue La Vieuville, 75018 Paris</div>`)[0];
|
|
popup_631716620e854265b81e02b4ac179323.setContent(html_67128737c1e64d5b9c529d5bf4b3b23a);
|
|
|
|
|
|
circle_e651659b2e234c40ad6b6aa0ee2256d0.bindPopup(popup_631716620e854265b81e02b4ac179323)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e651659b2e234c40ad6b6aa0ee2256d0.bindTooltip(
|
|
`<div>
|
|
Koff Delicatessen (#410) | n_orders=1820
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b4285348dda34ee0a0b2fd60893f5b09 = L.circle(
|
|
[48.875671, 2.347982],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_76a2a091ef8e4c7f8ebc5b56b9cf09a7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c4e448e59f9747cd93bf1a937f2a42a1 = $(`<div id="html_c4e448e59f9747cd93bf1a937f2a42a1" style="width: 100.0%; height: 100.0%;">67 Rue Du Faubourg Poissonniere, 75009 Paris</div>`)[0];
|
|
popup_76a2a091ef8e4c7f8ebc5b56b9cf09a7.setContent(html_c4e448e59f9747cd93bf1a937f2a42a1);
|
|
|
|
|
|
circle_b4285348dda34ee0a0b2fd60893f5b09.bindPopup(popup_76a2a091ef8e4c7f8ebc5b56b9cf09a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b4285348dda34ee0a0b2fd60893f5b09.bindTooltip(
|
|
`<div>
|
|
Huabu (#411) | n_orders=599
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1a9cbcae2d2c4ed9aedb059694b49b6e = L.circle(
|
|
[48.89183, 2.286096],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bcf7ba7103504ca391470ea9ad12d5fe = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_459cc19ba0974e35b5577363b06f779c = $(`<div id="html_459cc19ba0974e35b5577363b06f779c" style="width: 100.0%; height: 100.0%;">42 Rue Gabriel Peri, 92300 Levallois-Perret</div>`)[0];
|
|
popup_bcf7ba7103504ca391470ea9ad12d5fe.setContent(html_459cc19ba0974e35b5577363b06f779c);
|
|
|
|
|
|
circle_1a9cbcae2d2c4ed9aedb059694b49b6e.bindPopup(popup_bcf7ba7103504ca391470ea9ad12d5fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1a9cbcae2d2c4ed9aedb059694b49b6e.bindTooltip(
|
|
`<div>
|
|
Ko Samui (#412) | n_orders=375
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3000e0065253448d88fa8f518bc4d8c6 = L.circle(
|
|
[48.875977, 2.38979],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b01ab671b09b4d278abc930798f02f62 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_06811c40617a40eea9db5c623463c629 = $(`<div id="html_06811c40617a40eea9db5c623463c629" style="width: 100.0%; height: 100.0%;">7 Rue Des Fetes, 75019 Paris</div>`)[0];
|
|
popup_b01ab671b09b4d278abc930798f02f62.setContent(html_06811c40617a40eea9db5c623463c629);
|
|
|
|
|
|
circle_3000e0065253448d88fa8f518bc4d8c6.bindPopup(popup_b01ab671b09b4d278abc930798f02f62)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3000e0065253448d88fa8f518bc4d8c6.bindTooltip(
|
|
`<div>
|
|
Nakagawa (#414) | n_orders=393
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_268e43491c214c2a9ee6db6cdeca3d7d = L.circle(
|
|
[48.869198, 2.334392],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6a74ba6e259d4f5abfe6796c1c749195 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3b93e17272de4a40b057fbdf55356946 = $(`<div id="html_3b93e17272de4a40b057fbdf55356946" style="width: 100.0%; height: 100.0%;">3 Rue De La Michodiere, 75002 Paris</div>`)[0];
|
|
popup_6a74ba6e259d4f5abfe6796c1c749195.setContent(html_3b93e17272de4a40b057fbdf55356946);
|
|
|
|
|
|
circle_268e43491c214c2a9ee6db6cdeca3d7d.bindPopup(popup_6a74ba6e259d4f5abfe6796c1c749195)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_268e43491c214c2a9ee6db6cdeca3d7d.bindTooltip(
|
|
`<div>
|
|
Al Charq (#415) | n_orders=28
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b6c31d81ee474159bffb791d2389d98b = L.circle(
|
|
[48.845886, 2.353131],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1690d863fc37449c843cbd6f46f043ba = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_287fcd43eb114fc491bd073c8cf8a0f8 = $(`<div id="html_287fcd43eb114fc491bd073c8cf8a0f8" style="width: 100.0%; height: 100.0%;">20 Rue Des Boulanger, 75005 Paris</div>`)[0];
|
|
popup_1690d863fc37449c843cbd6f46f043ba.setContent(html_287fcd43eb114fc491bd073c8cf8a0f8);
|
|
|
|
|
|
circle_b6c31d81ee474159bffb791d2389d98b.bindPopup(popup_1690d863fc37449c843cbd6f46f043ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b6c31d81ee474159bffb791d2389d98b.bindTooltip(
|
|
`<div>
|
|
Mobster Diner (#416) | n_orders=83
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0c72efa102aa49c9942a82cd1a94f412 = L.circle(
|
|
[48.843597, 2.304412],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_99dca2e79e98404b9b7402c5ac432bec = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3046be07699146c08e4eac66d157beb0 = $(`<div id="html_3046be07699146c08e4eac66d157beb0" style="width: 100.0%; height: 100.0%;">59 Rue Lecourbe, 75015 Malakoff</div>`)[0];
|
|
popup_99dca2e79e98404b9b7402c5ac432bec.setContent(html_3046be07699146c08e4eac66d157beb0);
|
|
|
|
|
|
circle_0c72efa102aa49c9942a82cd1a94f412.bindPopup(popup_99dca2e79e98404b9b7402c5ac432bec)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0c72efa102aa49c9942a82cd1a94f412.bindTooltip(
|
|
`<div>
|
|
Au Roi Du Cafe (#417) | n_orders=1060
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7ac30fb3ab0040cb9ee9aae8e5de7bde = L.circle(
|
|
[48.833214, 2.324487],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d185f9ff2356493abd9ddec961fe1139 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_340c5eaa64424f00ad80fe75cc5224c3 = $(`<div id="html_340c5eaa64424f00ad80fe75cc5224c3" style="width: 100.0%; height: 100.0%;">164 Avenue Du Maine, 75014 Paris</div>`)[0];
|
|
popup_d185f9ff2356493abd9ddec961fe1139.setContent(html_340c5eaa64424f00ad80fe75cc5224c3);
|
|
|
|
|
|
circle_7ac30fb3ab0040cb9ee9aae8e5de7bde.bindPopup(popup_d185f9ff2356493abd9ddec961fe1139)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7ac30fb3ab0040cb9ee9aae8e5de7bde.bindTooltip(
|
|
`<div>
|
|
Petit Grain De Sel (#418) | n_orders=1071
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_be4334afa9ed4ab892389c960866450e = L.circle(
|
|
[48.883972, 2.240331],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_aa96c0bbf536446883c7b7df5f25afda = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_52912611bf014faa9d2043fa04bea123 = $(`<div id="html_52912611bf014faa9d2043fa04bea123" style="width: 100.0%; height: 100.0%;">27 Rue Rousselle, 92800 Paris</div>`)[0];
|
|
popup_aa96c0bbf536446883c7b7df5f25afda.setContent(html_52912611bf014faa9d2043fa04bea123);
|
|
|
|
|
|
circle_be4334afa9ed4ab892389c960866450e.bindPopup(popup_aa96c0bbf536446883c7b7df5f25afda)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_be4334afa9ed4ab892389c960866450e.bindTooltip(
|
|
`<div>
|
|
Chez Giovanni (#419) | n_orders=621
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a881292e5dca465ea2f2052e4b983094 = L.circle(
|
|
[48.826118, 2.371731],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0af29a40f08f4b14be8a77b803ada6ef = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_62d38a0cdba1415cb678ce4d54cf5698 = $(`<div id="html_62d38a0cdba1415cb678ce4d54cf5698" style="width: 100.0%; height: 100.0%;">48 Rue Patay, 75013 Paris, 75013 Paris</div>`)[0];
|
|
popup_0af29a40f08f4b14be8a77b803ada6ef.setContent(html_62d38a0cdba1415cb678ce4d54cf5698);
|
|
|
|
|
|
circle_a881292e5dca465ea2f2052e4b983094.bindPopup(popup_0af29a40f08f4b14be8a77b803ada6ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a881292e5dca465ea2f2052e4b983094.bindTooltip(
|
|
`<div>
|
|
Pizza Mamma (#420) | n_orders=1009
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3940467c3e3341438c73de9b97dcf9bb = L.circle(
|
|
[48.871731, 2.347999],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_86f9119cfd6c44a086aae2f123d2c99e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9246fcac300f4958bb23be0328b114f5 = $(`<div id="html_9246fcac300f4958bb23be0328b114f5" style="width: 100.0%; height: 100.0%;">14 Rue Du Faubourg Poissoniere, 75010 Paris, 75010 Paris</div>`)[0];
|
|
popup_86f9119cfd6c44a086aae2f123d2c99e.setContent(html_9246fcac300f4958bb23be0328b114f5);
|
|
|
|
|
|
circle_3940467c3e3341438c73de9b97dcf9bb.bindPopup(popup_86f9119cfd6c44a086aae2f123d2c99e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3940467c3e3341438c73de9b97dcf9bb.bindTooltip(
|
|
`<div>
|
|
George Fish And Chips (#421) | n_orders=39
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a2dd322f7cc64b0ba403ec565d081697 = L.circle(
|
|
[48.848415, 2.338324],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9994437accf54ba5b08e764475dbb00d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a45a18b89f9c498bab57201e7bb8f0f0 = $(`<div id="html_a45a18b89f9c498bab57201e7bb8f0f0" style="width: 100.0%; height: 100.0%;">52 Rue Monsieur Le Prince, 75006 Paris</div>`)[0];
|
|
popup_9994437accf54ba5b08e764475dbb00d.setContent(html_a45a18b89f9c498bab57201e7bb8f0f0);
|
|
|
|
|
|
circle_a2dd322f7cc64b0ba403ec565d081697.bindPopup(popup_9994437accf54ba5b08e764475dbb00d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a2dd322f7cc64b0ba403ec565d081697.bindTooltip(
|
|
`<div>
|
|
O'Prince (#422) | n_orders=33
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a6e34b26a19c4a3594eecdc9eab8e80c = L.circle(
|
|
[48.854527, 2.384281],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9b8ce80ddf644029809f4c80e1f0c634 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b5ba8c9b40db486e991075867bc0e708 = $(`<div id="html_b5ba8c9b40db486e991075867bc0e708" style="width: 100.0%; height: 100.0%;">101 Rue De Charonne, 75011 Paris</div>`)[0];
|
|
popup_9b8ce80ddf644029809f4c80e1f0c634.setContent(html_b5ba8c9b40db486e991075867bc0e708);
|
|
|
|
|
|
circle_a6e34b26a19c4a3594eecdc9eab8e80c.bindPopup(popup_9b8ce80ddf644029809f4c80e1f0c634)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a6e34b26a19c4a3594eecdc9eab8e80c.bindTooltip(
|
|
`<div>
|
|
Royal Charonne (#423) | n_orders=418
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3b1713bd37ae473f993638605c296eca = L.circle(
|
|
[48.877808, 2.348814],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_065eccd711dd4e14a3c92a9c24a29204 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_18590243e81647cf886ad74e88f9d8bf = $(`<div id="html_18590243e81647cf886ad74e88f9d8bf" style="width: 100.0%; height: 100.0%;">113 Rue Du Faubourg Poissonniere, 75009 Paris</div>`)[0];
|
|
popup_065eccd711dd4e14a3c92a9c24a29204.setContent(html_18590243e81647cf886ad74e88f9d8bf);
|
|
|
|
|
|
circle_3b1713bd37ae473f993638605c296eca.bindPopup(popup_065eccd711dd4e14a3c92a9c24a29204)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3b1713bd37ae473f993638605c296eca.bindTooltip(
|
|
`<div>
|
|
La Presqu'Ile (#424) | n_orders=161
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fb357ee8ed944d9a957bbb051cfa476a = L.circle(
|
|
[48.836559, 2.294713],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_06c3afd874e24911964c6a91d5ab3194 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_460ab7a096f743bd9dd9133ece0f99d2 = $(`<div id="html_460ab7a096f743bd9dd9133ece0f99d2" style="width: 100.0%; height: 100.0%;">344 Rue De Vaugirard, 75015 Paris</div>`)[0];
|
|
popup_06c3afd874e24911964c6a91d5ab3194.setContent(html_460ab7a096f743bd9dd9133ece0f99d2);
|
|
|
|
|
|
circle_fb357ee8ed944d9a957bbb051cfa476a.bindPopup(popup_06c3afd874e24911964c6a91d5ab3194)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fb357ee8ed944d9a957bbb051cfa476a.bindTooltip(
|
|
`<div>
|
|
Via Del Gusto (#425) | n_orders=401
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_11b819ec85bd4cb8a65d1c49e9df59c6 = L.circle(
|
|
[48.889011, 2.360146],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d7bac6a7ec224cb4a20d575be1135c84 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4c65c7c81ce64f3da0dd64d0ade47b46 = $(`<div id="html_4c65c7c81ce64f3da0dd64d0ade47b46" style="width: 100.0%; height: 100.0%;">47 Rue Pajol, 75018 Paris</div>`)[0];
|
|
popup_d7bac6a7ec224cb4a20d575be1135c84.setContent(html_4c65c7c81ce64f3da0dd64d0ade47b46);
|
|
|
|
|
|
circle_11b819ec85bd4cb8a65d1c49e9df59c6.bindPopup(popup_d7bac6a7ec224cb4a20d575be1135c84)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_11b819ec85bd4cb8a65d1c49e9df59c6.bindTooltip(
|
|
`<div>
|
|
Guantanamera (#426) | n_orders=32
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_00b3c09325534feab8dc0fe5b8e3fb73 = L.circle(
|
|
[48.886181, 2.324299],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e68922ddb6ce4454beb58cfbc4a448f9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a01588cd62dc40a4a53763c1f5e7b393 = $(`<div id="html_a01588cd62dc40a4a53763c1f5e7b393" style="width: 100.0%; height: 100.0%;">42 Avenue De Clichy, 75017 Paris</div>`)[0];
|
|
popup_e68922ddb6ce4454beb58cfbc4a448f9.setContent(html_a01588cd62dc40a4a53763c1f5e7b393);
|
|
|
|
|
|
circle_00b3c09325534feab8dc0fe5b8e3fb73.bindPopup(popup_e68922ddb6ce4454beb58cfbc4a448f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_00b3c09325534feab8dc0fe5b8e3fb73.bindTooltip(
|
|
`<div>
|
|
Sepna (#427) | n_orders=623
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ddc9f98c26ec4178a9b4b38351643ae3 = L.circle(
|
|
[48.881252, 2.28949],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_65fda7c06ca14445a51fed33427a8f01 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_82cf3a5830b84d28ad1cb0fdd0649fb4 = $(`<div id="html_82cf3a5830b84d28ad1cb0fdd0649fb4" style="width: 100.0%; height: 100.0%;">35 Rue Guersant, 75017 Levallois-Perret</div>`)[0];
|
|
popup_65fda7c06ca14445a51fed33427a8f01.setContent(html_82cf3a5830b84d28ad1cb0fdd0649fb4);
|
|
|
|
|
|
circle_ddc9f98c26ec4178a9b4b38351643ae3.bindPopup(popup_65fda7c06ca14445a51fed33427a8f01)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ddc9f98c26ec4178a9b4b38351643ae3.bindTooltip(
|
|
`<div>
|
|
Villa Des Ternes (#428) | n_orders=994
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5791de5bcfc947c192a2a2fccd7bfbc5 = L.circle(
|
|
[48.86673, 2.299177],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d71afaac24ce46e6b659dea6d7b4f992 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ebbe82f9ad9f49e6b1e942eb9f97e0d8 = $(`<div id="html_ebbe82f9ad9f49e6b1e942eb9f97e0d8" style="width: 100.0%; height: 100.0%;">23 Avenue Marceau, 75116 Paris</div>`)[0];
|
|
popup_d71afaac24ce46e6b659dea6d7b4f992.setContent(html_ebbe82f9ad9f49e6b1e942eb9f97e0d8);
|
|
|
|
|
|
circle_5791de5bcfc947c192a2a2fccd7bfbc5.bindPopup(popup_d71afaac24ce46e6b659dea6d7b4f992)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5791de5bcfc947c192a2a2fccd7bfbc5.bindTooltip(
|
|
`<div>
|
|
Cote Sushi (#429) | n_orders=461
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_21f06da446a340c7a2f9acaf4df8b5b8 = L.circle(
|
|
[48.888748, 2.347274],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_dd9e05c48b304a3381a99f1adcd7c980 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dbf9522dd64d4696915d8715b28cd708 = $(`<div id="html_dbf9522dd64d4696915d8715b28cd708" style="width: 100.0%; height: 100.0%;">26 Rue Custine, 75018 Paris</div>`)[0];
|
|
popup_dd9e05c48b304a3381a99f1adcd7c980.setContent(html_dbf9522dd64d4696915d8715b28cd708);
|
|
|
|
|
|
circle_21f06da446a340c7a2f9acaf4df8b5b8.bindPopup(popup_dd9e05c48b304a3381a99f1adcd7c980)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_21f06da446a340c7a2f9acaf4df8b5b8.bindTooltip(
|
|
`<div>
|
|
Tito Burritos (#430) | n_orders=205
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_767c3c7afd874d2298c6f662126311fd = L.circle(
|
|
[48.878986, 2.239713],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_43aec4f977054856b272b3924835b8a2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8a3f9b79c0f243558c50ca1ed00f6d44 = $(`<div id="html_8a3f9b79c0f243558c50ca1ed00f6d44" style="width: 100.0%; height: 100.0%;">14 Boulevard Richard Wallace, 92800 Puteaux</div>`)[0];
|
|
popup_43aec4f977054856b272b3924835b8a2.setContent(html_8a3f9b79c0f243558c50ca1ed00f6d44);
|
|
|
|
|
|
circle_767c3c7afd874d2298c6f662126311fd.bindPopup(popup_43aec4f977054856b272b3924835b8a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_767c3c7afd874d2298c6f662126311fd.bindTooltip(
|
|
`<div>
|
|
Restaurants #431, #705 | n_orders=262
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5c1cd2d46cec4d33a9933b1246dff40c = L.circle(
|
|
[48.883526, 2.373819],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3bcb30334d3a452499784dceab36bfdb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_93281ad8ec7041d899a7dec039f4094e = $(`<div id="html_93281ad8ec7041d899a7dec039f4094e" style="width: 100.0%; height: 100.0%;">42 Avenue Jean Jaures, 75019 Paris</div>`)[0];
|
|
popup_3bcb30334d3a452499784dceab36bfdb.setContent(html_93281ad8ec7041d899a7dec039f4094e);
|
|
|
|
|
|
circle_5c1cd2d46cec4d33a9933b1246dff40c.bindPopup(popup_3bcb30334d3a452499784dceab36bfdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5c1cd2d46cec4d33a9933b1246dff40c.bindTooltip(
|
|
`<div>
|
|
Le Sari (#432) | n_orders=443
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9886a0a5f8de4e02a712fd8cbe6525b5 = L.circle(
|
|
[48.879215, 2.348195],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7a3f3a30f673496ca82743f8193e853e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2e9ac33002494203853e43d1ddba1885 = $(`<div id="html_2e9ac33002494203853e43d1ddba1885" style="width: 100.0%; height: 100.0%;">80 Rue De Maubeuge, 75009 Paris</div>`)[0];
|
|
popup_7a3f3a30f673496ca82743f8193e853e.setContent(html_2e9ac33002494203853e43d1ddba1885);
|
|
|
|
|
|
circle_9886a0a5f8de4e02a712fd8cbe6525b5.bindPopup(popup_7a3f3a30f673496ca82743f8193e853e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9886a0a5f8de4e02a712fd8cbe6525b5.bindTooltip(
|
|
`<div>
|
|
Madame Messieurs (#433) | n_orders=15
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_32a367f5962547a3a4ee69c9c7d6930b = L.circle(
|
|
[48.88195, 2.378823],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e155bda2da96468186146d534988a650 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6e9d9cc9703f405b92764335cfeaea9a = $(`<div id="html_6e9d9cc9703f405b92764335cfeaea9a" style="width: 100.0%; height: 100.0%;">65 Rue Manin, 75019 Paris</div>`)[0];
|
|
popup_e155bda2da96468186146d534988a650.setContent(html_6e9d9cc9703f405b92764335cfeaea9a);
|
|
|
|
|
|
circle_32a367f5962547a3a4ee69c9c7d6930b.bindPopup(popup_e155bda2da96468186146d534988a650)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_32a367f5962547a3a4ee69c9c7d6930b.bindTooltip(
|
|
`<div>
|
|
Le Gange (#434) | n_orders=248
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f95fd7c09dc848709bc82c77087c9bad = L.circle(
|
|
[48.857597, 2.366218],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_104ea1817b7e4f29a6489b494d55741c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5ab233fe79eb436bbb9dd19caf6acd72 = $(`<div id="html_5ab233fe79eb436bbb9dd19caf6acd72" style="width: 100.0%; height: 100.0%;">56 Boulevard Beaumarchais, 75003 Paris</div>`)[0];
|
|
popup_104ea1817b7e4f29a6489b494d55741c.setContent(html_5ab233fe79eb436bbb9dd19caf6acd72);
|
|
|
|
|
|
circle_f95fd7c09dc848709bc82c77087c9bad.bindPopup(popup_104ea1817b7e4f29a6489b494d55741c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f95fd7c09dc848709bc82c77087c9bad.bindTooltip(
|
|
`<div>
|
|
Il Seguito (#435) | n_orders=76
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f89484dc05ec43c8ab5d97aa5840fffa = L.circle(
|
|
[48.890705, 2.358825],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eedee53c0c0141708ef207b6ca5692fe = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b7976314a1c14797bdd29f2ff4936613 = $(`<div id="html_b7976314a1c14797bdd29f2ff4936613" style="width: 100.0%; height: 100.0%;">7 Rue De L'Olive, 75018 Paris</div>`)[0];
|
|
popup_eedee53c0c0141708ef207b6ca5692fe.setContent(html_b7976314a1c14797bdd29f2ff4936613);
|
|
|
|
|
|
circle_f89484dc05ec43c8ab5d97aa5840fffa.bindPopup(popup_eedee53c0c0141708ef207b6ca5692fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f89484dc05ec43c8ab5d97aa5840fffa.bindTooltip(
|
|
`<div>
|
|
Berberto (#436) | n_orders=309
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_718244693b44428da7468b54f1197712 = L.circle(
|
|
[48.834042, 2.239791],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_538266bb4151427391b06ca07b43824f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_540b790edbf74f9cbe8f0ac100b599e5 = $(`<div id="html_540b790edbf74f9cbe8f0ac100b599e5" style="width: 100.0%; height: 100.0%;">41 Rue Carnot, 92100 Paris</div>`)[0];
|
|
popup_538266bb4151427391b06ca07b43824f.setContent(html_540b790edbf74f9cbe8f0ac100b599e5);
|
|
|
|
|
|
circle_718244693b44428da7468b54f1197712.bindPopup(popup_538266bb4151427391b06ca07b43824f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_718244693b44428da7468b54f1197712.bindTooltip(
|
|
`<div>
|
|
Il Gattopardo (#437) | n_orders=146
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c9e1534a03af461c87fed457cbe1fc14 = L.circle(
|
|
[48.884117, 2.257821],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_737e10329785470ca09206aca4d01692 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_03666db9c6614b7794f30a1085bbf75d = $(`<div id="html_03666db9c6614b7794f30a1085bbf75d" style="width: 100.0%; height: 100.0%;">11 Rue De Longchamp, 92200 Puteaux</div>`)[0];
|
|
popup_737e10329785470ca09206aca4d01692.setContent(html_03666db9c6614b7794f30a1085bbf75d);
|
|
|
|
|
|
circle_c9e1534a03af461c87fed457cbe1fc14.bindPopup(popup_737e10329785470ca09206aca4d01692)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c9e1534a03af461c87fed457cbe1fc14.bindTooltip(
|
|
`<div>
|
|
Piccolo Mondo (#438) | n_orders=160
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c9c95bfcf7c94d008de81dd6591e33b7 = L.circle(
|
|
[48.875671, 2.33922],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_866c1a8b87c84bf4a21b93ab3ab64ab1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_62d1ddef5f3a4845b260a01629671fa0 = $(`<div id="html_62d1ddef5f3a4845b260a01629671fa0" style="width: 100.0%; height: 100.0%;">7 Rue De Chateaudun, 75009 Paris</div>`)[0];
|
|
popup_866c1a8b87c84bf4a21b93ab3ab64ab1.setContent(html_62d1ddef5f3a4845b260a01629671fa0);
|
|
|
|
|
|
circle_c9c95bfcf7c94d008de81dd6591e33b7.bindPopup(popup_866c1a8b87c84bf4a21b93ab3ab64ab1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c9c95bfcf7c94d008de81dd6591e33b7.bindTooltip(
|
|
`<div>
|
|
Little Baobei (#439) | n_orders=1296
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2a154dc899df4931a972fccac7eb242c = L.circle(
|
|
[48.869865, 2.348385],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0822d57ca6d14bc48612563d3fa7716b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9b9a302d8e444fe487cf15cc2e762bfd = $(`<div id="html_9b9a302d8e444fe487cf15cc2e762bfd" style="width: 100.0%; height: 100.0%;">11 Boulevard De Bonne Nouvelle, 75002 Paris</div>`)[0];
|
|
popup_0822d57ca6d14bc48612563d3fa7716b.setContent(html_9b9a302d8e444fe487cf15cc2e762bfd);
|
|
|
|
|
|
circle_2a154dc899df4931a972fccac7eb242c.bindPopup(popup_0822d57ca6d14bc48612563d3fa7716b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2a154dc899df4931a972fccac7eb242c.bindTooltip(
|
|
`<div>
|
|
Scala (#440) | n_orders=443
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cc49cf125ba348d08979b9518ffdb6b4 = L.circle(
|
|
[48.866596, 2.347032],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bd6edbcd107648baa01e74bcfe6d1f03 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5ee6939c89314540939e2a527efe7499 = $(`<div id="html_5ee6939c89314540939e2a527efe7499" style="width: 100.0%; height: 100.0%;">3 Rue Des Petits Carreaux, 75002 Paris</div>`)[0];
|
|
popup_bd6edbcd107648baa01e74bcfe6d1f03.setContent(html_5ee6939c89314540939e2a527efe7499);
|
|
|
|
|
|
circle_cc49cf125ba348d08979b9518ffdb6b4.bindPopup(popup_bd6edbcd107648baa01e74bcfe6d1f03)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cc49cf125ba348d08979b9518ffdb6b4.bindTooltip(
|
|
`<div>
|
|
Il Tre 3 (#441) | n_orders=78
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_359c01149a924b7dbdf15488bf71c711 = L.circle(
|
|
[48.871777, 2.36432],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c211455804f640369bca8039e9967a19 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_332fef6c0fb8400bad62a65beff6a03b = $(`<div id="html_332fef6c0fb8400bad62a65beff6a03b" style="width: 100.0%; height: 100.0%;">11 Rue Marie Et Louise, 75010 Paris</div>`)[0];
|
|
popup_c211455804f640369bca8039e9967a19.setContent(html_332fef6c0fb8400bad62a65beff6a03b);
|
|
|
|
|
|
circle_359c01149a924b7dbdf15488bf71c711.bindPopup(popup_c211455804f640369bca8039e9967a19)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_359c01149a924b7dbdf15488bf71c711.bindTooltip(
|
|
`<div>
|
|
Asado Club (#442) | n_orders=56
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8390215dbb1e4e8096350cfa7dbaf7b7 = L.circle(
|
|
[48.859154, 2.349871],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3c1bc42cc4da401fad786d8f454baf58 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fa57b094cece4ac78926e6c0e62082af = $(`<div id="html_fa57b094cece4ac78926e6c0e62082af" style="width: 100.0%; height: 100.0%;">8 Rue Des Lombards, 75004 Paris</div>`)[0];
|
|
popup_3c1bc42cc4da401fad786d8f454baf58.setContent(html_fa57b094cece4ac78926e6c0e62082af);
|
|
|
|
|
|
circle_8390215dbb1e4e8096350cfa7dbaf7b7.bindPopup(popup_3c1bc42cc4da401fad786d8f454baf58)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8390215dbb1e4e8096350cfa7dbaf7b7.bindTooltip(
|
|
`<div>
|
|
Sushi Wa (#443) | n_orders=604
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9f0a3939bf4b466dbe18e8bf7bc1c893 = L.circle(
|
|
[48.884758, 2.325805],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f3a2568d7b7d4bee85e4c8b9255569f3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bbe6100785f34a269ebc33f1638a203e = $(`<div id="html_bbe6100785f34a269ebc33f1638a203e" style="width: 100.0%; height: 100.0%;">22 Rue Biot, 75017 Paris</div>`)[0];
|
|
popup_f3a2568d7b7d4bee85e4c8b9255569f3.setContent(html_bbe6100785f34a269ebc33f1638a203e);
|
|
|
|
|
|
circle_9f0a3939bf4b466dbe18e8bf7bc1c893.bindPopup(popup_f3a2568d7b7d4bee85e4c8b9255569f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9f0a3939bf4b466dbe18e8bf7bc1c893.bindTooltip(
|
|
`<div>
|
|
Restaurants #444, #845 | n_orders=549
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b3b2538e5969490f8b85adcdb6a58250 = L.circle(
|
|
[48.834503, 2.243533],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_db237367b6da4f92b16d7b2b7f9d93e9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a36b0ff22e4648b6ba097777ae39821c = $(`<div id="html_a36b0ff22e4648b6ba097777ae39821c" style="width: 100.0%; height: 100.0%;">86 Avenue Edouard Vaillant, 92100 Boulogne, 92100 Paris</div>`)[0];
|
|
popup_db237367b6da4f92b16d7b2b7f9d93e9.setContent(html_a36b0ff22e4648b6ba097777ae39821c);
|
|
|
|
|
|
circle_b3b2538e5969490f8b85adcdb6a58250.bindPopup(popup_db237367b6da4f92b16d7b2b7f9d93e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b3b2538e5969490f8b85adcdb6a58250.bindTooltip(
|
|
`<div>
|
|
Asian Box (#445) | n_orders=542
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c89efda435a04165ac47fafb4d19e62f = L.circle(
|
|
[48.861958, 2.398552],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3a203461b24840aabb7a25dab9a738cc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_348c12d5884b4b359c1a9a0e1a7ff2a1 = $(`<div id="html_348c12d5884b4b359c1a9a0e1a7ff2a1" style="width: 100.0%; height: 100.0%;">9 Rue Charles Renouvier, 75006 Paris</div>`)[0];
|
|
popup_3a203461b24840aabb7a25dab9a738cc.setContent(html_348c12d5884b4b359c1a9a0e1a7ff2a1);
|
|
|
|
|
|
circle_c89efda435a04165ac47fafb4d19e62f.bindPopup(popup_3a203461b24840aabb7a25dab9a738cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c89efda435a04165ac47fafb4d19e62f.bindTooltip(
|
|
`<div>
|
|
Maison Francart (#446) | n_orders=23
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_72100c041fdf4b818ecb6ec6922ec94e = L.circle(
|
|
[48.853268, 2.351393],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5f7d8e573451405bb95ae7f0ea48dddc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8245cdfe7fba45c6b37a3d9a5e4c685e = $(`<div id="html_8245cdfe7fba45c6b37a3d9a5e4c685e" style="width: 100.0%; height: 100.0%;">5 Rue Jean Du Bellay, 75004 Paris</div>`)[0];
|
|
popup_5f7d8e573451405bb95ae7f0ea48dddc.setContent(html_8245cdfe7fba45c6b37a3d9a5e4c685e);
|
|
|
|
|
|
circle_72100c041fdf4b818ecb6ec6922ec94e.bindPopup(popup_5f7d8e573451405bb95ae7f0ea48dddc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_72100c041fdf4b818ecb6ec6922ec94e.bindTooltip(
|
|
`<div>
|
|
La Maison Du Chou - 04 (#447) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fa03bc468d3845388f9784a36150918e = L.circle(
|
|
[48.89003, 2.290059],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ce5b62c4374e42db9aa9061757efa691 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_54334e2420534bf39521ed45023fab17 = $(`<div id="html_54334e2420534bf39521ed45023fab17" style="width: 100.0%; height: 100.0%;">65 Rue Louise Michel, 92300 Paris</div>`)[0];
|
|
popup_ce5b62c4374e42db9aa9061757efa691.setContent(html_54334e2420534bf39521ed45023fab17);
|
|
|
|
|
|
circle_fa03bc468d3845388f9784a36150918e.bindPopup(popup_ce5b62c4374e42db9aa9061757efa691)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fa03bc468d3845388f9784a36150918e.bindTooltip(
|
|
`<div>
|
|
Ama Dao Levallois (#448) | n_orders=216
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b2328c03992f4d6686b0ddc7001aab70 = L.circle(
|
|
[48.8722, 2.353826],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_219aafcd4fa94589b531f7580e6a08a7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_46360e0e1f5e497181dd0db55f59cd27 = $(`<div id="html_46360e0e1f5e497181dd0db55f59cd27" style="width: 100.0%; height: 100.0%;">63 Rue Du Faubourg Saint-Denis, 75010 Paris</div>`)[0];
|
|
popup_219aafcd4fa94589b531f7580e6a08a7.setContent(html_46360e0e1f5e497181dd0db55f59cd27);
|
|
|
|
|
|
circle_b2328c03992f4d6686b0ddc7001aab70.bindPopup(popup_219aafcd4fa94589b531f7580e6a08a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b2328c03992f4d6686b0ddc7001aab70.bindTooltip(
|
|
`<div>
|
|
Hutch (#449) | n_orders=246
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_de716ace694141e88a830c6a8c21ddc5 = L.circle(
|
|
[48.855915, 2.277753],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b6541003026b45d8b26b5d59e057a4db = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_96c91df323744adfaa49f27cec19e875 = $(`<div id="html_96c91df323744adfaa49f27cec19e875" style="width: 100.0%; height: 100.0%;">9 Rue De L'Annociation, 75016 Paris</div>`)[0];
|
|
popup_b6541003026b45d8b26b5d59e057a4db.setContent(html_96c91df323744adfaa49f27cec19e875);
|
|
|
|
|
|
circle_de716ace694141e88a830c6a8c21ddc5.bindPopup(popup_b6541003026b45d8b26b5d59e057a4db)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_de716ace694141e88a830c6a8c21ddc5.bindTooltip(
|
|
`<div>
|
|
Sazanka (#450) | n_orders=46
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_203f91b56a2d4319ae5b9dd8a998c92b = L.circle(
|
|
[48.850098, 2.282492],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_565e0300f94c463fb366c712a6bd86ee = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dc75680e50c84771a0053802e9861d79 = $(`<div id="html_dc75680e50c84771a0053802e9861d79" style="width: 100.0%; height: 100.0%;">Fr 86 522825983, 75015 Paris</div>`)[0];
|
|
popup_565e0300f94c463fb366c712a6bd86ee.setContent(html_dc75680e50c84771a0053802e9861d79);
|
|
|
|
|
|
circle_203f91b56a2d4319ae5b9dd8a998c92b.bindPopup(popup_565e0300f94c463fb366c712a6bd86ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_203f91b56a2d4319ae5b9dd8a998c92b.bindTooltip(
|
|
`<div>
|
|
Velissime (#451) | n_orders=11
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_80016b33539a42c281f444e7ec431b80 = L.circle(
|
|
[48.874756, 2.354158],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_69c08d77ef604db29892832ad5061537 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_696f7f39009448b39a5f6014a85008b9 = $(`<div id="html_696f7f39009448b39a5f6014a85008b9" style="width: 100.0%; height: 100.0%;">12 Rue De Paradis, 75010 Paris</div>`)[0];
|
|
popup_69c08d77ef604db29892832ad5061537.setContent(html_696f7f39009448b39a5f6014a85008b9);
|
|
|
|
|
|
circle_80016b33539a42c281f444e7ec431b80.bindPopup(popup_69c08d77ef604db29892832ad5061537)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_80016b33539a42c281f444e7ec431b80.bindTooltip(
|
|
`<div>
|
|
Our Kebab - Paradis (#452) | n_orders=914
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ff89acd8217f4dfc95e59188ea5d2b91 = L.circle(
|
|
[48.849697, 2.370343],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d65a679ca75d498a9fa9dd462fe7a2d5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b6ed85bf8554416c83b27c525ad32e9c = $(`<div id="html_b6ed85bf8554416c83b27c525ad32e9c" style="width: 100.0%; height: 100.0%;">51 Rue De Lyon, 75012 Paris</div>`)[0];
|
|
popup_d65a679ca75d498a9fa9dd462fe7a2d5.setContent(html_b6ed85bf8554416c83b27c525ad32e9c);
|
|
|
|
|
|
circle_ff89acd8217f4dfc95e59188ea5d2b91.bindPopup(popup_d65a679ca75d498a9fa9dd462fe7a2d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ff89acd8217f4dfc95e59188ea5d2b91.bindTooltip(
|
|
`<div>
|
|
Ari'S Bagels 12 (#453) | n_orders=223
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d2ea8777b9aa4c098282b576ce68d1a2 = L.circle(
|
|
[48.856388, 2.30248],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_02a0cd2729f6401bbb426638851ab4b3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fdf4f11c20424c9c9b6eba535cd3c8fe = $(`<div id="html_fdf4f11c20424c9c9b6eba535cd3c8fe" style="width: 100.0%; height: 100.0%;">218 Rue De Grenelle, 75007 Paris</div>`)[0];
|
|
popup_02a0cd2729f6401bbb426638851ab4b3.setContent(html_fdf4f11c20424c9c9b6eba535cd3c8fe);
|
|
|
|
|
|
circle_d2ea8777b9aa4c098282b576ce68d1a2.bindPopup(popup_02a0cd2729f6401bbb426638851ab4b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d2ea8777b9aa4c098282b576ce68d1a2.bindTooltip(
|
|
`<div>
|
|
Gusto Italia Grenelle (#454) | n_orders=82
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_624bdc1f1f9740d39d6b7792f7788313 = L.circle(
|
|
[48.886513, 2.311015],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_712f4e51a86d45698e882c0dd01ce1a2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fa2c800d65d04b269e48d0ca1f368960 = $(`<div id="html_fa2c800d65d04b269e48d0ca1f368960" style="width: 100.0%; height: 100.0%;">18 Rue Jouffroy D'Abbans, 75017 Paris</div>`)[0];
|
|
popup_712f4e51a86d45698e882c0dd01ce1a2.setContent(html_fa2c800d65d04b269e48d0ca1f368960);
|
|
|
|
|
|
circle_624bdc1f1f9740d39d6b7792f7788313.bindPopup(popup_712f4e51a86d45698e882c0dd01ce1a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_624bdc1f1f9740d39d6b7792f7788313.bindTooltip(
|
|
`<div>
|
|
Sec (#455) | n_orders=34
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e12beb6c3f7c41f784df9e2c09f9eaf5 = L.circle(
|
|
[48.838673, 2.260433],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c81934a219a04e52b5d0736785d0b79a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f9eb461064fd420ea979e54e60b7aae9 = $(`<div id="html_f9eb461064fd420ea979e54e60b7aae9" style="width: 100.0%; height: 100.0%;">27 Rue Claude Terasse, 75016 Paris</div>`)[0];
|
|
popup_c81934a219a04e52b5d0736785d0b79a.setContent(html_f9eb461064fd420ea979e54e60b7aae9);
|
|
|
|
|
|
circle_e12beb6c3f7c41f784df9e2c09f9eaf5.bindPopup(popup_c81934a219a04e52b5d0736785d0b79a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e12beb6c3f7c41f784df9e2c09f9eaf5.bindTooltip(
|
|
`<div>
|
|
Good Organic Only 16 (#456) | n_orders=77
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_225e4e95a176475db8be1a55061892ce = L.circle(
|
|
[48.879066, 2.347253],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9f36067169e145fd9ebedf8c9e9257b1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0fb2875d405b4e0a8f5aa0fdda6d5ba8 = $(`<div id="html_0fb2875d405b4e0a8f5aa0fdda6d5ba8" style="width: 100.0%; height: 100.0%;">112 Rue Du Faubourg Poissonniere, 75009 Paris</div>`)[0];
|
|
popup_9f36067169e145fd9ebedf8c9e9257b1.setContent(html_0fb2875d405b4e0a8f5aa0fdda6d5ba8);
|
|
|
|
|
|
circle_225e4e95a176475db8be1a55061892ce.bindPopup(popup_9f36067169e145fd9ebedf8c9e9257b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_225e4e95a176475db8be1a55061892ce.bindTooltip(
|
|
`<div>
|
|
Alsace Express (#457) | n_orders=45
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_90ed129b852b4f459c8296b4ecef4cc3 = L.circle(
|
|
[48.885521, 2.310338],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_64395d21a41f4d91b971a6390b3cd207 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_76bc00bf877b486eb85b2c525f3f72b9 = $(`<div id="html_76bc00bf877b486eb85b2c525f3f72b9" style="width: 100.0%; height: 100.0%;">76 Rue De Tocqueville, 75017 Paris</div>`)[0];
|
|
popup_64395d21a41f4d91b971a6390b3cd207.setContent(html_76bc00bf877b486eb85b2c525f3f72b9);
|
|
|
|
|
|
circle_90ed129b852b4f459c8296b4ecef4cc3.bindPopup(popup_64395d21a41f4d91b971a6390b3cd207)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_90ed129b852b4f459c8296b4ecef4cc3.bindTooltip(
|
|
`<div>
|
|
Marrouj (#458) | n_orders=250
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4e6fb9f8af454ed8a6ae4f0f11949f37 = L.circle(
|
|
[48.867672, 2.347573],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c79f09f653c644378d764553ca1476c4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_592643d957e4426091b4e9be5b640fea = $(`<div id="html_592643d957e4426091b4e9be5b640fea" style="width: 100.0%; height: 100.0%;">9 Rue Du Nil, 75002 Paris</div>`)[0];
|
|
popup_c79f09f653c644378d764553ca1476c4.setContent(html_592643d957e4426091b4e9be5b640fea);
|
|
|
|
|
|
circle_4e6fb9f8af454ed8a6ae4f0f11949f37.bindPopup(popup_c79f09f653c644378d764553ca1476c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4e6fb9f8af454ed8a6ae4f0f11949f37.bindTooltip(
|
|
`<div>
|
|
Frenchie To Go (#459) | n_orders=73
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d32e13a36e8142eea3a6ad53545889ce = L.circle(
|
|
[48.884258, 2.325966],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b73ff9ea70964fa08466a7b50f248611 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_63cc67274167482fba7288f3ea2e96ee = $(`<div id="html_63cc67274167482fba7288f3ea2e96ee" style="width: 100.0%; height: 100.0%;">11 Rue Biot, 75017 Paris</div>`)[0];
|
|
popup_b73ff9ea70964fa08466a7b50f248611.setContent(html_63cc67274167482fba7288f3ea2e96ee);
|
|
|
|
|
|
circle_d32e13a36e8142eea3a6ad53545889ce.bindPopup(popup_b73ff9ea70964fa08466a7b50f248611)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d32e13a36e8142eea3a6ad53545889ce.bindTooltip(
|
|
`<div>
|
|
Naoko Biot (#460) | n_orders=48
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8b958b714e1e4e5ba81e32bb45db4660 = L.circle(
|
|
[48.869465, 2.348627],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fd13e0a1b5e3444797148b7f2ea9be0a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7236187d4e6a4ad8a01000a82e05b815 = $(`<div id="html_7236187d4e6a4ad8a01000a82e05b815" style="width: 100.0%; height: 100.0%;">91 Rue De Clery, 75002 Paris</div>`)[0];
|
|
popup_fd13e0a1b5e3444797148b7f2ea9be0a.setContent(html_7236187d4e6a4ad8a01000a82e05b815);
|
|
|
|
|
|
circle_8b958b714e1e4e5ba81e32bb45db4660.bindPopup(popup_fd13e0a1b5e3444797148b7f2ea9be0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8b958b714e1e4e5ba81e32bb45db4660.bindTooltip(
|
|
`<div>
|
|
Cuisine Et Dependances (#461) | n_orders=40
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c5249eff0cd84021b8bfbab52153820d = L.circle(
|
|
[48.882931, 2.265604],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eecc6a1cc0b141bc9c0070d91392c98a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_664021e5df8c4efe920280e7b221f163 = $(`<div id="html_664021e5df8c4efe920280e7b221f163" style="width: 100.0%; height: 100.0%;">1 Bis Rue De L'Hotel De Ville, Neuilly 92200, 92200 Paris</div>`)[0];
|
|
popup_eecc6a1cc0b141bc9c0070d91392c98a.setContent(html_664021e5df8c4efe920280e7b221f163);
|
|
|
|
|
|
circle_c5249eff0cd84021b8bfbab52153820d.bindPopup(popup_eecc6a1cc0b141bc9c0070d91392c98a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c5249eff0cd84021b8bfbab52153820d.bindTooltip(
|
|
`<div>
|
|
L'Atelier Giuzeppe (#462) | n_orders=18
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a7020f6979b94ae89b339d77cfa59703 = L.circle(
|
|
[48.889603, 2.280478],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_876be402e1fd448a8337239fe090eeb6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_df02365115bc49cab92bdd6c208b6d02 = $(`<div id="html_df02365115bc49cab92bdd6c208b6d02" style="width: 100.0%; height: 100.0%;">46 Rue De Villiers, 92300 Levallois-Perret</div>`)[0];
|
|
popup_876be402e1fd448a8337239fe090eeb6.setContent(html_df02365115bc49cab92bdd6c208b6d02);
|
|
|
|
|
|
circle_a7020f6979b94ae89b339d77cfa59703.bindPopup(popup_876be402e1fd448a8337239fe090eeb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a7020f6979b94ae89b339d77cfa59703.bindTooltip(
|
|
`<div>
|
|
Bar Food 46 (#463) | n_orders=11
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dde8ab6cb16a4ff19a37810199e19e5f = L.circle(
|
|
[48.854435, 2.339185],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_777d9f8f7bb047d9a9a8bc4d0859ec82 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f74ffb0e24b744e592a23165f01a7daf = $(`<div id="html_f74ffb0e24b744e592a23165f01a7daf" style="width: 100.0%; height: 100.0%;">41 Rue Dauphine, 75006 Paris</div>`)[0];
|
|
popup_777d9f8f7bb047d9a9a8bc4d0859ec82.setContent(html_f74ffb0e24b744e592a23165f01a7daf);
|
|
|
|
|
|
circle_dde8ab6cb16a4ff19a37810199e19e5f.bindPopup(popup_777d9f8f7bb047d9a9a8bc4d0859ec82)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dde8ab6cb16a4ff19a37810199e19e5f.bindTooltip(
|
|
`<div>
|
|
Royal Raj Mahal (#464) | n_orders=194
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c5ddffe826164d7090d4ad6087a64b43 = L.circle(
|
|
[48.867981, 2.355157],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_333cd91f7a794a139d4bc1c3644a03ad = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_afebc1d4289a4302a352ed8eee88eaef = $(`<div id="html_afebc1d4289a4302a352ed8eee88eaef" style="width: 100.0%; height: 100.0%;">312 Rue Saint Martin, 75003 Paris</div>`)[0];
|
|
popup_333cd91f7a794a139d4bc1c3644a03ad.setContent(html_afebc1d4289a4302a352ed8eee88eaef);
|
|
|
|
|
|
circle_c5ddffe826164d7090d4ad6087a64b43.bindPopup(popup_333cd91f7a794a139d4bc1c3644a03ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c5ddffe826164d7090d4ad6087a64b43.bindTooltip(
|
|
`<div>
|
|
Ari'S Bagels 03 (#465) | n_orders=225
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_98075593d5764245b35b1679ae92c45f = L.circle(
|
|
[48.868393, 2.34339],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0efe4d48d0784377ae5e3c1bd6eb42d7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_66bdeecc54e8411fbbafd4f07cb3a41d = $(`<div id="html_66bdeecc54e8411fbbafd4f07cb3a41d" style="width: 100.0%; height: 100.0%;">109 Rue Montmartre, 75002 Paris</div>`)[0];
|
|
popup_0efe4d48d0784377ae5e3c1bd6eb42d7.setContent(html_66bdeecc54e8411fbbafd4f07cb3a41d);
|
|
|
|
|
|
circle_98075593d5764245b35b1679ae92c45f.bindPopup(popup_0efe4d48d0784377ae5e3c1bd6eb42d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_98075593d5764245b35b1679ae92c45f.bindTooltip(
|
|
`<div>
|
|
Factory And Co - Rue Montmartre (#466) | n_orders=32
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a4ec60c3e1e24548b3d59f6b760731cb = L.circle(
|
|
[48.825489, 2.245416],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_687e240bb37f46e5a8d7dabbedbde4dc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_54409d3cb5d94ac096136ae11407f84d = $(`<div id="html_54409d3cb5d94ac096136ae11407f84d" style="width: 100.0%; height: 100.0%;">2 Rue Yves Kermen, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_687e240bb37f46e5a8d7dabbedbde4dc.setContent(html_54409d3cb5d94ac096136ae11407f84d);
|
|
|
|
|
|
circle_a4ec60c3e1e24548b3d59f6b760731cb.bindPopup(popup_687e240bb37f46e5a8d7dabbedbde4dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a4ec60c3e1e24548b3d59f6b760731cb.bindTooltip(
|
|
`<div>
|
|
Fratelli Pastore (#467) | n_orders=189
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_147aac8aecf4434bb812c94b2a7d4a53 = L.circle(
|
|
[48.827427, 2.240105],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5705293498434df78c348f8eb54ca740 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8db9b846b7c2447ca7a7e6215d142fe2 = $(`<div id="html_8db9b846b7c2447ca7a7e6215d142fe2" style="width: 100.0%; height: 100.0%;">5 Place Jules Guesde, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_5705293498434df78c348f8eb54ca740.setContent(html_8db9b846b7c2447ca7a7e6215d142fe2);
|
|
|
|
|
|
circle_147aac8aecf4434bb812c94b2a7d4a53.bindPopup(popup_5705293498434df78c348f8eb54ca740)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_147aac8aecf4434bb812c94b2a7d4a53.bindTooltip(
|
|
`<div>
|
|
Casero By Couleurs Tapas (#468) | n_orders=69
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c8736ff51856480a8f2510e854b942ba = L.circle(
|
|
[48.887913, 2.247625],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b3fc7982821c4d7797f57986d2a81aab = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3b0a729d3c45420f87fda18c06ac30bd = $(`<div id="html_3b0a729d3c45420f87fda18c06ac30bd" style="width: 100.0%; height: 100.0%;">35 Cours Michelet, 92800 Paris</div>`)[0];
|
|
popup_b3fc7982821c4d7797f57986d2a81aab.setContent(html_3b0a729d3c45420f87fda18c06ac30bd);
|
|
|
|
|
|
circle_c8736ff51856480a8f2510e854b942ba.bindPopup(popup_b3fc7982821c4d7797f57986d2a81aab)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c8736ff51856480a8f2510e854b942ba.bindTooltip(
|
|
`<div>
|
|
Ma Bento (#469) | n_orders=321
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_be66cf2e4e7941148115b565ea6d5adc = L.circle(
|
|
[48.879223, 2.314986],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2da0a109451e43b285577dc7d47be4d8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5bddeb7439604de7a2f6c3a591e52b3a = $(`<div id="html_5bddeb7439604de7a2f6c3a591e52b3a" style="width: 100.0%; height: 100.0%;">74 Boulevard Malesherbes, 75008 Paris</div>`)[0];
|
|
popup_2da0a109451e43b285577dc7d47be4d8.setContent(html_5bddeb7439604de7a2f6c3a591e52b3a);
|
|
|
|
|
|
circle_be66cf2e4e7941148115b565ea6d5adc.bindPopup(popup_2da0a109451e43b285577dc7d47be4d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_be66cf2e4e7941148115b565ea6d5adc.bindTooltip(
|
|
`<div>
|
|
Focaccina (#470) | n_orders=110
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_960627dbf2054bc6860367d25ac87da2 = L.circle(
|
|
[48.8466, 2.385385],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a9775867d9c34c2eb5e2b21464b52812 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5509a424c70f4d1089c2011f2ce5e55a = $(`<div id="html_5509a424c70f4d1089c2011f2ce5e55a" style="width: 100.0%; height: 100.0%;">9 Rue Rondelet, 75012 Paris</div>`)[0];
|
|
popup_a9775867d9c34c2eb5e2b21464b52812.setContent(html_5509a424c70f4d1089c2011f2ce5e55a);
|
|
|
|
|
|
circle_960627dbf2054bc6860367d25ac87da2.bindPopup(popup_a9775867d9c34c2eb5e2b21464b52812)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_960627dbf2054bc6860367d25ac87da2.bindTooltip(
|
|
`<div>
|
|
Il Forte (#472) | n_orders=40
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_528a9fc8efd84afc90b5c2c535233545 = L.circle(
|
|
[48.889751, 2.345947],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_559c19676c104506ae22d4cc7842a75b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_af3b6cabd5f64a26a0878ef598368853 = $(`<div id="html_af3b6cabd5f64a26a0878ef598368853" style="width: 100.0%; height: 100.0%;">38 Rue Ramey, 75018 Paris</div>`)[0];
|
|
popup_559c19676c104506ae22d4cc7842a75b.setContent(html_af3b6cabd5f64a26a0878ef598368853);
|
|
|
|
|
|
circle_528a9fc8efd84afc90b5c2c535233545.bindPopup(popup_559c19676c104506ae22d4cc7842a75b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_528a9fc8efd84afc90b5c2c535233545.bindTooltip(
|
|
`<div>
|
|
Ramey (#473) | n_orders=402
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_22ab595a0dd64ea5b075949696db2cc2 = L.circle(
|
|
[48.884758, 2.324811],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c41d74f7b0c64656b57b7329f1c97075 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_41c410fd59c544b3bfdf5f166644a40a = $(`<div id="html_41c410fd59c544b3bfdf5f166644a40a" style="width: 100.0%; height: 100.0%;">19 Rue Des Dames, 75017 Paris</div>`)[0];
|
|
popup_c41d74f7b0c64656b57b7329f1c97075.setContent(html_41c410fd59c544b3bfdf5f166644a40a);
|
|
|
|
|
|
circle_22ab595a0dd64ea5b075949696db2cc2.bindPopup(popup_c41d74f7b0c64656b57b7329f1c97075)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_22ab595a0dd64ea5b075949696db2cc2.bindTooltip(
|
|
`<div>
|
|
La Maffiosa (#474) | n_orders=167
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a5999b1f2da44471adbb471be483f887 = L.circle(
|
|
[48.872761, 2.364225],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_60b11b9965c04c108ecc871d998a9b46 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e6ea9e03ee7f4ae386ad8287bed44084 = $(`<div id="html_e6ea9e03ee7f4ae386ad8287bed44084" style="width: 100.0%; height: 100.0%;">49 Rue Bichat, 75010 Paris</div>`)[0];
|
|
popup_60b11b9965c04c108ecc871d998a9b46.setContent(html_e6ea9e03ee7f4ae386ad8287bed44084);
|
|
|
|
|
|
circle_a5999b1f2da44471adbb471be483f887.bindPopup(popup_60b11b9965c04c108ecc871d998a9b46)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a5999b1f2da44471adbb471be483f887.bindTooltip(
|
|
`<div>
|
|
American Kitchen (#475) | n_orders=74
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c8612a53927046519275fdee34f27747 = L.circle(
|
|
[48.880138, 2.294805],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f4b2973309904b3daa776ed3fb89ef5b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a246716a1e494d8ea378775c010c1f62 = $(`<div id="html_a246716a1e494d8ea378775c010c1f62" style="width: 100.0%; height: 100.0%;">14 Rue Laugier, 75017 Paris</div>`)[0];
|
|
popup_f4b2973309904b3daa776ed3fb89ef5b.setContent(html_a246716a1e494d8ea378775c010c1f62);
|
|
|
|
|
|
circle_c8612a53927046519275fdee34f27747.bindPopup(popup_f4b2973309904b3daa776ed3fb89ef5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c8612a53927046519275fdee34f27747.bindTooltip(
|
|
`<div>
|
|
Milanelo (#476) | n_orders=32
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4871dd596b224628acbfde3f2b1379f3 = L.circle(
|
|
[48.870903, 2.341623],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4bb923d605474b2c82ccfb4e5681b91c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_568fa8c17de647629881752686044b1a = $(`<div id="html_568fa8c17de647629881752686044b1a" style="width: 100.0%; height: 100.0%;">18 Passage Des Panoramas, 75002 Paris</div>`)[0];
|
|
popup_4bb923d605474b2c82ccfb4e5681b91c.setContent(html_568fa8c17de647629881752686044b1a);
|
|
|
|
|
|
circle_4871dd596b224628acbfde3f2b1379f3.bindPopup(popup_4bb923d605474b2c82ccfb4e5681b91c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4871dd596b224628acbfde3f2b1379f3.bindTooltip(
|
|
`<div>
|
|
Lo Zio (#477) | n_orders=158
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1030d95efd724d789fc665d310c25725 = L.circle(
|
|
[48.870777, 2.307318],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_349c6691a134447fb9ce9889d9172b3b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bd9c86cded3e451c85cfa7f3da6c559c = $(`<div id="html_bd9c86cded3e451c85cfa7f3da6c559c" style="width: 100.0%; height: 100.0%;">22 Rue De Ponthieu, 75008 Paris</div>`)[0];
|
|
popup_349c6691a134447fb9ce9889d9172b3b.setContent(html_bd9c86cded3e451c85cfa7f3da6c559c);
|
|
|
|
|
|
circle_1030d95efd724d789fc665d310c25725.bindPopup(popup_349c6691a134447fb9ce9889d9172b3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1030d95efd724d789fc665d310c25725.bindTooltip(
|
|
`<div>
|
|
Chez Diep (#478) | n_orders=539
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0d713b588d4d4fcba1e4a448a3db1ec0 = L.circle(
|
|
[48.827187, 2.235143],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6e9fd2f776434c86a717e9f88d9390c5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e126dd22c3724db783ae24aba3a90b0c = $(`<div id="html_e126dd22c3724db783ae24aba3a90b0c" style="width: 100.0%; height: 100.0%;">80 Avenue Pierre Lefaucheux, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_6e9fd2f776434c86a717e9f88d9390c5.setContent(html_e126dd22c3724db783ae24aba3a90b0c);
|
|
|
|
|
|
circle_0d713b588d4d4fcba1e4a448a3db1ec0.bindPopup(popup_6e9fd2f776434c86a717e9f88d9390c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0d713b588d4d4fcba1e4a448a3db1ec0.bindTooltip(
|
|
`<div>
|
|
Ankka - Boulogne (#480) | n_orders=66
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8e99763db05245e7b4d5ceec7147b1b1 = L.circle(
|
|
[48.875099, 2.318372],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2fd90a1c1b4245239f1da5dc2ccd2aa4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6c36d8efff2644b1b567a50565a2443a = $(`<div id="html_6c36d8efff2644b1b567a50565a2443a" style="width: 100.0%; height: 100.0%;">28 Rue De La Pepiniere, 75008 Paris</div>`)[0];
|
|
popup_2fd90a1c1b4245239f1da5dc2ccd2aa4.setContent(html_6c36d8efff2644b1b567a50565a2443a);
|
|
|
|
|
|
circle_8e99763db05245e7b4d5ceec7147b1b1.bindPopup(popup_2fd90a1c1b4245239f1da5dc2ccd2aa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8e99763db05245e7b4d5ceec7147b1b1.bindTooltip(
|
|
`<div>
|
|
Vivaio (#481) | n_orders=50
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b8e9005bb38a4a4a80ccc65f587d79ec = L.circle(
|
|
[48.831974, 2.376021],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f35fc1783df24072acd676556b216e3b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_53bf748bf82540099a7ce32fc12b5202 = $(`<div id="html_53bf748bf82540099a7ce32fc12b5202" style="width: 100.0%; height: 100.0%;">128 Avenue De France, 75013 Paris</div>`)[0];
|
|
popup_f35fc1783df24072acd676556b216e3b.setContent(html_53bf748bf82540099a7ce32fc12b5202);
|
|
|
|
|
|
circle_b8e9005bb38a4a4a80ccc65f587d79ec.bindPopup(popup_f35fc1783df24072acd676556b216e3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b8e9005bb38a4a4a80ccc65f587d79ec.bindTooltip(
|
|
`<div>
|
|
Restaurants #482, #1625 | n_orders=266
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e8ff9f2ba15740d3a16dc87f10251cbd = L.circle(
|
|
[48.879131, 2.361333],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cda50d8b34914f03a1a834b4a6534378 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_81faba3fc0c64c46b371eef967e8e5ee = $(`<div id="html_81faba3fc0c64c46b371eef967e8e5ee" style="width: 100.0%; height: 100.0%;">200 Rue Du Faubourg Saint-Martin, 75010 Paris</div>`)[0];
|
|
popup_cda50d8b34914f03a1a834b4a6534378.setContent(html_81faba3fc0c64c46b371eef967e8e5ee);
|
|
|
|
|
|
circle_e8ff9f2ba15740d3a16dc87f10251cbd.bindPopup(popup_cda50d8b34914f03a1a834b4a6534378)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e8ff9f2ba15740d3a16dc87f10251cbd.bindTooltip(
|
|
`<div>
|
|
O.B.U (#483) | n_orders=481
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f88d5104bc5b4a6b98470e3bace95cbf = L.circle(
|
|
[48.869431, 2.363634],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ce779b559f3d45099057981c2707a88a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7961998309394730bc4776a86e476e80 = $(`<div id="html_7961998309394730bc4776a86e476e80" style="width: 100.0%; height: 100.0%;">8 Rue Beaurepaire, 75010 Paris</div>`)[0];
|
|
popup_ce779b559f3d45099057981c2707a88a.setContent(html_7961998309394730bc4776a86e476e80);
|
|
|
|
|
|
circle_f88d5104bc5b4a6b98470e3bace95cbf.bindPopup(popup_ce779b559f3d45099057981c2707a88a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f88d5104bc5b4a6b98470e3bace95cbf.bindTooltip(
|
|
`<div>
|
|
Ari'S Bagels 10 (#484) | n_orders=318
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ebf4d848557f4fa0b281ae588f7143f1 = L.circle(
|
|
[48.870708, 2.326614],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b117e8a5754f47d8995a98654a341573 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c5fbd3a1a09f47878de8cb50e41ca68e = $(`<div id="html_c5fbd3a1a09f47878de8cb50e41ca68e" style="width: 100.0%; height: 100.0%;">7 Rue Godot De Mauroy, 75009 Paris</div>`)[0];
|
|
popup_b117e8a5754f47d8995a98654a341573.setContent(html_c5fbd3a1a09f47878de8cb50e41ca68e);
|
|
|
|
|
|
circle_ebf4d848557f4fa0b281ae588f7143f1.bindPopup(popup_b117e8a5754f47d8995a98654a341573)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ebf4d848557f4fa0b281ae588f7143f1.bindTooltip(
|
|
`<div>
|
|
Gallika (#485) | n_orders=317
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4845a09de55142ac88e396d4031fdcc7 = L.circle(
|
|
[48.857643, 2.36246],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_180d3e18d5224cf0a532907afd227f97 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_375973b1567d4ae683fb672843f085fa = $(`<div id="html_375973b1567d4ae683fb672843f085fa" style="width: 100.0%; height: 100.0%;">40 Rue De Turenne, 75003 Paris</div>`)[0];
|
|
popup_180d3e18d5224cf0a532907afd227f97.setContent(html_375973b1567d4ae683fb672843f085fa);
|
|
|
|
|
|
circle_4845a09de55142ac88e396d4031fdcc7.bindPopup(popup_180d3e18d5224cf0a532907afd227f97)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4845a09de55142ac88e396d4031fdcc7.bindTooltip(
|
|
`<div>
|
|
O'Pariz (#486) | n_orders=17
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_82beecc5f70e471c9fdd2f84f0d48da0 = L.circle(
|
|
[48.866013, 2.282242],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b77027a054bd488e9e050e1e41a11309 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_847b767660c3454b9876da5ce32a1007 = $(`<div id="html_847b767660c3454b9876da5ce32a1007" style="width: 100.0%; height: 100.0%;">92 Rue De Longchamp, 75116 Paris</div>`)[0];
|
|
popup_b77027a054bd488e9e050e1e41a11309.setContent(html_847b767660c3454b9876da5ce32a1007);
|
|
|
|
|
|
circle_82beecc5f70e471c9fdd2f84f0d48da0.bindPopup(popup_b77027a054bd488e9e050e1e41a11309)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_82beecc5f70e471c9fdd2f84f0d48da0.bindTooltip(
|
|
`<div>
|
|
La Petite Presqu'Ile (#487) | n_orders=240
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cade171e937347179398cfcae1336a69 = L.circle(
|
|
[48.840893, 2.328753],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_de271050c4dc4390ad5e0cb5fa31589d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_54e9511a020d4ae38e07a1308d840546 = $(`<div id="html_54e9511a020d4ae38e07a1308d840546" style="width: 100.0%; height: 100.0%;">5 Rue Leopold Robert, 75014 Paris</div>`)[0];
|
|
popup_de271050c4dc4390ad5e0cb5fa31589d.setContent(html_54e9511a020d4ae38e07a1308d840546);
|
|
|
|
|
|
circle_cade171e937347179398cfcae1336a69.bindPopup(popup_de271050c4dc4390ad5e0cb5fa31589d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cade171e937347179398cfcae1336a69.bindTooltip(
|
|
`<div>
|
|
Il Barone (#488) | n_orders=6
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f12c9bc694464b3a9516e89d6213034c = L.circle(
|
|
[48.839191, 2.300834],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8991775918ed47aa90f2193abd305403 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e87c4e9deea6432c9311704cd0ae2a81 = $(`<div id="html_e87c4e9deea6432c9311704cd0ae2a81" style="width: 100.0%; height: 100.0%;">291 Rue De Vaugirard, 75015 Paris</div>`)[0];
|
|
popup_8991775918ed47aa90f2193abd305403.setContent(html_e87c4e9deea6432c9311704cd0ae2a81);
|
|
|
|
|
|
circle_f12c9bc694464b3a9516e89d6213034c.bindPopup(popup_8991775918ed47aa90f2193abd305403)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f12c9bc694464b3a9516e89d6213034c.bindTooltip(
|
|
`<div>
|
|
Les Vignes Du Liban (#490) | n_orders=313
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_581507c56d054e939699dd762c487a86 = L.circle(
|
|
[48.859318, 2.346662],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a00ec604c7524f73b1c69d70d10d0688 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b746368616bd47ef8d944018b648f6ab = $(`<div id="html_b746368616bd47ef8d944018b648f6ab" style="width: 100.0%; height: 100.0%;">12 Boulevard Sebastopol, 75001 Paris</div>`)[0];
|
|
popup_a00ec604c7524f73b1c69d70d10d0688.setContent(html_b746368616bd47ef8d944018b648f6ab);
|
|
|
|
|
|
circle_581507c56d054e939699dd762c487a86.bindPopup(popup_a00ec604c7524f73b1c69d70d10d0688)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_581507c56d054e939699dd762c487a86.bindTooltip(
|
|
`<div>
|
|
Le Siam (#491) | n_orders=29
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fb3967756d79407c9cef947b6db735c2 = L.circle(
|
|
[48.865887, 2.396025],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_74fe8a6219d3452ab0940b40a4dc2d42 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_58f4c68cb893453eb4a8ccf677392832 = $(`<div id="html_58f4c68cb893453eb4a8ccf677392832" style="width: 100.0%; height: 100.0%;">19 Rue Des Gatines, 75020 Paris</div>`)[0];
|
|
popup_74fe8a6219d3452ab0940b40a4dc2d42.setContent(html_58f4c68cb893453eb4a8ccf677392832);
|
|
|
|
|
|
circle_fb3967756d79407c9cef947b6db735c2.bindPopup(popup_74fe8a6219d3452ab0940b40a4dc2d42)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fb3967756d79407c9cef947b6db735c2.bindTooltip(
|
|
`<div>
|
|
Au Bon Coin (#492) | n_orders=217
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b11ecbedf69743a5a19cf275ed82b3b1 = L.circle(
|
|
[48.88969, 2.332495],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2746bc7a68b0484cad40b71504cf8bd0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4860d75d3b9a4fceb9e58ab51da87933 = $(`<div id="html_4860d75d3b9a4fceb9e58ab51da87933" style="width: 100.0%; height: 100.0%;">57 Rue Caulaincourt, 75018 Paris</div>`)[0];
|
|
popup_2746bc7a68b0484cad40b71504cf8bd0.setContent(html_4860d75d3b9a4fceb9e58ab51da87933);
|
|
|
|
|
|
circle_b11ecbedf69743a5a19cf275ed82b3b1.bindPopup(popup_2746bc7a68b0484cad40b71504cf8bd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b11ecbedf69743a5a19cf275ed82b3b1.bindTooltip(
|
|
`<div>
|
|
Aname (#493) | n_orders=1071
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_da7f88122f8840b99b50c5a3306095fa = L.circle(
|
|
[48.884892, 2.328072],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6e84bf5ba38049ee9e99ef39e2286179 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2e3c67a681cb4c76ae38a8473184b1cd = $(`<div id="html_2e3c67a681cb4c76ae38a8473184b1cd" style="width: 100.0%; height: 100.0%;">4 Rue Caulaincourt, 75018 Paris</div>`)[0];
|
|
popup_6e84bf5ba38049ee9e99ef39e2286179.setContent(html_2e3c67a681cb4c76ae38a8473184b1cd);
|
|
|
|
|
|
circle_da7f88122f8840b99b50c5a3306095fa.bindPopup(popup_6e84bf5ba38049ee9e99ef39e2286179)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_da7f88122f8840b99b50c5a3306095fa.bindTooltip(
|
|
`<div>
|
|
Le Grand Phenicien (#494) | n_orders=1238
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1930bf17e53b428db1d1c04756f4d41f = L.circle(
|
|
[48.883324, 2.264012],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_56da84cb5fef4a3d965a781c77bfa931 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f916516fe5874450b241207ce8c236e6 = $(`<div id="html_f916516fe5874450b241207ce8c236e6" style="width: 100.0%; height: 100.0%;">130 Bis Avenue Charles De Gaulle, 92200 Paris</div>`)[0];
|
|
popup_56da84cb5fef4a3d965a781c77bfa931.setContent(html_f916516fe5874450b241207ce8c236e6);
|
|
|
|
|
|
circle_1930bf17e53b428db1d1c04756f4d41f.bindPopup(popup_56da84cb5fef4a3d965a781c77bfa931)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1930bf17e53b428db1d1c04756f4d41f.bindTooltip(
|
|
`<div>
|
|
Bagel Corner Neuilly (#495) | n_orders=209
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2dff5e684acc490c8f912688ddeb5f4f = L.circle(
|
|
[48.879971, 2.343345],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_233dfbb240af477fb40a27c2af674c8f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6cb90c442b7f4f82963cef80e6681ca9 = $(`<div id="html_6cb90c442b7f4f82963cef80e6681ca9" style="width: 100.0%; height: 100.0%;">47 Rue Condorcet, 75009 Paris</div>`)[0];
|
|
popup_233dfbb240af477fb40a27c2af674c8f.setContent(html_6cb90c442b7f4f82963cef80e6681ca9);
|
|
|
|
|
|
circle_2dff5e684acc490c8f912688ddeb5f4f.bindPopup(popup_233dfbb240af477fb40a27c2af674c8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2dff5e684acc490c8f912688ddeb5f4f.bindTooltip(
|
|
`<div>
|
|
Gyoza Shop (#496) | n_orders=75
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f88a17a0628e48b6aaa6573ce89cb6db = L.circle(
|
|
[48.877827, 2.320307],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_88d659af9f504b298daf74e06207c896 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5f13bc271aa149b396f6566b2f52d938 = $(`<div id="html_5f13bc271aa149b396f6566b2f52d938" style="width: 100.0%; height: 100.0%;">43 Rue Du Rocher, 75008 Paris</div>`)[0];
|
|
popup_88d659af9f504b298daf74e06207c896.setContent(html_5f13bc271aa149b396f6566b2f52d938);
|
|
|
|
|
|
circle_f88a17a0628e48b6aaa6573ce89cb6db.bindPopup(popup_88d659af9f504b298daf74e06207c896)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f88a17a0628e48b6aaa6573ce89cb6db.bindTooltip(
|
|
`<div>
|
|
La Grande Cave Du Petit Ballon (#498) | n_orders=6
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a86858bd85514d0bb963b26327d25b84 = L.circle(
|
|
[48.85112, 2.347796],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ad948c64a16b468a84c849c8779fcb19 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f582f57278164036b1fc40bc9484de1a = $(`<div id="html_f582f57278164036b1fc40bc9484de1a" style="width: 100.0%; height: 100.0%;">25 Rue Galande, 75005 Paris</div>`)[0];
|
|
popup_ad948c64a16b468a84c849c8779fcb19.setContent(html_f582f57278164036b1fc40bc9484de1a);
|
|
|
|
|
|
circle_a86858bd85514d0bb963b26327d25b84.bindPopup(popup_ad948c64a16b468a84c849c8779fcb19)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a86858bd85514d0bb963b26327d25b84.bindTooltip(
|
|
`<div>
|
|
Krishna Bhavan Rive Gauche (#499) | n_orders=136
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d27da63c049d4a96a05b1ac33045e5e4 = L.circle(
|
|
[48.823128, 2.258441],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1e80288379a9401d91de122b33a3bc9c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_47ed76b705194a4d96affd0daa918157 = $(`<div id="html_47ed76b705194a4d96affd0daa918157" style="width: 100.0%; height: 100.0%;">16 Rue Rene Jacques, 92130 Issy-Les-Moulineaux, 92130 Issy-Les-Moulineaux</div>`)[0];
|
|
popup_1e80288379a9401d91de122b33a3bc9c.setContent(html_47ed76b705194a4d96affd0daa918157);
|
|
|
|
|
|
circle_d27da63c049d4a96a05b1ac33045e5e4.bindPopup(popup_1e80288379a9401d91de122b33a3bc9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d27da63c049d4a96a05b1ac33045e5e4.bindTooltip(
|
|
`<div>
|
|
Le Libanais D'Issy (#500) | n_orders=199
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5253b00b4e53497fbfc8a73864a4a937 = L.circle(
|
|
[48.85791, 2.366191],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_794d876b574f4c4aae9ce1629b42a841 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cc05fb343e4144e585f1a6d6cfae82c1 = $(`<div id="html_cc05fb343e4144e585f1a6d6cfae82c1" style="width: 100.0%; height: 100.0%;">62 Boulevard Beaumarchais, 75003 Paris</div>`)[0];
|
|
popup_794d876b574f4c4aae9ce1629b42a841.setContent(html_cc05fb343e4144e585f1a6d6cfae82c1);
|
|
|
|
|
|
circle_5253b00b4e53497fbfc8a73864a4a937.bindPopup(popup_794d876b574f4c4aae9ce1629b42a841)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5253b00b4e53497fbfc8a73864a4a937.bindTooltip(
|
|
`<div>
|
|
Caffe Creole (#501) | n_orders=184
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6c95f7827c1f441d9616b1399e8d639d = L.circle(
|
|
[48.860264, 2.300711],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a3e5fe0d449b4d4f9f50679237d064bd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6f45c14b71eb49d8a4480236b3c7557f = $(`<div id="html_6f45c14b71eb49d8a4480236b3c7557f" style="width: 100.0%; height: 100.0%;">12, Avenue Rapp, 75007 Paris</div>`)[0];
|
|
popup_a3e5fe0d449b4d4f9f50679237d064bd.setContent(html_6f45c14b71eb49d8a4480236b3c7557f);
|
|
|
|
|
|
circle_6c95f7827c1f441d9616b1399e8d639d.bindPopup(popup_a3e5fe0d449b4d4f9f50679237d064bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6c95f7827c1f441d9616b1399e8d639d.bindTooltip(
|
|
`<div>
|
|
New Jawad (#502) | n_orders=24
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a69ccc6e11554ec4a66cfe179c460920 = L.circle(
|
|
[48.888779, 2.332471],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2265c8fa077c4d28b13ae8a1a6fb2fa0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_555739e787404e47b12f217a4c030240 = $(`<div id="html_555739e787404e47b12f217a4c030240" style="width: 100.0%; height: 100.0%;">46 Rue Caulaincourt, 75018 Paris</div>`)[0];
|
|
popup_2265c8fa077c4d28b13ae8a1a6fb2fa0.setContent(html_555739e787404e47b12f217a4c030240);
|
|
|
|
|
|
circle_a69ccc6e11554ec4a66cfe179c460920.bindPopup(popup_2265c8fa077c4d28b13ae8a1a6fb2fa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a69ccc6e11554ec4a66cfe179c460920.bindTooltip(
|
|
`<div>
|
|
Mastino (#503) | n_orders=907
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_acaf3f8e1759405a88729ce6e66052e0 = L.circle(
|
|
[48.881889, 2.280188],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2581385fb6414cd9b44c735de357bd53 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_178d8efe264d4560a4bcbeffcc375851 = $(`<div id="html_178d8efe264d4560a4bcbeffcc375851" style="width: 100.0%; height: 100.0%;">1 Bis Rue Parmentier, 92200 Neuilly-Sur-Seine</div>`)[0];
|
|
popup_2581385fb6414cd9b44c735de357bd53.setContent(html_178d8efe264d4560a4bcbeffcc375851);
|
|
|
|
|
|
circle_acaf3f8e1759405a88729ce6e66052e0.bindPopup(popup_2581385fb6414cd9b44c735de357bd53)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_acaf3f8e1759405a88729ce6e66052e0.bindTooltip(
|
|
`<div>
|
|
Chez Momo (#505) | n_orders=51
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fae5a85c6a4c4674b1f76c3326d6b591 = L.circle(
|
|
[48.849388, 2.292419],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_141c2d6b4e344c1186f165811e15a827 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_20dac6bf060d4563ab2ee39ee02dedab = $(`<div id="html_20dac6bf060d4563ab2ee39ee02dedab" style="width: 100.0%; height: 100.0%;">15 Rue Violet, 75015 Paris, 75015 Paris</div>`)[0];
|
|
popup_141c2d6b4e344c1186f165811e15a827.setContent(html_20dac6bf060d4563ab2ee39ee02dedab);
|
|
|
|
|
|
circle_fae5a85c6a4c4674b1f76c3326d6b591.bindPopup(popup_141c2d6b4e344c1186f165811e15a827)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fae5a85c6a4c4674b1f76c3326d6b591.bindTooltip(
|
|
`<div>
|
|
La Maison De La Mozzarella (#506) | n_orders=125
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_32ae333629e847a8b02a1ebc107e3797 = L.circle(
|
|
[48.867702, 2.332671],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0a70cf60e79d439995aacf53b90dae28 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8906c723c3e341c09fa8dd3bebef3a6f = $(`<div id="html_8906c723c3e341c09fa8dd3bebef3a6f" style="width: 100.0%; height: 100.0%;">11 Rue Danielle Casanova, 75002 Paris</div>`)[0];
|
|
popup_0a70cf60e79d439995aacf53b90dae28.setContent(html_8906c723c3e341c09fa8dd3bebef3a6f);
|
|
|
|
|
|
circle_32ae333629e847a8b02a1ebc107e3797.bindPopup(popup_0a70cf60e79d439995aacf53b90dae28)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_32ae333629e847a8b02a1ebc107e3797.bindTooltip(
|
|
`<div>
|
|
Mipi (#507) | n_orders=286
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bb1848fb141a4058a706dc61130c36fd = L.circle(
|
|
[48.870953, 2.343052],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6f2db73e0a84468ea95788a00f8bf5df = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_29ce14abc4a14207a015798ac08f2cf7 = $(`<div id="html_29ce14abc4a14207a015798ac08f2cf7" style="width: 100.0%; height: 100.0%;">174 Rue Montmartre, 75002 Paris</div>`)[0];
|
|
popup_6f2db73e0a84468ea95788a00f8bf5df.setContent(html_29ce14abc4a14207a015798ac08f2cf7);
|
|
|
|
|
|
circle_bb1848fb141a4058a706dc61130c36fd.bindPopup(popup_6f2db73e0a84468ea95788a00f8bf5df)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bb1848fb141a4058a706dc61130c36fd.bindTooltip(
|
|
`<div>
|
|
Circonstances (#508) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bf998b32df274f51863c29d75fe1801b = L.circle(
|
|
[48.879654, 2.324745],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8a351434664542a0a9882ced7f86c36b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3e18aaeccc8445cd95b94ef9e2264fc0 = $(`<div id="html_3e18aaeccc8445cd95b94ef9e2264fc0" style="width: 100.0%; height: 100.0%;">1 Rue De Moscou, 75008 Paris</div>`)[0];
|
|
popup_8a351434664542a0a9882ced7f86c36b.setContent(html_3e18aaeccc8445cd95b94ef9e2264fc0);
|
|
|
|
|
|
circle_bf998b32df274f51863c29d75fe1801b.bindPopup(popup_8a351434664542a0a9882ced7f86c36b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bf998b32df274f51863c29d75fe1801b.bindTooltip(
|
|
`<div>
|
|
Maison De Kongfuzi (#510) | n_orders=44
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6fe019d1e5154cb4a59919629092ede7 = L.circle(
|
|
[48.890499, 2.321159],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e8937fb383494591bdf11a2488c384b9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_03f474167af949ab9b73353084442715 = $(`<div id="html_03f474167af949ab9b73353084442715" style="width: 100.0%; height: 100.0%;">60 Rue Des Moines, 75017 Paris</div>`)[0];
|
|
popup_e8937fb383494591bdf11a2488c384b9.setContent(html_03f474167af949ab9b73353084442715);
|
|
|
|
|
|
circle_6fe019d1e5154cb4a59919629092ede7.bindPopup(popup_e8937fb383494591bdf11a2488c384b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6fe019d1e5154cb4a59919629092ede7.bindTooltip(
|
|
`<div>
|
|
Bistrot Le H (#512) | n_orders=394
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_33b8514001b0490893eec9535af91d01 = L.circle(
|
|
[48.882366, 2.293532],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_76d83786c58643bba32f1cf79c77d00f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dcb5516355e54c9f91e6c6b15caab908 = $(`<div id="html_dcb5516355e54c9f91e6c6b15caab908" style="width: 100.0%; height: 100.0%;">73 Avenue Niel, 75017 Paris</div>`)[0];
|
|
popup_76d83786c58643bba32f1cf79c77d00f.setContent(html_dcb5516355e54c9f91e6c6b15caab908);
|
|
|
|
|
|
circle_33b8514001b0490893eec9535af91d01.bindPopup(popup_76d83786c58643bba32f1cf79c77d00f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_33b8514001b0490893eec9535af91d01.bindTooltip(
|
|
`<div>
|
|
Aux Saveurs Du Marche (#513) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eb83763771d74f4e9a3f6d9ed5c6efab = L.circle(
|
|
[48.88406, 2.265582],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fd32dfa77d664a25b2c7cb7680fb094c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_32eedb7e188e4a06b4fbfdd82e3fd792 = $(`<div id="html_32eedb7e188e4a06b4fbfdd82e3fd792" style="width: 100.0%; height: 100.0%;">3 Rue Des Huissiers, 92200 Puteaux</div>`)[0];
|
|
popup_fd32dfa77d664a25b2c7cb7680fb094c.setContent(html_32eedb7e188e4a06b4fbfdd82e3fd792);
|
|
|
|
|
|
circle_eb83763771d74f4e9a3f6d9ed5c6efab.bindPopup(popup_fd32dfa77d664a25b2c7cb7680fb094c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eb83763771d74f4e9a3f6d9ed5c6efab.bindTooltip(
|
|
`<div>
|
|
Tommasino (#514) | n_orders=274
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8e03317f92514f848118667f68917171 = L.circle(
|
|
[48.835205, 2.288436],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_93603aa2760448848f0f1ab0b31a863d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_beeacbd53a7e4e71982d01df615ef7cd = $(`<div id="html_beeacbd53a7e4e71982d01df615ef7cd" style="width: 100.0%; height: 100.0%;">8 Rue Du Hameau, 75015 Paris</div>`)[0];
|
|
popup_93603aa2760448848f0f1ab0b31a863d.setContent(html_beeacbd53a7e4e71982d01df615ef7cd);
|
|
|
|
|
|
circle_8e03317f92514f848118667f68917171.bindPopup(popup_93603aa2760448848f0f1ab0b31a863d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8e03317f92514f848118667f68917171.bindTooltip(
|
|
`<div>
|
|
Amo (#515) | n_orders=765
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_77c44aad197d42478bbfa6319c38920f = L.circle(
|
|
[48.836021, 2.356232],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bcd908dc95c34b88970b9a11817c52e5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d1477b1066004e70b5ce5c55a73e8433 = $(`<div id="html_d1477b1066004e70b5ce5c55a73e8433" style="width: 100.0%; height: 100.0%;">104 Boulevard L'Hospital, 75013 Paris</div>`)[0];
|
|
popup_bcd908dc95c34b88970b9a11817c52e5.setContent(html_d1477b1066004e70b5ce5c55a73e8433);
|
|
|
|
|
|
circle_77c44aad197d42478bbfa6319c38920f.bindPopup(popup_bcd908dc95c34b88970b9a11817c52e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_77c44aad197d42478bbfa6319c38920f.bindTooltip(
|
|
`<div>
|
|
Royal Bombay (#516) | n_orders=286
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_78dee55ad767492fa04f2e91ca8029e5 = L.circle(
|
|
[48.86586, 2.350833],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bbfa1395296744479623bdd2f8f95b71 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_67bf9fda4851480b9acd52791fea2643 = $(`<div id="html_67bf9fda4851480b9acd52791fea2643" style="width: 100.0%; height: 100.0%;">162 Rue Saint-Denis, 75001 Paris</div>`)[0];
|
|
popup_bbfa1395296744479623bdd2f8f95b71.setContent(html_67bf9fda4851480b9acd52791fea2643);
|
|
|
|
|
|
circle_78dee55ad767492fa04f2e91ca8029e5.bindPopup(popup_bbfa1395296744479623bdd2f8f95b71)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_78dee55ad767492fa04f2e91ca8029e5.bindTooltip(
|
|
`<div>
|
|
Noodles Atelier (#517) | n_orders=27
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1f15f50bc0184ebbb57d71a59c36aed1 = L.circle(
|
|
[48.833691, 2.242722],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_22f9c3c5ae0f444f9109f7e24edf2c81 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_482c652dc0a944f6944d3c75095aabac = $(`<div id="html_482c652dc0a944f6944d3c75095aabac" style="width: 100.0%; height: 100.0%;">97 Avenue Edouard Vaillant, 92100 Boulogne, 92100 Paris</div>`)[0];
|
|
popup_22f9c3c5ae0f444f9109f7e24edf2c81.setContent(html_482c652dc0a944f6944d3c75095aabac);
|
|
|
|
|
|
circle_1f15f50bc0184ebbb57d71a59c36aed1.bindPopup(popup_22f9c3c5ae0f444f9109f7e24edf2c81)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1f15f50bc0184ebbb57d71a59c36aed1.bindTooltip(
|
|
`<div>
|
|
Le Comptoir Boulogne (#518) | n_orders=276
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_605f5c9482a249f4aa4386253021a19d = L.circle(
|
|
[48.87434, 2.332867],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_011afead3130478f84cc814f434062e7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_213097a338e2428d92f5d2c9c5ae9335 = $(`<div id="html_213097a338e2428d92f5d2c9c5ae9335" style="width: 100.0%; height: 100.0%;">50 Rue De Provence, 75009 Paris</div>`)[0];
|
|
popup_011afead3130478f84cc814f434062e7.setContent(html_213097a338e2428d92f5d2c9c5ae9335);
|
|
|
|
|
|
circle_605f5c9482a249f4aa4386253021a19d.bindPopup(popup_011afead3130478f84cc814f434062e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_605f5c9482a249f4aa4386253021a19d.bindTooltip(
|
|
`<div>
|
|
It Rocks Burgers (#519) | n_orders=386
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a3ad3d689e3a46a18d9575e7cb98dce2 = L.circle(
|
|
[48.877529, 2.295119],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4bd142c2e50c403b8f30957cd4b7e02c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d51ffe298b7444e8b38c627ab9c4d890 = $(`<div id="html_d51ffe298b7444e8b38c627ab9c4d890" style="width: 100.0%; height: 100.0%;">47 Avenue De Wagram, 75017 Paris</div>`)[0];
|
|
popup_4bd142c2e50c403b8f30957cd4b7e02c.setContent(html_d51ffe298b7444e8b38c627ab9c4d890);
|
|
|
|
|
|
circle_a3ad3d689e3a46a18d9575e7cb98dce2.bindPopup(popup_4bd142c2e50c403b8f30957cd4b7e02c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a3ad3d689e3a46a18d9575e7cb98dce2.bindTooltip(
|
|
`<div>
|
|
Place To (#520) | n_orders=789
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8f84a1a2f42a464e9b3d19478fc68f84 = L.circle(
|
|
[48.859673, 2.306332],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3b307499c8ee4720ac6a8904953f7f52 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1fe0a6f5ec37479a8cb2f9aac4a8a5c7 = $(`<div id="html_1fe0a6f5ec37479a8cb2f9aac4a8a5c7" style="width: 100.0%; height: 100.0%;">37 Rue Malar, 75007 Paris</div>`)[0];
|
|
popup_3b307499c8ee4720ac6a8904953f7f52.setContent(html_1fe0a6f5ec37479a8cb2f9aac4a8a5c7);
|
|
|
|
|
|
circle_8f84a1a2f42a464e9b3d19478fc68f84.bindPopup(popup_3b307499c8ee4720ac6a8904953f7f52)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8f84a1a2f42a464e9b3d19478fc68f84.bindTooltip(
|
|
`<div>
|
|
Truffes Folies (#521) | n_orders=151
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4dbfa9242faa43348aa06ece45e0bd56 = L.circle(
|
|
[48.879807, 2.335526],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e74388788c434e04a8795a8b696cf8f6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ff2d8750178446819a5d6d73e2013f11 = $(`<div id="html_ff2d8750178446819a5d6d73e2013f11" style="width: 100.0%; height: 100.0%;">51 Rue Notre-Dame De Lorette, 75009 Paris</div>`)[0];
|
|
popup_e74388788c434e04a8795a8b696cf8f6.setContent(html_ff2d8750178446819a5d6d73e2013f11);
|
|
|
|
|
|
circle_4dbfa9242faa43348aa06ece45e0bd56.bindPopup(popup_e74388788c434e04a8795a8b696cf8f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4dbfa9242faa43348aa06ece45e0bd56.bindTooltip(
|
|
`<div>
|
|
L'Affineur Affine (#522) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_33951b2ad88f49b59218878e3f376207 = L.circle(
|
|
[48.88147, 2.341393],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_76f1382432c343fdbbe9761672926094 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_618277249ceb4d0e999c831ed2a7bcef = $(`<div id="html_618277249ceb4d0e999c831ed2a7bcef" style="width: 100.0%; height: 100.0%;">22 Avenue Trudaine, 75009 Paris</div>`)[0];
|
|
popup_76f1382432c343fdbbe9761672926094.setContent(html_618277249ceb4d0e999c831ed2a7bcef);
|
|
|
|
|
|
circle_33951b2ad88f49b59218878e3f376207.bindPopup(popup_76f1382432c343fdbbe9761672926094)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_33951b2ad88f49b59218878e3f376207.bindTooltip(
|
|
`<div>
|
|
La Pizzetta (#523) | n_orders=355
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_534659ed8d5942c2a75a43414d7816ad = L.circle(
|
|
[48.875282, 2.343398],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_dc7fcbebcef64bce96cd7d62f7930b80 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fbfb47be72dd48968d50a4738e710d72 = $(`<div id="html_fbfb47be72dd48968d50a4738e710d72" style="width: 100.0%; height: 100.0%;">22 Rue Cadet, 75009 Paris</div>`)[0];
|
|
popup_dc7fcbebcef64bce96cd7d62f7930b80.setContent(html_fbfb47be72dd48968d50a4738e710d72);
|
|
|
|
|
|
circle_534659ed8d5942c2a75a43414d7816ad.bindPopup(popup_dc7fcbebcef64bce96cd7d62f7930b80)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_534659ed8d5942c2a75a43414d7816ad.bindTooltip(
|
|
`<div>
|
|
Arcimboldo (#525) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_88d0d234ce964639825e48afbfb9b963 = L.circle(
|
|
[48.857441, 2.303353],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_677068cb8f634f47842df92e3f0b686c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bcce840192a949c8bf6c9f1bd4f48828 = $(`<div id="html_bcce840192a949c8bf6c9f1bd4f48828" style="width: 100.0%; height: 100.0%;">167 Rue De Grenelle, 75007 Paris</div>`)[0];
|
|
popup_677068cb8f634f47842df92e3f0b686c.setContent(html_bcce840192a949c8bf6c9f1bd4f48828);
|
|
|
|
|
|
circle_88d0d234ce964639825e48afbfb9b963.bindPopup(popup_677068cb8f634f47842df92e3f0b686c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_88d0d234ce964639825e48afbfb9b963.bindTooltip(
|
|
`<div>
|
|
Le Den (#526) | n_orders=45
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f5c685e9cf3b47fb9ae5f5bb5cb3f1cb = L.circle(
|
|
[48.85648, 2.375712],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b6cfa4aef8ae42199257892d32bcd483 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_aaa7220d2fbd4999985f98980f3dbf81 = $(`<div id="html_aaa7220d2fbd4999985f98980f3dbf81" style="width: 100.0%; height: 100.0%;">51 Rue Basfroi, 75011 Paris</div>`)[0];
|
|
popup_b6cfa4aef8ae42199257892d32bcd483.setContent(html_aaa7220d2fbd4999985f98980f3dbf81);
|
|
|
|
|
|
circle_f5c685e9cf3b47fb9ae5f5bb5cb3f1cb.bindPopup(popup_b6cfa4aef8ae42199257892d32bcd483)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f5c685e9cf3b47fb9ae5f5bb5cb3f1cb.bindTooltip(
|
|
`<div>
|
|
Bombolo' (#527) | n_orders=521
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e4e1471bce6a457992f4b16b3a4273db = L.circle(
|
|
[48.851269, 2.34601],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9b2aa6a607f745d6b6a164fe366bed24 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_efcf8c921f91440687a64be3821ba4ba = $(`<div id="html_efcf8c921f91440687a64be3821ba4ba" style="width: 100.0%; height: 100.0%;">31 Rue Saint Jacques, 75005 Paris</div>`)[0];
|
|
popup_9b2aa6a607f745d6b6a164fe366bed24.setContent(html_efcf8c921f91440687a64be3821ba4ba);
|
|
|
|
|
|
circle_e4e1471bce6a457992f4b16b3a4273db.bindPopup(popup_9b2aa6a607f745d6b6a164fe366bed24)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e4e1471bce6a457992f4b16b3a4273db.bindTooltip(
|
|
`<div>
|
|
Himalaya Tibet (#528) | n_orders=138
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_59688300433d45829f4cd62dbb9c0469 = L.circle(
|
|
[48.859074, 2.367264],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_06cc70ab368747018b43e3c6c62956b5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_176a361b46484867ad1c586ec4870a37 = $(`<div id="html_176a361b46484867ad1c586ec4870a37" style="width: 100.0%; height: 100.0%;">89 Boulevard Beaumarchais, 75003 Paris</div>`)[0];
|
|
popup_06cc70ab368747018b43e3c6c62956b5.setContent(html_176a361b46484867ad1c586ec4870a37);
|
|
|
|
|
|
circle_59688300433d45829f4cd62dbb9c0469.bindPopup(popup_06cc70ab368747018b43e3c6c62956b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_59688300433d45829f4cd62dbb9c0469.bindTooltip(
|
|
`<div>
|
|
400 Gr (#529) | n_orders=76
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3e4d0fcbc9e14fc2a76e7bd9591a1585 = L.circle(
|
|
[48.88438, 2.324377],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bcffd7f202e94c9d8fdce020d241ba04 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b6195693fc644c2daf7fb4796045d065 = $(`<div id="html_b6195693fc644c2daf7fb4796045d065" style="width: 100.0%; height: 100.0%;">25 Rue Des Dames, 75017 Paris</div>`)[0];
|
|
popup_bcffd7f202e94c9d8fdce020d241ba04.setContent(html_b6195693fc644c2daf7fb4796045d065);
|
|
|
|
|
|
circle_3e4d0fcbc9e14fc2a76e7bd9591a1585.bindPopup(popup_bcffd7f202e94c9d8fdce020d241ba04)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3e4d0fcbc9e14fc2a76e7bd9591a1585.bindTooltip(
|
|
`<div>
|
|
Resto Des Dames (#530) | n_orders=790
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ab06cedc554541758eb39f5616ffda63 = L.circle(
|
|
[48.856785, 2.317443],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_05b95b37896a4c0ca60f6e8c8c483ace = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d54cb6bedec548d6b3c8563774b7117b = $(`<div id="html_d54cb6bedec548d6b3c8563774b7117b" style="width: 100.0%; height: 100.0%;">Rue De Bourgogne 45, 75007 Paris</div>`)[0];
|
|
popup_05b95b37896a4c0ca60f6e8c8c483ace.setContent(html_d54cb6bedec548d6b3c8563774b7117b);
|
|
|
|
|
|
circle_ab06cedc554541758eb39f5616ffda63.bindPopup(popup_05b95b37896a4c0ca60f6e8c8c483ace)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ab06cedc554541758eb39f5616ffda63.bindTooltip(
|
|
`<div>
|
|
Le Lotus Blanc (#634) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_63c428f51e494544a8ee0461656e6a9b = L.circle(
|
|
[48.850395, 2.370104],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5e4af289bf55404a9f630d7e7c2c295a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_701de4ce46b24374bfc7998b82b4c76d = $(`<div id="html_701de4ce46b24374bfc7998b82b4c76d" style="width: 100.0%; height: 100.0%;">59 Rue De Lyon, 75012 Paris</div>`)[0];
|
|
popup_5e4af289bf55404a9f630d7e7c2c295a.setContent(html_701de4ce46b24374bfc7998b82b4c76d);
|
|
|
|
|
|
circle_63c428f51e494544a8ee0461656e6a9b.bindPopup(popup_5e4af289bf55404a9f630d7e7c2c295a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_63c428f51e494544a8ee0461656e6a9b.bindTooltip(
|
|
`<div>
|
|
Izakaya (#531) | n_orders=915
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_28d761563185431db3d671487c7554cc = L.circle(
|
|
[48.851852, 2.39821],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_04637e55ff0a4389babeb697401a3131 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_845943cf0ed243a3b0ea8f7e6e0e7146 = $(`<div id="html_845943cf0ed243a3b0ea8f7e6e0e7146" style="width: 100.0%; height: 100.0%;">52 Boulevard De Charonne, 75020 Paris</div>`)[0];
|
|
popup_04637e55ff0a4389babeb697401a3131.setContent(html_845943cf0ed243a3b0ea8f7e6e0e7146);
|
|
|
|
|
|
circle_28d761563185431db3d671487c7554cc.bindPopup(popup_04637e55ff0a4389babeb697401a3131)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_28d761563185431db3d671487c7554cc.bindTooltip(
|
|
`<div>
|
|
Pezzo (#532) | n_orders=327
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2ce33510c7f44f8097f5f64c6bcb463e = L.circle(
|
|
[48.829426, 2.349096],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8b0d988a100e4f3dbc6157a439cdcff5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f7926d9905c4496ebbb6badeda079994 = $(`<div id="html_f7926d9905c4496ebbb6badeda079994" style="width: 100.0%; height: 100.0%;">14 Rue Des Cinq Diamants, 75013 Paris</div>`)[0];
|
|
popup_8b0d988a100e4f3dbc6157a439cdcff5.setContent(html_f7926d9905c4496ebbb6badeda079994);
|
|
|
|
|
|
circle_2ce33510c7f44f8097f5f64c6bcb463e.bindPopup(popup_8b0d988a100e4f3dbc6157a439cdcff5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2ce33510c7f44f8097f5f64c6bcb463e.bindTooltip(
|
|
`<div>
|
|
Fanfan By La Tulipe (#533) | n_orders=28
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_feb38c1e0d364d6a96e01c45188c8528 = L.circle(
|
|
[48.867428, 2.344029],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8d1217620f7442da9774c0e0904788c8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9940a1de0843490691a1926400d7a0f2 = $(`<div id="html_9940a1de0843490691a1926400d7a0f2" style="width: 100.0%; height: 100.0%;">106 Rue Montmartre, 75002 Paris, 75002 Paris</div>`)[0];
|
|
popup_8d1217620f7442da9774c0e0904788c8.setContent(html_9940a1de0843490691a1926400d7a0f2);
|
|
|
|
|
|
circle_feb38c1e0d364d6a96e01c45188c8528.bindPopup(popup_8d1217620f7442da9774c0e0904788c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_feb38c1e0d364d6a96e01c45188c8528.bindTooltip(
|
|
`<div>
|
|
Loumi'S - Montmartre (#534) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9b07cef981974cc3a2f1dfb3e2b47e7f = L.circle(
|
|
[48.883114, 2.315047],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5c82be7dd2d749a0a1668dde2a11777b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f25efe0971d94f1daff7b1ffea96681b = $(`<div id="html_f25efe0971d94f1daff7b1ffea96681b" style="width: 100.0%; height: 100.0%;">22 Rue Lebouteux, 75017 Paris</div>`)[0];
|
|
popup_5c82be7dd2d749a0a1668dde2a11777b.setContent(html_f25efe0971d94f1daff7b1ffea96681b);
|
|
|
|
|
|
circle_9b07cef981974cc3a2f1dfb3e2b47e7f.bindPopup(popup_5c82be7dd2d749a0a1668dde2a11777b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9b07cef981974cc3a2f1dfb3e2b47e7f.bindTooltip(
|
|
`<div>
|
|
Restaurants #535, #1675 | n_orders=140
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_37905bad508e4b419f6f75811d2fc55e = L.circle(
|
|
[48.861958, 2.340121],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_be20af8d43b1415dbc9b7d97280d29fa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_359ae36de89f42359a0455c3d39fd168 = $(`<div id="html_359ae36de89f42359a0455c3d39fd168" style="width: 100.0%; height: 100.0%;">154 Rue Saint Honore, 75001 Paris</div>`)[0];
|
|
popup_be20af8d43b1415dbc9b7d97280d29fa.setContent(html_359ae36de89f42359a0455c3d39fd168);
|
|
|
|
|
|
circle_37905bad508e4b419f6f75811d2fc55e.bindPopup(popup_be20af8d43b1415dbc9b7d97280d29fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_37905bad508e4b419f6f75811d2fc55e.bindTooltip(
|
|
`<div>
|
|
Eggs Milk And Flour (#536) | n_orders=55
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2f42246c3eed4c179ddde06715015a9b = L.circle(
|
|
[48.834362, 2.242651],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c38a0179dc3b4f07824d5004efc8a1b6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4ebf4f8e312b4d3e9e17be6b01e391fe = $(`<div id="html_4ebf4f8e312b4d3e9e17be6b01e391fe" style="width: 100.0%; height: 100.0%;">100 Avenue Edouard Vaillant 92100 Boulogne-Billancourt, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_c38a0179dc3b4f07824d5004efc8a1b6.setContent(html_4ebf4f8e312b4d3e9e17be6b01e391fe);
|
|
|
|
|
|
circle_2f42246c3eed4c179ddde06715015a9b.bindPopup(popup_c38a0179dc3b4f07824d5004efc8a1b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2f42246c3eed4c179ddde06715015a9b.bindTooltip(
|
|
`<div>
|
|
Fatto Qui (#537) | n_orders=27
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_30b2b69a631b4023a3d8b880be1f960a = L.circle(
|
|
[48.871506, 2.324699],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_721b07e201f64ee7b480d7e422caa1ff = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9509bc6e145740f3b9b959277df879e0 = $(`<div id="html_9509bc6e145740f3b9b959277df879e0" style="width: 100.0%; height: 100.0%;">21 Rue Godot De Mauroy, 75008 Paris</div>`)[0];
|
|
popup_721b07e201f64ee7b480d7e422caa1ff.setContent(html_9509bc6e145740f3b9b959277df879e0);
|
|
|
|
|
|
circle_30b2b69a631b4023a3d8b880be1f960a.bindPopup(popup_721b07e201f64ee7b480d7e422caa1ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_30b2b69a631b4023a3d8b880be1f960a.bindTooltip(
|
|
`<div>
|
|
Chez Tang (#538) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bd42ee5f80934444941c79beff601d71 = L.circle(
|
|
[48.893963, 2.255261],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3d504653c44d43e8956233b1e92b3c6d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7850e74ddbd7423d94f4280e198f132d = $(`<div id="html_7850e74ddbd7423d94f4280e198f132d" style="width: 100.0%; height: 100.0%;">17 Rue Sainte Marie,, 92400 Paris</div>`)[0];
|
|
popup_3d504653c44d43e8956233b1e92b3c6d.setContent(html_7850e74ddbd7423d94f4280e198f132d);
|
|
|
|
|
|
circle_bd42ee5f80934444941c79beff601d71.bindPopup(popup_3d504653c44d43e8956233b1e92b3c6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bd42ee5f80934444941c79beff601d71.bindTooltip(
|
|
`<div>
|
|
Ker Lili (#539) | n_orders=241
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_da77a5944e3a47da991df9722f3cf360 = L.circle(
|
|
[48.890923, 2.27908],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_98f173216fd841d1ae8d7ca43c4da68c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3d071c77821e49a799799aa530211fbe = $(`<div id="html_3d071c77821e49a799799aa530211fbe" style="width: 100.0%; height: 100.0%;">13 Rue Voltaire, 92300 Levallois-Perret</div>`)[0];
|
|
popup_98f173216fd841d1ae8d7ca43c4da68c.setContent(html_3d071c77821e49a799799aa530211fbe);
|
|
|
|
|
|
circle_da77a5944e3a47da991df9722f3cf360.bindPopup(popup_98f173216fd841d1ae8d7ca43c4da68c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_da77a5944e3a47da991df9722f3cf360.bindTooltip(
|
|
`<div>
|
|
Restaurants #540, #1438 | n_orders=307
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_053c05e50be14de1909279d941107721 = L.circle(
|
|
[48.869957, 2.353924],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a336e2ef02204fa1a1ceecd1e56d8410 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_961a367adcf442eb83103fd0fccb4e07 = $(`<div id="html_961a367adcf442eb83103fd0fccb4e07" style="width: 100.0%; height: 100.0%;">29 Rue Du Faubourg Saint Martin, 75010 Paris</div>`)[0];
|
|
popup_a336e2ef02204fa1a1ceecd1e56d8410.setContent(html_961a367adcf442eb83103fd0fccb4e07);
|
|
|
|
|
|
circle_053c05e50be14de1909279d941107721.bindPopup(popup_a336e2ef02204fa1a1ceecd1e56d8410)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_053c05e50be14de1909279d941107721.bindTooltip(
|
|
`<div>
|
|
La Cocotte Depote (#541) | n_orders=29
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_59d51b93636842ac8a0aa6f54ea9cbc8 = L.circle(
|
|
[48.854332, 2.371931],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_30b71913931b47c395bbf8f4c3c6eb70 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c071ae0f906d4fcaace0a4b13752bec0 = $(`<div id="html_c071ae0f906d4fcaace0a4b13752bec0" style="width: 100.0%; height: 100.0%;">Rue De La Roquette 36, 75011 Paris</div>`)[0];
|
|
popup_30b71913931b47c395bbf8f4c3c6eb70.setContent(html_c071ae0f906d4fcaace0a4b13752bec0);
|
|
|
|
|
|
circle_59d51b93636842ac8a0aa6f54ea9cbc8.bindPopup(popup_30b71913931b47c395bbf8f4c3c6eb70)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_59d51b93636842ac8a0aa6f54ea9cbc8.bindTooltip(
|
|
`<div>
|
|
Angeethi (#614) | n_orders=87
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1a0eaaf4e2cf40abb571b86b296bddae = L.circle(
|
|
[48.85173, 2.376864],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2e7b816d17ce438d88619834fdd91aa7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_840075f1302a44f899ed2e90b6115c4c = $(`<div id="html_840075f1302a44f899ed2e90b6115c4c" style="width: 100.0%; height: 100.0%;">24 Rue Trousseau, 75011 Paris</div>`)[0];
|
|
popup_2e7b816d17ce438d88619834fdd91aa7.setContent(html_840075f1302a44f899ed2e90b6115c4c);
|
|
|
|
|
|
circle_1a0eaaf4e2cf40abb571b86b296bddae.bindPopup(popup_2e7b816d17ce438d88619834fdd91aa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1a0eaaf4e2cf40abb571b86b296bddae.bindTooltip(
|
|
`<div>
|
|
Serie Limithee Paris-Moscou (#542) | n_orders=88
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_06afad9623994378b225e562ecb7bd0a = L.circle(
|
|
[48.87093, 2.34799],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eb6f8639a0504edb8a1edcbd0474d195 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ccefe71572384ab58f941940fef45151 = $(`<div id="html_ccefe71572384ab58f941940fef45151" style="width: 100.0%; height: 100.0%;">2 Rue Du Faubourg Poissonniere, 75010 Paris</div>`)[0];
|
|
popup_eb6f8639a0504edb8a1edcbd0474d195.setContent(html_ccefe71572384ab58f941940fef45151);
|
|
|
|
|
|
circle_06afad9623994378b225e562ecb7bd0a.bindPopup(popup_eb6f8639a0504edb8a1edcbd0474d195)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_06afad9623994378b225e562ecb7bd0a.bindTooltip(
|
|
`<div>
|
|
Bagels And Brownies (#543) | n_orders=400
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ba599adacae949938c0a421d0f1b5fcc = L.circle(
|
|
[48.849316, 2.322512],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_073bc1c80012403bac57cae1bc7aa40a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a4cb119caab5489d90ff24cc2285f807 = $(`<div id="html_a4cb119caab5489d90ff24cc2285f807" style="width: 100.0%; height: 100.0%;">20 Rue Saint Placide, 75006 Paris</div>`)[0];
|
|
popup_073bc1c80012403bac57cae1bc7aa40a.setContent(html_a4cb119caab5489d90ff24cc2285f807);
|
|
|
|
|
|
circle_ba599adacae949938c0a421d0f1b5fcc.bindPopup(popup_073bc1c80012403bac57cae1bc7aa40a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ba599adacae949938c0a421d0f1b5fcc.bindTooltip(
|
|
`<div>
|
|
Evi Evane - Rue Saint Placide (#544) | n_orders=54
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4f905ff0d28444849f48c82933d3d8af = L.circle(
|
|
[48.856369, 2.278512],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f91757c74e03405ca3e4e876476c3835 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0a08cf33d41f4987844dc335cfc306bd = $(`<div id="html_0a08cf33d41f4987844dc335cfc306bd" style="width: 100.0%; height: 100.0%;">7 Rue Lekain, 75016 Paris</div>`)[0];
|
|
popup_f91757c74e03405ca3e4e876476c3835.setContent(html_0a08cf33d41f4987844dc335cfc306bd);
|
|
|
|
|
|
circle_4f905ff0d28444849f48c82933d3d8af.bindPopup(popup_f91757c74e03405ca3e4e876476c3835)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4f905ff0d28444849f48c82933d3d8af.bindTooltip(
|
|
`<div>
|
|
Le Agra (#545) | n_orders=276
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c8b08b465cb24a6184c6ef19fb2095c1 = L.circle(
|
|
[48.870766, 2.358156],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_73501abbc9c04305a89ed0824e9dc387 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_33e646e265b14892973363dff9ad61c6 = $(`<div id="html_33e646e265b14892973363dff9ad61c6" style="width: 100.0%; height: 100.0%;">31 Rue Du Chateau D'Eau (Dans Le Marche Saint Martin), 75010 Paris</div>`)[0];
|
|
popup_73501abbc9c04305a89ed0824e9dc387.setContent(html_33e646e265b14892973363dff9ad61c6);
|
|
|
|
|
|
circle_c8b08b465cb24a6184c6ef19fb2095c1.bindPopup(popup_73501abbc9c04305a89ed0824e9dc387)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c8b08b465cb24a6184c6ef19fb2095c1.bindTooltip(
|
|
`<div>
|
|
Ama Dao (#546) | n_orders=145
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5e464fbbb3f54491a7bb56b62ffb8483 = L.circle(
|
|
[48.871811, 2.323041],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_22dc1870cf26409e93350818798d3d68 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_133cb22dda304490b3425b39a8bed241 = $(`<div id="html_133cb22dda304490b3425b39a8bed241" style="width: 100.0%; height: 100.0%;">12 Rue Pasquier, 75008 Paris</div>`)[0];
|
|
popup_22dc1870cf26409e93350818798d3d68.setContent(html_133cb22dda304490b3425b39a8bed241);
|
|
|
|
|
|
circle_5e464fbbb3f54491a7bb56b62ffb8483.bindPopup(popup_22dc1870cf26409e93350818798d3d68)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5e464fbbb3f54491a7bb56b62ffb8483.bindTooltip(
|
|
`<div>
|
|
Max And Britany (#547) | n_orders=24
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6fc394d59fd84120b3180fbf6e8e3424 = L.circle(
|
|
[48.841076, 2.30627],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3864c612f56249b9b9028d34223b0735 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_60fd2f9ea2f8411389933ed443d883e5 = $(`<div id="html_60fd2f9ea2f8411389933ed443d883e5" style="width: 100.0%; height: 100.0%;">33 Rue Des Volontaires, 75015 Malakoff</div>`)[0];
|
|
popup_3864c612f56249b9b9028d34223b0735.setContent(html_60fd2f9ea2f8411389933ed443d883e5);
|
|
|
|
|
|
circle_6fc394d59fd84120b3180fbf6e8e3424.bindPopup(popup_3864c612f56249b9b9028d34223b0735)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6fc394d59fd84120b3180fbf6e8e3424.bindTooltip(
|
|
`<div>
|
|
La Maison Du Bonheur (#549) | n_orders=511
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c066b83b39c04154a0a1fcc4057d68e3 = L.circle(
|
|
[48.848881, 2.32908],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4c5f4d9bc0f24ac5b897cd5b275babb4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_eff9cd98ae3c4a17b355c8ea408d6715 = $(`<div id="html_eff9cd98ae3c4a17b355c8ea408d6715" style="width: 100.0%; height: 100.0%;">15 Rue D'Assas, 75006 Paris</div>`)[0];
|
|
popup_4c5f4d9bc0f24ac5b897cd5b275babb4.setContent(html_eff9cd98ae3c4a17b355c8ea408d6715);
|
|
|
|
|
|
circle_c066b83b39c04154a0a1fcc4057d68e3.bindPopup(popup_4c5f4d9bc0f24ac5b897cd5b275babb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c066b83b39c04154a0a1fcc4057d68e3.bindTooltip(
|
|
`<div>
|
|
Pg'S Bar A Manger (#550) | n_orders=293
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_31850fc910b74630b45c0475f8b7868f = L.circle(
|
|
[48.884205, 2.265375],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_40e286d434e54ec2b8532b7961003729 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9ba3b2e4b927409fbab10a69e3b00b6d = $(`<div id="html_9ba3b2e4b927409fbab10a69e3b00b6d" style="width: 100.0%; height: 100.0%;">4 Rue Des Poissonniers, 92200 Paris</div>`)[0];
|
|
popup_40e286d434e54ec2b8532b7961003729.setContent(html_9ba3b2e4b927409fbab10a69e3b00b6d);
|
|
|
|
|
|
circle_31850fc910b74630b45c0475f8b7868f.bindPopup(popup_40e286d434e54ec2b8532b7961003729)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_31850fc910b74630b45c0475f8b7868f.bindTooltip(
|
|
`<div>
|
|
Maison Wok (#551) | n_orders=214
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b69b8b9a68b847ddaa28c97f9ded2416 = L.circle(
|
|
[48.876625, 2.346375],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_904ded7ce6bb494a8d527ff42c447bee = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_def5ee94dc7744cfab3a278c33920f98 = $(`<div id="html_def5ee94dc7744cfab3a278c33920f98" style="width: 100.0%; height: 100.0%;">79 Rue La Fayette, 75009 Paris</div>`)[0];
|
|
popup_904ded7ce6bb494a8d527ff42c447bee.setContent(html_def5ee94dc7744cfab3a278c33920f98);
|
|
|
|
|
|
circle_b69b8b9a68b847ddaa28c97f9ded2416.bindPopup(popup_904ded7ce6bb494a8d527ff42c447bee)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b69b8b9a68b847ddaa28c97f9ded2416.bindTooltip(
|
|
`<div>
|
|
La Rosarina (#552) | n_orders=261
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_159be7c7712b4f45bd00f7421a7e0ea7 = L.circle(
|
|
[48.850258, 2.337444],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7e4f0aa5e758462c9e0919ccfc8ffca0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d601824baf77449da64093fe567b7296 = $(`<div id="html_d601824baf77449da64093fe567b7296" style="width: 100.0%; height: 100.0%;">16 Rue Monsieur-Le-Prince, 75006 Paris</div>`)[0];
|
|
popup_7e4f0aa5e758462c9e0919ccfc8ffca0.setContent(html_d601824baf77449da64093fe567b7296);
|
|
|
|
|
|
circle_159be7c7712b4f45bd00f7421a7e0ea7.bindPopup(popup_7e4f0aa5e758462c9e0919ccfc8ffca0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_159be7c7712b4f45bd00f7421a7e0ea7.bindTooltip(
|
|
`<div>
|
|
Japorama (#553) | n_orders=357
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7b709e7a5a8a4420bc92be07e2be45c5 = L.circle(
|
|
[48.884296, 2.339032],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0cadd974d966491c8ce16189260ee974 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_37622d52f0cc4a809894ed67946e075a = $(`<div id="html_37622d52f0cc4a809894ed67946e075a" style="width: 100.0%; height: 100.0%;">20 Rue Yvonne Le Tac, 75018 Paris</div>`)[0];
|
|
popup_0cadd974d966491c8ce16189260ee974.setContent(html_37622d52f0cc4a809894ed67946e075a);
|
|
|
|
|
|
circle_7b709e7a5a8a4420bc92be07e2be45c5.bindPopup(popup_0cadd974d966491c8ce16189260ee974)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7b709e7a5a8a4420bc92be07e2be45c5.bindTooltip(
|
|
`<div>
|
|
Le Cambodge 18 (#554) | n_orders=2102
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0fc654c60f3f43b39a9736a881e08c3d = L.circle(
|
|
[48.882847, 2.317976],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_086e332bc845451b8f89be9f433efff1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d946e7c8a8ba41b7aa5a6f4f2f1ba474 = $(`<div id="html_d946e7c8a8ba41b7aa5a6f4f2f1ba474" style="width: 100.0%; height: 100.0%;">103 Rue Des Dames, 75017 Paris</div>`)[0];
|
|
popup_086e332bc845451b8f89be9f433efff1.setContent(html_d946e7c8a8ba41b7aa5a6f4f2f1ba474);
|
|
|
|
|
|
circle_0fc654c60f3f43b39a9736a881e08c3d.bindPopup(popup_086e332bc845451b8f89be9f433efff1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0fc654c60f3f43b39a9736a881e08c3d.bindTooltip(
|
|
`<div>
|
|
Al Chilo (#555) | n_orders=18
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6c5f3955dc7343b2aee05ec6fb6df4e5 = L.circle(
|
|
[48.864159, 2.396593],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4e11564e02b748039b3f7721e7ca4869 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_08415abedef5477f8bdca397d197bd8a = $(`<div id="html_08415abedef5477f8bdca397d197bd8a" style="width: 100.0%; height: 100.0%;">237 Rue Des Pyrenees, 75020 Paris</div>`)[0];
|
|
popup_4e11564e02b748039b3f7721e7ca4869.setContent(html_08415abedef5477f8bdca397d197bd8a);
|
|
|
|
|
|
circle_6c5f3955dc7343b2aee05ec6fb6df4e5.bindPopup(popup_4e11564e02b748039b3f7721e7ca4869)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6c5f3955dc7343b2aee05ec6fb6df4e5.bindTooltip(
|
|
`<div>
|
|
Royal Fata (#556) | n_orders=24
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_50f7e1594dc149c39f7aaca631c6e5c3 = L.circle(
|
|
[48.866695, 2.360802],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8eea6a28f2c04185a8d612cbfeed888d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7ae7382f17334a62afc0516fe0423b63 = $(`<div id="html_7ae7382f17334a62afc0516fe0423b63" style="width: 100.0%; height: 100.0%;">83 Rue De Turbigo, 75003 Paris</div>`)[0];
|
|
popup_8eea6a28f2c04185a8d612cbfeed888d.setContent(html_7ae7382f17334a62afc0516fe0423b63);
|
|
|
|
|
|
circle_50f7e1594dc149c39f7aaca631c6e5c3.bindPopup(popup_8eea6a28f2c04185a8d612cbfeed888d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_50f7e1594dc149c39f7aaca631c6e5c3.bindTooltip(
|
|
`<div>
|
|
Gabe - Hot Dog (#557) | n_orders=121
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_709df3598c4b43d7a62146a191633412 = L.circle(
|
|
[48.82729, 2.304624],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d41cfd0c93094ee99a8f29e19a532c57 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7d2bf4ce49874d5b9e52474b4fe8d180 = $(`<div id="html_7d2bf4ce49874d5b9e52474b4fe8d180" style="width: 100.0%; height: 100.0%;">10 Boulevard Brune, 75014 Issy-Les-Moulineaux</div>`)[0];
|
|
popup_d41cfd0c93094ee99a8f29e19a532c57.setContent(html_7d2bf4ce49874d5b9e52474b4fe8d180);
|
|
|
|
|
|
circle_709df3598c4b43d7a62146a191633412.bindPopup(popup_d41cfd0c93094ee99a8f29e19a532c57)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_709df3598c4b43d7a62146a191633412.bindTooltip(
|
|
`<div>
|
|
Mandarin De Vanves (#558) | n_orders=72
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bb64656ede794a7392e85e7bb0b5f01c = L.circle(
|
|
[48.879051, 2.239605],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_da626f101cd1438487cff171dbdefb5f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6aa1e5c139c747d6aafac04d1eab312c = $(`<div id="html_6aa1e5c139c747d6aafac04d1eab312c" style="width: 100.0%; height: 100.0%;">10 Boulevard Richard Wallace, 92800 Puteaux</div>`)[0];
|
|
popup_da626f101cd1438487cff171dbdefb5f.setContent(html_6aa1e5c139c747d6aafac04d1eab312c);
|
|
|
|
|
|
circle_bb64656ede794a7392e85e7bb0b5f01c.bindPopup(popup_da626f101cd1438487cff171dbdefb5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bb64656ede794a7392e85e7bb0b5f01c.bindTooltip(
|
|
`<div>
|
|
Sushi Wallace (#559) | n_orders=147
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ec4ece081a2443f3b62982780f82ad18 = L.circle(
|
|
[48.849087, 2.368207],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0851066499c74e7d909658f88157e8c9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0bb4db4a12964aa9b89a300c8a6e24a7 = $(`<div id="html_0bb4db4a12964aa9b89a300c8a6e24a7" style="width: 100.0%; height: 100.0%;">24 Boulevard De La Bastille, 75012 Paris</div>`)[0];
|
|
popup_0851066499c74e7d909658f88157e8c9.setContent(html_0bb4db4a12964aa9b89a300c8a6e24a7);
|
|
|
|
|
|
circle_ec4ece081a2443f3b62982780f82ad18.bindPopup(popup_0851066499c74e7d909658f88157e8c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ec4ece081a2443f3b62982780f82ad18.bindTooltip(
|
|
`<div>
|
|
Gentle Gourmet Cafe (#560) | n_orders=45
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_812517b2225b4c05bced1f2b94cbd5c0 = L.circle(
|
|
[48.843369, 2.229261],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4b97b34964004bb5804b85fcb5060081 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_797d9dad343c4a6bba3561a4f484ab17 = $(`<div id="html_797d9dad343c4a6bba3561a4f484ab17" style="width: 100.0%; height: 100.0%;">88 Avenue Jean-Baptiste Clement,92100 Boulogne, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_4b97b34964004bb5804b85fcb5060081.setContent(html_797d9dad343c4a6bba3561a4f484ab17);
|
|
|
|
|
|
circle_812517b2225b4c05bced1f2b94cbd5c0.bindPopup(popup_4b97b34964004bb5804b85fcb5060081)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_812517b2225b4c05bced1f2b94cbd5c0.bindTooltip(
|
|
`<div>
|
|
Ithai (#561) | n_orders=287
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0a7fa836d44a471bb84d6e39895ad6d1 = L.circle(
|
|
[48.886684, 2.384031],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_14d082daf9f74f70872fb0a343416d6e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4571ef6217a644a29b29c7751f2e2ae0 = $(`<div id="html_4571ef6217a644a29b29c7751f2e2ae0" style="width: 100.0%; height: 100.0%;">140 Avenue Jean Jaures, 75019 Paris</div>`)[0];
|
|
popup_14d082daf9f74f70872fb0a343416d6e.setContent(html_4571ef6217a644a29b29c7751f2e2ae0);
|
|
|
|
|
|
circle_0a7fa836d44a471bb84d6e39895ad6d1.bindPopup(popup_14d082daf9f74f70872fb0a343416d6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0a7fa836d44a471bb84d6e39895ad6d1.bindTooltip(
|
|
`<div>
|
|
La Couronne D'Or (#562) | n_orders=529
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_edc9d80bdc474f48a5d2a9fbfc9fae20 = L.circle(
|
|
[48.870293, 2.309083],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f6bde8076aac4af68581c261d4560f2b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c773ca55b487471bbe507a9c2776e7fa = $(`<div id="html_c773ca55b487471bbe507a9c2776e7fa" style="width: 100.0%; height: 100.0%;">10 Rue Jean Mermoz, 75008 Paris</div>`)[0];
|
|
popup_f6bde8076aac4af68581c261d4560f2b.setContent(html_c773ca55b487471bbe507a9c2776e7fa);
|
|
|
|
|
|
circle_edc9d80bdc474f48a5d2a9fbfc9fae20.bindPopup(popup_f6bde8076aac4af68581c261d4560f2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_edc9d80bdc474f48a5d2a9fbfc9fae20.bindTooltip(
|
|
`<div>
|
|
Village Ung (#563) | n_orders=182
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_84a5345422fd47d3b6a08d8379e28816 = L.circle(
|
|
[48.876545, 2.290115],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2398a3f3652846229880b5b828b467f0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_85856a5c36724e53a5c1098788917493 = $(`<div id="html_85856a5c36724e53a5c1098788917493" style="width: 100.0%; height: 100.0%;">32 Place Saint-Ferdinand, 75017 Paris</div>`)[0];
|
|
popup_2398a3f3652846229880b5b828b467f0.setContent(html_85856a5c36724e53a5c1098788917493);
|
|
|
|
|
|
circle_84a5345422fd47d3b6a08d8379e28816.bindPopup(popup_2398a3f3652846229880b5b828b467f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_84a5345422fd47d3b6a08d8379e28816.bindTooltip(
|
|
`<div>
|
|
Brooklyn Cafe (#564) | n_orders=295
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_35fd2d145ed346af8c7bf93801e3eda5 = L.circle(
|
|
[48.834328, 2.350921],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fe60793cd5d94036a00368921d74d3b3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f1c39680e06a414995160ef7859be0c9 = $(`<div id="html_f1c39680e06a414995160ef7859be0c9" style="width: 100.0%; height: 100.0%;">46 Avenue Des Gobelins, 75013 Paris</div>`)[0];
|
|
popup_fe60793cd5d94036a00368921d74d3b3.setContent(html_f1c39680e06a414995160ef7859be0c9);
|
|
|
|
|
|
circle_35fd2d145ed346af8c7bf93801e3eda5.bindPopup(popup_fe60793cd5d94036a00368921d74d3b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_35fd2d145ed346af8c7bf93801e3eda5.bindTooltip(
|
|
`<div>
|
|
Royal Kashmir (#565) | n_orders=381
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ff8e467f7afd42b1b31a1e6a1034b7cf = L.circle(
|
|
[48.867218, 2.280865],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_15247ed62c4e4507b08eef55cdc94085 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_339b259c00e248acacd326c209c60a04 = $(`<div id="html_339b259c00e248acacd326c209c60a04" style="width: 100.0%; height: 100.0%;">19 Rue Gustave Courbet, 75116 Paris</div>`)[0];
|
|
popup_15247ed62c4e4507b08eef55cdc94085.setContent(html_339b259c00e248acacd326c209c60a04);
|
|
|
|
|
|
circle_ff8e467f7afd42b1b31a1e6a1034b7cf.bindPopup(popup_15247ed62c4e4507b08eef55cdc94085)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ff8e467f7afd42b1b31a1e6a1034b7cf.bindTooltip(
|
|
`<div>
|
|
Gus Creperie (#566) | n_orders=146
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_da45c0252fa5426189b1dd973a770668 = L.circle(
|
|
[48.870918, 2.308247],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c1d04e531df547bc84744904ef37dff7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3ee6d0521b71462b85f77a7a20110973 = $(`<div id="html_3ee6d0521b71462b85f77a7a20110973" style="width: 100.0%; height: 100.0%;">31 Rue De Ponthieu, 75008 Paris</div>`)[0];
|
|
popup_c1d04e531df547bc84744904ef37dff7.setContent(html_3ee6d0521b71462b85f77a7a20110973);
|
|
|
|
|
|
circle_da45c0252fa5426189b1dd973a770668.bindPopup(popup_c1d04e531df547bc84744904ef37dff7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_da45c0252fa5426189b1dd973a770668.bindTooltip(
|
|
`<div>
|
|
Bagel And Co (#567) | n_orders=184
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_70aa6607750a4402ae5e33b088d1a8ae = L.circle(
|
|
[48.875992, 2.39836],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9c350bc0a786411e9ef181cce1385b3e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6a624394e2eb4991992942c13a3d7c73 = $(`<div id="html_6a624394e2eb4991992942c13a3d7c73" style="width: 100.0%; height: 100.0%;">275 Rue De Belleville, 75019 Paris</div>`)[0];
|
|
popup_9c350bc0a786411e9ef181cce1385b3e.setContent(html_6a624394e2eb4991992942c13a3d7c73);
|
|
|
|
|
|
circle_70aa6607750a4402ae5e33b088d1a8ae.bindPopup(popup_9c350bc0a786411e9ef181cce1385b3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_70aa6607750a4402ae5e33b088d1a8ae.bindTooltip(
|
|
`<div>
|
|
Au Coeur De L'Himalaya (#568) | n_orders=256
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_800c663386e648ac84363aa7fc25826f = L.circle(
|
|
[48.833992, 2.245636],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7762335404b04b898d810f760fc80fc8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_79ff0a95ff044a4082f1b7c0d51219f2 = $(`<div id="html_79ff0a95ff044a4082f1b7c0d51219f2" style="width: 100.0%; height: 100.0%;">11 Rue Danjou, 92100 Paris</div>`)[0];
|
|
popup_7762335404b04b898d810f760fc80fc8.setContent(html_79ff0a95ff044a4082f1b7c0d51219f2);
|
|
|
|
|
|
circle_800c663386e648ac84363aa7fc25826f.bindPopup(popup_7762335404b04b898d810f760fc80fc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_800c663386e648ac84363aa7fc25826f.bindTooltip(
|
|
`<div>
|
|
Kyoko Sushi (#569) | n_orders=356
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_72dac5a0ee4a43a4812e3cb32df704fe = L.circle(
|
|
[48.889503, 2.279619],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_65c091a0c2994e63985ab9813f694f7c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a41922cce190486fbc4b6bb32921e241 = $(`<div id="html_a41922cce190486fbc4b6bb32921e241" style="width: 100.0%; height: 100.0%;">12 Rue Aristide Briand, 92200 Neuilly-Sur-Seine</div>`)[0];
|
|
popup_65c091a0c2994e63985ab9813f694f7c.setContent(html_a41922cce190486fbc4b6bb32921e241);
|
|
|
|
|
|
circle_72dac5a0ee4a43a4812e3cb32df704fe.bindPopup(popup_65c091a0c2994e63985ab9813f694f7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_72dac5a0ee4a43a4812e3cb32df704fe.bindTooltip(
|
|
`<div>
|
|
Doozer (#570) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_01dfa93d0762405691faa277100405be = L.circle(
|
|
[48.89772, 2.284799],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f344de8c3788426aaa99f6e34273355c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_87aee374d1fc48efa220a312c39c3ac7 = $(`<div id="html_87aee374d1fc48efa220a312c39c3ac7" style="width: 100.0%; height: 100.0%;">84 Rue Rivay, 92300 Levallois-Perret</div>`)[0];
|
|
popup_f344de8c3788426aaa99f6e34273355c.setContent(html_87aee374d1fc48efa220a312c39c3ac7);
|
|
|
|
|
|
circle_01dfa93d0762405691faa277100405be.bindPopup(popup_f344de8c3788426aaa99f6e34273355c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_01dfa93d0762405691faa277100405be.bindTooltip(
|
|
`<div>
|
|
Papa Burger (#571) | n_orders=20
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3a3df6610ba142ed8efcfe674919cdae = L.circle(
|
|
[48.854626, 2.324665],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bf9018c165c643bf99aa71d21cda1dd8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_891d283064fe4f0b9482cc2305e36149 = $(`<div id="html_891d283064fe4f0b9482cc2305e36149" style="width: 100.0%; height: 100.0%;">75 Rue Du Bac, 75007 Paris</div>`)[0];
|
|
popup_bf9018c165c643bf99aa71d21cda1dd8.setContent(html_891d283064fe4f0b9482cc2305e36149);
|
|
|
|
|
|
circle_3a3df6610ba142ed8efcfe674919cdae.bindPopup(popup_bf9018c165c643bf99aa71d21cda1dd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3a3df6610ba142ed8efcfe674919cdae.bindTooltip(
|
|
`<div>
|
|
Bistrot Les Ambassades (#572) | n_orders=24
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a3fec418a67745848657a024658888bc = L.circle(
|
|
[48.826042, 2.276426],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d4a99131eed9408bb058ca39fbf8732f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8b05821b884e49ae82d48d76cb6b7921 = $(`<div id="html_8b05821b884e49ae82d48d76cb6b7921" style="width: 100.0%; height: 100.0%;">1 Rue Minard, 92130 Issy-Les-Moulineaux</div>`)[0];
|
|
popup_d4a99131eed9408bb058ca39fbf8732f.setContent(html_8b05821b884e49ae82d48d76cb6b7921);
|
|
|
|
|
|
circle_a3fec418a67745848657a024658888bc.bindPopup(popup_d4a99131eed9408bb058ca39fbf8732f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a3fec418a67745848657a024658888bc.bindTooltip(
|
|
`<div>
|
|
Daso (#574) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b5fe60a3aaa64f859d7e13344cf6d77a = L.circle(
|
|
[48.836739, 2.2341],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cd2db722a8c041e3a3cbf3391f52f203 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_16aee644007342debdceeee2aafea89e = $(`<div id="html_16aee644007342debdceeee2aafea89e" style="width: 100.0%; height: 100.0%;">94 Rue De Billancourt, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_cd2db722a8c041e3a3cbf3391f52f203.setContent(html_16aee644007342debdceeee2aafea89e);
|
|
|
|
|
|
circle_b5fe60a3aaa64f859d7e13344cf6d77a.bindPopup(popup_cd2db722a8c041e3a3cbf3391f52f203)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b5fe60a3aaa64f859d7e13344cf6d77a.bindTooltip(
|
|
`<div>
|
|
Pique De Saveurs ! (#575) | n_orders=26
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c2e26e1e38b24ad3afa3164270a5a255 = L.circle(
|
|
[48.890182, 2.289366],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1fc010de4e22470b96b4a05a4d7103da = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_939633290e2e4137898e7e650f0a1af4 = $(`<div id="html_939633290e2e4137898e7e650f0a1af4" style="width: 100.0%; height: 100.0%;">1 Place Henri Barbusse, 92300 Levallois-Perret</div>`)[0];
|
|
popup_1fc010de4e22470b96b4a05a4d7103da.setContent(html_939633290e2e4137898e7e650f0a1af4);
|
|
|
|
|
|
circle_c2e26e1e38b24ad3afa3164270a5a255.bindPopup(popup_1fc010de4e22470b96b4a05a4d7103da)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c2e26e1e38b24ad3afa3164270a5a255.bindTooltip(
|
|
`<div>
|
|
Piazzetta (#576) | n_orders=468
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d6be6dc3cc544bf6a223a4f8315459e9 = L.circle(
|
|
[48.869083, 2.357653],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_108536d7ca374327b7a639a9843b86c7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_120b7e3d540f4282ac4f61895d630b26 = $(`<div id="html_120b7e3d540f4282ac4f61895d630b26" style="width: 100.0%; height: 100.0%;">94 Rue Rene Boulanger, 75010 Paris</div>`)[0];
|
|
popup_108536d7ca374327b7a639a9843b86c7.setContent(html_120b7e3d540f4282ac4f61895d630b26);
|
|
|
|
|
|
circle_d6be6dc3cc544bf6a223a4f8315459e9.bindPopup(popup_108536d7ca374327b7a639a9843b86c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d6be6dc3cc544bf6a223a4f8315459e9.bindTooltip(
|
|
`<div>
|
|
Ouh La La (#577) | n_orders=160
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cd01ce8e7c6c4f98a3a5506f2a9654b3 = L.circle(
|
|
[48.885727, 2.309754],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_956b239da35f43d1abc7019ec173bb3c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5d529cb8741d4d92b93bf5f9212eb457 = $(`<div id="html_5d529cb8741d4d92b93bf5f9212eb457" style="width: 100.0%; height: 100.0%;">109 Rue Cardinet, 75017 Paris</div>`)[0];
|
|
popup_956b239da35f43d1abc7019ec173bb3c.setContent(html_5d529cb8741d4d92b93bf5f9212eb457);
|
|
|
|
|
|
circle_cd01ce8e7c6c4f98a3a5506f2a9654b3.bindPopup(popup_956b239da35f43d1abc7019ec173bb3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cd01ce8e7c6c4f98a3a5506f2a9654b3.bindTooltip(
|
|
`<div>
|
|
Atlas Couscous - Cardinet (#578) | n_orders=244
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9ac02f18e1b14e018d268e6709454970 = L.circle(
|
|
[48.835884, 2.234252],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7535e3818f97426e855e538123d1a4ca = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c8b4d71ac82045038807100b035bdffc = $(`<div id="html_c8b4d71ac82045038807100b035bdffc" style="width: 100.0%; height: 100.0%;">108 Rue De Billancourt, 92100 Paris</div>`)[0];
|
|
popup_7535e3818f97426e855e538123d1a4ca.setContent(html_c8b4d71ac82045038807100b035bdffc);
|
|
|
|
|
|
circle_9ac02f18e1b14e018d268e6709454970.bindPopup(popup_7535e3818f97426e855e538123d1a4ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9ac02f18e1b14e018d268e6709454970.bindTooltip(
|
|
`<div>
|
|
Monsieur Croque (#579) | n_orders=94
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a60ef23ab64f43b4af156d34d5add443 = L.circle(
|
|
[48.870396, 2.342941],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_994828db922648868937fe00540244ed = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_abdc2e83e61c4e83809196c6882d37ad = $(`<div id="html_abdc2e83e61c4e83809196c6882d37ad" style="width: 100.0%; height: 100.0%;">164 Rue Montmartre, 75002 Paris</div>`)[0];
|
|
popup_994828db922648868937fe00540244ed.setContent(html_abdc2e83e61c4e83809196c6882d37ad);
|
|
|
|
|
|
circle_a60ef23ab64f43b4af156d34d5add443.bindPopup(popup_994828db922648868937fe00540244ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a60ef23ab64f43b4af156d34d5add443.bindTooltip(
|
|
`<div>
|
|
American Corner Bourse (#580) | n_orders=6
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_23e64b3de41046caaf4569c7a3de8dbb = L.circle(
|
|
[48.856606, 2.358324],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5404a1f7d0df4944b6f36be8ca2884e4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5e9c0055b9624341ac09003139dbb643 = $(`<div id="html_5e9c0055b9624341ac09003139dbb643" style="width: 100.0%; height: 100.0%;">5 Rue Des Ecouffes, 75004 Paris</div>`)[0];
|
|
popup_5404a1f7d0df4944b6f36be8ca2884e4.setContent(html_5e9c0055b9624341ac09003139dbb643);
|
|
|
|
|
|
circle_23e64b3de41046caaf4569c7a3de8dbb.bindPopup(popup_5404a1f7d0df4944b6f36be8ca2884e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_23e64b3de41046caaf4569c7a3de8dbb.bindTooltip(
|
|
`<div>
|
|
Don'S (#581) | n_orders=73
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3cd91ff8a39d4af7ab06b7688a9b30bd = L.circle(
|
|
[48.864346, 2.40479],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_432dd1cb906d4de5b8fe9ed528530f8a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_52a98135f7264b76be87c08530fb95aa = $(`<div id="html_52a98135f7264b76be87c08530fb95aa" style="width: 100.0%; height: 100.0%;">5 Rue Martin Garat, 75020 Paris</div>`)[0];
|
|
popup_432dd1cb906d4de5b8fe9ed528530f8a.setContent(html_52a98135f7264b76be87c08530fb95aa);
|
|
|
|
|
|
circle_3cd91ff8a39d4af7ab06b7688a9b30bd.bindPopup(popup_432dd1cb906d4de5b8fe9ed528530f8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3cd91ff8a39d4af7ab06b7688a9b30bd.bindTooltip(
|
|
`<div>
|
|
Abyssinia (#582) | n_orders=75
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c570a509627c4e6d97a3fabd344f7a8c = L.circle(
|
|
[48.842384, 2.402614],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_228f1b8749af4406b37d97cca29b88de = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5c9317d80fa043df8b30853736560238 = $(`<div id="html_5c9317d80fa043df8b30853736560238" style="width: 100.0%; height: 100.0%;">23 Avenue Du Docteur Arnold Netter, 75012 Paris</div>`)[0];
|
|
popup_228f1b8749af4406b37d97cca29b88de.setContent(html_5c9317d80fa043df8b30853736560238);
|
|
|
|
|
|
circle_c570a509627c4e6d97a3fabd344f7a8c.bindPopup(popup_228f1b8749af4406b37d97cca29b88de)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c570a509627c4e6d97a3fabd344f7a8c.bindTooltip(
|
|
`<div>
|
|
Saveurs De Printemps (#584) | n_orders=15
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fccfa4ac94df4a69bdd6fa4deb83107f = L.circle(
|
|
[48.847885, 2.34056],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_50c506b1d38d423f9b16f29b60e6d3c0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_86299c22635e4d61b575e5320e4e900d = $(`<div id="html_86299c22635e4d61b575e5320e4e900d" style="width: 100.0%; height: 100.0%;">64 Rue Monsieur Le Prince, 75006 Paris</div>`)[0];
|
|
popup_50c506b1d38d423f9b16f29b60e6d3c0.setContent(html_86299c22635e4d61b575e5320e4e900d);
|
|
|
|
|
|
circle_fccfa4ac94df4a69bdd6fa4deb83107f.bindPopup(popup_50c506b1d38d423f9b16f29b60e6d3c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fccfa4ac94df4a69bdd6fa4deb83107f.bindTooltip(
|
|
`<div>
|
|
Itadaki (#585) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_29f65df5af0d48f6b973519419853dda = L.circle(
|
|
[48.884525, 2.294557],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8c26c0922f0949aca9c15524896cf8a9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c1873ab755d2430ca387273c3821f750 = $(`<div id="html_c1873ab755d2430ca387273c3821f750" style="width: 100.0%; height: 100.0%;">23 Rue Guillaume Tell, 75017 Paris</div>`)[0];
|
|
popup_8c26c0922f0949aca9c15524896cf8a9.setContent(html_c1873ab755d2430ca387273c3821f750);
|
|
|
|
|
|
circle_29f65df5af0d48f6b973519419853dda.bindPopup(popup_8c26c0922f0949aca9c15524896cf8a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_29f65df5af0d48f6b973519419853dda.bindTooltip(
|
|
`<div>
|
|
La Rosa (#586) | n_orders=42
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2daf8607b5c14bb298a473cafaf2c234 = L.circle(
|
|
[48.867889, 2.338021],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_20dff67073424173bc2798465f519705 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d7a3d5056a4c4e2e897e61f899bf650e = $(`<div id="html_d7a3d5056a4c4e2e897e61f899bf650e" style="width: 100.0%; height: 100.0%;">86 Rue Richelieu, 75002 Paris</div>`)[0];
|
|
popup_20dff67073424173bc2798465f519705.setContent(html_d7a3d5056a4c4e2e897e61f899bf650e);
|
|
|
|
|
|
circle_2daf8607b5c14bb298a473cafaf2c234.bindPopup(popup_20dff67073424173bc2798465f519705)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2daf8607b5c14bb298a473cafaf2c234.bindTooltip(
|
|
`<div>
|
|
Le Pont De Sichuan (#588) | n_orders=69
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e7ba8cd72da74150b1e908fb600be93c = L.circle(
|
|
[48.831608, 2.289887],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d1990d26f69b45fcac519003e2e5bfbd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_18653678aa534a25b075b990af7462a0 = $(`<div id="html_18653678aa534a25b075b990af7462a0" style="width: 100.0%; height: 100.0%;">6 Rue Lefebvre, 75015 Paris</div>`)[0];
|
|
popup_d1990d26f69b45fcac519003e2e5bfbd.setContent(html_18653678aa534a25b075b990af7462a0);
|
|
|
|
|
|
circle_e7ba8cd72da74150b1e908fb600be93c.bindPopup(popup_d1990d26f69b45fcac519003e2e5bfbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e7ba8cd72da74150b1e908fb600be93c.bindTooltip(
|
|
`<div>
|
|
El Chalan (#589) | n_orders=67
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b529f3d403474113b5176fc1d74fcda4 = L.circle(
|
|
[48.830765, 2.371267],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f68680141a494e778f21e814a7d3ef75 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_058fad81e8b74e68a2e1b93a9f51dac3 = $(`<div id="html_058fad81e8b74e68a2e1b93a9f51dac3" style="width: 100.0%; height: 100.0%;">10 Rue De Domremy, 75013 Paris</div>`)[0];
|
|
popup_f68680141a494e778f21e814a7d3ef75.setContent(html_058fad81e8b74e68a2e1b93a9f51dac3);
|
|
|
|
|
|
circle_b529f3d403474113b5176fc1d74fcda4.bindPopup(popup_f68680141a494e778f21e814a7d3ef75)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b529f3d403474113b5176fc1d74fcda4.bindTooltip(
|
|
`<div>
|
|
Vila Real (#590) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bd4c695cb3fa48f88e5b31f75e8c5902 = L.circle(
|
|
[48.856434, 2.30114],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8ca1125613364283b2e7e62765195b88 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5a2a51650b5e44338a7e7f8be48e5f3b = $(`<div id="html_5a2a51650b5e44338a7e7f8be48e5f3b" style="width: 100.0%; height: 100.0%;">197 Rue De Grenelle, 75007 Paris</div>`)[0];
|
|
popup_8ca1125613364283b2e7e62765195b88.setContent(html_5a2a51650b5e44338a7e7f8be48e5f3b);
|
|
|
|
|
|
circle_bd4c695cb3fa48f88e5b31f75e8c5902.bindPopup(popup_8ca1125613364283b2e7e62765195b88)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bd4c695cb3fa48f88e5b31f75e8c5902.bindTooltip(
|
|
`<div>
|
|
L'Atelier 197 (#591) | n_orders=455
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1b20bb8249e4472a9ecd19c1ef946546 = L.circle(
|
|
[48.88488, 2.318013],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5c9be3f4524644a4a4df27280764beef = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e8c2b45356554a5a94a6dea724136a07 = $(`<div id="html_e8c2b45356554a5a94a6dea724136a07" style="width: 100.0%; height: 100.0%;">31 Rue Des Batignolles, 75017 Paris</div>`)[0];
|
|
popup_5c9be3f4524644a4a4df27280764beef.setContent(html_e8c2b45356554a5a94a6dea724136a07);
|
|
|
|
|
|
circle_1b20bb8249e4472a9ecd19c1ef946546.bindPopup(popup_5c9be3f4524644a4a4df27280764beef)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1b20bb8249e4472a9ecd19c1ef946546.bindTooltip(
|
|
`<div>
|
|
Brooklyn Cafe (#592) | n_orders=313
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c0908e92f2b74e47b2a6bfd14fc93733 = L.circle(
|
|
[48.853584, 2.409681],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1b422313135e4d02a52615cee8b8af5d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2f57341a02224bfbbcc0c1da76d73699 = $(`<div id="html_2f57341a02224bfbbcc0c1da76d73699" style="width: 100.0%; height: 100.0%;">8 Avenue De La Porte De Montreuil, 75020 Paris, 75020 Paris</div>`)[0];
|
|
popup_1b422313135e4d02a52615cee8b8af5d.setContent(html_2f57341a02224bfbbcc0c1da76d73699);
|
|
|
|
|
|
circle_c0908e92f2b74e47b2a6bfd14fc93733.bindPopup(popup_1b422313135e4d02a52615cee8b8af5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c0908e92f2b74e47b2a6bfd14fc93733.bindTooltip(
|
|
`<div>
|
|
Obrigado (#593) | n_orders=332
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_945d3daa056a49d08292fb41abe9908d = L.circle(
|
|
[48.833668, 2.289485],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_53265c78aa834c49b0bf872d44adc934 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_75ecdd0bc75240f4bf8e6507e4ebd839 = $(`<div id="html_75ecdd0bc75240f4bf8e6507e4ebd839" style="width: 100.0%; height: 100.0%;">397 Rue De Vaugirard, 75015 Paris</div>`)[0];
|
|
popup_53265c78aa834c49b0bf872d44adc934.setContent(html_75ecdd0bc75240f4bf8e6507e4ebd839);
|
|
|
|
|
|
circle_945d3daa056a49d08292fb41abe9908d.bindPopup(popup_53265c78aa834c49b0bf872d44adc934)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_945d3daa056a49d08292fb41abe9908d.bindTooltip(
|
|
`<div>
|
|
750G La Table (#594) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9e39715459e24d2c9117666db84d21c3 = L.circle(
|
|
[48.827183, 2.370556],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8094f6a3c5ac45e4ae728779f4977d8c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ad2174a012114ea58ea09084c5eb6878 = $(`<div id="html_ad2174a012114ea58ea09084c5eb6878" style="width: 100.0%; height: 100.0%;">85 Rue Albert, 75013 Paris</div>`)[0];
|
|
popup_8094f6a3c5ac45e4ae728779f4977d8c.setContent(html_ad2174a012114ea58ea09084c5eb6878);
|
|
|
|
|
|
circle_9e39715459e24d2c9117666db84d21c3.bindPopup(popup_8094f6a3c5ac45e4ae728779f4977d8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9e39715459e24d2c9117666db84d21c3.bindTooltip(
|
|
`<div>
|
|
La Petite Creperie (#595) | n_orders=40
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8e3b3c1195b84ba18f9c03bb25e4c14e = L.circle(
|
|
[48.861244, 2.364866],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b6cec28c186d42b9ad64db01bc26bc9f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_939838e686064fadb515fbe8c1a94602 = $(`<div id="html_939838e686064fadb515fbe8c1a94602" style="width: 100.0%; height: 100.0%;">25 Rue Du Pont Aux Choux, 75003 Paris</div>`)[0];
|
|
popup_b6cec28c186d42b9ad64db01bc26bc9f.setContent(html_939838e686064fadb515fbe8c1a94602);
|
|
|
|
|
|
circle_8e3b3c1195b84ba18f9c03bb25e4c14e.bindPopup(popup_b6cec28c186d42b9ad64db01bc26bc9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8e3b3c1195b84ba18f9c03bb25e4c14e.bindTooltip(
|
|
`<div>
|
|
Rachel'S Pont Aux Choux (#596) | n_orders=162
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2930cb93b94d43b7bf83c37a85bdd920 = L.circle(
|
|
[48.875488, 2.385244],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_41df5c2b4cd64c2899d98252cdf81049 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c82c2a2531364ce8858f62dbf9ce0bed = $(`<div id="html_c82c2a2531364ce8858f62dbf9ce0bed" style="width: 100.0%; height: 100.0%;">14 Rue De La Villette, 75019 Paris</div>`)[0];
|
|
popup_41df5c2b4cd64c2899d98252cdf81049.setContent(html_c82c2a2531364ce8858f62dbf9ce0bed);
|
|
|
|
|
|
circle_2930cb93b94d43b7bf83c37a85bdd920.bindPopup(popup_41df5c2b4cd64c2899d98252cdf81049)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2930cb93b94d43b7bf83c37a85bdd920.bindTooltip(
|
|
`<div>
|
|
Buono Sano Bello (#597) | n_orders=161
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_63c2aabb0fd542f995c3087e6b0d8b10 = L.circle(
|
|
[48.888157, 2.244989],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0296f44d050b446a9a6ea91776b8aeb9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_30560f86400049cfbe3c418da4941843 = $(`<div id="html_30560f86400049cfbe3c418da4941843" style="width: 100.0%; height: 100.0%;">35 Cours Michelet Puteaux, 92800 Paris</div>`)[0];
|
|
popup_0296f44d050b446a9a6ea91776b8aeb9.setContent(html_30560f86400049cfbe3c418da4941843);
|
|
|
|
|
|
circle_63c2aabb0fd542f995c3087e6b0d8b10.bindPopup(popup_0296f44d050b446a9a6ea91776b8aeb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_63c2aabb0fd542f995c3087e6b0d8b10.bindTooltip(
|
|
`<div>
|
|
Restaurants #598, #1186 | n_orders=178
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ef5abaf237174569b7bae46f772ac990 = L.circle(
|
|
[48.873955, 2.348389],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_03ab80fd8cfc4b2baa798486c4684bc1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4f414dc2a6be420985a0d7526eec0813 = $(`<div id="html_4f414dc2a6be420985a0d7526eec0813" style="width: 100.0%; height: 100.0%;">59 Rue Des Petites Ecuries, 75010 Paris</div>`)[0];
|
|
popup_03ab80fd8cfc4b2baa798486c4684bc1.setContent(html_4f414dc2a6be420985a0d7526eec0813);
|
|
|
|
|
|
circle_ef5abaf237174569b7bae46f772ac990.bindPopup(popup_03ab80fd8cfc4b2baa798486c4684bc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ef5abaf237174569b7bae46f772ac990.bindTooltip(
|
|
`<div>
|
|
Naan (#599) | n_orders=18
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2655dcef0ba246709b99c86b3e2ac33c = L.circle(
|
|
[48.889591, 2.322407],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b573700c27704226961616e77a8c7447 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_21651596156b4d7cacbd415ca9993066 = $(`<div id="html_21651596156b4d7cacbd415ca9993066" style="width: 100.0%; height: 100.0%;">1 Rue Du Docteur Heulin, 75017 Paris</div>`)[0];
|
|
popup_b573700c27704226961616e77a8c7447.setContent(html_21651596156b4d7cacbd415ca9993066);
|
|
|
|
|
|
circle_2655dcef0ba246709b99c86b3e2ac33c.bindPopup(popup_b573700c27704226961616e77a8c7447)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2655dcef0ba246709b99c86b3e2ac33c.bindTooltip(
|
|
`<div>
|
|
Le Petit Cuba (#600) | n_orders=102
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5c75296b2b5741a2bcd726e1764456fa = L.circle(
|
|
[48.835316, 2.234764],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3d2461bda1ac48e8968fd319e34ed136 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a2b0dec16b5743c5b4fed00cc8322311 = $(`<div id="html_a2b0dec16b5743c5b4fed00cc8322311" style="width: 100.0%; height: 100.0%;">124 Rue De Billancourt, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_3d2461bda1ac48e8968fd319e34ed136.setContent(html_a2b0dec16b5743c5b4fed00cc8322311);
|
|
|
|
|
|
circle_5c75296b2b5741a2bcd726e1764456fa.bindPopup(popup_3d2461bda1ac48e8968fd319e34ed136)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5c75296b2b5741a2bcd726e1764456fa.bindTooltip(
|
|
`<div>
|
|
Le Gotham (#601) | n_orders=73
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_feb3d88e8ac4474a840fa8e3387c00a4 = L.circle(
|
|
[48.842499, 2.313978],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f90569832c89448b849cece9212e6c83 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1507dc6129a64e769567ec2cc6fd994c = $(`<div id="html_1507dc6129a64e769567ec2cc6fd994c" style="width: 100.0%; height: 100.0%;">31-35 Rue Falguiere, 75015 Malakoff</div>`)[0];
|
|
popup_f90569832c89448b849cece9212e6c83.setContent(html_1507dc6129a64e769567ec2cc6fd994c);
|
|
|
|
|
|
circle_feb3d88e8ac4474a840fa8e3387c00a4.bindPopup(popup_f90569832c89448b849cece9212e6c83)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_feb3d88e8ac4474a840fa8e3387c00a4.bindTooltip(
|
|
`<div>
|
|
Tandooright (#602) | n_orders=297
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_590c14b5f4774ecea5401200742181ef = L.circle(
|
|
[48.830498, 2.373065],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b92d3f6a27394081817bf1d2ae5685e6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_08458d7d3e784d7a84cde34a89c2bab7 = $(`<div id="html_08458d7d3e784d7a84cde34a89c2bab7" style="width: 100.0%; height: 100.0%;">72 Rue Du Chevaleret, 75013 Paris</div>`)[0];
|
|
popup_b92d3f6a27394081817bf1d2ae5685e6.setContent(html_08458d7d3e784d7a84cde34a89c2bab7);
|
|
|
|
|
|
circle_590c14b5f4774ecea5401200742181ef.bindPopup(popup_b92d3f6a27394081817bf1d2ae5685e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_590c14b5f4774ecea5401200742181ef.bindTooltip(
|
|
`<div>
|
|
Le Soixante Douze (#603) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1d1e626fc23046fc9ef4854c1576d52c = L.circle(
|
|
[48.889977, 2.340603],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a60d42196d634130a724474c701bd38d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_61e665ab71064dcd8595127889d25a42 = $(`<div id="html_61e665ab71064dcd8595127889d25a42" style="width: 100.0%; height: 100.0%;">2 Rue Francoeur, 75018 Paris</div>`)[0];
|
|
popup_a60d42196d634130a724474c701bd38d.setContent(html_61e665ab71064dcd8595127889d25a42);
|
|
|
|
|
|
circle_1d1e626fc23046fc9ef4854c1576d52c.bindPopup(popup_a60d42196d634130a724474c701bd38d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1d1e626fc23046fc9ef4854c1576d52c.bindTooltip(
|
|
`<div>
|
|
Mamma Roma (#604) | n_orders=121
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4d823504bd6348249cabd1d12e2d9a31 = L.circle(
|
|
[48.886871, 2.323394],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b7cf89b9cc6e4131b7eab6f667f9412c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bf3a5ff7cec64df9953fd02d157de881 = $(`<div id="html_bf3a5ff7cec64df9953fd02d157de881" style="width: 100.0%; height: 100.0%;">34 Rue Lemercier, 75017 Paris</div>`)[0];
|
|
popup_b7cf89b9cc6e4131b7eab6f667f9412c.setContent(html_bf3a5ff7cec64df9953fd02d157de881);
|
|
|
|
|
|
circle_4d823504bd6348249cabd1d12e2d9a31.bindPopup(popup_b7cf89b9cc6e4131b7eab6f667f9412c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4d823504bd6348249cabd1d12e2d9a31.bindTooltip(
|
|
`<div>
|
|
Colonna Createur De Pizza (#605) | n_orders=264
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2beac7be808143d3823c81b9dcccc281 = L.circle(
|
|
[48.8554, 2.381554],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4ed746e1a9e249ff8fa23878b04c4876 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4dc8bd40a69c4190983febd849f2f6d9 = $(`<div id="html_4dc8bd40a69c4190983febd849f2f6d9" style="width: 100.0%; height: 100.0%;">21 Rue Richard Lenoir, 75011 Paris</div>`)[0];
|
|
popup_4ed746e1a9e249ff8fa23878b04c4876.setContent(html_4dc8bd40a69c4190983febd849f2f6d9);
|
|
|
|
|
|
circle_2beac7be808143d3823c81b9dcccc281.bindPopup(popup_4ed746e1a9e249ff8fa23878b04c4876)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2beac7be808143d3823c81b9dcccc281.bindTooltip(
|
|
`<div>
|
|
Bears And Raccoons (#606) | n_orders=100
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_299d78ec82a342409814070cf6d122a5 = L.circle(
|
|
[48.863232, 2.349073],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_71317e9fc4824aa4937f18729bd6566e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a1951ac51d7f4fbc894060979e16aa9e = $(`<div id="html_a1951ac51d7f4fbc894060979e16aa9e" style="width: 100.0%; height: 100.0%;">9 Rue Pierre Lescot, 75001 Paris</div>`)[0];
|
|
popup_71317e9fc4824aa4937f18729bd6566e.setContent(html_a1951ac51d7f4fbc894060979e16aa9e);
|
|
|
|
|
|
circle_299d78ec82a342409814070cf6d122a5.bindPopup(popup_71317e9fc4824aa4937f18729bd6566e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_299d78ec82a342409814070cf6d122a5.bindTooltip(
|
|
`<div>
|
|
Le Pere Fouettard (#607) | n_orders=94
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1682ae6b543b43f1a5fbc79b51871a74 = L.circle(
|
|
[48.847145, 2.343336],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d0f00d3f068345e5a74aed7e43f3c222 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2f92cf8a8de54e298f75323a01c30aff = $(`<div id="html_2f92cf8a8de54e298f75323a01c30aff" style="width: 100.0%; height: 100.0%;">160 Rue Saint Jacques, 75005 Paris</div>`)[0];
|
|
popup_d0f00d3f068345e5a74aed7e43f3c222.setContent(html_2f92cf8a8de54e298f75323a01c30aff);
|
|
|
|
|
|
circle_1682ae6b543b43f1a5fbc79b51871a74.bindPopup(popup_d0f00d3f068345e5a74aed7e43f3c222)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1682ae6b543b43f1a5fbc79b51871a74.bindTooltip(
|
|
`<div>
|
|
American Corner Sorbonne (#608) | n_orders=13
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1ec12c2c724a4e3dbfc3ada5bdb1025b = L.circle(
|
|
[48.874401, 2.346234],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_24f248afb06046eeb1fd6ffda3926a85 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_be0c829adb424db2a1987640aa4e2e35 = $(`<div id="html_be0c829adb424db2a1987640aa4e2e35" style="width: 100.0%; height: 100.0%;">50 Rue Du Faubourg Poissoniere, 75009 Paris</div>`)[0];
|
|
popup_24f248afb06046eeb1fd6ffda3926a85.setContent(html_be0c829adb424db2a1987640aa4e2e35);
|
|
|
|
|
|
circle_1ec12c2c724a4e3dbfc3ada5bdb1025b.bindPopup(popup_24f248afb06046eeb1fd6ffda3926a85)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1ec12c2c724a4e3dbfc3ada5bdb1025b.bindTooltip(
|
|
`<div>
|
|
Barista And Baker (#609) | n_orders=80
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_06a94e42cbb94c13a54d9a340c5ba1e8 = L.circle(
|
|
[48.861347, 2.362775],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8998317c4a7141f288af615e13b676f6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8747d134e3984925be22987d6e3e895c = $(`<div id="html_8747d134e3984925be22987d6e3e895c" style="width: 100.0%; height: 100.0%;">20 Rue Du Pont Aux Choux, 75003 Paris</div>`)[0];
|
|
popup_8998317c4a7141f288af615e13b676f6.setContent(html_8747d134e3984925be22987d6e3e895c);
|
|
|
|
|
|
circle_06a94e42cbb94c13a54d9a340c5ba1e8.bindPopup(popup_8998317c4a7141f288af615e13b676f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_06a94e42cbb94c13a54d9a340c5ba1e8.bindTooltip(
|
|
`<div>
|
|
Rachel'S Grocery (#610) | n_orders=263
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_56282aab752e41a2b2dfabaf60c35a02 = L.circle(
|
|
[48.865871, 2.345801],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cbd1c13b329c493c91ef472d0191de13 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a5153cf7466641a9989e40c146f39e9d = $(`<div id="html_a5153cf7466641a9989e40c146f39e9d" style="width: 100.0%; height: 100.0%;">9 Rue Bachaumont, 75002 Paris</div>`)[0];
|
|
popup_cbd1c13b329c493c91ef472d0191de13.setContent(html_a5153cf7466641a9989e40c146f39e9d);
|
|
|
|
|
|
circle_56282aab752e41a2b2dfabaf60c35a02.bindPopup(popup_cbd1c13b329c493c91ef472d0191de13)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_56282aab752e41a2b2dfabaf60c35a02.bindTooltip(
|
|
`<div>
|
|
L'Atelier De L'Eclair (#611) | n_orders=44
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4a982a93cc7145f1835a93aeed34d7e0 = L.circle(
|
|
[48.829086, 2.234796],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4c258e138a984dc1a1c2aeabab08b135 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4d50647a184a4aa5b637c864857547b7 = $(`<div id="html_4d50647a184a4aa5b637c864857547b7" style="width: 100.0%; height: 100.0%;">91 Rue Yves Kermen, 92100 Paris, 92100 Paris</div>`)[0];
|
|
popup_4c258e138a984dc1a1c2aeabab08b135.setContent(html_4d50647a184a4aa5b637c864857547b7);
|
|
|
|
|
|
circle_4a982a93cc7145f1835a93aeed34d7e0.bindPopup(popup_4c258e138a984dc1a1c2aeabab08b135)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4a982a93cc7145f1835a93aeed34d7e0.bindTooltip(
|
|
`<div>
|
|
Sushi Bento (#612) | n_orders=190
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_795d65dac89846fe9d90021ecacaeb33 = L.circle(
|
|
[48.892487, 2.340011],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e011bd82922847448918fe4e445ccd64 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_209f4b7fba2b47eda31e4906c86b35f5 = $(`<div id="html_209f4b7fba2b47eda31e4906c86b35f5" style="width: 100.0%; height: 100.0%;">18 Rue Duc, 75018 Paris</div>`)[0];
|
|
popup_e011bd82922847448918fe4e445ccd64.setContent(html_209f4b7fba2b47eda31e4906c86b35f5);
|
|
|
|
|
|
circle_795d65dac89846fe9d90021ecacaeb33.bindPopup(popup_e011bd82922847448918fe4e445ccd64)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_795d65dac89846fe9d90021ecacaeb33.bindTooltip(
|
|
`<div>
|
|
Le Postal (#613) | n_orders=55
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f192cbc862c045d5b7093b6b0f4319df = L.circle(
|
|
[48.86554, 2.346032],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2daead7308de496f8d69e03ec59c0343 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_00b51c6f0a094d8a949764ade1b77b3d = $(`<div id="html_00b51c6f0a094d8a949764ade1b77b3d" style="width: 100.0%; height: 100.0%;">5 Rue Mandar, 75002 Paris</div>`)[0];
|
|
popup_2daead7308de496f8d69e03ec59c0343.setContent(html_00b51c6f0a094d8a949764ade1b77b3d);
|
|
|
|
|
|
circle_f192cbc862c045d5b7093b6b0f4319df.bindPopup(popup_2daead7308de496f8d69e03ec59c0343)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f192cbc862c045d5b7093b6b0f4319df.bindTooltip(
|
|
`<div>
|
|
Jaipur Palace (#615) | n_orders=89
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fedd5f0124b84ac9be9ee2f834902273 = L.circle(
|
|
[48.856709, 2.341605],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_791f2aa007e24966be69aef7ffe239f8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_227825f161654600a6aa6c84d133fe82 = $(`<div id="html_227825f161654600a6aa6c84d133fe82" style="width: 100.0%; height: 100.0%;">72 Quai Des Orfevres, 75001 Paris</div>`)[0];
|
|
popup_791f2aa007e24966be69aef7ffe239f8.setContent(html_227825f161654600a6aa6c84d133fe82);
|
|
|
|
|
|
circle_fedd5f0124b84ac9be9ee2f834902273.bindPopup(popup_791f2aa007e24966be69aef7ffe239f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fedd5f0124b84ac9be9ee2f834902273.bindTooltip(
|
|
`<div>
|
|
Au Rdv Des Camionneurs (#616) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ac8a5491c0e6461d941562cb2ce2566a = L.circle(
|
|
[48.874134, 2.369998],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_762a16c8c3b246d48d1e950de3d77c22 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e96f202bb08a4325acfd53dbc74754af = $(`<div id="html_e96f202bb08a4325acfd53dbc74754af" style="width: 100.0%; height: 100.0%;">23 Rue Saint Marthe, 75010 Paris</div>`)[0];
|
|
popup_762a16c8c3b246d48d1e950de3d77c22.setContent(html_e96f202bb08a4325acfd53dbc74754af);
|
|
|
|
|
|
circle_ac8a5491c0e6461d941562cb2ce2566a.bindPopup(popup_762a16c8c3b246d48d1e950de3d77c22)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ac8a5491c0e6461d941562cb2ce2566a.bindTooltip(
|
|
`<div>
|
|
Jambo African Explorer (#618) | n_orders=58
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_378eeb2d1d7449d3a5eafa95f36dc592 = L.circle(
|
|
[48.825615, 2.357046],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fcd42b3ad8d04f9c92c368a759f34f6e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_39fb62f6afbf477f9f0f32f18a86452c = $(`<div id="html_39fb62f6afbf477f9f0f32f18a86452c" style="width: 100.0%; height: 100.0%;">102 Avenue D'Ivry, 75013 Paris</div>`)[0];
|
|
popup_fcd42b3ad8d04f9c92c368a759f34f6e.setContent(html_39fb62f6afbf477f9f0f32f18a86452c);
|
|
|
|
|
|
circle_378eeb2d1d7449d3a5eafa95f36dc592.bindPopup(popup_fcd42b3ad8d04f9c92c368a759f34f6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_378eeb2d1d7449d3a5eafa95f36dc592.bindTooltip(
|
|
`<div>
|
|
Lao Lane Xang (#619) | n_orders=637
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5e2269b12b4746309726a1ca1f0ab888 = L.circle(
|
|
[48.829456, 2.316976],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_348fd687ea1b4dd09d61a0f27bb2434b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ba12a204691e48ba9da91785fb52cad3 = $(`<div id="html_ba12a204691e48ba9da91785fb52cad3" style="width: 100.0%; height: 100.0%;">81 Rue Didot, 75014 Paris</div>`)[0];
|
|
popup_348fd687ea1b4dd09d61a0f27bb2434b.setContent(html_ba12a204691e48ba9da91785fb52cad3);
|
|
|
|
|
|
circle_5e2269b12b4746309726a1ca1f0ab888.bindPopup(popup_348fd687ea1b4dd09d61a0f27bb2434b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5e2269b12b4746309726a1ca1f0ab888.bindTooltip(
|
|
`<div>
|
|
Atlas Couscous - Didot (#620) | n_orders=378
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d2ea58dc677848658b56ce63f7b1a332 = L.circle(
|
|
[48.88472, 2.315122],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e65f12a9b9534b97be32630f4cfda985 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bbeab1d12c95494bba734586662c8022 = $(`<div id="html_bbeab1d12c95494bba734586662c8022" style="width: 100.0%; height: 100.0%;">35 Rue Legendre, 75017 Paris</div>`)[0];
|
|
popup_e65f12a9b9534b97be32630f4cfda985.setContent(html_bbeab1d12c95494bba734586662c8022);
|
|
|
|
|
|
circle_d2ea58dc677848658b56ce63f7b1a332.bindPopup(popup_e65f12a9b9534b97be32630f4cfda985)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d2ea58dc677848658b56ce63f7b1a332.bindTooltip(
|
|
`<div>
|
|
Saidoune (#621) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_68e6b1ff49a04388824f445dc7a8e18e = L.circle(
|
|
[48.841236, 2.330204],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1a66f06a2dd44726b67b3879fe6798a6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7d471fac52a44948996f2a23db2a9f93 = $(`<div id="html_7d471fac52a44948996f2a23db2a9f93" style="width: 100.0%; height: 100.0%;">209 Boulevard Raspail, 75014 Paris</div>`)[0];
|
|
popup_1a66f06a2dd44726b67b3879fe6798a6.setContent(html_7d471fac52a44948996f2a23db2a9f93);
|
|
|
|
|
|
circle_68e6b1ff49a04388824f445dc7a8e18e.bindPopup(popup_1a66f06a2dd44726b67b3879fe6798a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_68e6b1ff49a04388824f445dc7a8e18e.bindTooltip(
|
|
`<div>
|
|
Bubble T. Paris (#622) | n_orders=35
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9f0953e44d3c41558889b036a79abac9 = L.circle(
|
|
[48.844856, 2.349198],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_46e2cb1590e84944973550358178c211 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3fefa5935217498d925abe50b96e3293 = $(`<div id="html_3fefa5935217498d925abe50b96e3293" style="width: 100.0%; height: 100.0%;">4 Rue Mouffetard, 75005 Paris</div>`)[0];
|
|
popup_46e2cb1590e84944973550358178c211.setContent(html_3fefa5935217498d925abe50b96e3293);
|
|
|
|
|
|
circle_9f0953e44d3c41558889b036a79abac9.bindPopup(popup_46e2cb1590e84944973550358178c211)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9f0953e44d3c41558889b036a79abac9.bindTooltip(
|
|
`<div>
|
|
Rosa Kiwi (#623) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4ff3cdd1e98f4652bb9831d77a0f807e = L.circle(
|
|
[48.847122, 2.30366],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b8e6713b8be2403fa95da9d486e5848a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_89bfb36c2e724344940614bf2522ecc8 = $(`<div id="html_89bfb36c2e724344940614bf2522ecc8" style="width: 100.0%; height: 100.0%;">83 Avenue De Segur, 75015 Paris</div>`)[0];
|
|
popup_b8e6713b8be2403fa95da9d486e5848a.setContent(html_89bfb36c2e724344940614bf2522ecc8);
|
|
|
|
|
|
circle_4ff3cdd1e98f4652bb9831d77a0f807e.bindPopup(popup_b8e6713b8be2403fa95da9d486e5848a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4ff3cdd1e98f4652bb9831d77a0f807e.bindTooltip(
|
|
`<div>
|
|
L'Archelle (#624) | n_orders=68
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_79369c5a529d45c897fdf56c8f629e68 = L.circle(
|
|
[48.859612, 2.346867],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e3125ed660454b65b7c8d434a538f7b8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_11267116503c4c098221a4da28f957d1 = $(`<div id="html_11267116503c4c098221a4da28f957d1" style="width: 100.0%; height: 100.0%;">14 Boulevard De Sebastopol, 75001 Paris</div>`)[0];
|
|
popup_e3125ed660454b65b7c8d434a538f7b8.setContent(html_11267116503c4c098221a4da28f957d1);
|
|
|
|
|
|
circle_79369c5a529d45c897fdf56c8f629e68.bindPopup(popup_e3125ed660454b65b7c8d434a538f7b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_79369c5a529d45c897fdf56c8f629e68.bindTooltip(
|
|
`<div>
|
|
Sun Cafe (#625) | n_orders=42
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_18b9e1432b0749d894a1f53c780e16d0 = L.circle(
|
|
[48.860905, 2.366519],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_50177f5293444079b1e34c34c1ff183c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_21578b2f455b4a4d8c30ae8b222e6a74 = $(`<div id="html_21578b2f455b4a4d8c30ae8b222e6a74" style="width: 100.0%; height: 100.0%;">14 Rue Saint Sebastien, 75003 Paris</div>`)[0];
|
|
popup_50177f5293444079b1e34c34c1ff183c.setContent(html_21578b2f455b4a4d8c30ae8b222e6a74);
|
|
|
|
|
|
circle_18b9e1432b0749d894a1f53c780e16d0.bindPopup(popup_50177f5293444079b1e34c34c1ff183c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_18b9e1432b0749d894a1f53c780e16d0.bindTooltip(
|
|
`<div>
|
|
Folks And Sparrows (#626) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a2ba8a489ceb47f298573c5fb23ee038 = L.circle(
|
|
[48.854359, 2.333462],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0e4e545365bb4d4787781bbf13a30209 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_724408069795492193832c28f6acaf84 = $(`<div id="html_724408069795492193832c28f6acaf84" style="width: 100.0%; height: 100.0%;">7 Rue De Furtsenberg, 75006 Paris</div>`)[0];
|
|
popup_0e4e545365bb4d4787781bbf13a30209.setContent(html_724408069795492193832c28f6acaf84);
|
|
|
|
|
|
circle_a2ba8a489ceb47f298573c5fb23ee038.bindPopup(popup_0e4e545365bb4d4787781bbf13a30209)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a2ba8a489ceb47f298573c5fb23ee038.bindTooltip(
|
|
`<div>
|
|
La Maison Du Chou - 06 (#627) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6d82335e52634a6f9e8ebaa77bf8c46e = L.circle(
|
|
[48.840031, 2.390142],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_605e96d407054602a7fa9c4eafa1245e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d4819fb1fbf14a8a9b419caa2c4148d4 = $(`<div id="html_d4819fb1fbf14a8a9b419caa2c4148d4" style="width: 100.0%; height: 100.0%;">154 Avenue Daumesnil, 75012 Paris</div>`)[0];
|
|
popup_605e96d407054602a7fa9c4eafa1245e.setContent(html_d4819fb1fbf14a8a9b419caa2c4148d4);
|
|
|
|
|
|
circle_6d82335e52634a6f9e8ebaa77bf8c46e.bindPopup(popup_605e96d407054602a7fa9c4eafa1245e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6d82335e52634a6f9e8ebaa77bf8c46e.bindTooltip(
|
|
`<div>
|
|
Yeko (#629) | n_orders=163
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_04809b09040943a19a86962c6dc1fbcc = L.circle(
|
|
[48.849358, 2.384617],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3d77ec178c184c09a5a056c046f68247 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fa8450994d424cceb6db2b255e45bc71 = $(`<div id="html_fa8450994d424cceb6db2b255e45bc71" style="width: 100.0%; height: 100.0%;">218 Rue Du Faubourg Saint-Antoine, 75012 Paris</div>`)[0];
|
|
popup_3d77ec178c184c09a5a056c046f68247.setContent(html_fa8450994d424cceb6db2b255e45bc71);
|
|
|
|
|
|
circle_04809b09040943a19a86962c6dc1fbcc.bindPopup(popup_3d77ec178c184c09a5a056c046f68247)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_04809b09040943a19a86962c6dc1fbcc.bindTooltip(
|
|
`<div>
|
|
Bar A Momos (#630) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cd512fba98fb40128eab2f6469dea12f = L.circle(
|
|
[48.858387, 2.327543],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d3ed89fac26f46d78a0724dea5187232 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_951fc0bdc6aa43638729c2ece6cc2d97 = $(`<div id="html_951fc0bdc6aa43638729c2ece6cc2d97" style="width: 100.0%; height: 100.0%;">43 Rue De Verneuil, 75007 Paris</div>`)[0];
|
|
popup_d3ed89fac26f46d78a0724dea5187232.setContent(html_951fc0bdc6aa43638729c2ece6cc2d97);
|
|
|
|
|
|
circle_cd512fba98fb40128eab2f6469dea12f.bindPopup(popup_d3ed89fac26f46d78a0724dea5187232)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cd512fba98fb40128eab2f6469dea12f.bindTooltip(
|
|
`<div>
|
|
L'Epicerie Generale Verneuil (#631) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f82f638246e54fd6899fcc8134b0a216 = L.circle(
|
|
[48.873779, 2.303853],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eafbeb54ad5a49c1a417f02b2fa1fcb9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_44fee94299f5423f9e92a1e967ca1802 = $(`<div id="html_44fee94299f5423f9e92a1e967ca1802" style="width: 100.0%; height: 100.0%;">33 Rue De Washington, 75008 Paris</div>`)[0];
|
|
popup_eafbeb54ad5a49c1a417f02b2fa1fcb9.setContent(html_44fee94299f5423f9e92a1e967ca1802);
|
|
|
|
|
|
circle_f82f638246e54fd6899fcc8134b0a216.bindPopup(popup_eafbeb54ad5a49c1a417f02b2fa1fcb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f82f638246e54fd6899fcc8134b0a216.bindTooltip(
|
|
`<div>
|
|
Coos Coos (#632) | n_orders=34
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e022cd79b4444e09810b8a32836ba7dd = L.circle(
|
|
[48.887955, 2.247678],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_aa814e082a0f4f9fa92aaa4c28dbe9ed = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8139ad1c63ce4fa4849fbe36d8bdbb10 = $(`<div id="html_8139ad1c63ce4fa4849fbe36d8bdbb10" style="width: 100.0%; height: 100.0%;">38 Cours Michelet, 92800 Courbevoie</div>`)[0];
|
|
popup_aa814e082a0f4f9fa92aaa4c28dbe9ed.setContent(html_8139ad1c63ce4fa4849fbe36d8bdbb10);
|
|
|
|
|
|
circle_e022cd79b4444e09810b8a32836ba7dd.bindPopup(popup_aa814e082a0f4f9fa92aaa4c28dbe9ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e022cd79b4444e09810b8a32836ba7dd.bindTooltip(
|
|
`<div>
|
|
Ankka - La Defense (#633) | n_orders=119
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b6114c023b9b4640ae236fecdbd7587e = L.circle(
|
|
[48.893417, 2.28779],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_50b84b42c2e543e2973811e8d7ec823c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e40f2ae5f8254535a2540b715a44e082 = $(`<div id="html_e40f2ae5f8254535a2540b715a44e082" style="width: 100.0%; height: 100.0%;">39 Rue Rivay, 92300 Levallois, 92300 Levallois-Perret</div>`)[0];
|
|
popup_50b84b42c2e543e2973811e8d7ec823c.setContent(html_e40f2ae5f8254535a2540b715a44e082);
|
|
|
|
|
|
circle_b6114c023b9b4640ae236fecdbd7587e.bindPopup(popup_50b84b42c2e543e2973811e8d7ec823c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b6114c023b9b4640ae236fecdbd7587e.bindTooltip(
|
|
`<div>
|
|
Chopsticks (#635) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7eff7984c2f647b591c42a7de0a74faf = L.circle(
|
|
[48.870472, 2.358065],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8aa0134a3ffe45f89720c27fd59e8ec0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7f3d23858b7d48be8e6dbee154e18d54 = $(`<div id="html_7f3d23858b7d48be8e6dbee154e18d54" style="width: 100.0%; height: 100.0%;">33 Rue Du Chateau D'Eau, 75010 Paris</div>`)[0];
|
|
popup_8aa0134a3ffe45f89720c27fd59e8ec0.setContent(html_7f3d23858b7d48be8e6dbee154e18d54);
|
|
|
|
|
|
circle_7eff7984c2f647b591c42a7de0a74faf.bindPopup(popup_8aa0134a3ffe45f89720c27fd59e8ec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7eff7984c2f647b591c42a7de0a74faf.bindTooltip(
|
|
`<div>
|
|
Allen'S Market (#636) | n_orders=301
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_23f6a70137e14d2ba0e2c3ad54e484ed = L.circle(
|
|
[48.83382, 2.23337],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_152a551efdeb4673b1b155133c0f9728 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_20a0f69e945b45e08255b8fced090961 = $(`<div id="html_20a0f69e945b45e08255b8fced090961" style="width: 100.0%; height: 100.0%;">129 Rue De Silly , 92100 Boulogne, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_152a551efdeb4673b1b155133c0f9728.setContent(html_20a0f69e945b45e08255b8fced090961);
|
|
|
|
|
|
circle_23f6a70137e14d2ba0e2c3ad54e484ed.bindPopup(popup_152a551efdeb4673b1b155133c0f9728)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_23f6a70137e14d2ba0e2c3ad54e484ed.bindTooltip(
|
|
`<div>
|
|
Palais Celeste (#637) | n_orders=11
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cf558e65ac7448aa976a822c032e383f = L.circle(
|
|
[48.86824, 2.291901],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_52166b35d2dd43bfa2eefca8e654ff87 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d7c914290a4b49f1850c17f6134e91ff = $(`<div id="html_d7c914290a4b49f1850c17f6134e91ff" style="width: 100.0%; height: 100.0%;">42 Rue De L'Amiral Hamelin, 75116 Paris</div>`)[0];
|
|
popup_52166b35d2dd43bfa2eefca8e654ff87.setContent(html_d7c914290a4b49f1850c17f6134e91ff);
|
|
|
|
|
|
circle_cf558e65ac7448aa976a822c032e383f.bindPopup(popup_52166b35d2dd43bfa2eefca8e654ff87)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cf558e65ac7448aa976a822c032e383f.bindTooltip(
|
|
`<div>
|
|
Il Toscano (#638) | n_orders=32
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4596aab415cf4e2f8af8783095764892 = L.circle(
|
|
[48.864418, 2.373382],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2f4df018b41b4a769cb05e10b340760e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0c4da812a73640e2a280fb7d52691934 = $(`<div id="html_0c4da812a73640e2a280fb7d52691934" style="width: 100.0%; height: 100.0%;">14 Rue Ternaux, 75011 Paris</div>`)[0];
|
|
popup_2f4df018b41b4a769cb05e10b340760e.setContent(html_0c4da812a73640e2a280fb7d52691934);
|
|
|
|
|
|
circle_4596aab415cf4e2f8af8783095764892.bindPopup(popup_2f4df018b41b4a769cb05e10b340760e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4596aab415cf4e2f8af8783095764892.bindTooltip(
|
|
`<div>
|
|
Chambelland (#639) | n_orders=321
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_12efd838601844be86ae25b8b5813020 = L.circle(
|
|
[48.885986, 2.308939],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_59a9337f83b94f3f9c490deb5cfe1aaa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_152d7dacd0bb4becb4e9766d4009ec92 = $(`<div id="html_152d7dacd0bb4becb4e9766d4009ec92" style="width: 100.0%; height: 100.0%;">36 Bis Rue Jouffroy D'Abbans, 75017 Paris</div>`)[0];
|
|
popup_59a9337f83b94f3f9c490deb5cfe1aaa.setContent(html_152d7dacd0bb4becb4e9766d4009ec92);
|
|
|
|
|
|
circle_12efd838601844be86ae25b8b5813020.bindPopup(popup_59a9337f83b94f3f9c490deb5cfe1aaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_12efd838601844be86ae25b8b5813020.bindTooltip(
|
|
`<div>
|
|
Midori (#640) | n_orders=73
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dfc9f10339454225b8c6f167ec87bd27 = L.circle(
|
|
[48.826008, 2.270817],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b1912aba63124c38b7e1ee146c97b0fc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2ea07b51135f433c8e34a415fd7d694a = $(`<div id="html_2ea07b51135f433c8e34a415fd7d694a" style="width: 100.0%; height: 100.0%;">18 Rue Kleber, 92130 Issy-Les-Moulineaux, 92130 Issy-Les-Moulineaux</div>`)[0];
|
|
popup_b1912aba63124c38b7e1ee146c97b0fc.setContent(html_2ea07b51135f433c8e34a415fd7d694a);
|
|
|
|
|
|
circle_dfc9f10339454225b8c6f167ec87bd27.bindPopup(popup_b1912aba63124c38b7e1ee146c97b0fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dfc9f10339454225b8c6f167ec87bd27.bindTooltip(
|
|
`<div>
|
|
Cucina (#641) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aba5cfd3889942dab5dbe78cd446927b = L.circle(
|
|
[48.845387, 2.38241],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b921c94768224e3a940790a9a1af118e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7d8fd25a61f448288714ea380998933d = $(`<div id="html_7d8fd25a61f448288714ea380998933d" style="width: 100.0%; height: 100.0%;">7 Rue Crozatier, 75012 Paris</div>`)[0];
|
|
popup_b921c94768224e3a940790a9a1af118e.setContent(html_7d8fd25a61f448288714ea380998933d);
|
|
|
|
|
|
circle_aba5cfd3889942dab5dbe78cd446927b.bindPopup(popup_b921c94768224e3a940790a9a1af118e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aba5cfd3889942dab5dbe78cd446927b.bindTooltip(
|
|
`<div>
|
|
Thai Time (#642) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1df675fd46474938a42c03dc9d60ad76 = L.circle(
|
|
[48.891235, 2.235843],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d46f0530c3fe4450af10ebf2c05c1ca4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5fdc0fa4772140e59d94d0f26ce490de = $(`<div id="html_5fdc0fa4772140e59d94d0f26ce490de" style="width: 100.0%; height: 100.0%;">2 Rue Du Dome, 92800 Puteaux, 92800 Puteaux</div>`)[0];
|
|
popup_d46f0530c3fe4450af10ebf2c05c1ca4.setContent(html_5fdc0fa4772140e59d94d0f26ce490de);
|
|
|
|
|
|
circle_1df675fd46474938a42c03dc9d60ad76.bindPopup(popup_d46f0530c3fe4450af10ebf2c05c1ca4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1df675fd46474938a42c03dc9d60ad76.bindTooltip(
|
|
`<div>
|
|
Vapiano - La Defense (#643) | n_orders=201
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5710d19854e44488836e1f35bc894058 = L.circle(
|
|
[48.873905, 2.314914],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0184337cdeec464db009cce0c980d639 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5707666e46c946bfab2006fbf2cc36cc = $(`<div id="html_5707666e46c946bfab2006fbf2cc36cc" style="width: 100.0%; height: 100.0%;">19 Rue La Boetie, 75008 Paris</div>`)[0];
|
|
popup_0184337cdeec464db009cce0c980d639.setContent(html_5707666e46c946bfab2006fbf2cc36cc);
|
|
|
|
|
|
circle_5710d19854e44488836e1f35bc894058.bindPopup(popup_0184337cdeec464db009cce0c980d639)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5710d19854e44488836e1f35bc894058.bindTooltip(
|
|
`<div>
|
|
Bagel Corner 08 (#644) | n_orders=16
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_84e698b4fe1341a3b16810c9be06d413 = L.circle(
|
|
[48.863209, 2.364225],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5091481be1f74f2db3e5aa4c391157a3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bfed0c08b2c94e1b997e06fb970fc196 = $(`<div id="html_bfed0c08b2c94e1b997e06fb970fc196" style="width: 100.0%; height: 100.0%;">56 Rue De Saintonge, 75003 Paris</div>`)[0];
|
|
popup_5091481be1f74f2db3e5aa4c391157a3.setContent(html_bfed0c08b2c94e1b997e06fb970fc196);
|
|
|
|
|
|
circle_84e698b4fe1341a3b16810c9be06d413.bindPopup(popup_5091481be1f74f2db3e5aa4c391157a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_84e698b4fe1341a3b16810c9be06d413.bindTooltip(
|
|
`<div>
|
|
Clasico Argentino 03 (#645) | n_orders=1785
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7c248d24925b44dda1be37fe32a81ea0 = L.circle(
|
|
[48.842819, 2.302766],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_04958641d6214697ab0a62c1c5195ee6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5ac91bb8523840c9bfd23891e47f1c74 = $(`<div id="html_5ac91bb8523840c9bfd23891e47f1c74" style="width: 100.0%; height: 100.0%;">81 Rue Lecourbe, 75015 Paris</div>`)[0];
|
|
popup_04958641d6214697ab0a62c1c5195ee6.setContent(html_5ac91bb8523840c9bfd23891e47f1c74);
|
|
|
|
|
|
circle_7c248d24925b44dda1be37fe32a81ea0.bindPopup(popup_04958641d6214697ab0a62c1c5195ee6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7c248d24925b44dda1be37fe32a81ea0.bindTooltip(
|
|
`<div>
|
|
Pietro Lecourbe (#646) | n_orders=882
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_75719759fe3249998d42d1cd2e3b1d37 = L.circle(
|
|
[48.855518, 2.272515],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a59fb0d4f771438cb162edf6237024bb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a98b84028b4f49cb854babda2878abad = $(`<div id="html_a98b84028b4f49cb854babda2878abad" style="width: 100.0%; height: 100.0%;">1 Rue Des Bauches, 75016 Paris, 75016 Paris</div>`)[0];
|
|
popup_a59fb0d4f771438cb162edf6237024bb.setContent(html_a98b84028b4f49cb854babda2878abad);
|
|
|
|
|
|
circle_75719759fe3249998d42d1cd2e3b1d37.bindPopup(popup_a59fb0d4f771438cb162edf6237024bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_75719759fe3249998d42d1cd2e3b1d37.bindTooltip(
|
|
`<div>
|
|
Gastronomie Ferrari (#647) | n_orders=161
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f6c1f429c31f4260ac8e9601f81921a9 = L.circle(
|
|
[48.845375, 2.289254],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_303317a1dcdd44c7aefa7b20d95ad4c7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4a03371450b842b0a4fc6f1e03a90545 = $(`<div id="html_4a03371450b842b0a4fc6f1e03a90545" style="width: 100.0%; height: 100.0%;">65 Rue Des Entrepreneurs, 75015 Paris</div>`)[0];
|
|
popup_303317a1dcdd44c7aefa7b20d95ad4c7.setContent(html_4a03371450b842b0a4fc6f1e03a90545);
|
|
|
|
|
|
circle_f6c1f429c31f4260ac8e9601f81921a9.bindPopup(popup_303317a1dcdd44c7aefa7b20d95ad4c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f6c1f429c31f4260ac8e9601f81921a9.bindTooltip(
|
|
`<div>
|
|
Mazeh (#648) | n_orders=105
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_41eee13fd3e64ef38d238dc526ab7936 = L.circle(
|
|
[48.852268, 2.375185],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9d88a76c0a3b4e8b80ed35edea64d4b2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7755294f7ae740b1992cde2c4b945dbf = $(`<div id="html_7755294f7ae740b1992cde2c4b945dbf" style="width: 100.0%; height: 100.0%;">18 Passage De La Bonne Graine, 75012 Paris</div>`)[0];
|
|
popup_9d88a76c0a3b4e8b80ed35edea64d4b2.setContent(html_7755294f7ae740b1992cde2c4b945dbf);
|
|
|
|
|
|
circle_41eee13fd3e64ef38d238dc526ab7936.bindPopup(popup_9d88a76c0a3b4e8b80ed35edea64d4b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_41eee13fd3e64ef38d238dc526ab7936.bindTooltip(
|
|
`<div>
|
|
Les Passagers De Beyrouth (#649) | n_orders=76
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8c829be826d74b93a3418a979eb3da93 = L.circle(
|
|
[48.840385, 2.313516],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0259ae0dfea84633af2041a174cd4a26 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f29c3779844a4064a32db721c19ce3f3 = $(`<div id="html_f29c3779844a4064a32db721c19ce3f3" style="width: 100.0%; height: 100.0%;">67 Boulevard De Vaugirard, 75015 Paris</div>`)[0];
|
|
popup_0259ae0dfea84633af2041a174cd4a26.setContent(html_f29c3779844a4064a32db721c19ce3f3);
|
|
|
|
|
|
circle_8c829be826d74b93a3418a979eb3da93.bindPopup(popup_0259ae0dfea84633af2041a174cd4a26)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8c829be826d74b93a3418a979eb3da93.bindTooltip(
|
|
`<div>
|
|
Pietro Vaugirard (#650) | n_orders=899
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c7c48cbea5814fd8833c4dac20faaea7 = L.circle(
|
|
[48.8465, 2.328368],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2b666d34b6854a4aa462d9ba486d3a48 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a143896510c3435793bd61eb18cbc89b = $(`<div id="html_a143896510c3435793bd61eb18cbc89b" style="width: 100.0%; height: 100.0%;">54 Rue D Assas 75006 Paris, 75006 Paris</div>`)[0];
|
|
popup_2b666d34b6854a4aa462d9ba486d3a48.setContent(html_a143896510c3435793bd61eb18cbc89b);
|
|
|
|
|
|
circle_c7c48cbea5814fd8833c4dac20faaea7.bindPopup(popup_2b666d34b6854a4aa462d9ba486d3a48)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c7c48cbea5814fd8833c4dac20faaea7.bindTooltip(
|
|
`<div>
|
|
Les Bistronautes (#651) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9a155d593fbe4c00a695661eeb36d79e = L.circle(
|
|
[48.871407, 2.309969],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d9a88c83176b48858c4f2a9eeb00804e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_63b67d5f69ea45da95fb01525073a261 = $(`<div id="html_63b67d5f69ea45da95fb01525073a261" style="width: 100.0%; height: 100.0%;">28 Rue Jean Mermoz, 75008 Paris</div>`)[0];
|
|
popup_d9a88c83176b48858c4f2a9eeb00804e.setContent(html_63b67d5f69ea45da95fb01525073a261);
|
|
|
|
|
|
circle_9a155d593fbe4c00a695661eeb36d79e.bindPopup(popup_d9a88c83176b48858c4f2a9eeb00804e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9a155d593fbe4c00a695661eeb36d79e.bindTooltip(
|
|
`<div>
|
|
Pietro Champs Elysees (#652) | n_orders=341
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dfdd7c8a04b0491c97c1882c844f9b15 = L.circle(
|
|
[48.840508, 2.39996],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_84b87e53aacf43d4a77b099f4895c4cd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7868146ad02e490fa3253f7e6ce14baa = $(`<div id="html_7868146ad02e490fa3253f7e6ce14baa" style="width: 100.0%; height: 100.0%;">4 Rue De Thaiti, 75012 Paris</div>`)[0];
|
|
popup_84b87e53aacf43d4a77b099f4895c4cd.setContent(html_7868146ad02e490fa3253f7e6ce14baa);
|
|
|
|
|
|
circle_dfdd7c8a04b0491c97c1882c844f9b15.bindPopup(popup_84b87e53aacf43d4a77b099f4895c4cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dfdd7c8a04b0491c97c1882c844f9b15.bindTooltip(
|
|
`<div>
|
|
Shiva (#653) | n_orders=49
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_db0608e4a9814ea09ba18ce2cee7c860 = L.circle(
|
|
[48.848091, 2.342182],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a1a53ca12bb9477d9dc2edb7758e3caa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_57c35fbe9c174aa7bbdf49e2f55f57f0 = $(`<div id="html_57c35fbe9c174aa7bbdf49e2f55f57f0" style="width: 100.0%; height: 100.0%;">18 Rue Cujas, 75005 Paris</div>`)[0];
|
|
popup_a1a53ca12bb9477d9dc2edb7758e3caa.setContent(html_57c35fbe9c174aa7bbdf49e2f55f57f0);
|
|
|
|
|
|
circle_db0608e4a9814ea09ba18ce2cee7c860.bindPopup(popup_a1a53ca12bb9477d9dc2edb7758e3caa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_db0608e4a9814ea09ba18ce2cee7c860.bindTooltip(
|
|
`<div>
|
|
Mandarin Sorbonne (#654) | n_orders=88
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aa8811990f114812b8bdf0299fdf5869 = L.circle(
|
|
[48.873417, 2.31019],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fe37ad1856e9453aba1ab47962fae173 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c5a2eee8097a474eb0210c50631cca30 = $(`<div id="html_c5a2eee8097a474eb0210c50631cca30" style="width: 100.0%; height: 100.0%;">60 Rue La Boetie, 75008 Paris</div>`)[0];
|
|
popup_fe37ad1856e9453aba1ab47962fae173.setContent(html_c5a2eee8097a474eb0210c50631cca30);
|
|
|
|
|
|
circle_aa8811990f114812b8bdf0299fdf5869.bindPopup(popup_fe37ad1856e9453aba1ab47962fae173)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aa8811990f114812b8bdf0299fdf5869.bindTooltip(
|
|
`<div>
|
|
Bottega Romana (#656) | n_orders=149
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bfd7ef10864b49279b23307dd31c6e79 = L.circle(
|
|
[48.851727, 2.323108],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f61f818ef20449f8ae743b3a001f1a23 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1120d2ba85164f27ae1d0b3a19f46109 = $(`<div id="html_1120d2ba85164f27ae1d0b3a19f46109" style="width: 100.0%; height: 100.0%;">15 Rue De Babylone, 75007 Paris</div>`)[0];
|
|
popup_f61f818ef20449f8ae743b3a001f1a23.setContent(html_1120d2ba85164f27ae1d0b3a19f46109);
|
|
|
|
|
|
circle_bfd7ef10864b49279b23307dd31c6e79.bindPopup(popup_f61f818ef20449f8ae743b3a001f1a23)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bfd7ef10864b49279b23307dd31c6e79.bindTooltip(
|
|
`<div>
|
|
Sous Le Cedre (#657) | n_orders=104
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_df8dd8784b834362a7204bf89b2b355f = L.circle(
|
|
[48.858669, 2.344736],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_40057168853d43e18a51069fbff5b3b5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6efa55a8847e4c28aa6d3a5e42269d4a = $(`<div id="html_6efa55a8847e4c28aa6d3a5e42269d4a" style="width: 100.0%; height: 100.0%;">11 Rue Bertin Poiree, 75001 Paris</div>`)[0];
|
|
popup_40057168853d43e18a51069fbff5b3b5.setContent(html_6efa55a8847e4c28aa6d3a5e42269d4a);
|
|
|
|
|
|
circle_df8dd8784b834362a7204bf89b2b355f.bindPopup(popup_40057168853d43e18a51069fbff5b3b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_df8dd8784b834362a7204bf89b2b355f.bindTooltip(
|
|
`<div>
|
|
Galina Sushi Bar (#658) | n_orders=670
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_babc9a1ef372400c89cd3a79482fd496 = L.circle(
|
|
[48.86861, 2.366864],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_da6d1c60a8a74fa2a1917284a51210a6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1447c339fff14664851990783df4dcb5 = $(`<div id="html_1447c339fff14664851990783df4dcb5" style="width: 100.0%; height: 100.0%;">17 Rue Du Faubourg Du Temple, 75010 Paris</div>`)[0];
|
|
popup_da6d1c60a8a74fa2a1917284a51210a6.setContent(html_1447c339fff14664851990783df4dcb5);
|
|
|
|
|
|
circle_babc9a1ef372400c89cd3a79482fd496.bindPopup(popup_da6d1c60a8a74fa2a1917284a51210a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_babc9a1ef372400c89cd3a79482fd496.bindTooltip(
|
|
`<div>
|
|
Tribiani (#659) | n_orders=120
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_87ff3b24e645492c829ce5389e18e147 = L.circle(
|
|
[48.84539, 2.354452],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4ec981acdf3446c8a58f95bd9251ac59 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2860b0a62bc946c6845f41210a2c7710 = $(`<div id="html_2860b0a62bc946c6845f41210a2c7710" style="width: 100.0%; height: 100.0%;">29 Rue Linne, 75005 Paris</div>`)[0];
|
|
popup_4ec981acdf3446c8a58f95bd9251ac59.setContent(html_2860b0a62bc946c6845f41210a2c7710);
|
|
|
|
|
|
circle_87ff3b24e645492c829ce5389e18e147.bindPopup(popup_4ec981acdf3446c8a58f95bd9251ac59)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_87ff3b24e645492c829ce5389e18e147.bindTooltip(
|
|
`<div>
|
|
Bagel Corner 05 (#660) | n_orders=44
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3170a2417fff4600a191e157b3f30151 = L.circle(
|
|
[48.859013, 2.353701],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_30767b556bf14aadab2dd8e6a2e63c6d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f4c9097cb78945819e865bf768563d09 = $(`<div id="html_f4c9097cb78945819e865bf768563d09" style="width: 100.0%; height: 100.0%;">41 Rue Sainte-Croix De La Bretonnerie, 75004 Paris</div>`)[0];
|
|
popup_30767b556bf14aadab2dd8e6a2e63c6d.setContent(html_f4c9097cb78945819e865bf768563d09);
|
|
|
|
|
|
circle_3170a2417fff4600a191e157b3f30151.bindPopup(popup_30767b556bf14aadab2dd8e6a2e63c6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3170a2417fff4600a191e157b3f30151.bindTooltip(
|
|
`<div>
|
|
Hanoi (#663) | n_orders=119
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ec47ac01ac9d437c8ddfff727af622f2 = L.circle(
|
|
[48.885204, 2.291404],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8a278825216c425cbc33b38ca6c71f18 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7bb4ccba1de64e969b5df3839b096066 = $(`<div id="html_7bb4ccba1de64e969b5df3839b096066" style="width: 100.0%; height: 100.0%;">15 Rue D'Heliopolis, 75017 Paris</div>`)[0];
|
|
popup_8a278825216c425cbc33b38ca6c71f18.setContent(html_7bb4ccba1de64e969b5df3839b096066);
|
|
|
|
|
|
circle_ec47ac01ac9d437c8ddfff727af622f2.bindPopup(popup_8a278825216c425cbc33b38ca6c71f18)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ec47ac01ac9d437c8ddfff727af622f2.bindTooltip(
|
|
`<div>
|
|
L'Etoile De Taroudant (#664) | n_orders=253
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_db7e3506a2674b16aa317b319ee68a72 = L.circle(
|
|
[48.833881, 2.385584],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_710558c5ae7c412a8fbeddd8ba004fb0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0de2cc93b9334f41be7f9ab8bd46f6ad = $(`<div id="html_0de2cc93b9334f41be7f9ab8bd46f6ad" style="width: 100.0%; height: 100.0%;">10 Rue Gabriel Lame, 75012 Paris</div>`)[0];
|
|
popup_710558c5ae7c412a8fbeddd8ba004fb0.setContent(html_0de2cc93b9334f41be7f9ab8bd46f6ad);
|
|
|
|
|
|
circle_db7e3506a2674b16aa317b319ee68a72.bindPopup(popup_710558c5ae7c412a8fbeddd8ba004fb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_db7e3506a2674b16aa317b319ee68a72.bindTooltip(
|
|
`<div>
|
|
Le Pain Du Chai (#665) | n_orders=41
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eaa0023b05c04aac84b3841f9dd7db1f = L.circle(
|
|
[48.835625, 2.293343],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3c94495b68714c15b2e35508bdaf7ccc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d7aefbe5190a4ba5b52ac143b5bdda13 = $(`<div id="html_d7aefbe5190a4ba5b52ac143b5bdda13" style="width: 100.0%; height: 100.0%;">11 Rue Eugene Gibez, 75015 Paris</div>`)[0];
|
|
popup_3c94495b68714c15b2e35508bdaf7ccc.setContent(html_d7aefbe5190a4ba5b52ac143b5bdda13);
|
|
|
|
|
|
circle_eaa0023b05c04aac84b3841f9dd7db1f.bindPopup(popup_3c94495b68714c15b2e35508bdaf7ccc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eaa0023b05c04aac84b3841f9dd7db1f.bindTooltip(
|
|
`<div>
|
|
Alice Pizza 15 (#668) | n_orders=1839
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f8486d59754049f6b7dc783dae4daf2f = L.circle(
|
|
[48.858395, 2.385978],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5b298a419495461f9313a3fbedf1474d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a043070854584e0dad6eb3923e7060fe = $(`<div id="html_a043070854584e0dad6eb3923e7060fe" style="width: 100.0%; height: 100.0%;">9 Rue De Mont Louis, 75011 Paris</div>`)[0];
|
|
popup_5b298a419495461f9313a3fbedf1474d.setContent(html_a043070854584e0dad6eb3923e7060fe);
|
|
|
|
|
|
circle_f8486d59754049f6b7dc783dae4daf2f.bindPopup(popup_5b298a419495461f9313a3fbedf1474d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f8486d59754049f6b7dc783dae4daf2f.bindTooltip(
|
|
`<div>
|
|
Paris Hanoi (#669) | n_orders=1432
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a219a9b162c34be7b933d244d02a07d3 = L.circle(
|
|
[48.836845, 2.392251],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f0d591c0c872469480e585f52c07cb4b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_656efa93b28f490cb0f1892af6fde588 = $(`<div id="html_656efa93b28f490cb0f1892af6fde588" style="width: 100.0%; height: 100.0%;">8 Rue De Wattignie, 75012 Saint-Mande</div>`)[0];
|
|
popup_f0d591c0c872469480e585f52c07cb4b.setContent(html_656efa93b28f490cb0f1892af6fde588);
|
|
|
|
|
|
circle_a219a9b162c34be7b933d244d02a07d3.bindPopup(popup_f0d591c0c872469480e585f52c07cb4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a219a9b162c34be7b933d244d02a07d3.bindTooltip(
|
|
`<div>
|
|
Le Cambodge 12 (#672) | n_orders=1338
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f337fc57d41440aabd2e3b9a76c601e4 = L.circle(
|
|
[48.852322, 2.38778],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f0a62bceb0bb4816a446a778a6f0c09f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_54e6e8d7ea764998b90ea95c0d4c39dd = $(`<div id="html_54e6e8d7ea764998b90ea95c0d4c39dd" style="width: 100.0%; height: 100.0%;">3 Rue Voltaire, 75011 Paris</div>`)[0];
|
|
popup_f0a62bceb0bb4816a446a778a6f0c09f.setContent(html_54e6e8d7ea764998b90ea95c0d4c39dd);
|
|
|
|
|
|
circle_f337fc57d41440aabd2e3b9a76c601e4.bindPopup(popup_f0a62bceb0bb4816a446a778a6f0c09f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f337fc57d41440aabd2e3b9a76c601e4.bindTooltip(
|
|
`<div>
|
|
Hakka Home (#673) | n_orders=53
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_53fc82f44ceb42328157c5fe5c75c2b9 = L.circle(
|
|
[48.829453, 2.374675],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_00b7f64d893c4b02b420975c2bb6824e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_047fa99c90e44a5183ccb6491a18c022 = $(`<div id="html_047fa99c90e44a5183ccb6491a18c022" style="width: 100.0%; height: 100.0%;">16 Rue Du Tolbiac, 75013 Paris</div>`)[0];
|
|
popup_00b7f64d893c4b02b420975c2bb6824e.setContent(html_047fa99c90e44a5183ccb6491a18c022);
|
|
|
|
|
|
circle_53fc82f44ceb42328157c5fe5c75c2b9.bindPopup(popup_00b7f64d893c4b02b420975c2bb6824e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_53fc82f44ceb42328157c5fe5c75c2b9.bindTooltip(
|
|
`<div>
|
|
Khanchi (#674) | n_orders=36
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9ccda245921c4038afe5ec136ab70d5a = L.circle(
|
|
[48.889984, 2.283017],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bb80c693a3664fc1b7997498e1b1265f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f218f6ff3c7b4ee1a7d3344795b55caa = $(`<div id="html_f218f6ff3c7b4ee1a7d3344795b55caa" style="width: 100.0%; height: 100.0%;">46 Rue Marius Aufan, 92300 Courbevoie</div>`)[0];
|
|
popup_bb80c693a3664fc1b7997498e1b1265f.setContent(html_f218f6ff3c7b4ee1a7d3344795b55caa);
|
|
|
|
|
|
circle_9ccda245921c4038afe5ec136ab70d5a.bindPopup(popup_bb80c693a3664fc1b7997498e1b1265f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9ccda245921c4038afe5ec136ab70d5a.bindTooltip(
|
|
`<div>
|
|
San Lorenzo (#675) | n_orders=183
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c735b9771c534524903651fc61991737 = L.circle(
|
|
[48.845329, 2.379302],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8f07295f46394248b63f6e34d1dfa133 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5c2cd241ae8a4a2ab994cdb0484fd9ee = $(`<div id="html_5c2cd241ae8a4a2ab994cdb0484fd9ee" style="width: 100.0%; height: 100.0%;">56 Avenue Daumesnil, 75012 Paris</div>`)[0];
|
|
popup_8f07295f46394248b63f6e34d1dfa133.setContent(html_5c2cd241ae8a4a2ab994cdb0484fd9ee);
|
|
|
|
|
|
circle_c735b9771c534524903651fc61991737.bindPopup(popup_8f07295f46394248b63f6e34d1dfa133)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c735b9771c534524903651fc61991737.bindTooltip(
|
|
`<div>
|
|
Sapori (#676) | n_orders=362
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0ca8fcb9db5445cf84a2a3976bdede9c = L.circle(
|
|
[48.853439, 2.37576],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_58f8c63870f14688b5e009ae48183cbf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4473c6e41efe45eb964b437e17f316bd = $(`<div id="html_4473c6e41efe45eb964b437e17f316bd" style="width: 100.0%; height: 100.0%;">2 Bis Rue Des Taillandiers, 75011 Paris</div>`)[0];
|
|
popup_58f8c63870f14688b5e009ae48183cbf.setContent(html_4473c6e41efe45eb964b437e17f316bd);
|
|
|
|
|
|
circle_0ca8fcb9db5445cf84a2a3976bdede9c.bindPopup(popup_58f8c63870f14688b5e009ae48183cbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0ca8fcb9db5445cf84a2a3976bdede9c.bindTooltip(
|
|
`<div>
|
|
La Cantine Du Badaboum (#677) | n_orders=16
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f33b637b975e4a3393226d46d3f5b236 = L.circle(
|
|
[48.887459, 2.312037],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_af09f153d94a4362b4f3cff17271059b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f9ce1e82847f4dd5baa4c66b198e281a = $(`<div id="html_f9ce1e82847f4dd5baa4c66b198e281a" style="width: 100.0%; height: 100.0%;">106 Rue De Saussure, 75017 Paris</div>`)[0];
|
|
popup_af09f153d94a4362b4f3cff17271059b.setContent(html_f9ce1e82847f4dd5baa4c66b198e281a);
|
|
|
|
|
|
circle_f33b637b975e4a3393226d46d3f5b236.bindPopup(popup_af09f153d94a4362b4f3cff17271059b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f33b637b975e4a3393226d46d3f5b236.bindTooltip(
|
|
`<div>
|
|
Le Sursaut (#678) | n_orders=195
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_08e6954b4673418b8b03fbabf713fa1d = L.circle(
|
|
[48.846313, 2.343008],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f09a3666bf5543339c59a3bd114fc07c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_756d133def6d4aad9c3f16966379da05 = $(`<div id="html_756d133def6d4aad9c3f16966379da05" style="width: 100.0%; height: 100.0%;">184 Rue Saint Jacques, 75005 Paris</div>`)[0];
|
|
popup_f09a3666bf5543339c59a3bd114fc07c.setContent(html_756d133def6d4aad9c3f16966379da05);
|
|
|
|
|
|
circle_08e6954b4673418b8b03fbabf713fa1d.bindPopup(popup_f09a3666bf5543339c59a3bd114fc07c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_08e6954b4673418b8b03fbabf713fa1d.bindTooltip(
|
|
`<div>
|
|
De Clercq, Les Rois De La Frite - Paris 05 (#679) | n_orders=2747
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6619787b473846a98e9f95e580600862 = L.circle(
|
|
[48.874077, 2.343947],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_36124f172cf144a9acd6316ab65c371c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e395a1a803424c259c88d07053dd3a45 = $(`<div id="html_e395a1a803424c259c88d07053dd3a45" style="width: 100.0%; height: 100.0%;">20 Rue Richer, 75009 Paris</div>`)[0];
|
|
popup_36124f172cf144a9acd6316ab65c371c.setContent(html_e395a1a803424c259c88d07053dd3a45);
|
|
|
|
|
|
circle_6619787b473846a98e9f95e580600862.bindPopup(popup_36124f172cf144a9acd6316ab65c371c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6619787b473846a98e9f95e580600862.bindTooltip(
|
|
`<div>
|
|
La Parenthese (#680) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9388103b69ed418497691d8cfd03b4f4 = L.circle(
|
|
[48.891994, 2.318695],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_50e1223743014891b2fd77ab5f5afdb3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6e0d9c5836e0426080eb88666537c908 = $(`<div id="html_6e0d9c5836e0426080eb88666537c908" style="width: 100.0%; height: 100.0%;">5 Rue Pouchet, 75017 Paris</div>`)[0];
|
|
popup_50e1223743014891b2fd77ab5f5afdb3.setContent(html_6e0d9c5836e0426080eb88666537c908);
|
|
|
|
|
|
circle_9388103b69ed418497691d8cfd03b4f4.bindPopup(popup_50e1223743014891b2fd77ab5f5afdb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9388103b69ed418497691d8cfd03b4f4.bindTooltip(
|
|
`<div>
|
|
Le Petit Indien (#681) | n_orders=412
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_42b1a78a1e7647fb9b21537f77c6f669 = L.circle(
|
|
[48.868855, 2.284004],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b8139618ce3f43f0b076f50cd63fce33 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_19156aad1c0d4270986a6a5643efc72c = $(`<div id="html_19156aad1c0d4270986a6a5643efc72c" style="width: 100.0%; height: 100.0%;">77 Rue Boissiere, 75116 Paris, 75116 Paris</div>`)[0];
|
|
popup_b8139618ce3f43f0b076f50cd63fce33.setContent(html_19156aad1c0d4270986a6a5643efc72c);
|
|
|
|
|
|
circle_42b1a78a1e7647fb9b21537f77c6f669.bindPopup(popup_b8139618ce3f43f0b076f50cd63fce33)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_42b1a78a1e7647fb9b21537f77c6f669.bindTooltip(
|
|
`<div>
|
|
Sole Mio (#683) | n_orders=488
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ccf5e738e26a484fbb1f6ebb4a7f5ad5 = L.circle(
|
|
[48.897499, 2.293235],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3955e03c72554e2e9d4c044697634e48 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c41b436b3fa947f9aa52173b12d20a6c = $(`<div id="html_c41b436b3fa947f9aa52173b12d20a6c" style="width: 100.0%; height: 100.0%;">126 Rue Victor Hugo, 92300 Levallois-Perret</div>`)[0];
|
|
popup_3955e03c72554e2e9d4c044697634e48.setContent(html_c41b436b3fa947f9aa52173b12d20a6c);
|
|
|
|
|
|
circle_ccf5e738e26a484fbb1f6ebb4a7f5ad5.bindPopup(popup_3955e03c72554e2e9d4c044697634e48)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ccf5e738e26a484fbb1f6ebb4a7f5ad5.bindTooltip(
|
|
`<div>
|
|
La Table Rouge (#684) | n_orders=19
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3ea5dd8c4d974433bd8e85603fbc025c = L.circle(
|
|
[48.846058, 2.351129],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_585745d62249417d8f37ff2dfeb4c30c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ed5474bcd55a4a66a6429af1d3591ec5 = $(`<div id="html_ed5474bcd55a4a66a6429af1d3591ec5" style="width: 100.0%; height: 100.0%;">22 Rue Des Boulangers, 75005 Paris</div>`)[0];
|
|
popup_585745d62249417d8f37ff2dfeb4c30c.setContent(html_ed5474bcd55a4a66a6429af1d3591ec5);
|
|
|
|
|
|
circle_3ea5dd8c4d974433bd8e85603fbc025c.bindPopup(popup_585745d62249417d8f37ff2dfeb4c30c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3ea5dd8c4d974433bd8e85603fbc025c.bindTooltip(
|
|
`<div>
|
|
Kathmandu (#685) | n_orders=58
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d0036b02e1014cf2a2765fa25e3e9fd5 = L.circle(
|
|
[48.846485, 2.383432],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_32e718fc7cf4484aa66b702f2e691d05 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_df90637f54354b2489a5180a1278f36f = $(`<div id="html_df90637f54354b2489a5180a1278f36f" style="width: 100.0%; height: 100.0%;">15 Rue Chaligny, 75012 Paris</div>`)[0];
|
|
popup_32e718fc7cf4484aa66b702f2e691d05.setContent(html_df90637f54354b2489a5180a1278f36f);
|
|
|
|
|
|
circle_d0036b02e1014cf2a2765fa25e3e9fd5.bindPopup(popup_32e718fc7cf4484aa66b702f2e691d05)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d0036b02e1014cf2a2765fa25e3e9fd5.bindTooltip(
|
|
`<div>
|
|
Curry Villa (#686) | n_orders=644
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_75abb2c761fb446ca0d18fe371bd52f9 = L.circle(
|
|
[48.889267, 2.304798],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_16e7d15d94ed47d8bd59fa452de2d404 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6971ce0f29e649ecb72c03a9b5f04c86 = $(`<div id="html_6971ce0f29e649ecb72c03a9b5f04c86" style="width: 100.0%; height: 100.0%;">Rue De Tocqueville 125, 75017 Paris</div>`)[0];
|
|
popup_16e7d15d94ed47d8bd59fa452de2d404.setContent(html_6971ce0f29e649ecb72c03a9b5f04c86);
|
|
|
|
|
|
circle_75abb2c761fb446ca0d18fe371bd52f9.bindPopup(popup_16e7d15d94ed47d8bd59fa452de2d404)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_75abb2c761fb446ca0d18fe371bd52f9.bindTooltip(
|
|
`<div>
|
|
Zerda And Go (#729) | n_orders=165
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d90d1afff96b411aa3fbfa2d7cf1c3b6 = L.circle(
|
|
[48.873089, 2.360023],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_34396ccf06c24bf5bc3a0f508b950489 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c61467684b94420daf6b23fc66a2f2ed = $(`<div id="html_c61467684b94420daf6b23fc66a2f2ed" style="width: 100.0%; height: 100.0%;">51 Rue Des Vinaigriers, 75010 Paris</div>`)[0];
|
|
popup_34396ccf06c24bf5bc3a0f508b950489.setContent(html_c61467684b94420daf6b23fc66a2f2ed);
|
|
|
|
|
|
circle_d90d1afff96b411aa3fbfa2d7cf1c3b6.bindPopup(popup_34396ccf06c24bf5bc3a0f508b950489)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d90d1afff96b411aa3fbfa2d7cf1c3b6.bindTooltip(
|
|
`<div>
|
|
Chez Dom (#687) | n_orders=25
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1949cfc10b6249f6a1b69493210f2ac0 = L.circle(
|
|
[48.890392, 2.291188],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2d3b1cfaf3f241bc86403a260c15cd27 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d0993b0fad9f4049b89421d58c5b4866 = $(`<div id="html_d0993b0fad9f4049b89421d58c5b4866" style="width: 100.0%; height: 100.0%;">68 Rue Louise Michel, 92300 Paris</div>`)[0];
|
|
popup_2d3b1cfaf3f241bc86403a260c15cd27.setContent(html_d0993b0fad9f4049b89421d58c5b4866);
|
|
|
|
|
|
circle_1949cfc10b6249f6a1b69493210f2ac0.bindPopup(popup_2d3b1cfaf3f241bc86403a260c15cd27)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1949cfc10b6249f6a1b69493210f2ac0.bindTooltip(
|
|
`<div>
|
|
Sushi Land (#688) | n_orders=251
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5ab841d7ee9b4777bc602853077e47b5 = L.circle(
|
|
[48.853943, 2.295877],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5817e1189b7a4e04883cf37947417023 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_23900b9e0f624c3881f41f60f317b059 = $(`<div id="html_23900b9e0f624c3881f41f60f317b059" style="width: 100.0%; height: 100.0%;">42 Avenue De Suffren, 75015 Paris</div>`)[0];
|
|
popup_5817e1189b7a4e04883cf37947417023.setContent(html_23900b9e0f624c3881f41f60f317b059);
|
|
|
|
|
|
circle_5ab841d7ee9b4777bc602853077e47b5.bindPopup(popup_5817e1189b7a4e04883cf37947417023)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5ab841d7ee9b4777bc602853077e47b5.bindTooltip(
|
|
`<div>
|
|
Villa Verdi (#689) | n_orders=91
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d0e1689a50d6450ebd6f7bcbea715b0e = L.circle(
|
|
[48.83601, 2.394086],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0bd7c1c974624c2c92fd5e5fe1ae2703 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ed091917b89a491abb5d6afed41cc190 = $(`<div id="html_ed091917b89a491abb5d6afed41cc190" style="width: 100.0%; height: 100.0%;">43 Rue De Wattignies, 75012 Paris</div>`)[0];
|
|
popup_0bd7c1c974624c2c92fd5e5fe1ae2703.setContent(html_ed091917b89a491abb5d6afed41cc190);
|
|
|
|
|
|
circle_d0e1689a50d6450ebd6f7bcbea715b0e.bindPopup(popup_0bd7c1c974624c2c92fd5e5fe1ae2703)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d0e1689a50d6450ebd6f7bcbea715b0e.bindTooltip(
|
|
`<div>
|
|
Chez Bai Fern (#691) | n_orders=666
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d389b504e23d41ea81b4a23abf062d6e = L.circle(
|
|
[48.875576, 2.340487],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_af85afecadbc420fab7dfcfbec7af4ac = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3f46981c104f40c99ae31ab2de1afbc2 = $(`<div id="html_3f46981c104f40c99ae31ab2de1afbc2" style="width: 100.0%; height: 100.0%;">57 Rue Du Faubourg Montmartre, 75009 Paris</div>`)[0];
|
|
popup_af85afecadbc420fab7dfcfbec7af4ac.setContent(html_3f46981c104f40c99ae31ab2de1afbc2);
|
|
|
|
|
|
circle_d389b504e23d41ea81b4a23abf062d6e.bindPopup(popup_af85afecadbc420fab7dfcfbec7af4ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d389b504e23d41ea81b4a23abf062d6e.bindTooltip(
|
|
`<div>
|
|
Restaurants #693, #1127 | n_orders=202
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c3b377d7cd5149cc883c516be8166943 = L.circle(
|
|
[48.885826, 2.260797],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_da73afd2b71546efa6dce4830196ebf4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5eec0d0e0490410580e6eacfa51343cf = $(`<div id="html_5eec0d0e0490410580e6eacfa51343cf" style="width: 100.0%; height: 100.0%;">7 Rue Du Chateau, 92200 Paris</div>`)[0];
|
|
popup_da73afd2b71546efa6dce4830196ebf4.setContent(html_5eec0d0e0490410580e6eacfa51343cf);
|
|
|
|
|
|
circle_c3b377d7cd5149cc883c516be8166943.bindPopup(popup_da73afd2b71546efa6dce4830196ebf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c3b377d7cd5149cc883c516be8166943.bindTooltip(
|
|
`<div>
|
|
Orticello (#695) | n_orders=30
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e3096d5e131745f995d443e4c4ba242e = L.circle(
|
|
[48.85688, 2.285978],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eb5954fb23814afebbbd5685941522e1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_80835809f06c43b3946257651e13a5c3 = $(`<div id="html_80835809f06c43b3946257651e13a5c3" style="width: 100.0%; height: 100.0%;">18 Avenue Du President Kennedy, 75016 Paris</div>`)[0];
|
|
popup_eb5954fb23814afebbbd5685941522e1.setContent(html_80835809f06c43b3946257651e13a5c3);
|
|
|
|
|
|
circle_e3096d5e131745f995d443e4c4ba242e.bindPopup(popup_eb5954fb23814afebbbd5685941522e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e3096d5e131745f995d443e4c4ba242e.bindTooltip(
|
|
`<div>
|
|
Aux Trois Nagas (#696) | n_orders=79
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_704f8e6fba5e4906b56a280fbf22242f = L.circle(
|
|
[48.866138, 2.284838],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_75bc87fd0817480caa049e532b8da646 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_85cc980cfbba4f0eb9e5b8ed31a0c9df = $(`<div id="html_85cc980cfbba4f0eb9e5b8ed31a0c9df" style="width: 100.0%; height: 100.0%;">23 Rue Saint Didier, 75116 Paris</div>`)[0];
|
|
popup_75bc87fd0817480caa049e532b8da646.setContent(html_85cc980cfbba4f0eb9e5b8ed31a0c9df);
|
|
|
|
|
|
circle_704f8e6fba5e4906b56a280fbf22242f.bindPopup(popup_75bc87fd0817480caa049e532b8da646)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_704f8e6fba5e4906b56a280fbf22242f.bindTooltip(
|
|
`<div>
|
|
Ye'S (#697) | n_orders=27
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_50c55b032fa34778951f90ccc263ab3d = L.circle(
|
|
[48.858364, 2.302731],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f40dfe35eba94bc9b11537950a75e319 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9ff00d7784ba475388d456911d2b9483 = $(`<div id="html_9ff00d7784ba475388d456911d2b9483" style="width: 100.0%; height: 100.0%;">86 Rue Saint-Dominique, 75007 Paris</div>`)[0];
|
|
popup_f40dfe35eba94bc9b11537950a75e319.setContent(html_9ff00d7784ba475388d456911d2b9483);
|
|
|
|
|
|
circle_50c55b032fa34778951f90ccc263ab3d.bindPopup(popup_f40dfe35eba94bc9b11537950a75e319)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_50c55b032fa34778951f90ccc263ab3d.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Saint-Dominique (#699) | n_orders=630
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d711e6b1b40d4b829c2424a0051540de = L.circle(
|
|
[48.863331, 2.359751],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4e03e86def42406c997f359cd290a136 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_00ee6b79746b472e888f0adcecabe767 = $(`<div id="html_00ee6b79746b472e888f0adcecabe767" style="width: 100.0%; height: 100.0%;">42 Rue De Bretagne, 75003 Paris</div>`)[0];
|
|
popup_4e03e86def42406c997f359cd290a136.setContent(html_00ee6b79746b472e888f0adcecabe767);
|
|
|
|
|
|
circle_d711e6b1b40d4b829c2424a0051540de.bindPopup(popup_4e03e86def42406c997f359cd290a136)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d711e6b1b40d4b829c2424a0051540de.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Bretagne (#700) | n_orders=486
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b6b585dc535549229ef758f5e3485d10 = L.circle(
|
|
[48.881588, 2.371737],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_27a44c792e5c413ea64dc01618fec161 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ca3e2aee981c44008034879fb423de3c = $(`<div id="html_ca3e2aee981c44008034879fb423de3c" style="width: 100.0%; height: 100.0%;">30 Avenue Secretan, 75019 Paris</div>`)[0];
|
|
popup_27a44c792e5c413ea64dc01618fec161.setContent(html_ca3e2aee981c44008034879fb423de3c);
|
|
|
|
|
|
circle_b6b585dc535549229ef758f5e3485d10.bindPopup(popup_27a44c792e5c413ea64dc01618fec161)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b6b585dc535549229ef758f5e3485d10.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Secretan (#701) | n_orders=624
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7fbdd89853ff4d17ac1df67154056fdc = L.circle(
|
|
[48.847645, 2.321741],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b29e19d9606249e287ac311c20911d39 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ed7fa2fca31d414998feb70f40e69a11 = $(`<div id="html_ed7fa2fca31d414998feb70f40e69a11" style="width: 100.0%; height: 100.0%;">71 Rue Du Cherche-Midi, 75006 Paris</div>`)[0];
|
|
popup_b29e19d9606249e287ac311c20911d39.setContent(html_ed7fa2fca31d414998feb70f40e69a11);
|
|
|
|
|
|
circle_7fbdd89853ff4d17ac1df67154056fdc.bindPopup(popup_b29e19d9606249e287ac311c20911d39)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7fbdd89853ff4d17ac1df67154056fdc.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Cherche-Midi (#702) | n_orders=196
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_35a437004e6943e3a80491cd40279a95 = L.circle(
|
|
[48.897533, 2.246237],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ce83ed34f5d642f497268fe4efb02b98 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ceb59812c8d54cc58d74ab60b3b4332e = $(`<div id="html_ceb59812c8d54cc58d74ab60b3b4332e" style="width: 100.0%; height: 100.0%;">62 Rue De Bezons, 92400 Courbevoie</div>`)[0];
|
|
popup_ce83ed34f5d642f497268fe4efb02b98.setContent(html_ceb59812c8d54cc58d74ab60b3b4332e);
|
|
|
|
|
|
circle_35a437004e6943e3a80491cd40279a95.bindPopup(popup_ce83ed34f5d642f497268fe4efb02b98)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_35a437004e6943e3a80491cd40279a95.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Courbevoie (#703) | n_orders=253
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_172b444754d143208e89ecfc873852f5 = L.circle(
|
|
[48.885143, 2.331493],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_daff1d8b38c24e668999064e354d70e8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a7a1b3cf39644390a93a2306d1db87f9 = $(`<div id="html_a7a1b3cf39644390a93a2306d1db87f9" style="width: 100.0%; height: 100.0%;">19 Rue Lepic, 75018 Paris</div>`)[0];
|
|
popup_daff1d8b38c24e668999064e354d70e8.setContent(html_a7a1b3cf39644390a93a2306d1db87f9);
|
|
|
|
|
|
circle_172b444754d143208e89ecfc873852f5.bindPopup(popup_daff1d8b38c24e668999064e354d70e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_172b444754d143208e89ecfc873852f5.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Lepic (#704) | n_orders=900
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_423243fb01d14c14a4ebccdc2953ffc7 = L.circle(
|
|
[48.883049, 2.302937],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_451505509e8e48b0b25f740cb0132dbe = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_455159119686488b86e63d3fea30c832 = $(`<div id="html_455159119686488b86e63d3fea30c832" style="width: 100.0%; height: 100.0%;">96 Rue Jouffroy D'Abbans, 75017 Paris</div>`)[0];
|
|
popup_451505509e8e48b0b25f740cb0132dbe.setContent(html_455159119686488b86e63d3fea30c832);
|
|
|
|
|
|
circle_423243fb01d14c14a4ebccdc2953ffc7.bindPopup(popup_451505509e8e48b0b25f740cb0132dbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_423243fb01d14c14a4ebccdc2953ffc7.bindTooltip(
|
|
`<div>
|
|
Sesame Cafe (#707) | n_orders=6
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aec3a7af2c214d1483f45a02741d1d2b = L.circle(
|
|
[48.850143, 2.324729],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8737a8755ae344efa116725c1d731e13 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b61b1f8c6f034893aed42ea9ae5ca080 = $(`<div id="html_b61b1f8c6f034893aed42ea9ae5ca080" style="width: 100.0%; height: 100.0%;">4 Rue Dupin 75006, 75006 Paris</div>`)[0];
|
|
popup_8737a8755ae344efa116725c1d731e13.setContent(html_b61b1f8c6f034893aed42ea9ae5ca080);
|
|
|
|
|
|
circle_aec3a7af2c214d1483f45a02741d1d2b.bindPopup(popup_8737a8755ae344efa116725c1d731e13)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aec3a7af2c214d1483f45a02741d1d2b.bindTooltip(
|
|
`<div>
|
|
L'Epi Dupin (#708) | n_orders=19
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ee748135933f468f961183e854d66e68 = L.circle(
|
|
[48.884277, 2.296379],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9e8c98943fe34ae78592706ad31a5dcf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6c7581918b204a8c9abbccc5b711cab9 = $(`<div id="html_6c7581918b204a8c9abbccc5b711cab9" style="width: 100.0%; height: 100.0%;">178 Rue De Courcelles, 75017 Paris</div>`)[0];
|
|
popup_9e8c98943fe34ae78592706ad31a5dcf.setContent(html_6c7581918b204a8c9abbccc5b711cab9);
|
|
|
|
|
|
circle_ee748135933f468f961183e854d66e68.bindPopup(popup_9e8c98943fe34ae78592706ad31a5dcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ee748135933f468f961183e854d66e68.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Courcelles (#709) | n_orders=347
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_22c8c9bb0c5744b5ac5d825695e4e4e0 = L.circle(
|
|
[48.892494, 2.283473],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a4248f13fd44442ab1ebdf1cd08ebcca = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ca43b3b8231b4571a9ea7ea6e21430b7 = $(`<div id="html_ca43b3b8231b4571a9ea7ea6e21430b7" style="width: 100.0%; height: 100.0%;">44 Rue Voltaire, 92300 Paris</div>`)[0];
|
|
popup_a4248f13fd44442ab1ebdf1cd08ebcca.setContent(html_ca43b3b8231b4571a9ea7ea6e21430b7);
|
|
|
|
|
|
circle_22c8c9bb0c5744b5ac5d825695e4e4e0.bindPopup(popup_a4248f13fd44442ab1ebdf1cd08ebcca)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_22c8c9bb0c5744b5ac5d825695e4e4e0.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Levallois (#710) | n_orders=164
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cd5b1e8b037e4e59a1562e982eb83dcc = L.circle(
|
|
[48.884483, 2.377183],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bd685972d45b4ccab8edbf4bdcee64e0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_58aa42cf66fb4f9588869a00284017dc = $(`<div id="html_58aa42cf66fb4f9588869a00284017dc" style="width: 100.0%; height: 100.0%;">4 Rue Petit, 75019 Paris</div>`)[0];
|
|
popup_bd685972d45b4ccab8edbf4bdcee64e0.setContent(html_58aa42cf66fb4f9588869a00284017dc);
|
|
|
|
|
|
circle_cd5b1e8b037e4e59a1562e982eb83dcc.bindPopup(popup_bd685972d45b4ccab8edbf4bdcee64e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cd5b1e8b037e4e59a1562e982eb83dcc.bindTooltip(
|
|
`<div>
|
|
Le Laumiere (#711) | n_orders=59
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_004ba8150c074aefb3b284e06b8863b5 = L.circle(
|
|
[48.884228, 2.261611],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8b21100a7c8140dab58d2daef50c1963 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_66578be772034870a964d289101a442a = $(`<div id="html_66578be772034870a964d289101a442a" style="width: 100.0%; height: 100.0%;">146 Avenue Charles De Gaulle, 92200 Paris</div>`)[0];
|
|
popup_8b21100a7c8140dab58d2daef50c1963.setContent(html_66578be772034870a964d289101a442a);
|
|
|
|
|
|
circle_004ba8150c074aefb3b284e06b8863b5.bindPopup(popup_8b21100a7c8140dab58d2daef50c1963)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_004ba8150c074aefb3b284e06b8863b5.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Neuilly (#712) | n_orders=44
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3c3628052e1e45c9886bee5c534a484e = L.circle(
|
|
[48.892998, 2.32662],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6231c4d02f3a44f7b68208f99d5ac368 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6f82f5a4b31b43868e8fa2b6aa91b601 = $(`<div id="html_6f82f5a4b31b43868e8fa2b6aa91b601" style="width: 100.0%; height: 100.0%;">71 Rue Guy Moquet, 75017 Paris</div>`)[0];
|
|
popup_6231c4d02f3a44f7b68208f99d5ac368.setContent(html_6f82f5a4b31b43868e8fa2b6aa91b601);
|
|
|
|
|
|
circle_3c3628052e1e45c9886bee5c534a484e.bindPopup(popup_6231c4d02f3a44f7b68208f99d5ac368)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3c3628052e1e45c9886bee5c534a484e.bindTooltip(
|
|
`<div>
|
|
Misurati (#714) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_937bc38ce8684de7a820d087bab3e8bb = L.circle(
|
|
[48.857704, 2.298475],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1c34868a39a84dfe95c65b361c6ae2ec = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8a74ff6f1be544ff8a7986b188e3ffb5 = $(`<div id="html_8a74ff6f1be544ff8a7986b188e3ffb5" style="width: 100.0%; height: 100.0%;">147 Rue Saint Dominique, 75007 Paris</div>`)[0];
|
|
popup_1c34868a39a84dfe95c65b361c6ae2ec.setContent(html_8a74ff6f1be544ff8a7986b188e3ffb5);
|
|
|
|
|
|
circle_937bc38ce8684de7a820d087bab3e8bb.bindPopup(popup_1c34868a39a84dfe95c65b361c6ae2ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_937bc38ce8684de7a820d087bab3e8bb.bindTooltip(
|
|
`<div>
|
|
Il Grigio (#715) | n_orders=1653
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_226ff4c9db694baaa46a16e9fc1f6e9e = L.circle(
|
|
[48.87326, 2.322958],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bc7acd1f98764e83a3f5ea52e87e2c14 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0a4306d356cb42a3bf55021559cde82e = $(`<div id="html_0a4306d356cb42a3bf55021559cde82e" style="width: 100.0%; height: 100.0%;">55 Rue D'Anjou, 75008 Paris</div>`)[0];
|
|
popup_bc7acd1f98764e83a3f5ea52e87e2c14.setContent(html_0a4306d356cb42a3bf55021559cde82e);
|
|
|
|
|
|
circle_226ff4c9db694baaa46a16e9fc1f6e9e.bindPopup(popup_bc7acd1f98764e83a3f5ea52e87e2c14)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_226ff4c9db694baaa46a16e9fc1f6e9e.bindTooltip(
|
|
`<div>
|
|
Jasmin Kuaican (#716) | n_orders=77
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_767e0942ebc4428692984d1cfe2afcbd = L.circle(
|
|
[48.84285, 2.291835],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c6dfbbf427c9475faf0809be7432787b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0af81ecc9dff4d689492328b02466f80 = $(`<div id="html_0af81ecc9dff4d689492328b02466f80" style="width: 100.0%; height: 100.0%;">24 Place Etienne Pernet, 75015 Paris</div>`)[0];
|
|
popup_c6dfbbf427c9475faf0809be7432787b.setContent(html_0af81ecc9dff4d689492328b02466f80);
|
|
|
|
|
|
circle_767e0942ebc4428692984d1cfe2afcbd.bindPopup(popup_c6dfbbf427c9475faf0809be7432787b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_767e0942ebc4428692984d1cfe2afcbd.bindTooltip(
|
|
`<div>
|
|
Le Banyan (#718) | n_orders=14
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bab0de3dfa524315978c10ba28a04980 = L.circle(
|
|
[48.849186, 2.373934],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7e516a9f43be4127ba7c71529a368ba6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7a95bf73b1534173a79cb7c358d52e9b = $(`<div id="html_7a95bf73b1534173a79cb7c358d52e9b" style="width: 100.0%; height: 100.0%;">72 Avenue Ledru Rollin, 75012 Paris</div>`)[0];
|
|
popup_7e516a9f43be4127ba7c71529a368ba6.setContent(html_7a95bf73b1534173a79cb7c358d52e9b);
|
|
|
|
|
|
circle_bab0de3dfa524315978c10ba28a04980.bindPopup(popup_7e516a9f43be4127ba7c71529a368ba6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bab0de3dfa524315978c10ba28a04980.bindTooltip(
|
|
`<div>
|
|
Casa De Espana (#719) | n_orders=106
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4b91d762118a4f9fb31c259faa3220b5 = L.circle(
|
|
[48.854645, 2.384723],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f213530a8cae4f6ca9be0b22701822a7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3deb8d9164694b96bb406368817706a2 = $(`<div id="html_3deb8d9164694b96bb406368817706a2" style="width: 100.0%; height: 100.0%;">107 Rue De Charonne, 75011 Paris</div>`)[0];
|
|
popup_f213530a8cae4f6ca9be0b22701822a7.setContent(html_3deb8d9164694b96bb406368817706a2);
|
|
|
|
|
|
circle_4b91d762118a4f9fb31c259faa3220b5.bindPopup(popup_f213530a8cae4f6ca9be0b22701822a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4b91d762118a4f9fb31c259faa3220b5.bindTooltip(
|
|
`<div>
|
|
Rosso E Nero (#721) | n_orders=578
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9bc7fb556c1c41d583b265b009182b65 = L.circle(
|
|
[48.866856, 2.294559],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_88abc77719d7407db5cf9090f4b25834 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2d29663b68ab4a8b9f2d6b67f4f84cb0 = $(`<div id="html_2d29663b68ab4a8b9f2d6b67f4f84cb0" style="width: 100.0%; height: 100.0%;">19 Rue De Chaillot, 75016 Paris</div>`)[0];
|
|
popup_88abc77719d7407db5cf9090f4b25834.setContent(html_2d29663b68ab4a8b9f2d6b67f4f84cb0);
|
|
|
|
|
|
circle_9bc7fb556c1c41d583b265b009182b65.bindPopup(popup_88abc77719d7407db5cf9090f4b25834)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9bc7fb556c1c41d583b265b009182b65.bindTooltip(
|
|
`<div>
|
|
Juice It (#722) | n_orders=125
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6925ea4dfe304339b1188c10ae241278 = L.circle(
|
|
[48.867523, 2.282021],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f30a8fe813c84675951490e11e6c8322 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d021685608c74ab8a4acc7765232928b = $(`<div id="html_d021685608c74ab8a4acc7765232928b" style="width: 100.0%; height: 100.0%;">59 Rue Saint-Didier, 75116 Paris</div>`)[0];
|
|
popup_f30a8fe813c84675951490e11e6c8322.setContent(html_d021685608c74ab8a4acc7765232928b);
|
|
|
|
|
|
circle_6925ea4dfe304339b1188c10ae241278.bindPopup(popup_f30a8fe813c84675951490e11e6c8322)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6925ea4dfe304339b1188c10ae241278.bindTooltip(
|
|
`<div>
|
|
Nina Sushi - Saint-Didier (#723) | n_orders=446
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8788e530dd4346578bd06224cf4d8b59 = L.circle(
|
|
[48.844753, 2.322016],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_591822d8636c4a888b28b042e6464e64 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_837d2867c9e4498c96d0a46fc08ccc5f = $(`<div id="html_837d2867c9e4498c96d0a46fc08ccc5f" style="width: 100.0%; height: 100.0%;">20 Rue Littre, 75006 Paris</div>`)[0];
|
|
popup_591822d8636c4a888b28b042e6464e64.setContent(html_837d2867c9e4498c96d0a46fc08ccc5f);
|
|
|
|
|
|
circle_8788e530dd4346578bd06224cf4d8b59.bindPopup(popup_591822d8636c4a888b28b042e6464e64)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8788e530dd4346578bd06224cf4d8b59.bindTooltip(
|
|
`<div>
|
|
Poulet Poulette (#724) | n_orders=1181
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bd6fd598caa64c619b62118b445faa66 = L.circle(
|
|
[48.861877, 2.350611],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cd9335058f3c4f0c9db5e11a847eec68 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c7fcf81444da41ab8e4b8f60e9afb205 = $(`<div id="html_c7fcf81444da41ab8e4b8f60e9afb205" style="width: 100.0%; height: 100.0%;">6 Rue Brantome, 75004 Paris</div>`)[0];
|
|
popup_cd9335058f3c4f0c9db5e11a847eec68.setContent(html_c7fcf81444da41ab8e4b8f60e9afb205);
|
|
|
|
|
|
circle_bd6fd598caa64c619b62118b445faa66.bindPopup(popup_cd9335058f3c4f0c9db5e11a847eec68)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bd6fd598caa64c619b62118b445faa66.bindTooltip(
|
|
`<div>
|
|
Chacha And Cie (#725) | n_orders=64
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4ffd5caece264dd0b168bbb681b4b0fe = L.circle(
|
|
[48.893604, 2.333335],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6e55afc6b6d9446399bf430777ff2a6d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b6349fb15731495ba05b899ffa086dd3 = $(`<div id="html_b6349fb15731495ba05b899ffa086dd3" style="width: 100.0%; height: 100.0%;">24 Rue Vauvenargues, 75018 Paris</div>`)[0];
|
|
popup_6e55afc6b6d9446399bf430777ff2a6d.setContent(html_b6349fb15731495ba05b899ffa086dd3);
|
|
|
|
|
|
circle_4ffd5caece264dd0b168bbb681b4b0fe.bindPopup(popup_6e55afc6b6d9446399bf430777ff2a6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4ffd5caece264dd0b168bbb681b4b0fe.bindTooltip(
|
|
`<div>
|
|
Kiez (#726) | n_orders=196
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0b11e2f56bd04be78757ae376dd8b0ae = L.circle(
|
|
[48.847546, 2.375305],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_804d1b821857445d96a9caf5fdc1aed6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4a5cfd25c8a141cbbdf8a38238acb065 = $(`<div id="html_4a5cfd25c8a141cbbdf8a38238acb065" style="width: 100.0%; height: 100.0%;">99 Rue Charenton, 75012 Paris</div>`)[0];
|
|
popup_804d1b821857445d96a9caf5fdc1aed6.setContent(html_4a5cfd25c8a141cbbdf8a38238acb065);
|
|
|
|
|
|
circle_0b11e2f56bd04be78757ae376dd8b0ae.bindPopup(popup_804d1b821857445d96a9caf5fdc1aed6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0b11e2f56bd04be78757ae376dd8b0ae.bindTooltip(
|
|
`<div>
|
|
Maguey (#727) | n_orders=20
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_77e1021ca7ee4f9684f281528a023911 = L.circle(
|
|
[48.84502, 2.320521],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_77dca17a57d8461697c5ffa99994ae9c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_239ee4b93eab4e91a06899611016274d = $(`<div id="html_239ee4b93eab4e91a06899611016274d" style="width: 100.0%; height: 100.0%;">31 Boulevard Du Montparnasse, 75006 Paris</div>`)[0];
|
|
popup_77dca17a57d8461697c5ffa99994ae9c.setContent(html_239ee4b93eab4e91a06899611016274d);
|
|
|
|
|
|
circle_77e1021ca7ee4f9684f281528a023911.bindPopup(popup_77dca17a57d8461697c5ffa99994ae9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_77e1021ca7ee4f9684f281528a023911.bindTooltip(
|
|
`<div>
|
|
Nina Sushi - Montparnasse (#728) | n_orders=544
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1bc52a0a073d4a169af9daa2af336084 = L.circle(
|
|
[48.843788, 2.328314],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5f185814096d4d8a859b2fd105071f12 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1e51453de304459c8ad372b055898c4c = $(`<div id="html_1e51453de304459c8ad372b055898c4c" style="width: 100.0%; height: 100.0%;">1 Rue Brea, 75006 Paris</div>`)[0];
|
|
popup_5f185814096d4d8a859b2fd105071f12.setContent(html_1e51453de304459c8ad372b055898c4c);
|
|
|
|
|
|
circle_1bc52a0a073d4a169af9daa2af336084.bindPopup(popup_5f185814096d4d8a859b2fd105071f12)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1bc52a0a073d4a169af9daa2af336084.bindTooltip(
|
|
`<div>
|
|
La Piazzetta (#730) | n_orders=493
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dea9e98b4b9a4f9ea0bc0de28892cd2f = L.circle(
|
|
[48.844692, 2.290422],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fb313a0419ef4ba8944cf80b5c399d86 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_704d76508d1346739b96c2e7d90c3b55 = $(`<div id="html_704d76508d1346739b96c2e7d90c3b55" style="width: 100.0%; height: 100.0%;">92 Rue Des Entrepreneurs, 75015 Paris</div>`)[0];
|
|
popup_fb313a0419ef4ba8944cf80b5c399d86.setContent(html_704d76508d1346739b96c2e7d90c3b55);
|
|
|
|
|
|
circle_dea9e98b4b9a4f9ea0bc0de28892cd2f.bindPopup(popup_fb313a0419ef4ba8944cf80b5c399d86)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dea9e98b4b9a4f9ea0bc0de28892cd2f.bindTooltip(
|
|
`<div>
|
|
Comptoir Breizh (#731) | n_orders=96
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_785137151c604427b304098fc317c185 = L.circle(
|
|
[48.857227, 2.359463],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0691e5482fb547f88256bfc1cb460267 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0704756609ff4c98b0f62b1dc85035cc = $(`<div id="html_0704756609ff4c98b0f62b1dc85035cc" style="width: 100.0%; height: 100.0%;">26 Rue Des Rosiers, 75004 Paris</div>`)[0];
|
|
popup_0691e5482fb547f88256bfc1cb460267.setContent(html_0704756609ff4c98b0f62b1dc85035cc);
|
|
|
|
|
|
circle_785137151c604427b304098fc317c185.bindPopup(popup_0691e5482fb547f88256bfc1cb460267)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_785137151c604427b304098fc317c185.bindTooltip(
|
|
`<div>
|
|
King Falafel Palace (#732) | n_orders=557
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_733928c7dd4345898075455817944aa8 = L.circle(
|
|
[48.848129, 2.338175],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fd965f4699994f45b5ff3c27973dacac = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9cbd7e8a38dd4933a62af9f53ad60a5f = $(`<div id="html_9cbd7e8a38dd4933a62af9f53ad60a5f" style="width: 100.0%; height: 100.0%;">58 Rue Monsieur Le Prince, 75006 Paris</div>`)[0];
|
|
popup_fd965f4699994f45b5ff3c27973dacac.setContent(html_9cbd7e8a38dd4933a62af9f53ad60a5f);
|
|
|
|
|
|
circle_733928c7dd4345898075455817944aa8.bindPopup(popup_fd965f4699994f45b5ff3c27973dacac)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_733928c7dd4345898075455817944aa8.bindTooltip(
|
|
`<div>
|
|
Yokorama (#733) | n_orders=720
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ba9aeb8e35c44e89a859895fa566cf59 = L.circle(
|
|
[48.868752, 2.390501],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ed54e327c4a74b42b6fdac3173e0e5d3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_aa149324b86f44e08e20d3c76bdf683d = $(`<div id="html_aa149324b86f44e08e20d3c76bdf683d" style="width: 100.0%; height: 100.0%;">80 Rue De Menilmontant, 75020 Paris</div>`)[0];
|
|
popup_ed54e327c4a74b42b6fdac3173e0e5d3.setContent(html_aa149324b86f44e08e20d3c76bdf683d);
|
|
|
|
|
|
circle_ba9aeb8e35c44e89a859895fa566cf59.bindPopup(popup_ed54e327c4a74b42b6fdac3173e0e5d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ba9aeb8e35c44e89a859895fa566cf59.bindTooltip(
|
|
`<div>
|
|
Le Mezze Du Chef Cig Kofte (#734) | n_orders=240
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2650f9ca5fe641449dc595043a23c2f0 = L.circle(
|
|
[48.854153, 2.336532],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_243d22c9203249a2bb9c6b0c4a9436d9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7b5d6be7910745b9a601741c0e446430 = $(`<div id="html_7b5d6be7910745b9a601741c0e446430" style="width: 100.0%; height: 100.0%;">44 Rue Dauphine, 75006 Paris</div>`)[0];
|
|
popup_243d22c9203249a2bb9c6b0c4a9436d9.setContent(html_7b5d6be7910745b9a601741c0e446430);
|
|
|
|
|
|
circle_2650f9ca5fe641449dc595043a23c2f0.bindPopup(popup_243d22c9203249a2bb9c6b0c4a9436d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2650f9ca5fe641449dc595043a23c2f0.bindTooltip(
|
|
`<div>
|
|
Opium La Cabane (#735) | n_orders=22
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b63f71bf02d049f1a3637f2ce2fe34ef = L.circle(
|
|
[48.898438, 2.282209],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_af1e90ad9f5d48eca204d3c01d800790 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_23cc5b937b5349d286eea650e4fa949a = $(`<div id="html_23cc5b937b5349d286eea650e4fa949a" style="width: 100.0%; height: 100.0%;">36 Avenue De L'Europe, 92300 Levallois-Perret</div>`)[0];
|
|
popup_af1e90ad9f5d48eca204d3c01d800790.setContent(html_23cc5b937b5349d286eea650e4fa949a);
|
|
|
|
|
|
circle_b63f71bf02d049f1a3637f2ce2fe34ef.bindPopup(popup_af1e90ad9f5d48eca204d3c01d800790)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b63f71bf02d049f1a3637f2ce2fe34ef.bindTooltip(
|
|
`<div>
|
|
Nina Sushi - Levallois-Perret (#736) | n_orders=203
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_31a881dad0e34159a5f3ac55fb4a664d = L.circle(
|
|
[48.886044, 2.260783],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0ba9094775464b44a09aa3f10da98117 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b79db211585c4fc28594fd0a10a4fa53 = $(`<div id="html_b79db211585c4fc28594fd0a10a4fa53" style="width: 100.0%; height: 100.0%;">5 Rue Bailly, 92200 Paris</div>`)[0];
|
|
popup_0ba9094775464b44a09aa3f10da98117.setContent(html_b79db211585c4fc28594fd0a10a4fa53);
|
|
|
|
|
|
circle_31a881dad0e34159a5f3ac55fb4a664d.bindPopup(popup_0ba9094775464b44a09aa3f10da98117)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_31a881dad0e34159a5f3ac55fb4a664d.bindTooltip(
|
|
`<div>
|
|
Nina Sushi - Neuilly (#737) | n_orders=337
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_28059469a0bd4035a241f3162a0010f4 = L.circle(
|
|
[48.832714, 2.239985],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a3eaeff7b3574366ac9b7ea3a09c5006 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_65141cc9ec034a27abc4e048d7024178 = $(`<div id="html_65141cc9ec034a27abc4e048d7024178" style="width: 100.0%; height: 100.0%;">36 Avenue Du General Leclerc, 92100 Paris</div>`)[0];
|
|
popup_a3eaeff7b3574366ac9b7ea3a09c5006.setContent(html_65141cc9ec034a27abc4e048d7024178);
|
|
|
|
|
|
circle_28059469a0bd4035a241f3162a0010f4.bindPopup(popup_a3eaeff7b3574366ac9b7ea3a09c5006)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_28059469a0bd4035a241f3162a0010f4.bindTooltip(
|
|
`<div>
|
|
Nina Sushi - Boulogne (#738) | n_orders=198
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c77c9ddc9385440c85151a42e174eb91 = L.circle(
|
|
[48.837765, 2.355459],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_08364143077b4a2f985c52473de09dd9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5fbb1023c71c4ca2a71c59a1741929e2 = $(`<div id="html_5fbb1023c71c4ca2a71c59a1741929e2" style="width: 100.0%; height: 100.0%;">55 Boulevard Saint-Marcel, 75013 Paris</div>`)[0];
|
|
popup_08364143077b4a2f985c52473de09dd9.setContent(html_5fbb1023c71c4ca2a71c59a1741929e2);
|
|
|
|
|
|
circle_c77c9ddc9385440c85151a42e174eb91.bindPopup(popup_08364143077b4a2f985c52473de09dd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c77c9ddc9385440c85151a42e174eb91.bindTooltip(
|
|
`<div>
|
|
Zero D'Attente (#739) | n_orders=187
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4c707bd041954869a3d6ddafe153ee10 = L.circle(
|
|
[48.838696, 2.259553],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0cdfef74a552461dba02fb07b7b8386b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_990fcc60b50245089ee9aa5064459ab0 = $(`<div id="html_990fcc60b50245089ee9aa5064459ab0" style="width: 100.0%; height: 100.0%;">209 Avenue De Versailles, 75016 Paris</div>`)[0];
|
|
popup_0cdfef74a552461dba02fb07b7b8386b.setContent(html_990fcc60b50245089ee9aa5064459ab0);
|
|
|
|
|
|
circle_4c707bd041954869a3d6ddafe153ee10.bindPopup(popup_0cdfef74a552461dba02fb07b7b8386b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4c707bd041954869a3d6ddafe153ee10.bindTooltip(
|
|
`<div>
|
|
Il Vantaggio (#740) | n_orders=162
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ebb3060a627349f39a81a259a34c2964 = L.circle(
|
|
[48.884544, 2.30114],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c8a7d775b1c647a38550f1b78add82f2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3d467c606e3b47c6b31d1e0ba99837bf = $(`<div id="html_3d467c606e3b47c6b31d1e0ba99837bf" style="width: 100.0%; height: 100.0%;">86-90 Avenue De Villiers, 75017 Levallois-Perret</div>`)[0];
|
|
popup_c8a7d775b1c647a38550f1b78add82f2.setContent(html_3d467c606e3b47c6b31d1e0ba99837bf);
|
|
|
|
|
|
circle_ebb3060a627349f39a81a259a34c2964.bindPopup(popup_c8a7d775b1c647a38550f1b78add82f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ebb3060a627349f39a81a259a34c2964.bindTooltip(
|
|
`<div>
|
|
Nina Sushi - Villiers (#741) | n_orders=914
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_da1fba9efc414149988548abbb54a14c = L.circle(
|
|
[48.852119, 2.389781],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_85e46642cdc64d9f9688968e26a6c0d2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1a3e13a20404462f9ef5866ff88c5b13 = $(`<div id="html_1a3e13a20404462f9ef5866ff88c5b13" style="width: 100.0%; height: 100.0%;">213 Boulevard Voltaire, 75011 Saint-Mande</div>`)[0];
|
|
popup_85e46642cdc64d9f9688968e26a6c0d2.setContent(html_1a3e13a20404462f9ef5866ff88c5b13);
|
|
|
|
|
|
circle_da1fba9efc414149988548abbb54a14c.bindPopup(popup_85e46642cdc64d9f9688968e26a6c0d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_da1fba9efc414149988548abbb54a14c.bindTooltip(
|
|
`<div>
|
|
Nina Sushi - Voltaire (#742) | n_orders=364
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bfbf4c0fac954224a69660b136f42d36 = L.circle(
|
|
[48.868496, 2.354077],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2155edf19b244bcd83ff713fe3770ac8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f270149661d848f78a8029d0d4ed3822 = $(`<div id="html_f270149661d848f78a8029d0d4ed3822" style="width: 100.0%; height: 100.0%;">110 Boulevard De Sebastopol, 75003 Paris</div>`)[0];
|
|
popup_2155edf19b244bcd83ff713fe3770ac8.setContent(html_f270149661d848f78a8029d0d4ed3822);
|
|
|
|
|
|
circle_bfbf4c0fac954224a69660b136f42d36.bindPopup(popup_2155edf19b244bcd83ff713fe3770ac8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bfbf4c0fac954224a69660b136f42d36.bindTooltip(
|
|
`<div>
|
|
Noa (#744) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_df45ca1ea62f411296ea4973ee07a92c = L.circle(
|
|
[48.869961, 2.3351],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5a87f83966ca483fb2ea11babe41fa6e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c60ee5aedbc443ee8ef215b345ab08ce = $(`<div id="html_c60ee5aedbc443ee8ef215b345ab08ce" style="width: 100.0%; height: 100.0%;">24 Rue Du 4 Septembre, 75002 Paris</div>`)[0];
|
|
popup_5a87f83966ca483fb2ea11babe41fa6e.setContent(html_c60ee5aedbc443ee8ef215b345ab08ce);
|
|
|
|
|
|
circle_df45ca1ea62f411296ea4973ee07a92c.bindPopup(popup_5a87f83966ca483fb2ea11babe41fa6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_df45ca1ea62f411296ea4973ee07a92c.bindTooltip(
|
|
`<div>
|
|
Bagel Corner 02 (#745) | n_orders=18
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_39ef9b9bea3647e0b91eb9a385ff7c8c = L.circle(
|
|
[48.892887, 2.289766],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b4c41c15fb6148838cc737889a5508b0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e426ca07ae3f45379b9968666b79f1e7 = $(`<div id="html_e426ca07ae3f45379b9968666b79f1e7" style="width: 100.0%; height: 100.0%;">113 Rue Louis Rouquier, 92300 Levallois-Perret</div>`)[0];
|
|
popup_b4c41c15fb6148838cc737889a5508b0.setContent(html_e426ca07ae3f45379b9968666b79f1e7);
|
|
|
|
|
|
circle_39ef9b9bea3647e0b91eb9a385ff7c8c.bindPopup(popup_b4c41c15fb6148838cc737889a5508b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_39ef9b9bea3647e0b91eb9a385ff7c8c.bindTooltip(
|
|
`<div>
|
|
Sapori Siciliani (#746) | n_orders=88
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_491f0f56ac65444c8523253ba6befb31 = L.circle(
|
|
[48.844311, 2.315363],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4510b60c11944686950ad85ee5fef738 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_65ae25e3cd9e41a5b1fb348fc239e98f = $(`<div id="html_65ae25e3cd9e41a5b1fb348fc239e98f" style="width: 100.0%; height: 100.0%;">133 Rue De Vaugirard, 75015 Paris</div>`)[0];
|
|
popup_4510b60c11944686950ad85ee5fef738.setContent(html_65ae25e3cd9e41a5b1fb348fc239e98f);
|
|
|
|
|
|
circle_491f0f56ac65444c8523253ba6befb31.bindPopup(popup_4510b60c11944686950ad85ee5fef738)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_491f0f56ac65444c8523253ba6befb31.bindTooltip(
|
|
`<div>
|
|
Midi 26 (#747) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fb688c61fb034d179c95c13a013e86d2 = L.circle(
|
|
[48.845112, 2.37906],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0ebf1350a9174646ba4d140039e6f813 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ea29004feed64e56a80188ce2fba1568 = $(`<div id="html_ea29004feed64e56a80188ce2fba1568" style="width: 100.0%; height: 100.0%;">154 Rue De Charenton, 75012 Paris</div>`)[0];
|
|
popup_0ebf1350a9174646ba4d140039e6f813.setContent(html_ea29004feed64e56a80188ce2fba1568);
|
|
|
|
|
|
circle_fb688c61fb034d179c95c13a013e86d2.bindPopup(popup_0ebf1350a9174646ba4d140039e6f813)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fb688c61fb034d179c95c13a013e86d2.bindTooltip(
|
|
`<div>
|
|
Restaurants #748, #1028, #797 | n_orders=566
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f6f3ea01d2bc44059592f4dd7c1111cf = L.circle(
|
|
[48.827724, 2.351022],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a85c756679084cc09e1fb3f17918e79f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_84070b456e1c44cdb73988b7988f9a73 = $(`<div id="html_84070b456e1c44cdb73988b7988f9a73" style="width: 100.0%; height: 100.0%;">41 Rue Vandrezanne, 75013 Paris</div>`)[0];
|
|
popup_a85c756679084cc09e1fb3f17918e79f.setContent(html_84070b456e1c44cdb73988b7988f9a73);
|
|
|
|
|
|
circle_f6f3ea01d2bc44059592f4dd7c1111cf.bindPopup(popup_a85c756679084cc09e1fb3f17918e79f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f6f3ea01d2bc44059592f4dd7c1111cf.bindTooltip(
|
|
`<div>
|
|
Le Feu De Mars (#749) | n_orders=147
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1ee7d3b9905a42398b45165562141089 = L.circle(
|
|
[48.872383, 2.363877],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_92a2c67e1490409b839a65cc44aa76d1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_88c44767132c463a91b68b822566aee1 = $(`<div id="html_88c44767132c463a91b68b822566aee1" style="width: 100.0%; height: 100.0%;">79 Quai De Valmy, 75010 Paris</div>`)[0];
|
|
popup_92a2c67e1490409b839a65cc44aa76d1.setContent(html_88c44767132c463a91b68b822566aee1);
|
|
|
|
|
|
circle_1ee7d3b9905a42398b45165562141089.bindPopup(popup_92a2c67e1490409b839a65cc44aa76d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1ee7d3b9905a42398b45165562141089.bindTooltip(
|
|
`<div>
|
|
Fric Frac (#750) | n_orders=33
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dca6b82771e64763b9575574fac5ac03 = L.circle(
|
|
[48.866863, 2.296149],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ad08f308e98144069c429b5e2d16e8c9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cc59c63c528d4d2086469f130f8cb3de = $(`<div id="html_cc59c63c528d4d2086469f130f8cb3de" style="width: 100.0%; height: 100.0%;">22 Rue Freycinet, 75116 Paris</div>`)[0];
|
|
popup_ad08f308e98144069c429b5e2d16e8c9.setContent(html_cc59c63c528d4d2086469f130f8cb3de);
|
|
|
|
|
|
circle_dca6b82771e64763b9575574fac5ac03.bindPopup(popup_ad08f308e98144069c429b5e2d16e8c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dca6b82771e64763b9575574fac5ac03.bindTooltip(
|
|
`<div>
|
|
Bozen Sushi (#755) | n_orders=90
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4ef82d48d69b44fba99f4bddff9c00f8 = L.circle(
|
|
[48.873783, 2.335101],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e1ce5af369e5459b8e99c5027aea82dc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1675af276e3748b8a457f67f47352489 = $(`<div id="html_1675af276e3748b8a457f67f47352489" style="width: 100.0%; height: 100.0%;">Rue Taitbout 29, 75009 Paris</div>`)[0];
|
|
popup_e1ce5af369e5459b8e99c5027aea82dc.setContent(html_1675af276e3748b8a457f67f47352489);
|
|
|
|
|
|
circle_4ef82d48d69b44fba99f4bddff9c00f8.bindPopup(popup_e1ce5af369e5459b8e99c5027aea82dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4ef82d48d69b44fba99f4bddff9c00f8.bindTooltip(
|
|
`<div>
|
|
Bagel Corner 09 (#968) | n_orders=202
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8709d8613e3f4921bfe9b046fe28d3bf = L.circle(
|
|
[48.890533, 2.345334],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ea9584ee31584572bb1bc502e6c8479b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2f22b7d7c7984b87917d3e2823cf26ce = $(`<div id="html_2f22b7d7c7984b87917d3e2823cf26ce" style="width: 100.0%; height: 100.0%;">61 Rue Ramey, 75018 Paris</div>`)[0];
|
|
popup_ea9584ee31584572bb1bc502e6c8479b.setContent(html_2f22b7d7c7984b87917d3e2823cf26ce);
|
|
|
|
|
|
circle_8709d8613e3f4921bfe9b046fe28d3bf.bindPopup(popup_ea9584ee31584572bb1bc502e6c8479b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8709d8613e3f4921bfe9b046fe28d3bf.bindTooltip(
|
|
`<div>
|
|
Illios (#762) | n_orders=6
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f35dd6847242429c8aaa206613e5f56d = L.circle(
|
|
[48.841537, 2.266276],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_75223d22d23544d5b30f82fda69f767d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e15f75a9e2f7479fac7a5db8c2c8d504 = $(`<div id="html_e15f75a9e2f7479fac7a5db8c2c8d504" style="width: 100.0%; height: 100.0%;">144 Avenue De Versailles, 75016 Paris</div>`)[0];
|
|
popup_75223d22d23544d5b30f82fda69f767d.setContent(html_e15f75a9e2f7479fac7a5db8c2c8d504);
|
|
|
|
|
|
circle_f35dd6847242429c8aaa206613e5f56d.bindPopup(popup_75223d22d23544d5b30f82fda69f767d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f35dd6847242429c8aaa206613e5f56d.bindTooltip(
|
|
`<div>
|
|
Pasta Oro (#763) | n_orders=489
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_040f69c054ae41cba451303d076f68fb = L.circle(
|
|
[48.880234, 2.334629],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_60a69542f0b748e996f781f93aa0198f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5f37ec5e1d7349aa87cc1f43f2348f66 = $(`<div id="html_5f37ec5e1d7349aa87cc1f43f2348f66" style="width: 100.0%; height: 100.0%;">47 Rue Jean-Baptiste Pigalle, 75009 Paris</div>`)[0];
|
|
popup_60a69542f0b748e996f781f93aa0198f.setContent(html_5f37ec5e1d7349aa87cc1f43f2348f66);
|
|
|
|
|
|
circle_040f69c054ae41cba451303d076f68fb.bindPopup(popup_60a69542f0b748e996f781f93aa0198f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_040f69c054ae41cba451303d076f68fb.bindTooltip(
|
|
`<div>
|
|
Peco Peco (#764) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_41c85a79559746dca7ccd39410fa72fe = L.circle(
|
|
[48.882378, 2.335755],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_164ebd1fe41841b2901fefc1bdb06e04 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ff1751629cd744e4bd1f118896f6266f = $(`<div id="html_ff1751629cd744e4bd1f118896f6266f" style="width: 100.0%; height: 100.0%;">Boulevard De Clichy 29, 75009 Paris</div>`)[0];
|
|
popup_164ebd1fe41841b2901fefc1bdb06e04.setContent(html_ff1751629cd744e4bd1f118896f6266f);
|
|
|
|
|
|
circle_41c85a79559746dca7ccd39410fa72fe.bindPopup(popup_164ebd1fe41841b2901fefc1bdb06e04)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_41c85a79559746dca7ccd39410fa72fe.bindTooltip(
|
|
`<div>
|
|
Yeno (#1723) | n_orders=48
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a9f8bbbcc0c94143a2cedbd0fed82adc = L.circle(
|
|
[48.880573, 2.334557],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a6700d3841804ce0adc8c901542239e6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_81c584cfac1f464189212bbefc998cf2 = $(`<div id="html_81c584cfac1f464189212bbefc998cf2" style="width: 100.0%; height: 100.0%;">2 Rue Pierre Fontaine, 75009 Paris</div>`)[0];
|
|
popup_a6700d3841804ce0adc8c901542239e6.setContent(html_81c584cfac1f464189212bbefc998cf2);
|
|
|
|
|
|
circle_a9f8bbbcc0c94143a2cedbd0fed82adc.bindPopup(popup_a6700d3841804ce0adc8c901542239e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a9f8bbbcc0c94143a2cedbd0fed82adc.bindTooltip(
|
|
`<div>
|
|
Ito Chan (#766) | n_orders=141
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_82ea3eecfc3d44109557fce72cd7bb2f = L.circle(
|
|
[48.879364, 2.321731],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_07bac98fb6e544739f4cc0e062a7ed7a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_016823993754446482473209c3e6f115 = $(`<div id="html_016823993754446482473209c3e6f115" style="width: 100.0%; height: 100.0%;">59 Rue De Rome, 75008 Paris</div>`)[0];
|
|
popup_07bac98fb6e544739f4cc0e062a7ed7a.setContent(html_016823993754446482473209c3e6f115);
|
|
|
|
|
|
circle_82ea3eecfc3d44109557fce72cd7bb2f.bindPopup(popup_07bac98fb6e544739f4cc0e062a7ed7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_82ea3eecfc3d44109557fce72cd7bb2f.bindTooltip(
|
|
`<div>
|
|
Liban Shop (#767) | n_orders=121
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_50ae461b9e9e4041bad5a7a79a0463e8 = L.circle(
|
|
[48.839062, 2.25788],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6c610dc154714a16b02e9c476dc97c6e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d2e4fe77dbcf4b02b74e11d80a8086c3 = $(`<div id="html_d2e4fe77dbcf4b02b74e11d80a8086c3" style="width: 100.0%; height: 100.0%;">131 Rue Michel Ange, 75016 Paris</div>`)[0];
|
|
popup_6c610dc154714a16b02e9c476dc97c6e.setContent(html_d2e4fe77dbcf4b02b74e11d80a8086c3);
|
|
|
|
|
|
circle_50ae461b9e9e4041bad5a7a79a0463e8.bindPopup(popup_6c610dc154714a16b02e9c476dc97c6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_50ae461b9e9e4041bad5a7a79a0463e8.bindTooltip(
|
|
`<div>
|
|
Palais Du Bonheur (#768) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c3d2d2ad80e24f968a4620bc0d37832c = L.circle(
|
|
[48.85754, 2.274537],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7096119ae1b94b90924531cc8cdcdc07 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c9655e0375614c2182bb16e57f8cec43 = $(`<div id="html_c9655e0375614c2182bb16e57f8cec43" style="width: 100.0%; height: 100.0%;">59 Rue De Boulainvilliers, 75016 Paris</div>`)[0];
|
|
popup_7096119ae1b94b90924531cc8cdcdc07.setContent(html_c9655e0375614c2182bb16e57f8cec43);
|
|
|
|
|
|
circle_c3d2d2ad80e24f968a4620bc0d37832c.bindPopup(popup_7096119ae1b94b90924531cc8cdcdc07)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c3d2d2ad80e24f968a4620bc0d37832c.bindTooltip(
|
|
`<div>
|
|
Pizza Oro (#769) | n_orders=372
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_55ca0a76c64e419ea6654711cb5f85ff = L.circle(
|
|
[48.828568, 2.311448],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8193a1f0e43444d195c76b213351a203 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b16b32f04f344a7381916946fde53899 = $(`<div id="html_b16b32f04f344a7381916946fde53899" style="width: 100.0%; height: 100.0%;">88 Rue Didot, 75014 Paris</div>`)[0];
|
|
popup_8193a1f0e43444d195c76b213351a203.setContent(html_b16b32f04f344a7381916946fde53899);
|
|
|
|
|
|
circle_55ca0a76c64e419ea6654711cb5f85ff.bindPopup(popup_8193a1f0e43444d195c76b213351a203)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_55ca0a76c64e419ea6654711cb5f85ff.bindTooltip(
|
|
`<div>
|
|
Les Cookies De Monttessuy (#771) | n_orders=21
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e3d1df73477743b9a335eabdcb6c337d = L.circle(
|
|
[48.840786, 2.338862],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_60382af0ba7745978353cfccf2fc4835 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c89a7e3036a04d0aa760fefcc888666b = $(`<div id="html_c89a7e3036a04d0aa760fefcc888666b" style="width: 100.0%; height: 100.0%;">305 Rue Saint-Jacques, 75005 Paris, 75005 Paris</div>`)[0];
|
|
popup_60382af0ba7745978353cfccf2fc4835.setContent(html_c89a7e3036a04d0aa760fefcc888666b);
|
|
|
|
|
|
circle_e3d1df73477743b9a335eabdcb6c337d.bindPopup(popup_60382af0ba7745978353cfccf2fc4835)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e3d1df73477743b9a335eabdcb6c337d.bindTooltip(
|
|
`<div>
|
|
Bubble N'Tea (#772) | n_orders=54
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_92565f62d52e4b709e48b6f64f78aeb5 = L.circle(
|
|
[48.838734, 2.244733],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_29858b032cd64d3e87e5c637569cb619 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_36f63f3e2a3d4c2fac17e2dfcbef0669 = $(`<div id="html_36f63f3e2a3d4c2fac17e2dfcbef0669" style="width: 100.0%; height: 100.0%;">51 Avenue Victor Hugo, 92100 Paris</div>`)[0];
|
|
popup_29858b032cd64d3e87e5c637569cb619.setContent(html_36f63f3e2a3d4c2fac17e2dfcbef0669);
|
|
|
|
|
|
circle_92565f62d52e4b709e48b6f64f78aeb5.bindPopup(popup_29858b032cd64d3e87e5c637569cb619)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_92565f62d52e4b709e48b6f64f78aeb5.bindTooltip(
|
|
`<div>
|
|
L'Huitrerie Des Freres Besson (#773) | n_orders=17
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_40b82bf38c43411a8e97dc0d32f732af = L.circle(
|
|
[48.883781, 2.320927],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a0ec901c474346e0b827149ec90bc3cb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b23232f878214f62b2a4179e22ec9b83 = $(`<div id="html_b23232f878214f62b2a4179e22ec9b83" style="width: 100.0%; height: 100.0%;">56 Rue Des Dames, 75017 Paris</div>`)[0];
|
|
popup_a0ec901c474346e0b827149ec90bc3cb.setContent(html_b23232f878214f62b2a4179e22ec9b83);
|
|
|
|
|
|
circle_40b82bf38c43411a8e97dc0d32f732af.bindPopup(popup_a0ec901c474346e0b827149ec90bc3cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_40b82bf38c43411a8e97dc0d32f732af.bindTooltip(
|
|
`<div>
|
|
Via Roma (#774) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4e86de778b3343c38c7c3bd42bab72d3 = L.circle(
|
|
[48.864532, 2.282151],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_839d97c8949847a8926700f6286afec9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_11f149262ce74038801626ecb7502979 = $(`<div id="html_11f149262ce74038801626ecb7502979" style="width: 100.0%; height: 100.0%;">33 Rue Des Sablons, 75116 Paris</div>`)[0];
|
|
popup_839d97c8949847a8926700f6286afec9.setContent(html_11f149262ce74038801626ecb7502979);
|
|
|
|
|
|
circle_4e86de778b3343c38c7c3bd42bab72d3.bindPopup(popup_839d97c8949847a8926700f6286afec9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4e86de778b3343c38c7c3bd42bab72d3.bindTooltip(
|
|
`<div>
|
|
Bozen Sushi (#775) | n_orders=105
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_452fbb6f05a8452da26059647437ef97 = L.circle(
|
|
[48.890728, 2.278698],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8b60c41255c648b2b0abe942f6de01c0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f0fb2b585f0b4428830cc73e8f891aa5 = $(`<div id="html_f0fb2b585f0b4428830cc73e8f891aa5" style="width: 100.0%; height: 100.0%;">55 Rue De Villiers, 92200 Courbevoie</div>`)[0];
|
|
popup_8b60c41255c648b2b0abe942f6de01c0.setContent(html_f0fb2b585f0b4428830cc73e8f891aa5);
|
|
|
|
|
|
circle_452fbb6f05a8452da26059647437ef97.bindPopup(popup_8b60c41255c648b2b0abe942f6de01c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_452fbb6f05a8452da26059647437ef97.bindTooltip(
|
|
`<div>
|
|
Today (#778) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_76d2b5630e7a4a91bba46908ab2ebae9 = L.circle(
|
|
[48.877186, 2.338583],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1221472e49b7450b8db784aee591a678 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1a69d868b7244602b260a082b0e8a76d = $(`<div id="html_1a69d868b7244602b260a082b0e8a76d" style="width: 100.0%; height: 100.0%;">6 Rue Des Martyrs, 75009 Paris</div>`)[0];
|
|
popup_1221472e49b7450b8db784aee591a678.setContent(html_1a69d868b7244602b260a082b0e8a76d);
|
|
|
|
|
|
circle_76d2b5630e7a4a91bba46908ab2ebae9.bindPopup(popup_1221472e49b7450b8db784aee591a678)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_76d2b5630e7a4a91bba46908ab2ebae9.bindTooltip(
|
|
`<div>
|
|
Chez Plume (#780) | n_orders=235
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0c252c39fd984a78a0c033767d3049a1 = L.circle(
|
|
[48.82724, 2.342274],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_224afe2f99ba4c9db0e03353219987f3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d456e32c0f0f4fff8c6e3a9763f8a6c1 = $(`<div id="html_d456e32c0f0f4fff8c6e3a9763f8a6c1" style="width: 100.0%; height: 100.0%;">117 Rue De La Glaciere, 75013 Paris</div>`)[0];
|
|
popup_224afe2f99ba4c9db0e03353219987f3.setContent(html_d456e32c0f0f4fff8c6e3a9763f8a6c1);
|
|
|
|
|
|
circle_0c252c39fd984a78a0c033767d3049a1.bindPopup(popup_224afe2f99ba4c9db0e03353219987f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0c252c39fd984a78a0c033767d3049a1.bindTooltip(
|
|
`<div>
|
|
Latinogourmand Glaciere (#781) | n_orders=340
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fccd0b5e411f4fa9bb003f9da012184b = L.circle(
|
|
[48.823948, 2.259681],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_62d2ce04804e4be0b7f5592a48e8f01b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7052d0f30a6f42ce90a3255c1b9477ab = $(`<div id="html_7052d0f30a6f42ce90a3255c1b9477ab" style="width: 100.0%; height: 100.0%;">4 Rue Rene Jacques, 92130 Issy-Les-Moulineaux</div>`)[0];
|
|
popup_62d2ce04804e4be0b7f5592a48e8f01b.setContent(html_7052d0f30a6f42ce90a3255c1b9477ab);
|
|
|
|
|
|
circle_fccd0b5e411f4fa9bb003f9da012184b.bindPopup(popup_62d2ce04804e4be0b7f5592a48e8f01b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fccd0b5e411f4fa9bb003f9da012184b.bindTooltip(
|
|
`<div>
|
|
Creperie Follie'S (#782) | n_orders=27
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7fa07d43f20c44fe8fda4eeac9a0b7b9 = L.circle(
|
|
[48.853527, 2.409492],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_40a9f0b585164f968e397558e2d2f505 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_88eeda2f828448d2a1107ba39f73397a = $(`<div id="html_88eeda2f828448d2a1107ba39f73397a" style="width: 100.0%; height: 100.0%;">6 Avenue De La Porte De Montreuil, 75020 Paris</div>`)[0];
|
|
popup_40a9f0b585164f968e397558e2d2f505.setContent(html_88eeda2f828448d2a1107ba39f73397a);
|
|
|
|
|
|
circle_7fa07d43f20c44fe8fda4eeac9a0b7b9.bindPopup(popup_40a9f0b585164f968e397558e2d2f505)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7fa07d43f20c44fe8fda4eeac9a0b7b9.bindTooltip(
|
|
`<div>
|
|
Le Glacier De Venise (#783) | n_orders=379
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a57fd88509364f659fc82e24c4f1ca47 = L.circle(
|
|
[48.848606, 2.328881],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d608a00880294b50829d0936c016c7b4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_31adec72a7fa4c91805fe4426c447633 = $(`<div id="html_31adec72a7fa4c91805fe4426c447633" style="width: 100.0%; height: 100.0%;">20 Rue D'Assas, 75006 Paris</div>`)[0];
|
|
popup_d608a00880294b50829d0936c016c7b4.setContent(html_31adec72a7fa4c91805fe4426c447633);
|
|
|
|
|
|
circle_a57fd88509364f659fc82e24c4f1ca47.bindPopup(popup_d608a00880294b50829d0936c016c7b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a57fd88509364f659fc82e24c4f1ca47.bindTooltip(
|
|
`<div>
|
|
Allan'S - Rue D'Assas (#784) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_95c19e3df1ca473a94cfd260f7a51971 = L.circle(
|
|
[48.828594, 2.31958],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_76911f5d61e04d7d8124c9774035f069 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2108638720154526ac879b541f928b20 = $(`<div id="html_2108638720154526ac879b541f928b20" style="width: 100.0%; height: 100.0%;">54 Rue Des Plantes, 75014 Paris</div>`)[0];
|
|
popup_76911f5d61e04d7d8124c9774035f069.setContent(html_2108638720154526ac879b541f928b20);
|
|
|
|
|
|
circle_95c19e3df1ca473a94cfd260f7a51971.bindPopup(popup_76911f5d61e04d7d8124c9774035f069)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_95c19e3df1ca473a94cfd260f7a51971.bindTooltip(
|
|
`<div>
|
|
Le Gourbi (#785) | n_orders=75
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_337115a20bf24810b373cc44c710f0d7 = L.circle(
|
|
[48.874725, 2.336498],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4984174ee32b405ab26b900082f84b74 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8b0d7acab75e47cc936320079836d3d5 = $(`<div id="html_8b0d7acab75e47cc936320079836d3d5" style="width: 100.0%; height: 100.0%;">37 Rue La Fayette, 75009 Paris</div>`)[0];
|
|
popup_4984174ee32b405ab26b900082f84b74.setContent(html_8b0d7acab75e47cc936320079836d3d5);
|
|
|
|
|
|
circle_337115a20bf24810b373cc44c710f0d7.bindPopup(popup_4984174ee32b405ab26b900082f84b74)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_337115a20bf24810b373cc44c710f0d7.bindTooltip(
|
|
`<div>
|
|
Come La Fayette (#787) | n_orders=100
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_31a04178a32a4979994efffc3edc42cd = L.circle(
|
|
[48.830444, 2.353778],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cd2f66df4951463e9ab2c7c2b9e6fa5d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b555eb23f9b146f1b624a588b29fc46f = $(`<div id="html_b555eb23f9b146f1b624a588b29fc46f" style="width: 100.0%; height: 100.0%;">13 Boulevard Auguste Blanqui, 75013 Paris, 75013 Paris</div>`)[0];
|
|
popup_cd2f66df4951463e9ab2c7c2b9e6fa5d.setContent(html_b555eb23f9b146f1b624a588b29fc46f);
|
|
|
|
|
|
circle_31a04178a32a4979994efffc3edc42cd.bindPopup(popup_cd2f66df4951463e9ab2c7c2b9e6fa5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_31a04178a32a4979994efffc3edc42cd.bindTooltip(
|
|
`<div>
|
|
Sushi Cherie (#788) | n_orders=596
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3577b9ec9d334c99961349f586c5ffe2 = L.circle(
|
|
[48.866428, 2.283301],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f64a480e1b794477a3f63530bef8df05 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1180d3f325d14b7093b3bf1eae5daa38 = $(`<div id="html_1180d3f325d14b7093b3bf1eae5daa38" style="width: 100.0%; height: 100.0%;">29 Bis, Rue Saint Didier, 75016 Paris</div>`)[0];
|
|
popup_f64a480e1b794477a3f63530bef8df05.setContent(html_1180d3f325d14b7093b3bf1eae5daa38);
|
|
|
|
|
|
circle_3577b9ec9d334c99961349f586c5ffe2.bindPopup(popup_f64a480e1b794477a3f63530bef8df05)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3577b9ec9d334c99961349f586c5ffe2.bindTooltip(
|
|
`<div>
|
|
Ozio (#789) | n_orders=972
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0e64c054de7c46da808dfa340e8c16d0 = L.circle(
|
|
[48.865917, 2.350525],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fb3408b284cc43cbad01aa5ce34cc3a5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9a9f72d9b9c34b2da06d55cbac8e9f9a = $(`<div id="html_9a9f72d9b9c34b2da06d55cbac8e9f9a" style="width: 100.0%; height: 100.0%;">Rue Saint-Denis 183, 75002 Paris</div>`)[0];
|
|
popup_fb3408b284cc43cbad01aa5ce34cc3a5.setContent(html_9a9f72d9b9c34b2da06d55cbac8e9f9a);
|
|
|
|
|
|
circle_0e64c054de7c46da808dfa340e8c16d0.bindPopup(popup_fb3408b284cc43cbad01aa5ce34cc3a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0e64c054de7c46da808dfa340e8c16d0.bindTooltip(
|
|
`<div>
|
|
Fondue Factory (#1392) | n_orders=6
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7984757b695d4eb28ac9b0f4bda677f4 = L.circle(
|
|
[48.830254, 2.310216],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_298fd560859b4990bd923da732cecdaf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_729de905988844799cb207a1df75466a = $(`<div id="html_729de905988844799cb207a1df75466a" style="width: 100.0%; height: 100.0%;">168 Rue Raymond Losserand, 75014 Paris</div>`)[0];
|
|
popup_298fd560859b4990bd923da732cecdaf.setContent(html_729de905988844799cb207a1df75466a);
|
|
|
|
|
|
circle_7984757b695d4eb28ac9b0f4bda677f4.bindPopup(popup_298fd560859b4990bd923da732cecdaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7984757b695d4eb28ac9b0f4bda677f4.bindTooltip(
|
|
`<div>
|
|
Il Macchiato (#790) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_42ecaadddc1648d4932b3915b049cd7b = L.circle(
|
|
[48.883339, 2.386014],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_76e0fd0b8a314e869eceeb2b68a6d3a6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e5a8156361434b389475eccd0ba10714 = $(`<div id="html_e5a8156361434b389475eccd0ba10714" style="width: 100.0%; height: 100.0%;">107 Rue Manin, 75019 Paris</div>`)[0];
|
|
popup_76e0fd0b8a314e869eceeb2b68a6d3a6.setContent(html_e5a8156361434b389475eccd0ba10714);
|
|
|
|
|
|
circle_42ecaadddc1648d4932b3915b049cd7b.bindPopup(popup_76e0fd0b8a314e869eceeb2b68a6d3a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_42ecaadddc1648d4932b3915b049cd7b.bindTooltip(
|
|
`<div>
|
|
Kaplan'S Deli (#791) | n_orders=59
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_46687cb671c04644907384bf6435124d = L.circle(
|
|
[48.87912, 2.342688],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_20f3f8b974354c8a8e05c2e06b4617b0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dfc4cf41d90547e19ce2268817edffc1 = $(`<div id="html_dfc4cf41d90547e19ce2268817edffc1" style="width: 100.0%; height: 100.0%;">49 Rue De Rochechouart, 75009 Paris</div>`)[0];
|
|
popup_20f3f8b974354c8a8e05c2e06b4617b0.setContent(html_dfc4cf41d90547e19ce2268817edffc1);
|
|
|
|
|
|
circle_46687cb671c04644907384bf6435124d.bindPopup(popup_20f3f8b974354c8a8e05c2e06b4617b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_46687cb671c04644907384bf6435124d.bindTooltip(
|
|
`<div>
|
|
Aux Pipalottes Gourmandes (#792) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aae108719f114cf6838253925b81f4af = L.circle(
|
|
[48.873852, 2.304184],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_450692e8c6ec4e608a4af7eaf161d1d5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_94e87c17c7f94a5baf65d8aa1daf37e3 = $(`<div id="html_94e87c17c7f94a5baf65d8aa1daf37e3" style="width: 100.0%; height: 100.0%;">36 Rue Washington, 75008 Paris</div>`)[0];
|
|
popup_450692e8c6ec4e608a4af7eaf161d1d5.setContent(html_94e87c17c7f94a5baf65d8aa1daf37e3);
|
|
|
|
|
|
circle_aae108719f114cf6838253925b81f4af.bindPopup(popup_450692e8c6ec4e608a4af7eaf161d1d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aae108719f114cf6838253925b81f4af.bindTooltip(
|
|
`<div>
|
|
Come Washington (#793) | n_orders=119
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_55634232051f44d98a917d15ad6b4688 = L.circle(
|
|
[48.848251, 2.387969],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9ec16e7c9a974c168e96191da62fd496 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d8458e68324c499f8e88803cc2446108 = $(`<div id="html_d8458e68324c499f8e88803cc2446108" style="width: 100.0%; height: 100.0%;">17 Rue Claude Tillier, 75012 Paris</div>`)[0];
|
|
popup_9ec16e7c9a974c168e96191da62fd496.setContent(html_d8458e68324c499f8e88803cc2446108);
|
|
|
|
|
|
circle_55634232051f44d98a917d15ad6b4688.bindPopup(popup_9ec16e7c9a974c168e96191da62fd496)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_55634232051f44d98a917d15ad6b4688.bindTooltip(
|
|
`<div>
|
|
Trois Crabes (#794) | n_orders=300
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bcf092377e2d451597381a97b7225072 = L.circle(
|
|
[48.829159, 2.282548],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9764e1a3ab8e452fb10da6a0cca032be = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b3f2550cc80646b8a1a6fc87fcd27ee0 = $(`<div id="html_b3f2550cc80646b8a1a6fc87fcd27ee0" style="width: 100.0%; height: 100.0%;">8 Rue Ernest Renan, 92130 Paris</div>`)[0];
|
|
popup_9764e1a3ab8e452fb10da6a0cca032be.setContent(html_b3f2550cc80646b8a1a6fc87fcd27ee0);
|
|
|
|
|
|
circle_bcf092377e2d451597381a97b7225072.bindPopup(popup_9764e1a3ab8e452fb10da6a0cca032be)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bcf092377e2d451597381a97b7225072.bindTooltip(
|
|
`<div>
|
|
Pizza L'Olivier (#796) | n_orders=335
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_60c9204cfa1f4f1fafc1b22f56bfbdc0 = L.circle(
|
|
[48.870255, 2.307548],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c8e27705dff2493f903f948f4f0d7359 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f6306949fca9499a83ea5843d1f0b153 = $(`<div id="html_f6306949fca9499a83ea5843d1f0b153" style="width: 100.0%; height: 100.0%;">49 Bis Avenue Franklin Delano Roosevelt, 75008 Paris</div>`)[0];
|
|
popup_c8e27705dff2493f903f948f4f0d7359.setContent(html_f6306949fca9499a83ea5843d1f0b153);
|
|
|
|
|
|
circle_60c9204cfa1f4f1fafc1b22f56bfbdc0.bindPopup(popup_c8e27705dff2493f903f948f4f0d7359)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_60c9204cfa1f4f1fafc1b22f56bfbdc0.bindTooltip(
|
|
`<div>
|
|
Maison Pradier - Roosevelt (#798) | n_orders=54
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f5d31558c6324259848c9664fcb1c8a8 = L.circle(
|
|
[48.854961, 2.327411],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1b9e5f2c7505466da99f69ebebd520d6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_35863d2436a748b9a4c3a791324c5053 = $(`<div id="html_35863d2436a748b9a4c3a791324c5053" style="width: 100.0%; height: 100.0%;">200 Boulevard Saint Germain, 75007 Paris</div>`)[0];
|
|
popup_1b9e5f2c7505466da99f69ebebd520d6.setContent(html_35863d2436a748b9a4c3a791324c5053);
|
|
|
|
|
|
circle_f5d31558c6324259848c9664fcb1c8a8.bindPopup(popup_1b9e5f2c7505466da99f69ebebd520d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f5d31558c6324259848c9664fcb1c8a8.bindTooltip(
|
|
`<div>
|
|
Maison Pradier - Saint Germain (#800) | n_orders=13
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8061c29940094542a52ad8e07b84d430 = L.circle(
|
|
[48.882187, 2.365614],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_127c9f071f6d4e2fb3e9c27231860e69 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4ac4e904c21f40c5a3d493d758d5cb5a = $(`<div id="html_4ac4e904c21f40c5a3d493d758d5cb5a" style="width: 100.0%; height: 100.0%;">233 Rue Lafayette, 75010 Paris</div>`)[0];
|
|
popup_127c9f071f6d4e2fb3e9c27231860e69.setContent(html_4ac4e904c21f40c5a3d493d758d5cb5a);
|
|
|
|
|
|
circle_8061c29940094542a52ad8e07b84d430.bindPopup(popup_127c9f071f6d4e2fb3e9c27231860e69)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8061c29940094542a52ad8e07b84d430.bindTooltip(
|
|
`<div>
|
|
Latinogourmand Lafayette (#801) | n_orders=182
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0da20d3a1e30484da5cf5ae418909963 = L.circle(
|
|
[48.834923, 2.317235],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fe26995c28b2430c878be2565fe5541a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5748e3f02fd74c7185dc28db2fbf2377 = $(`<div id="html_5748e3f02fd74c7185dc28db2fbf2377" style="width: 100.0%; height: 100.0%;">46 Rue Raymond Losserand, 75014 Paris</div>`)[0];
|
|
popup_fe26995c28b2430c878be2565fe5541a.setContent(html_5748e3f02fd74c7185dc28db2fbf2377);
|
|
|
|
|
|
circle_0da20d3a1e30484da5cf5ae418909963.bindPopup(popup_fe26995c28b2430c878be2565fe5541a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0da20d3a1e30484da5cf5ae418909963.bindTooltip(
|
|
`<div>
|
|
Les Frangines (#802) | n_orders=48
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_03fff5289cdd498a8c666ad05479e35d = L.circle(
|
|
[48.846684, 2.270206],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_61b45687441143f59677e2f6d45702a2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_509b03bfd0124702be33ee1a666acfac = $(`<div id="html_509b03bfd0124702be33ee1a666acfac" style="width: 100.0%; height: 100.0%;">22 Rue Wilhem, 75016 Paris</div>`)[0];
|
|
popup_61b45687441143f59677e2f6d45702a2.setContent(html_509b03bfd0124702be33ee1a666acfac);
|
|
|
|
|
|
circle_03fff5289cdd498a8c666ad05479e35d.bindPopup(popup_61b45687441143f59677e2f6d45702a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_03fff5289cdd498a8c666ad05479e35d.bindTooltip(
|
|
`<div>
|
|
Le Paradis Du Couscous (#803) | n_orders=109
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b730f9b45e2b4b159b19b2c449715647 = L.circle(
|
|
[48.883648, 2.239704],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_df71b410a0c445c3b4adccdc730a9954 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1d3bc5ed493e441eb4407930c87b4379 = $(`<div id="html_1d3bc5ed493e441eb4407930c87b4379" style="width: 100.0%; height: 100.0%;">10 Rue Anatole France, 92800 Puteaux</div>`)[0];
|
|
popup_df71b410a0c445c3b4adccdc730a9954.setContent(html_1d3bc5ed493e441eb4407930c87b4379);
|
|
|
|
|
|
circle_b730f9b45e2b4b159b19b2c449715647.bindPopup(popup_df71b410a0c445c3b4adccdc730a9954)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b730f9b45e2b4b159b19b2c449715647.bindTooltip(
|
|
`<div>
|
|
Pimp My Burgr (#804) | n_orders=135
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bda52bec9ebb4d879230f3113c1bc75f = L.circle(
|
|
[48.859749, 2.349806],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_60e5cfab05fb4d0a9f01a0c73e7d3faa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_441907c1207d400caac45766730128a1 = $(`<div id="html_441907c1207d400caac45766730128a1" style="width: 100.0%; height: 100.0%;">13 Rue Quincampoix, 75004 Paris</div>`)[0];
|
|
popup_60e5cfab05fb4d0a9f01a0c73e7d3faa.setContent(html_441907c1207d400caac45766730128a1);
|
|
|
|
|
|
circle_bda52bec9ebb4d879230f3113c1bc75f.bindPopup(popup_60e5cfab05fb4d0a9f01a0c73e7d3faa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bda52bec9ebb4d879230f3113c1bc75f.bindTooltip(
|
|
`<div>
|
|
Le Jamoncito (#807) | n_orders=13
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_22a5e06c861e46c2b6deb467b1fc07c9 = L.circle(
|
|
[48.885048, 2.333587],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2a104512c1c44916b5e970bb577b3c28 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1e1995c657d44b568c36b4641312e671 = $(`<div id="html_1e1995c657d44b568c36b4641312e671" style="width: 100.0%; height: 100.0%;">3 Rue Audran, 75018 Paris</div>`)[0];
|
|
popup_2a104512c1c44916b5e970bb577b3c28.setContent(html_1e1995c657d44b568c36b4641312e671);
|
|
|
|
|
|
circle_22a5e06c861e46c2b6deb467b1fc07c9.bindPopup(popup_2a104512c1c44916b5e970bb577b3c28)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_22a5e06c861e46c2b6deb467b1fc07c9.bindTooltip(
|
|
`<div>
|
|
Chez Armelle Et Henri (#808) | n_orders=210
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eecab3d0ff1143de8a155cfb01f55fe7 = L.circle(
|
|
[48.836315, 2.292161],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_103f97f719584552ae58914286215b53 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_135016730baf4cae89d82e411e2f48c9 = $(`<div id="html_135016730baf4cae89d82e411e2f48c9" style="width: 100.0%; height: 100.0%;">348 Rue De Vaugirard, 75015 Paris</div>`)[0];
|
|
popup_103f97f719584552ae58914286215b53.setContent(html_135016730baf4cae89d82e411e2f48c9);
|
|
|
|
|
|
circle_eecab3d0ff1143de8a155cfb01f55fe7.bindPopup(popup_103f97f719584552ae58914286215b53)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eecab3d0ff1143de8a155cfb01f55fe7.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Vaugirard (#809) | n_orders=470
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6835376b0aa348a6b4cb20d539c423ef = L.circle(
|
|
[48.850922, 2.289587],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ed6682340b8a486a971e454461607b5c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9be3a2de292147dd95a7e1cd1b4cdbea = $(`<div id="html_9be3a2de292147dd95a7e1cd1b4cdbea" style="width: 100.0%; height: 100.0%;">3 Rue De Lourmel, 75015 Paris</div>`)[0];
|
|
popup_ed6682340b8a486a971e454461607b5c.setContent(html_9be3a2de292147dd95a7e1cd1b4cdbea);
|
|
|
|
|
|
circle_6835376b0aa348a6b4cb20d539c423ef.bindPopup(popup_ed6682340b8a486a971e454461607b5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6835376b0aa348a6b4cb20d539c423ef.bindTooltip(
|
|
`<div>
|
|
Rotisserie Dufrenoy 15 (#810) | n_orders=221
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_26069393fa5c43f9bc8b334ab5d3044a = L.circle(
|
|
[48.839298, 2.34907],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_debd13d9199e410ca52c67b412d7a3ad = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e725756a40e444319cd700c3d5aaf48f = $(`<div id="html_e725756a40e444319cd700c3d5aaf48f" style="width: 100.0%; height: 100.0%;">119 Rue Monge, 75005 Paris</div>`)[0];
|
|
popup_debd13d9199e410ca52c67b412d7a3ad.setContent(html_e725756a40e444319cd700c3d5aaf48f);
|
|
|
|
|
|
circle_26069393fa5c43f9bc8b334ab5d3044a.bindPopup(popup_debd13d9199e410ca52c67b412d7a3ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_26069393fa5c43f9bc8b334ab5d3044a.bindTooltip(
|
|
`<div>
|
|
Dans Les Landes (#811) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9463632988bd484d86206417b706e967 = L.circle(
|
|
[48.880081, 2.340416],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a3d02fb02d6c46bc8bc646503eeec723 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_483b401e1195461ebcff4cc660b87b90 = $(`<div id="html_483b401e1195461ebcff4cc660b87b90" style="width: 100.0%; height: 100.0%;">54 Rue Des Martyrs, 75009 Paris</div>`)[0];
|
|
popup_a3d02fb02d6c46bc8bc646503eeec723.setContent(html_483b401e1195461ebcff4cc660b87b90);
|
|
|
|
|
|
circle_9463632988bd484d86206417b706e967.bindPopup(popup_a3d02fb02d6c46bc8bc646503eeec723)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9463632988bd484d86206417b706e967.bindTooltip(
|
|
`<div>
|
|
Le Pain Quotidien - Paris 09 (#813) | n_orders=176
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3e5a636b17ea4733979a03ad53bbd6ff = L.circle(
|
|
[48.890759, 2.237962],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b259c8fe6bb7480794968a1c6bd7e9fa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9e76aca3028f4825b8e4d47a2b0f1197 = $(`<div id="html_9e76aca3028f4825b8e4d47a2b0f1197" style="width: 100.0%; height: 100.0%;">15 Parvis De La Defense, 92092 Puteaux</div>`)[0];
|
|
popup_b259c8fe6bb7480794968a1c6bd7e9fa.setContent(html_9e76aca3028f4825b8e4d47a2b0f1197);
|
|
|
|
|
|
circle_3e5a636b17ea4733979a03ad53bbd6ff.bindPopup(popup_b259c8fe6bb7480794968a1c6bd7e9fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3e5a636b17ea4733979a03ad53bbd6ff.bindTooltip(
|
|
`<div>
|
|
Restaurants #814, #1069, #1190 | n_orders=694
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e6dfb4d69ef94a609dae4792c056dbb3 = L.circle(
|
|
[48.870766, 2.358037],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9f0f3b34906646af8872d66a954cfd5e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_530a1896eb1e44d2b6faa51802720607 = $(`<div id="html_530a1896eb1e44d2b6faa51802720607" style="width: 100.0%; height: 100.0%;">31 Rue Du Chateau D'Eau, 75010 Paris</div>`)[0];
|
|
popup_9f0f3b34906646af8872d66a954cfd5e.setContent(html_530a1896eb1e44d2b6faa51802720607);
|
|
|
|
|
|
circle_e6dfb4d69ef94a609dae4792c056dbb3.bindPopup(popup_9f0f3b34906646af8872d66a954cfd5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e6dfb4d69ef94a609dae4792c056dbb3.bindTooltip(
|
|
`<div>
|
|
Le Refectoire (#815) | n_orders=53
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3ac7a9ab4a414d83bba337550db502b0 = L.circle(
|
|
[48.849152, 2.338002],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c246d5c92fa348548f561709605a8c0e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_032f8c0cf0984d659bee8b61215c104a = $(`<div id="html_032f8c0cf0984d659bee8b61215c104a" style="width: 100.0%; height: 100.0%;">36 Rue Monsieur Le Prince, 75006 Paris</div>`)[0];
|
|
popup_c246d5c92fa348548f561709605a8c0e.setContent(html_032f8c0cf0984d659bee8b61215c104a);
|
|
|
|
|
|
circle_3ac7a9ab4a414d83bba337550db502b0.bindPopup(popup_c246d5c92fa348548f561709605a8c0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3ac7a9ab4a414d83bba337550db502b0.bindTooltip(
|
|
`<div>
|
|
Le Mechoui Du Prince (#816) | n_orders=78
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0c72e90ee89d42fea0c801a89010617b = L.circle(
|
|
[48.866638, 2.283619],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e054dedab0d54c8c8ce1d727aa00bcb6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c84691f506d644cca051ccc4128750a8 = $(`<div id="html_c84691f506d644cca051ccc4128750a8" style="width: 100.0%; height: 100.0%;">47 Avenue Raymond Poincare, 75116 Paris</div>`)[0];
|
|
popup_e054dedab0d54c8c8ce1d727aa00bcb6.setContent(html_c84691f506d644cca051ccc4128750a8);
|
|
|
|
|
|
circle_0c72e90ee89d42fea0c801a89010617b.bindPopup(popup_e054dedab0d54c8c8ce1d727aa00bcb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0c72e90ee89d42fea0c801a89010617b.bindTooltip(
|
|
`<div>
|
|
Miushi (#819) | n_orders=338
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_47856f6d4bbf4ba5a92068ff37f0b37b = L.circle(
|
|
[48.873558, 2.362582],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bc87dbe24b3e4311b02a6f51a2de59c3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_576a6ffbd2da485cb986774132dbd44d = $(`<div id="html_576a6ffbd2da485cb986774132dbd44d" style="width: 100.0%; height: 100.0%;">10 Rue De La Granges Aux Belles, 75010 Paris</div>`)[0];
|
|
popup_bc87dbe24b3e4311b02a6f51a2de59c3.setContent(html_576a6ffbd2da485cb986774132dbd44d);
|
|
|
|
|
|
circle_47856f6d4bbf4ba5a92068ff37f0b37b.bindPopup(popup_bc87dbe24b3e4311b02a6f51a2de59c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_47856f6d4bbf4ba5a92068ff37f0b37b.bindTooltip(
|
|
`<div>
|
|
Myrthe (#821) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cca39dfdaa3e44098a40561d836811d4 = L.circle(
|
|
[48.862076, 2.275911],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_16dad393d3024758be609e73070cfde0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8017afc1769e4ba38ed2b61a02350d04 = $(`<div id="html_8017afc1769e4ba38ed2b61a02350d04" style="width: 100.0%; height: 100.0%;">56 Rue De La Pompe, 75116 Paris</div>`)[0];
|
|
popup_16dad393d3024758be609e73070cfde0.setContent(html_8017afc1769e4ba38ed2b61a02350d04);
|
|
|
|
|
|
circle_cca39dfdaa3e44098a40561d836811d4.bindPopup(popup_16dad393d3024758be609e73070cfde0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cca39dfdaa3e44098a40561d836811d4.bindTooltip(
|
|
`<div>
|
|
Chez Carlo (#822) | n_orders=71
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_35fc9234a03049dc8f6783f0363fe3b4 = L.circle(
|
|
[48.867672, 2.359796],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4c7c5b0114304726a35013903e5493dd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ce7e72b6bc494a1193d99137a6891b62 = $(`<div id="html_ce7e72b6bc494a1193d99137a6891b62" style="width: 100.0%; height: 100.0%;">27 Rue Meslay, 75003 Paris</div>`)[0];
|
|
popup_4c7c5b0114304726a35013903e5493dd.setContent(html_ce7e72b6bc494a1193d99137a6891b62);
|
|
|
|
|
|
circle_35fc9234a03049dc8f6783f0363fe3b4.bindPopup(popup_4c7c5b0114304726a35013903e5493dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_35fc9234a03049dc8f6783f0363fe3b4.bindTooltip(
|
|
`<div>
|
|
Beast (#823) | n_orders=509
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_27ad77daf9394e12a2672102f4d29c8a = L.circle(
|
|
[48.878628, 2.342781],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_27e34c98810644e7951b574a5fea0a25 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1903b505d6c04ecb95169657d114ca5b = $(`<div id="html_1903b505d6c04ecb95169657d114ca5b" style="width: 100.0%; height: 100.0%;">39 Rue De Rochechouart, 75009 Paris</div>`)[0];
|
|
popup_27e34c98810644e7951b574a5fea0a25.setContent(html_1903b505d6c04ecb95169657d114ca5b);
|
|
|
|
|
|
circle_27ad77daf9394e12a2672102f4d29c8a.bindPopup(popup_27e34c98810644e7951b574a5fea0a25)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_27ad77daf9394e12a2672102f4d29c8a.bindTooltip(
|
|
`<div>
|
|
Rotisserie Dufrenoy 9 (#824) | n_orders=86
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_12527b3a8d08438f8293b95591eb349e = L.circle(
|
|
[48.855759, 2.360284],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_af0566fb872841f9a78d721c5b45b294 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6f71abfc889b4ed5a551adecbac66b1c = $(`<div id="html_6f71abfc889b4ed5a551adecbac66b1c" style="width: 100.0%; height: 100.0%;">8 Rue Pavee, 75004 Paris</div>`)[0];
|
|
popup_af0566fb872841f9a78d721c5b45b294.setContent(html_6f71abfc889b4ed5a551adecbac66b1c);
|
|
|
|
|
|
circle_12527b3a8d08438f8293b95591eb349e.bindPopup(popup_af0566fb872841f9a78d721c5b45b294)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_12527b3a8d08438f8293b95591eb349e.bindTooltip(
|
|
`<div>
|
|
Pitzman (#826) | n_orders=132
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_051bb16b2d3a4943ad4ef42154892c75 = L.circle(
|
|
[48.895626, 2.236753],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c30aefcd3b054be1830ea8efa4453dac = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_91174023491446a988b7f4079c96cb3c = $(`<div id="html_91174023491446a988b7f4079c96cb3c" style="width: 100.0%; height: 100.0%;">22 Allee De L'Arche, 92400 Paris</div>`)[0];
|
|
popup_c30aefcd3b054be1830ea8efa4453dac.setContent(html_91174023491446a988b7f4079c96cb3c);
|
|
|
|
|
|
circle_051bb16b2d3a4943ad4ef42154892c75.bindPopup(popup_c30aefcd3b054be1830ea8efa4453dac)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_051bb16b2d3a4943ad4ef42154892c75.bindTooltip(
|
|
`<div>
|
|
Tokyo La Defense (#828) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cb013f8656d744a0a33818c547ade1ec = L.circle(
|
|
[48.842625, 2.236569],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bb1e3f1088f94a7da937ddda7d83d2bc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9bcfd276d90248b5a6a8dd55558034d6 = $(`<div id="html_9bcfd276d90248b5a6a8dd55558034d6" style="width: 100.0%; height: 100.0%;">21 Boulevard Jean Jaures, 92100 Paris</div>`)[0];
|
|
popup_bb1e3f1088f94a7da937ddda7d83d2bc.setContent(html_9bcfd276d90248b5a6a8dd55558034d6);
|
|
|
|
|
|
circle_cb013f8656d744a0a33818c547ade1ec.bindPopup(popup_bb1e3f1088f94a7da937ddda7d83d2bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cb013f8656d744a0a33818c547ade1ec.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Boulogne (#831) | n_orders=139
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_324d0030e406445686cb37af255d0e60 = L.circle(
|
|
[48.890614, 2.345519],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b17752900620403a85240fc3e51b590f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_55db141066b249d09c47f50a80b8abee = $(`<div id="html_55db141066b249d09c47f50a80b8abee" style="width: 100.0%; height: 100.0%;">54 Rue Ramey, 75018 Paris</div>`)[0];
|
|
popup_b17752900620403a85240fc3e51b590f.setContent(html_55db141066b249d09c47f50a80b8abee);
|
|
|
|
|
|
circle_324d0030e406445686cb37af255d0e60.bindPopup(popup_b17752900620403a85240fc3e51b590f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_324d0030e406445686cb37af255d0e60.bindTooltip(
|
|
`<div>
|
|
L'Angolo Arte And Cucina (#832) | n_orders=86
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_467be20239c840de9de4f547a5b305b1 = L.circle(
|
|
[48.855213, 2.267297],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_68555874467e4cf4ad607dfc06ccebc9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fbf9cc9c69cd42c890a0ead5bd770089 = $(`<div id="html_fbf9cc9c69cd42c890a0ead5bd770089" style="width: 100.0%; height: 100.0%;">52 Bis, Avenue Mozart, 75016 Paris</div>`)[0];
|
|
popup_68555874467e4cf4ad607dfc06ccebc9.setContent(html_fbf9cc9c69cd42c890a0ead5bd770089);
|
|
|
|
|
|
circle_467be20239c840de9de4f547a5b305b1.bindPopup(popup_68555874467e4cf4ad607dfc06ccebc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_467be20239c840de9de4f547a5b305b1.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Mozart (#833) | n_orders=404
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c4ea56dc14e7484bbc66c3b05bb26d20 = L.circle(
|
|
[48.873329, 2.341096],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5352dbcbadab4ac98525207f5d07660e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bedcaaff9172484badd7b3b2e105ee47 = $(`<div id="html_bedcaaff9172484badd7b3b2e105ee47" style="width: 100.0%; height: 100.0%;">24 Rue Du Faubourg Montmartre, 75009 Paris</div>`)[0];
|
|
popup_5352dbcbadab4ac98525207f5d07660e.setContent(html_bedcaaff9172484badd7b3b2e105ee47);
|
|
|
|
|
|
circle_c4ea56dc14e7484bbc66c3b05bb26d20.bindPopup(popup_5352dbcbadab4ac98525207f5d07660e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c4ea56dc14e7484bbc66c3b05bb26d20.bindTooltip(
|
|
`<div>
|
|
Nick'S Pizza (#836) | n_orders=258
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_92a0d59ac7bd4fdf84cb3c0057ae3f1e = L.circle(
|
|
[48.852894, 2.372912],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e6dabd438d2b4115acafb2b01f76ee23 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2dd27a609d884bb1a5c6d972da575106 = $(`<div id="html_2dd27a609d884bb1a5c6d972da575106" style="width: 100.0%; height: 100.0%;">24 Rue De Charonne, 75012 Paris</div>`)[0];
|
|
popup_e6dabd438d2b4115acafb2b01f76ee23.setContent(html_2dd27a609d884bb1a5c6d972da575106);
|
|
|
|
|
|
circle_92a0d59ac7bd4fdf84cb3c0057ae3f1e.bindPopup(popup_e6dabd438d2b4115acafb2b01f76ee23)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_92a0d59ac7bd4fdf84cb3c0057ae3f1e.bindTooltip(
|
|
`<div>
|
|
Le Pain Quotidien - Paris 11 (#839) | n_orders=119
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_68f6e51a305445d4bba2e17265e764a9 = L.circle(
|
|
[48.862183, 2.362774],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5210fc486a0443c89ee82f576dbd2617 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e3e4bfdf78ea4ff5adabefc58c6cb009 = $(`<div id="html_e3e4bfdf78ea4ff5adabefc58c6cb009" style="width: 100.0%; height: 100.0%;">27 Rue De Saintonge, 75003 Paris</div>`)[0];
|
|
popup_5210fc486a0443c89ee82f576dbd2617.setContent(html_e3e4bfdf78ea4ff5adabefc58c6cb009);
|
|
|
|
|
|
circle_68f6e51a305445d4bba2e17265e764a9.bindPopup(popup_5210fc486a0443c89ee82f576dbd2617)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_68f6e51a305445d4bba2e17265e764a9.bindTooltip(
|
|
`<div>
|
|
Little Apple (#840) | n_orders=166
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a6e9a1dddb054d8ca64fd55c76d3b2b9 = L.circle(
|
|
[48.825146, 2.318099],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_df50605da337414e9f2ae589139915e4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ad40875a7ab547669645cc3221ef3e13 = $(`<div id="html_ad40875a7ab547669645cc3221ef3e13" style="width: 100.0%; height: 100.0%;">68 Bis Avenue Jean Moulin, 75014 Paris</div>`)[0];
|
|
popup_df50605da337414e9f2ae589139915e4.setContent(html_ad40875a7ab547669645cc3221ef3e13);
|
|
|
|
|
|
circle_a6e9a1dddb054d8ca64fd55c76d3b2b9.bindPopup(popup_df50605da337414e9f2ae589139915e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a6e9a1dddb054d8ca64fd55c76d3b2b9.bindTooltip(
|
|
`<div>
|
|
Monteleone (#842) | n_orders=81
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d2f24760f5b940888a7768c39a4b0cbb = L.circle(
|
|
[48.852936, 2.343837],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9a3804b9ab734e6cadd2a820ec108c5e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_694105fd56ea4bf894aae71efa82de5b = $(`<div id="html_694105fd56ea4bf894aae71efa82de5b" style="width: 100.0%; height: 100.0%;">11 Rue De La Huchette, 75005 Paris</div>`)[0];
|
|
popup_9a3804b9ab734e6cadd2a820ec108c5e.setContent(html_694105fd56ea4bf894aae71efa82de5b);
|
|
|
|
|
|
circle_d2f24760f5b940888a7768c39a4b0cbb.bindPopup(popup_9a3804b9ab734e6cadd2a820ec108c5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d2f24760f5b940888a7768c39a4b0cbb.bindTooltip(
|
|
`<div>
|
|
Il Gigolo (#843) | n_orders=653
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_804d04d785cc43568854b90548285538 = L.circle(
|
|
[48.846031, 2.401258],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e5c65a7a9ec54ed9b373d9c675e102db = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_980b09db5b4b4a5e81cef1a5ef008560 = $(`<div id="html_980b09db5b4b4a5e81cef1a5ef008560" style="width: 100.0%; height: 100.0%;">86 Boulevard De Picpus, 75012 Paris</div>`)[0];
|
|
popup_e5c65a7a9ec54ed9b373d9c675e102db.setContent(html_980b09db5b4b4a5e81cef1a5ef008560);
|
|
|
|
|
|
circle_804d04d785cc43568854b90548285538.bindPopup(popup_e5c65a7a9ec54ed9b373d9c675e102db)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_804d04d785cc43568854b90548285538.bindTooltip(
|
|
`<div>
|
|
Amalfi (#844) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_78c252aa197c4dfa8974946b9dbb5eb9 = L.circle(
|
|
[48.845486, 2.234853],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a497d8eb73ec47db80ab511d1d599dbe = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c146217abc364a0bb6d1344e2f3ecc1a = $(`<div id="html_c146217abc364a0bb6d1344e2f3ecc1a" style="width: 100.0%; height: 100.0%;">67 Avenue Jean Baptiste Clement, 92100 Paris</div>`)[0];
|
|
popup_a497d8eb73ec47db80ab511d1d599dbe.setContent(html_c146217abc364a0bb6d1344e2f3ecc1a);
|
|
|
|
|
|
circle_78c252aa197c4dfa8974946b9dbb5eb9.bindPopup(popup_a497d8eb73ec47db80ab511d1d599dbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_78c252aa197c4dfa8974946b9dbb5eb9.bindTooltip(
|
|
`<div>
|
|
Dalloyau Boulogne (#846) | n_orders=74
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3d12e021368b4f5d9b56d0af6d571a33 = L.circle(
|
|
[48.890671, 2.284419],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f42678e211704c379bd60881b36cf915 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9303857aebb7403087dd3faa12ae4a89 = $(`<div id="html_9303857aebb7403087dd3faa12ae4a89" style="width: 100.0%; height: 100.0%;">50 Rue Louis Rouquier, Levallois 92300, 92300 Courbevoie</div>`)[0];
|
|
popup_f42678e211704c379bd60881b36cf915.setContent(html_9303857aebb7403087dd3faa12ae4a89);
|
|
|
|
|
|
circle_3d12e021368b4f5d9b56d0af6d571a33.bindPopup(popup_f42678e211704c379bd60881b36cf915)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3d12e021368b4f5d9b56d0af6d571a33.bindTooltip(
|
|
`<div>
|
|
Le Bistrot Cantine (#847) | n_orders=33
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dd63bdc060ea48f0a48e594bebacda2d = L.circle(
|
|
[48.827633, 2.314366],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_37033065ad88477fb4dd0794d77e33db = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3afe737247634097ae3cdc391014c8ad = $(`<div id="html_3afe737247634097ae3cdc391014c8ad" style="width: 100.0%; height: 100.0%;">107 Rue Didot, 75014 Paris</div>`)[0];
|
|
popup_37033065ad88477fb4dd0794d77e33db.setContent(html_3afe737247634097ae3cdc391014c8ad);
|
|
|
|
|
|
circle_dd63bdc060ea48f0a48e594bebacda2d.bindPopup(popup_37033065ad88477fb4dd0794d77e33db)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dd63bdc060ea48f0a48e594bebacda2d.bindTooltip(
|
|
`<div>
|
|
La Table Afghane (#849) | n_orders=97
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0b8f1cc083464aa8b6dd923b7c96c7f9 = L.circle(
|
|
[48.826237, 2.369689],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3a19e4d4a19b46ab99fa7c50397ecc8f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_319d416f9d6541e09620437b5c742021 = $(`<div id="html_319d416f9d6541e09620437b5c742021" style="width: 100.0%; height: 100.0%;">60 Rue Albert, 75013 Paris</div>`)[0];
|
|
popup_3a19e4d4a19b46ab99fa7c50397ecc8f.setContent(html_319d416f9d6541e09620437b5c742021);
|
|
|
|
|
|
circle_0b8f1cc083464aa8b6dd923b7c96c7f9.bindPopup(popup_3a19e4d4a19b46ab99fa7c50397ecc8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0b8f1cc083464aa8b6dd923b7c96c7f9.bindTooltip(
|
|
`<div>
|
|
Gang Nam (#850) | n_orders=50
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_30926f4c024b482e95b1c2bdcde73db1 = L.circle(
|
|
[48.845528, 2.340188],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_832c05aded50470a891a6f7d6b3cbb3c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_16fb713ab22d4b09be44b47b91d35680 = $(`<div id="html_16fb713ab22d4b09be44b47b91d35680" style="width: 100.0%; height: 100.0%;">208 Rue Saint Jacques, 75005 Paris</div>`)[0];
|
|
popup_832c05aded50470a891a6f7d6b3cbb3c.setContent(html_16fb713ab22d4b09be44b47b91d35680);
|
|
|
|
|
|
circle_30926f4c024b482e95b1c2bdcde73db1.bindPopup(popup_832c05aded50470a891a6f7d6b3cbb3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_30926f4c024b482e95b1c2bdcde73db1.bindTooltip(
|
|
`<div>
|
|
Un Jour A Ha Noi (#851) | n_orders=734
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1da0b4858ea944e9a9f10e4c2c55d2b0 = L.circle(
|
|
[48.862782, 2.357734],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5cb6e4177add4917aa32bdecaa2d7f40 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3a479a6d26c74864ba1fabf1f98555ff = $(`<div id="html_3a479a6d26c74864ba1fabf1f98555ff" style="width: 100.0%; height: 100.0%;">73 Rue Des Archives, 75003 Paris</div>`)[0];
|
|
popup_5cb6e4177add4917aa32bdecaa2d7f40.setContent(html_3a479a6d26c74864ba1fabf1f98555ff);
|
|
|
|
|
|
circle_1da0b4858ea944e9a9f10e4c2c55d2b0.bindPopup(popup_5cb6e4177add4917aa32bdecaa2d7f40)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1da0b4858ea944e9a9f10e4c2c55d2b0.bindTooltip(
|
|
`<div>
|
|
Paris Rome (#852) | n_orders=52
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3d4b83e562814b368ce64ac0101beac0 = L.circle(
|
|
[48.833588, 2.329344],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_36f23dccb2334f88a39dcbf56945ec72 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d572fa0d18db4f1397584eff570d45db = $(`<div id="html_d572fa0d18db4f1397584eff570d45db" style="width: 100.0%; height: 100.0%;">2 Avenue Du General Leclerc, 75014 Paris</div>`)[0];
|
|
popup_36f23dccb2334f88a39dcbf56945ec72.setContent(html_d572fa0d18db4f1397584eff570d45db);
|
|
|
|
|
|
circle_3d4b83e562814b368ce64ac0101beac0.bindPopup(popup_36f23dccb2334f88a39dcbf56945ec72)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3d4b83e562814b368ce64ac0101beac0.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Denfert (#853) | n_orders=604
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5930ba7cd661449da209c972402d8612 = L.circle(
|
|
[48.869659, 2.371951],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c665d5c3b4d848be9f18957e176a7a12 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_838fdbea30234c1e87ed9505e92a1bb7 = $(`<div id="html_838fdbea30234c1e87ed9505e92a1bb7" style="width: 100.0%; height: 100.0%;">160 Rue Saint-Maur, 75010 Paris</div>`)[0];
|
|
popup_c665d5c3b4d848be9f18957e176a7a12.setContent(html_838fdbea30234c1e87ed9505e92a1bb7);
|
|
|
|
|
|
circle_5930ba7cd661449da209c972402d8612.bindPopup(popup_c665d5c3b4d848be9f18957e176a7a12)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5930ba7cd661449da209c972402d8612.bindTooltip(
|
|
`<div>
|
|
Sugar And Spice (#854) | n_orders=813
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_81cbe7cb0870470384dfe446ea23c39e = L.circle(
|
|
[48.829811, 2.326762],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c6ef208488ab4fffb741831a9102e990 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4427eacf829b4332af45c18edf351b59 = $(`<div id="html_4427eacf829b4332af45c18edf351b59" style="width: 100.0%; height: 100.0%;">49 Avenue Du General Leclerc, 75014 Montrouge</div>`)[0];
|
|
popup_c6ef208488ab4fffb741831a9102e990.setContent(html_4427eacf829b4332af45c18edf351b59);
|
|
|
|
|
|
circle_81cbe7cb0870470384dfe446ea23c39e.bindPopup(popup_c6ef208488ab4fffb741831a9102e990)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_81cbe7cb0870470384dfe446ea23c39e.bindTooltip(
|
|
`<div>
|
|
Les Jardins Contini (#855) | n_orders=241
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d8c16a5b20784820b8c971d88a57a0f0 = L.circle(
|
|
[48.831936, 2.302886],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_328ad9b1b65b45009e8ddcc81faa20ae = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2b006a9763424ce9bbac8734f7711c45 = $(`<div id="html_2b006a9763424ce9bbac8734f7711c45" style="width: 100.0%; height: 100.0%;">73 Rue Brancion, 75015 Paris</div>`)[0];
|
|
popup_328ad9b1b65b45009e8ddcc81faa20ae.setContent(html_2b006a9763424ce9bbac8734f7711c45);
|
|
|
|
|
|
circle_d8c16a5b20784820b8c971d88a57a0f0.bindPopup(popup_328ad9b1b65b45009e8ddcc81faa20ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d8c16a5b20784820b8c971d88a57a0f0.bindTooltip(
|
|
`<div>
|
|
Les Tontons 15Eme (#856) | n_orders=326
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_39496b6e4fc24c418a03728ef6465453 = L.circle(
|
|
[48.853024, 2.374265],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f609a1bc6fb8406a9f8cbfd0ed928be0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_48868f3752df4842b951c69749098fec = $(`<div id="html_48868f3752df4842b951c69749098fec" style="width: 100.0%; height: 100.0%;">51 Rue De Lappe, 75011 Paris</div>`)[0];
|
|
popup_f609a1bc6fb8406a9f8cbfd0ed928be0.setContent(html_48868f3752df4842b951c69749098fec);
|
|
|
|
|
|
circle_39496b6e4fc24c418a03728ef6465453.bindPopup(popup_f609a1bc6fb8406a9f8cbfd0ed928be0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_39496b6e4fc24c418a03728ef6465453.bindTooltip(
|
|
`<div>
|
|
Patati Patata (#858) | n_orders=587
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_346ad0d595ae4b218f6862eb038564c7 = L.circle(
|
|
[48.842655, 2.318551],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2ba1e6e4eb824f10841d665c0f3b3ef9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d2ca4fcc65cf436ea9d560fc05143e45 = $(`<div id="html_d2ca4fcc65cf436ea9d560fc05143e45" style="width: 100.0%; height: 100.0%;">32 Avenue Du Maine, 75015 Paris</div>`)[0];
|
|
popup_2ba1e6e4eb824f10841d665c0f3b3ef9.setContent(html_d2ca4fcc65cf436ea9d560fc05143e45);
|
|
|
|
|
|
circle_346ad0d595ae4b218f6862eb038564c7.bindPopup(popup_2ba1e6e4eb824f10841d665c0f3b3ef9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_346ad0d595ae4b218f6862eb038564c7.bindTooltip(
|
|
`<div>
|
|
231 East Street - Montparnasse (#859) | n_orders=2500
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_70984f91a54347fc893ac88a0767b6b6 = L.circle(
|
|
[48.846962, 2.299883],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3f1163871f374ced8f045cd870c9ac64 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6a85d748ac9447da99d670a86a1e4ba8 = $(`<div id="html_6a85d748ac9447da99d670a86a1e4ba8" style="width: 100.0%; height: 100.0%;">8 Rue De La Croix Nivert, 75015 Paris</div>`)[0];
|
|
popup_3f1163871f374ced8f045cd870c9ac64.setContent(html_6a85d748ac9447da99d670a86a1e4ba8);
|
|
|
|
|
|
circle_70984f91a54347fc893ac88a0767b6b6.bindPopup(popup_3f1163871f374ced8f045cd870c9ac64)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_70984f91a54347fc893ac88a0767b6b6.bindTooltip(
|
|
`<div>
|
|
Pietro Place Cambronne (#860) | n_orders=1290
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5de2cd078c3241ac880fd6c87b7c7c7a = L.circle(
|
|
[48.852272, 2.341094],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a0995420202a49b2865b20bfae3998dd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dbe57767677b4cc1be0f71a15146ac37 = $(`<div id="html_dbe57767677b4cc1be0f71a15146ac37" style="width: 100.0%; height: 100.0%;">14 Boulevard Saint-Michel, 75006 Paris</div>`)[0];
|
|
popup_a0995420202a49b2865b20bfae3998dd.setContent(html_dbe57767677b4cc1be0f71a15146ac37);
|
|
|
|
|
|
circle_5de2cd078c3241ac880fd6c87b7c7c7a.bindPopup(popup_a0995420202a49b2865b20bfae3998dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5de2cd078c3241ac880fd6c87b7c7c7a.bindTooltip(
|
|
`<div>
|
|
Maison Pradier - Saint-Michel (#861) | n_orders=38
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c09cd44820344f54a72a0e9aa7b3bc21 = L.circle(
|
|
[48.87558, 2.340044],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_623adcc1812a43f3bc3cbada1cac08f7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_997fa2a055214b49af86518baefd5e0c = $(`<div id="html_997fa2a055214b49af86518baefd5e0c" style="width: 100.0%; height: 100.0%;">11 Rue Buffault, 75009 Paris</div>`)[0];
|
|
popup_623adcc1812a43f3bc3cbada1cac08f7.setContent(html_997fa2a055214b49af86518baefd5e0c);
|
|
|
|
|
|
circle_c09cd44820344f54a72a0e9aa7b3bc21.bindPopup(popup_623adcc1812a43f3bc3cbada1cac08f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c09cd44820344f54a72a0e9aa7b3bc21.bindTooltip(
|
|
`<div>
|
|
God Save Fish (#862) | n_orders=137
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2e78b8e4eab84ae18feeeda70c741cfc = L.circle(
|
|
[48.851391, 2.37436],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_33eecd3d82d94b39b821cd3b9b82c693 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f1aa167d3d1543a9b7f201d6a2dc2e08 = $(`<div id="html_f1aa167d3d1543a9b7f201d6a2dc2e08" style="width: 100.0%; height: 100.0%;">111 Rue Du Faubourg Saint-Antoine, 75012 Paris</div>`)[0];
|
|
popup_33eecd3d82d94b39b821cd3b9b82c693.setContent(html_f1aa167d3d1543a9b7f201d6a2dc2e08);
|
|
|
|
|
|
circle_2e78b8e4eab84ae18feeeda70c741cfc.bindPopup(popup_33eecd3d82d94b39b821cd3b9b82c693)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2e78b8e4eab84ae18feeeda70c741cfc.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Faubourg Saint Antoine (#863) | n_orders=276
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_902d6bf5a58a4c7184453525ff4d2f2e = L.circle(
|
|
[48.845539, 2.351773],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a31321e8f80143babc764fdeb0fa5111 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e779c701f1fe4a6f8eb12b23a5af8e86 = $(`<div id="html_e779c701f1fe4a6f8eb12b23a5af8e86" style="width: 100.0%; height: 100.0%;">42 Rue Monge, 75005 Paris</div>`)[0];
|
|
popup_a31321e8f80143babc764fdeb0fa5111.setContent(html_e779c701f1fe4a6f8eb12b23a5af8e86);
|
|
|
|
|
|
circle_902d6bf5a58a4c7184453525ff4d2f2e.bindPopup(popup_a31321e8f80143babc764fdeb0fa5111)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_902d6bf5a58a4c7184453525ff4d2f2e.bindTooltip(
|
|
`<div>
|
|
Don Lucas (#864) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_614407884a534807aa56f387bfdef971 = L.circle(
|
|
[48.869816, 2.382628],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0562193598784b2d94a56dbaa20d0528 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_989fe1812c70469bb036c47c697f8732 = $(`<div id="html_989fe1812c70469bb036c47c697f8732" style="width: 100.0%; height: 100.0%;">36 Rue Des Couronnes, 75020 Paris</div>`)[0];
|
|
popup_0562193598784b2d94a56dbaa20d0528.setContent(html_989fe1812c70469bb036c47c697f8732);
|
|
|
|
|
|
circle_614407884a534807aa56f387bfdef971.bindPopup(popup_0562193598784b2d94a56dbaa20d0528)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_614407884a534807aa56f387bfdef971.bindTooltip(
|
|
`<div>
|
|
Le Warner (#867) | n_orders=820
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_644021cfd92e4f7a965de06d7d386274 = L.circle(
|
|
[48.830017, 2.281898],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d3c6a0a1a1314075adedf0074d9bba29 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_95f22d28591e4a96a0565fbce1352acd = $(`<div id="html_95f22d28591e4a96a0565fbce1352acd" style="width: 100.0%; height: 100.0%;">6 Bis Rue Ernest Renan, 92130 Paris</div>`)[0];
|
|
popup_d3c6a0a1a1314075adedf0074d9bba29.setContent(html_95f22d28591e4a96a0565fbce1352acd);
|
|
|
|
|
|
circle_644021cfd92e4f7a965de06d7d386274.bindPopup(popup_d3c6a0a1a1314075adedf0074d9bba29)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_644021cfd92e4f7a965de06d7d386274.bindTooltip(
|
|
`<div>
|
|
Happy Break (#869) | n_orders=315
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_abd6c9d1495b403eba50ea2a5c15021f = L.circle(
|
|
[48.875645, 2.340813],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_081f04303b824f23a473ced369ea1d92 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_46222a01af324a9a9fd9e61f7b199d32 = $(`<div id="html_46222a01af324a9a9fd9e61f7b199d32" style="width: 100.0%; height: 100.0%;">12 Rue Buffault, 75009 Paris</div>`)[0];
|
|
popup_081f04303b824f23a473ced369ea1d92.setContent(html_46222a01af324a9a9fd9e61f7b199d32);
|
|
|
|
|
|
circle_abd6c9d1495b403eba50ea2a5c15021f.bindPopup(popup_081f04303b824f23a473ced369ea1d92)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_abd6c9d1495b403eba50ea2a5c15021f.bindTooltip(
|
|
`<div>
|
|
Les Barioles De Maud (#871) | n_orders=84
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c67a0dc379b045258ad4bcaa610b48b3 = L.circle(
|
|
[48.880043, 2.296863],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_62323f2e908e4a308c0b6d2c55ca4724 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3fa782283b5a4bce9c85f78420037756 = $(`<div id="html_3fa782283b5a4bce9c85f78420037756" style="width: 100.0%; height: 100.0%;">42 Rue Poncelet, 75017 Paris</div>`)[0];
|
|
popup_62323f2e908e4a308c0b6d2c55ca4724.setContent(html_3fa782283b5a4bce9c85f78420037756);
|
|
|
|
|
|
circle_c67a0dc379b045258ad4bcaa610b48b3.bindPopup(popup_62323f2e908e4a308c0b6d2c55ca4724)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c67a0dc379b045258ad4bcaa610b48b3.bindTooltip(
|
|
`<div>
|
|
L'Artisan Du Burger - Poncelet (#872) | n_orders=4254
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1839803b939d4de9bb0d5c1725539d03 = L.circle(
|
|
[48.887009, 2.390072],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c7dc42a7f927488b9a414833c89165fe = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f7a111f341a642918b366566f3b95c46 = $(`<div id="html_f7a111f341a642918b366566f3b95c46" style="width: 100.0%; height: 100.0%;">11 Bis Rue Eugene Jumin, 75019 Paris</div>`)[0];
|
|
popup_c7dc42a7f927488b9a414833c89165fe.setContent(html_f7a111f341a642918b366566f3b95c46);
|
|
|
|
|
|
circle_1839803b939d4de9bb0d5c1725539d03.bindPopup(popup_c7dc42a7f927488b9a414833c89165fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1839803b939d4de9bb0d5c1725539d03.bindTooltip(
|
|
`<div>
|
|
Le Djembe (#873) | n_orders=104
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f49778bb4ebc4cb18d479ef86057563e = L.circle(
|
|
[48.851887, 2.378714],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f16d24322c96417f8b47ec2022ac0ee1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4a646fe6f60646f492b9a7a28f8b3fc3 = $(`<div id="html_4a646fe6f60646f492b9a7a28f8b3fc3" style="width: 100.0%; height: 100.0%;">15 Rue Trousseau, 75011 Saint-Mande</div>`)[0];
|
|
popup_f16d24322c96417f8b47ec2022ac0ee1.setContent(html_4a646fe6f60646f492b9a7a28f8b3fc3);
|
|
|
|
|
|
circle_f49778bb4ebc4cb18d479ef86057563e.bindPopup(popup_f16d24322c96417f8b47ec2022ac0ee1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f49778bb4ebc4cb18d479ef86057563e.bindTooltip(
|
|
`<div>
|
|
Tartes Kluger (#875) | n_orders=120
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_736450e96c9b470db4695f958e4c29d7 = L.circle(
|
|
[48.857574, 2.275443],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_78d2719b3fb94def879bd5457eae94a4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_50597535d5a74118920744a4f66d106d = $(`<div id="html_50597535d5a74118920744a4f66d106d" style="width: 100.0%; height: 100.0%;">17 Rue Bois Le Vent, 75016 Paris</div>`)[0];
|
|
popup_78d2719b3fb94def879bd5457eae94a4.setContent(html_50597535d5a74118920744a4f66d106d);
|
|
|
|
|
|
circle_736450e96c9b470db4695f958e4c29d7.bindPopup(popup_78d2719b3fb94def879bd5457eae94a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_736450e96c9b470db4695f958e4c29d7.bindTooltip(
|
|
`<div>
|
|
Big Buddha (#876) | n_orders=343
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_58d04c15554349feaf36215a92fd4ffa = L.circle(
|
|
[48.834103, 2.242237],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e533b8b535ee4f48bc2de0bd707cd8be = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e6814a2663c544089579ce969935a504 = $(`<div id="html_e6814a2663c544089579ce969935a504" style="width: 100.0%; height: 100.0%;">106 Rue Edouard Vaillant, 92100 Paris</div>`)[0];
|
|
popup_e533b8b535ee4f48bc2de0bd707cd8be.setContent(html_e6814a2663c544089579ce969935a504);
|
|
|
|
|
|
circle_58d04c15554349feaf36215a92fd4ffa.bindPopup(popup_e533b8b535ee4f48bc2de0bd707cd8be)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_58d04c15554349feaf36215a92fd4ffa.bindTooltip(
|
|
`<div>
|
|
My Bo Bun - Boulogne (#877) | n_orders=49
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_37093bbde9c249098d5951b7f92671aa = L.circle(
|
|
[48.84951, 2.347357],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_403b1b941fe5463a9ca500ff639562d2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_834664d4d8a14de883729271a9001362 = $(`<div id="html_834664d4d8a14de883729271a9001362" style="width: 100.0%; height: 100.0%;">3 Rue Monge, 75005 Paris</div>`)[0];
|
|
popup_403b1b941fe5463a9ca500ff639562d2.setContent(html_834664d4d8a14de883729271a9001362);
|
|
|
|
|
|
circle_37093bbde9c249098d5951b7f92671aa.bindPopup(popup_403b1b941fe5463a9ca500ff639562d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_37093bbde9c249098d5951b7f92671aa.bindTooltip(
|
|
`<div>
|
|
Sushi Shop - Monge (#878) | n_orders=151
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_19be63dee79e4a6da2cab3591240abc9 = L.circle(
|
|
[48.840981, 2.320887],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5d30a8058c534b669d277b06583ed435 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_924955c89f0a4a798225874f2e5631f2 = $(`<div id="html_924955c89f0a4a798225874f2e5631f2" style="width: 100.0%; height: 100.0%;">6 Rue Poinsot, 75014 Paris, 75741 Paris</div>`)[0];
|
|
popup_5d30a8058c534b669d277b06583ed435.setContent(html_924955c89f0a4a798225874f2e5631f2);
|
|
|
|
|
|
circle_19be63dee79e4a6da2cab3591240abc9.bindPopup(popup_5d30a8058c534b669d277b06583ed435)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_19be63dee79e4a6da2cab3591240abc9.bindTooltip(
|
|
`<div>
|
|
Chez Davido (#881) | n_orders=66
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ede0a6410820424196c27b63db021e26 = L.circle(
|
|
[48.886662, 2.381435],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_efe336d6df5c42cebf9837e07e7f3ba3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_989610e2ad26417b9eb7f620f60c48a5 = $(`<div id="html_989610e2ad26417b9eb7f620f60c48a5" style="width: 100.0%; height: 100.0%;">137 Avenue Jean Jaures, 75019 Paris</div>`)[0];
|
|
popup_efe336d6df5c42cebf9837e07e7f3ba3.setContent(html_989610e2ad26417b9eb7f620f60c48a5);
|
|
|
|
|
|
circle_ede0a6410820424196c27b63db021e26.bindPopup(popup_efe336d6df5c42cebf9837e07e7f3ba3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ede0a6410820424196c27b63db021e26.bindTooltip(
|
|
`<div>
|
|
Bistrot M (#882) | n_orders=68
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6e64e3111db249c385b7142450fb621b = L.circle(
|
|
[48.881226, 2.296396],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6a6a73e867224ec39f9281c112f51604 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0a5f9e77e217467da17a5d733a901050 = $(`<div id="html_0a5f9e77e217467da17a5d733a901050" style="width: 100.0%; height: 100.0%;">13 Rue Rennequin, 75017 Paris</div>`)[0];
|
|
popup_6a6a73e867224ec39f9281c112f51604.setContent(html_0a5f9e77e217467da17a5d733a901050);
|
|
|
|
|
|
circle_6e64e3111db249c385b7142450fb621b.bindPopup(popup_6a6a73e867224ec39f9281c112f51604)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6e64e3111db249c385b7142450fb621b.bindTooltip(
|
|
`<div>
|
|
Vicky (#883) | n_orders=1025
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3331a4452c40470db33cfb4ebb10fea6 = L.circle(
|
|
[48.864689, 2.373228],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fa1170463f154bb697cba9a0e75baffd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0e76ca9bb98244f7908824685ccddde1 = $(`<div id="html_0e76ca9bb98244f7908824685ccddde1" style="width: 100.0%; height: 100.0%;">56 Bis Rue Oberkampf, 75011 Paris</div>`)[0];
|
|
popup_fa1170463f154bb697cba9a0e75baffd.setContent(html_0e76ca9bb98244f7908824685ccddde1);
|
|
|
|
|
|
circle_3331a4452c40470db33cfb4ebb10fea6.bindPopup(popup_fa1170463f154bb697cba9a0e75baffd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3331a4452c40470db33cfb4ebb10fea6.bindTooltip(
|
|
`<div>
|
|
La Maison Du Bagel (#884) | n_orders=133
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_70c8ba726a664468a1991b8fb726c91e = L.circle(
|
|
[48.880085, 2.31517],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_833d3b68728543a48ba932013baddf1a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_db2d7a5d2e824367a11bdcf0eb3809a5 = $(`<div id="html_db2d7a5d2e824367a11bdcf0eb3809a5" style="width: 100.0%; height: 100.0%;">81 Rue Du Rocher, 75008 Paris</div>`)[0];
|
|
popup_833d3b68728543a48ba932013baddf1a.setContent(html_db2d7a5d2e824367a11bdcf0eb3809a5);
|
|
|
|
|
|
circle_70c8ba726a664468a1991b8fb726c91e.bindPopup(popup_833d3b68728543a48ba932013baddf1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_70c8ba726a664468a1991b8fb726c91e.bindTooltip(
|
|
`<div>
|
|
Risi E Bisi (#885) | n_orders=173
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_80a65661f8454c109ed05e356d063d51 = L.circle(
|
|
[48.873276, 2.36463],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d25724c0cd3d4741964be8f9594c3a81 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a380326f4c5044a391efcfa4b5e904ab = $(`<div id="html_a380326f4c5044a391efcfa4b5e904ab" style="width: 100.0%; height: 100.0%;">8 Rue De La Grange Aux Belles, 75010 Paris</div>`)[0];
|
|
popup_d25724c0cd3d4741964be8f9594c3a81.setContent(html_a380326f4c5044a391efcfa4b5e904ab);
|
|
|
|
|
|
circle_80a65661f8454c109ed05e356d063d51.bindPopup(popup_d25724c0cd3d4741964be8f9594c3a81)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_80a65661f8454c109ed05e356d063d51.bindTooltip(
|
|
`<div>
|
|
Carmen Ragosta (#887) | n_orders=44
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1d5994737cc145a6906b6ba95b7321a5 = L.circle(
|
|
[48.877083, 2.345819],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_16009fdceea5448996e9abffaaf99326 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f93387728276445aa6d4d85b989573b1 = $(`<div id="html_f93387728276445aa6d4d85b989573b1" style="width: 100.0%; height: 100.0%;">85 Rue Lafayette, 75009 Pantin</div>`)[0];
|
|
popup_16009fdceea5448996e9abffaaf99326.setContent(html_f93387728276445aa6d4d85b989573b1);
|
|
|
|
|
|
circle_1d5994737cc145a6906b6ba95b7321a5.bindPopup(popup_16009fdceea5448996e9abffaaf99326)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1d5994737cc145a6906b6ba95b7321a5.bindTooltip(
|
|
`<div>
|
|
Restaurant Vg (#888) | n_orders=198
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eee7148bb5124f37aeeca0efd2c4cd82 = L.circle(
|
|
[48.841908, 2.324879],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2ac1495edc8b43338c5e1531b6328b7e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_aea07fad66e4485aa8843376e68ef1a6 = $(`<div id="html_aea07fad66e4485aa8843376e68ef1a6" style="width: 100.0%; height: 100.0%;">22 Rue Delambre, 75014 Paris</div>`)[0];
|
|
popup_2ac1495edc8b43338c5e1531b6328b7e.setContent(html_aea07fad66e4485aa8843376e68ef1a6);
|
|
|
|
|
|
circle_eee7148bb5124f37aeeca0efd2c4cd82.bindPopup(popup_2ac1495edc8b43338c5e1531b6328b7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eee7148bb5124f37aeeca0efd2c4cd82.bindTooltip(
|
|
`<div>
|
|
Sushi Gozen (#889) | n_orders=229
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7914184623404ffcbb315b2d3544e145 = L.circle(
|
|
[48.869438, 2.352371],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_140bebbaf35446b0b251ff437b46c57f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d809ba32dfe34942b72f67ced9386921 = $(`<div id="html_d809ba32dfe34942b72f67ced9386921" style="width: 100.0%; height: 100.0%;">289 Rue Saint-Denis Paris, 75002, 75002 Paris</div>`)[0];
|
|
popup_140bebbaf35446b0b251ff437b46c57f.setContent(html_d809ba32dfe34942b72f67ced9386921);
|
|
|
|
|
|
circle_7914184623404ffcbb315b2d3544e145.bindPopup(popup_140bebbaf35446b0b251ff437b46c57f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7914184623404ffcbb315b2d3544e145.bindTooltip(
|
|
`<div>
|
|
Hero (#890) | n_orders=107
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_59309f0b590e482e94339172b7ad8218 = L.circle(
|
|
[48.833942, 2.32033],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a30fde23880b408589f6d5e80f4112f0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0a4f06a330c24756bac19943aa37887b = $(`<div id="html_0a4f06a330c24756bac19943aa37887b" style="width: 100.0%; height: 100.0%;">152 Rue Du Chateau, 75014 Paris</div>`)[0];
|
|
popup_a30fde23880b408589f6d5e80f4112f0.setContent(html_0a4f06a330c24756bac19943aa37887b);
|
|
|
|
|
|
circle_59309f0b590e482e94339172b7ad8218.bindPopup(popup_a30fde23880b408589f6d5e80f4112f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_59309f0b590e482e94339172b7ad8218.bindTooltip(
|
|
`<div>
|
|
O Corcovado (#891) | n_orders=219
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_64ee879d68af484fb26c172f7e2e9013 = L.circle(
|
|
[48.866901, 2.356248],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5968fe872a684003937e330581edcb03 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_673720eb8af5400ba2ff1e01a7d5b873 = $(`<div id="html_673720eb8af5400ba2ff1e01a7d5b873" style="width: 100.0%; height: 100.0%;">13 Rue Du Vertbois, 75003 Paris</div>`)[0];
|
|
popup_5968fe872a684003937e330581edcb03.setContent(html_673720eb8af5400ba2ff1e01a7d5b873);
|
|
|
|
|
|
circle_64ee879d68af484fb26c172f7e2e9013.bindPopup(popup_5968fe872a684003937e330581edcb03)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_64ee879d68af484fb26c172f7e2e9013.bindTooltip(
|
|
`<div>
|
|
Jiso (#892) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_436d59cdcf57468d90a72bfe82e389d3 = L.circle(
|
|
[48.890667, 2.343612],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_72aa20797aed45e49bb3b1550434b382 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6664b14610654d66b43f58e8875bd2a8 = $(`<div id="html_6664b14610654d66b43f58e8875bd2a8" style="width: 100.0%; height: 100.0%;">54 Rue Du Mont Cenis, 75018 Paris</div>`)[0];
|
|
popup_72aa20797aed45e49bb3b1550434b382.setContent(html_6664b14610654d66b43f58e8875bd2a8);
|
|
|
|
|
|
circle_436d59cdcf57468d90a72bfe82e389d3.bindPopup(popup_72aa20797aed45e49bb3b1550434b382)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_436d59cdcf57468d90a72bfe82e389d3.bindTooltip(
|
|
`<div>
|
|
Le Sourire De Saigon (#894) | n_orders=465
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e6d81418b8ec4afd9e5f90d298f0da03 = L.circle(
|
|
[48.875435, 2.324838],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cbfe572e1db143bfaff6f46923b3eb23 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_90d3bdbb082b42aab38abf9654293d26 = $(`<div id="html_90d3bdbb082b42aab38abf9654293d26" style="width: 100.0%; height: 100.0%;">107-109 Rue Saint Lazare, 75008 Paris</div>`)[0];
|
|
popup_cbfe572e1db143bfaff6f46923b3eb23.setContent(html_90d3bdbb082b42aab38abf9654293d26);
|
|
|
|
|
|
circle_e6d81418b8ec4afd9e5f90d298f0da03.bindPopup(popup_cbfe572e1db143bfaff6f46923b3eb23)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e6d81418b8ec4afd9e5f90d298f0da03.bindTooltip(
|
|
`<div>
|
|
Maison Pradier - Saint Lazare (#897) | n_orders=28
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e814825bab184b60b19355d4ed5e00a2 = L.circle(
|
|
[48.847664, 2.338374],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_096713dd12ea4c43832fee4408f891ae = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3bacc2adcab54e3baee38db1a8bca83f = $(`<div id="html_3bacc2adcab54e3baee38db1a8bca83f" style="width: 100.0%; height: 100.0%;">2 Place Edmond Rostand, 75006 Paris</div>`)[0];
|
|
popup_096713dd12ea4c43832fee4408f891ae.setContent(html_3bacc2adcab54e3baee38db1a8bca83f);
|
|
|
|
|
|
circle_e814825bab184b60b19355d4ed5e00a2.bindPopup(popup_096713dd12ea4c43832fee4408f891ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e814825bab184b60b19355d4ed5e00a2.bindTooltip(
|
|
`<div>
|
|
Dalloyau Luxembourg (#898) | n_orders=165
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ce33496f70da48a98481d0464640f388 = L.circle(
|
|
[48.827438, 2.239395],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_112c788b38f044828f80d93259faec36 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_506eeefb08a84e46a6acac17d1261f15 = $(`<div id="html_506eeefb08a84e46a6acac17d1261f15" style="width: 100.0%; height: 100.0%;">4 Rue Yves Kermen, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_112c788b38f044828f80d93259faec36.setContent(html_506eeefb08a84e46a6acac17d1261f15);
|
|
|
|
|
|
circle_ce33496f70da48a98481d0464640f388.bindPopup(popup_112c788b38f044828f80d93259faec36)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ce33496f70da48a98481d0464640f388.bindTooltip(
|
|
`<div>
|
|
La Guinguette - Boulogne (#899) | n_orders=27
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_47d3cf20f49b46dda95fd3362940c3de = L.circle(
|
|
[48.833965, 2.237612],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b6dfe90f51f24d59a5d5055a8b2bfea2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fe9053e6ef8d40dd8f17741468be42f1 = $(`<div id="html_fe9053e6ef8d40dd8f17741468be42f1" style="width: 100.0%; height: 100.0%;">153 Rue De Billancourt,, 92100 Issy-Les-Moulineaux</div>`)[0];
|
|
popup_b6dfe90f51f24d59a5d5055a8b2bfea2.setContent(html_fe9053e6ef8d40dd8f17741468be42f1);
|
|
|
|
|
|
circle_47d3cf20f49b46dda95fd3362940c3de.bindPopup(popup_b6dfe90f51f24d59a5d5055a8b2bfea2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_47d3cf20f49b46dda95fd3362940c3de.bindTooltip(
|
|
`<div>
|
|
La Peonia (#901) | n_orders=209
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_15b5d58ef68b42529e5b4bbb37b16be8 = L.circle(
|
|
[48.868885, 2.335876],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_26fbb1ea6ca0423a91786cd0afe26ee3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5a39d4377fe3463da1081f5669ece7d7 = $(`<div id="html_5a39d4377fe3463da1081f5669ece7d7" style="width: 100.0%; height: 100.0%;">3 Rue Saint-Augustin, 75002 Paris</div>`)[0];
|
|
popup_26fbb1ea6ca0423a91786cd0afe26ee3.setContent(html_5a39d4377fe3463da1081f5669ece7d7);
|
|
|
|
|
|
circle_15b5d58ef68b42529e5b4bbb37b16be8.bindPopup(popup_26fbb1ea6ca0423a91786cd0afe26ee3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_15b5d58ef68b42529e5b4bbb37b16be8.bindTooltip(
|
|
`<div>
|
|
Restaurants #902, #911, #920, #933 | n_orders=60
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b11916ea2a784ab9b027f8d1168e54a8 = L.circle(
|
|
[48.834297, 2.342585],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e8a9357b3f554247a1dba7173939322e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_748ee4756d2f4d78872a2b87e80b4a7c = $(`<div id="html_748ee4756d2f4d78872a2b87e80b4a7c" style="width: 100.0%; height: 100.0%;">34 Rue De La Glaciere, 75013 Paris, 75013 Paris</div>`)[0];
|
|
popup_e8a9357b3f554247a1dba7173939322e.setContent(html_748ee4756d2f4d78872a2b87e80b4a7c);
|
|
|
|
|
|
circle_b11916ea2a784ab9b027f8d1168e54a8.bindPopup(popup_e8a9357b3f554247a1dba7173939322e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b11916ea2a784ab9b027f8d1168e54a8.bindTooltip(
|
|
`<div>
|
|
B Cuisine (#906) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d86a83a48a88423b84f69d878c4feaa9 = L.circle(
|
|
[48.84161, 2.389079],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7fd6f1c389274192af7415d11a9067ea = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8de1fb89d5a744f39abce97d919c4505 = $(`<div id="html_8de1fb89d5a744f39abce97d919c4505" style="width: 100.0%; height: 100.0%;">22/24 Allee Vivaldi, 75012 Paris</div>`)[0];
|
|
popup_7fd6f1c389274192af7415d11a9067ea.setContent(html_8de1fb89d5a744f39abce97d919c4505);
|
|
|
|
|
|
circle_d86a83a48a88423b84f69d878c4feaa9.bindPopup(popup_7fd6f1c389274192af7415d11a9067ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d86a83a48a88423b84f69d878c4feaa9.bindTooltip(
|
|
`<div>
|
|
Le Janissaire (#907) | n_orders=138
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_54ef2c47643849d7b2f92b14c19afe7e = L.circle(
|
|
[48.826462, 2.340452],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2d87726d8d964613b26a16585874b04f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_76d00fd2063d4ead89d6ae6dfaf320e3 = $(`<div id="html_76d00fd2063d4ead89d6ae6dfaf320e3" style="width: 100.0%; height: 100.0%;">238 Rue De Tolbiac, 75014 Montrouge</div>`)[0];
|
|
popup_2d87726d8d964613b26a16585874b04f.setContent(html_76d00fd2063d4ead89d6ae6dfaf320e3);
|
|
|
|
|
|
circle_54ef2c47643849d7b2f92b14c19afe7e.bindPopup(popup_2d87726d8d964613b26a16585874b04f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_54ef2c47643849d7b2f92b14c19afe7e.bindTooltip(
|
|
`<div>
|
|
O'Bar A Crepes (#908) | n_orders=200
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b170620a3d51450eb5cfe584c4cb2498 = L.circle(
|
|
[48.830894, 2.328154],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_202f6f04365c472bb42b81b3a178e552 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ccb6c664671b4df99e54903485be9be6 = $(`<div id="html_ccb6c664671b4df99e54903485be9be6" style="width: 100.0%; height: 100.0%;">9 Rue Sophie Germain, 75014 Paris</div>`)[0];
|
|
popup_202f6f04365c472bb42b81b3a178e552.setContent(html_ccb6c664671b4df99e54903485be9be6);
|
|
|
|
|
|
circle_b170620a3d51450eb5cfe584c4cb2498.bindPopup(popup_202f6f04365c472bb42b81b3a178e552)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b170620a3d51450eb5cfe584c4cb2498.bindTooltip(
|
|
`<div>
|
|
Thai Paragon (#915) | n_orders=167
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1e8acc2cd65f4008a07f419b459451df = L.circle(
|
|
[48.85519, 2.363068],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ea08fc20fce5446f8d4bd7df343050ff = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b01ca27366b34954aac50d3a70456c92 = $(`<div id="html_b01ca27366b34954aac50d3a70456c92" style="width: 100.0%; height: 100.0%;">5 Rue De Turenne, 75004 Paris</div>`)[0];
|
|
popup_ea08fc20fce5446f8d4bd7df343050ff.setContent(html_b01ca27366b34954aac50d3a70456c92);
|
|
|
|
|
|
circle_1e8acc2cd65f4008a07f419b459451df.bindPopup(popup_ea08fc20fce5446f8d4bd7df343050ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1e8acc2cd65f4008a07f419b459451df.bindTooltip(
|
|
`<div>
|
|
Savannah Coffee (#917) | n_orders=449
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_423bc7a1e489475abd70fb4abaa64a14 = L.circle(
|
|
[48.840481, 2.283647],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_db0a80822df347e3bdc168c892af625a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8933af0bcc424dccabcb02f4cfe3d59f = $(`<div id="html_8933af0bcc424dccabcb02f4cfe3d59f" style="width: 100.0%; height: 100.0%;">64 Avenue Felix Faure, 75015 Paris</div>`)[0];
|
|
popup_db0a80822df347e3bdc168c892af625a.setContent(html_8933af0bcc424dccabcb02f4cfe3d59f);
|
|
|
|
|
|
circle_423bc7a1e489475abd70fb4abaa64a14.bindPopup(popup_db0a80822df347e3bdc168c892af625a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_423bc7a1e489475abd70fb4abaa64a14.bindTooltip(
|
|
`<div>
|
|
Le Grenier De Felix (#919) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_955c796b8f6b48739aaa299ad56635c5 = L.circle(
|
|
[48.821926, 2.340138],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b9f31398e8fa4417b81bf0611bd3edfb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a6ed7b462ea2448984834aa64e1a96e5 = $(`<div id="html_a6ed7b462ea2448984834aa64e1a96e5" style="width: 100.0%; height: 100.0%;">61 Rue De L'Amiral Mouchez, 75013 Paris, 75014 Paris</div>`)[0];
|
|
popup_b9f31398e8fa4417b81bf0611bd3edfb.setContent(html_a6ed7b462ea2448984834aa64e1a96e5);
|
|
|
|
|
|
circle_955c796b8f6b48739aaa299ad56635c5.bindPopup(popup_b9f31398e8fa4417b81bf0611bd3edfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_955c796b8f6b48739aaa299ad56635c5.bindTooltip(
|
|
`<div>
|
|
Morabeza (#922) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6db2795cbc044e32a51db73f18ff47fd = L.circle(
|
|
[48.867317, 2.334318],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d1ef0f081ba54e91877a3b457193ee98 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a9a8e69499304bd08cc8e9eb95391c5e = $(`<div id="html_a9a8e69499304bd08cc8e9eb95391c5e" style="width: 100.0%; height: 100.0%;">19 Passage Choiseul, 75002 Paris</div>`)[0];
|
|
popup_d1ef0f081ba54e91877a3b457193ee98.setContent(html_a9a8e69499304bd08cc8e9eb95391c5e);
|
|
|
|
|
|
circle_6db2795cbc044e32a51db73f18ff47fd.bindPopup(popup_d1ef0f081ba54e91877a3b457193ee98)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6db2795cbc044e32a51db73f18ff47fd.bindTooltip(
|
|
`<div>
|
|
Little Seoul (#923) | n_orders=196
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4968e80cac5a425c8f8b736b22ae05cd = L.circle(
|
|
[48.880707, 2.344549],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ac26d8ad42b040188afc178496fc5408 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_42aacbac7b6e48fa8239dd5da47f9ae7 = $(`<div id="html_42aacbac7b6e48fa8239dd5da47f9ae7" style="width: 100.0%; height: 100.0%;">66-68 Rue Rodier, 75009 Paris</div>`)[0];
|
|
popup_ac26d8ad42b040188afc178496fc5408.setContent(html_42aacbac7b6e48fa8239dd5da47f9ae7);
|
|
|
|
|
|
circle_4968e80cac5a425c8f8b736b22ae05cd.bindPopup(popup_ac26d8ad42b040188afc178496fc5408)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4968e80cac5a425c8f8b736b22ae05cd.bindTooltip(
|
|
`<div>
|
|
Warung Makan (#924) | n_orders=92
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_16bfc6053c5e4742b3ab3404e3e7e6be = L.circle(
|
|
[48.837215, 2.278847],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cfa6c9cd3e37469a898e2976947bba06 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_040b29f0ae5541f587d281b8bb158de7 = $(`<div id="html_040b29f0ae5541f587d281b8bb158de7" style="width: 100.0%; height: 100.0%;">150 Avenue Felix Faure, 75015 Paris</div>`)[0];
|
|
popup_cfa6c9cd3e37469a898e2976947bba06.setContent(html_040b29f0ae5541f587d281b8bb158de7);
|
|
|
|
|
|
circle_16bfc6053c5e4742b3ab3404e3e7e6be.bindPopup(popup_cfa6c9cd3e37469a898e2976947bba06)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_16bfc6053c5e4742b3ab3404e3e7e6be.bindTooltip(
|
|
`<div>
|
|
Zag Corner (#925) | n_orders=56
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_462fb29224c3413eb9ad161709b9ec85 = L.circle(
|
|
[48.847008, 2.293437],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cf14fe1e7a164492a094a5ae99cac972 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9dadcf8d6d0642d6adaa13dcf746021e = $(`<div id="html_9dadcf8d6d0642d6adaa13dcf746021e" style="width: 100.0%; height: 100.0%;">133 Avenue Emile Zola, 75015 Paris</div>`)[0];
|
|
popup_cf14fe1e7a164492a094a5ae99cac972.setContent(html_9dadcf8d6d0642d6adaa13dcf746021e);
|
|
|
|
|
|
circle_462fb29224c3413eb9ad161709b9ec85.bindPopup(popup_cf14fe1e7a164492a094a5ae99cac972)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_462fb29224c3413eb9ad161709b9ec85.bindTooltip(
|
|
`<div>
|
|
Le Cosmos (#927) | n_orders=81
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eb28a3168e2348d88a141ea973bd6b7a = L.circle(
|
|
[48.90514, 2.267258],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b0e61a6514394023aa50feaddcdd4e78 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b70aec1d96f0401c985a0b33df6c582d = $(`<div id="html_b70aec1d96f0401c985a0b33df6c582d" style="width: 100.0%; height: 100.0%;">1 Rue Jean Moulin, 92270 Paris</div>`)[0];
|
|
popup_b0e61a6514394023aa50feaddcdd4e78.setContent(html_b70aec1d96f0401c985a0b33df6c582d);
|
|
|
|
|
|
circle_eb28a3168e2348d88a141ea973bd6b7a.bindPopup(popup_b0e61a6514394023aa50feaddcdd4e78)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eb28a3168e2348d88a141ea973bd6b7a.bindTooltip(
|
|
`<div>
|
|
La Table Bretonne (#929) | n_orders=96
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_239cea2d1e81443c81d487e9bb6e185d = L.circle(
|
|
[48.879498, 2.29301],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d4e4eb34edbc41749c610b4c563a9003 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_12669dd9f4444ca4814f591bfa54e994 = $(`<div id="html_12669dd9f4444ca4814f591bfa54e994" style="width: 100.0%; height: 100.0%;">12 Rue Bayen, 75017 Paris</div>`)[0];
|
|
popup_d4e4eb34edbc41749c610b4c563a9003.setContent(html_12669dd9f4444ca4814f591bfa54e994);
|
|
|
|
|
|
circle_239cea2d1e81443c81d487e9bb6e185d.bindPopup(popup_d4e4eb34edbc41749c610b4c563a9003)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_239cea2d1e81443c81d487e9bb6e185d.bindTooltip(
|
|
`<div>
|
|
La Phyliale (#930) | n_orders=514
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_348570dae3ef4aaebadb471321b6646f = L.circle(
|
|
[48.865067, 2.345493],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2a3b2b3a0ad146b99bba2c1e4452c2e3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_eccc4bdcd6474dda95ef7b5a5342fb19 = $(`<div id="html_eccc4bdcd6474dda95ef7b5a5342fb19" style="width: 100.0%; height: 100.0%;">51 Rue Montorgueil, 75002 Paris</div>`)[0];
|
|
popup_2a3b2b3a0ad146b99bba2c1e4452c2e3.setContent(html_eccc4bdcd6474dda95ef7b5a5342fb19);
|
|
|
|
|
|
circle_348570dae3ef4aaebadb471321b6646f.bindPopup(popup_2a3b2b3a0ad146b99bba2c1e4452c2e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_348570dae3ef4aaebadb471321b6646f.bindTooltip(
|
|
`<div>
|
|
Stohrer (#935) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a071c7a07c3c4082952f4c6283e985fa = L.circle(
|
|
[48.860703, 2.319183],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f9a17ecd405946b082fc3e53613705b6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3373722eb276471fa9ea2f1ba0038687 = $(`<div id="html_3373722eb276471fa9ea2f1ba0038687" style="width: 100.0%; height: 100.0%;">83 Rue De L'Universite, 75007 Paris</div>`)[0];
|
|
popup_f9a17ecd405946b082fc3e53613705b6.setContent(html_3373722eb276471fa9ea2f1ba0038687);
|
|
|
|
|
|
circle_a071c7a07c3c4082952f4c6283e985fa.bindPopup(popup_f9a17ecd405946b082fc3e53613705b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a071c7a07c3c4082952f4c6283e985fa.bindTooltip(
|
|
`<div>
|
|
Casa Germain (#936) | n_orders=76
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_681837a65548463bb0038b00b115a4ed = L.circle(
|
|
[48.865929, 2.331773],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1f8dcbaf63b44fc9856d0548978c8d76 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b2adb1ef8b5b44c6af4c4035da7f4c50 = $(`<div id="html_b2adb1ef8b5b44c6af4c4035da7f4c50" style="width: 100.0%; height: 100.0%;">22 Rue Des Pyramides, 75001 Paris</div>`)[0];
|
|
popup_1f8dcbaf63b44fc9856d0548978c8d76.setContent(html_b2adb1ef8b5b44c6af4c4035da7f4c50);
|
|
|
|
|
|
circle_681837a65548463bb0038b00b115a4ed.bindPopup(popup_1f8dcbaf63b44fc9856d0548978c8d76)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_681837a65548463bb0038b00b115a4ed.bindTooltip(
|
|
`<div>
|
|
My Bo Bun - Pyramides (#937) | n_orders=16
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2dbdce72647b41c48cf39f334afb2a5e = L.circle(
|
|
[48.83316, 2.241487],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a448816625b04081b04e93db7fc40c21 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_86e54640dd984cd193084a117d3c1acf = $(`<div id="html_86e54640dd984cd193084a117d3c1acf" style="width: 100.0%; height: 100.0%;">18 Avenue Du General Leclerc, 92100 Boulogne-Billancourt</div>`)[0];
|
|
popup_a448816625b04081b04e93db7fc40c21.setContent(html_86e54640dd984cd193084a117d3c1acf);
|
|
|
|
|
|
circle_2dbdce72647b41c48cf39f334afb2a5e.bindPopup(popup_a448816625b04081b04e93db7fc40c21)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2dbdce72647b41c48cf39f334afb2a5e.bindTooltip(
|
|
`<div>
|
|
Sabai Siam (#938) | n_orders=169
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b39b5b67689646e0a0fef6051069aa74 = L.circle(
|
|
[48.832314, 2.361194],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cd82fb4e0b6045e1a84fb491982030d4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e6f64e635eb64c6f9f3ea9b530b8d76c = $(`<div id="html_e6f64e635eb64c6f9f3ea9b530b8d76c" style="width: 100.0%; height: 100.0%;">159 Boulevard Vincent Auriol, 75013 Paris</div>`)[0];
|
|
popup_cd82fb4e0b6045e1a84fb491982030d4.setContent(html_e6f64e635eb64c6f9f3ea9b530b8d76c);
|
|
|
|
|
|
circle_b39b5b67689646e0a0fef6051069aa74.bindPopup(popup_cd82fb4e0b6045e1a84fb491982030d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b39b5b67689646e0a0fef6051069aa74.bindTooltip(
|
|
`<div>
|
|
Village Tao Tao (#940) | n_orders=447
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_149a0b1e8cb64e528e83bcfb0f2814f8 = L.circle(
|
|
[48.842613, 2.417468],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_50b3df9d2aed40c28c7361a61d488f63 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_18a28fcc22bf442e87cca5f7bdcdb3b5 = $(`<div id="html_18a28fcc22bf442e87cca5f7bdcdb3b5" style="width: 100.0%; height: 100.0%;">46 Avenue Du General De Gaulle, 94160 Vincennes</div>`)[0];
|
|
popup_50b3df9d2aed40c28c7361a61d488f63.setContent(html_18a28fcc22bf442e87cca5f7bdcdb3b5);
|
|
|
|
|
|
circle_149a0b1e8cb64e528e83bcfb0f2814f8.bindPopup(popup_50b3df9d2aed40c28c7361a61d488f63)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_149a0b1e8cb64e528e83bcfb0f2814f8.bindTooltip(
|
|
`<div>
|
|
Restaurants #941, #942 | n_orders=400
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d2058da24e094c049e81b16bd33df148 = L.circle(
|
|
[48.846115, 2.422589],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b8a699e701a9411f9b133ae106a2c574 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b8b7da031f49449fbde7a8faf36227e4 = $(`<div id="html_b8b7da031f49449fbde7a8faf36227e4" style="width: 100.0%; height: 100.0%;">126 Avenue De Paris, 94300 Paris</div>`)[0];
|
|
popup_b8a699e701a9411f9b133ae106a2c574.setContent(html_b8b7da031f49449fbde7a8faf36227e4);
|
|
|
|
|
|
circle_d2058da24e094c049e81b16bd33df148.bindPopup(popup_b8a699e701a9411f9b133ae106a2c574)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d2058da24e094c049e81b16bd33df148.bindTooltip(
|
|
`<div>
|
|
Brasserie 126 (#943) | n_orders=110
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_55c1deaf1c1b4887804d417f71b49ecb = L.circle(
|
|
[48.842686, 2.417562],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_34c765214f0c4a7cbd83c878414e3d5a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d897508231c14b90aa4dbf27516735cd = $(`<div id="html_d897508231c14b90aa4dbf27516735cd" style="width: 100.0%; height: 100.0%;">44 Avenue Du General De Gaulle, 94160 Vincennes</div>`)[0];
|
|
popup_34c765214f0c4a7cbd83c878414e3d5a.setContent(html_d897508231c14b90aa4dbf27516735cd);
|
|
|
|
|
|
circle_55c1deaf1c1b4887804d417f71b49ecb.bindPopup(popup_34c765214f0c4a7cbd83c878414e3d5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_55c1deaf1c1b4887804d417f71b49ecb.bindTooltip(
|
|
`<div>
|
|
Itaewon (#944) | n_orders=349
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_095f51f27a2e4d9498a54a6b953bb955 = L.circle(
|
|
[48.863338, 2.385882],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ee3b2357b6574761be59cc2851008856 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b716ccd6ba57489291b6550bca98ea3d = $(`<div id="html_b716ccd6ba57489291b6550bca98ea3d" style="width: 100.0%; height: 100.0%;">9, Place Auguste Metivier, 75011 Paris</div>`)[0];
|
|
popup_ee3b2357b6574761be59cc2851008856.setContent(html_b716ccd6ba57489291b6550bca98ea3d);
|
|
|
|
|
|
circle_095f51f27a2e4d9498a54a6b953bb955.bindPopup(popup_ee3b2357b6574761be59cc2851008856)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_095f51f27a2e4d9498a54a6b953bb955.bindTooltip(
|
|
`<div>
|
|
Dr. Auguste (#945) | n_orders=455
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_50ec9cd9909d4d17afaaa3de88e334db = L.circle(
|
|
[48.836266, 2.310103],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_793350ca15c646028781de36fae84141 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d0bb0d3e8e5844db8bad79e9c6b95d03 = $(`<div id="html_d0bb0d3e8e5844db8bad79e9c6b95d03" style="width: 100.0%; height: 100.0%;">1 Place Falguiere, 75015 Paris</div>`)[0];
|
|
popup_793350ca15c646028781de36fae84141.setContent(html_d0bb0d3e8e5844db8bad79e9c6b95d03);
|
|
|
|
|
|
circle_50ec9cd9909d4d17afaaa3de88e334db.bindPopup(popup_793350ca15c646028781de36fae84141)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_50ec9cd9909d4d17afaaa3de88e334db.bindTooltip(
|
|
`<div>
|
|
Le Place Falguiere (#946) | n_orders=75
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d3215248eb9c4b9785396cc4f40192a1 = L.circle(
|
|
[48.849236, 2.42072],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c435dbc4a1d3404f96c59888d5e86019 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0f204819c65d41aabf0175c26fdcc808 = $(`<div id="html_0f204819c65d41aabf0175c26fdcc808" style="width: 100.0%; height: 100.0%;">26 Rue Georges Huchon, 94300 Vincennes</div>`)[0];
|
|
popup_c435dbc4a1d3404f96c59888d5e86019.setContent(html_0f204819c65d41aabf0175c26fdcc808);
|
|
|
|
|
|
circle_d3215248eb9c4b9785396cc4f40192a1.bindPopup(popup_c435dbc4a1d3404f96c59888d5e86019)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d3215248eb9c4b9785396cc4f40192a1.bindTooltip(
|
|
`<div>
|
|
Thaun Kroun (#947) | n_orders=213
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6ef58a9a89fc4efca966708cc8e67bb9 = L.circle(
|
|
[48.858288, 2.30548],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_48673529571e49c2820a42176ce8f1f1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9cc1d330d70b4a5789ad1c742d313b7c = $(`<div id="html_9cc1d330d70b4a5789ad1c742d313b7c" style="width: 100.0%; height: 100.0%;">178 Rue De Grenelle, 75007 Paris</div>`)[0];
|
|
popup_48673529571e49c2820a42176ce8f1f1.setContent(html_9cc1d330d70b4a5789ad1c742d313b7c);
|
|
|
|
|
|
circle_6ef58a9a89fc4efca966708cc8e67bb9.bindPopup(popup_48673529571e49c2820a42176ce8f1f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6ef58a9a89fc4efca966708cc8e67bb9.bindTooltip(
|
|
`<div>
|
|
Casa Milano (#948) | n_orders=283
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d81f48bcc0af435b9914784976986434 = L.circle(
|
|
[48.875896, 2.370051],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b7dfaf58663b47bb80c5c82de58a8c2c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_791807cb4d8f4e579c25387c22691cf6 = $(`<div id="html_791807cb4d8f4e579c25387c22691cf6" style="width: 100.0%; height: 100.0%;">23 Avenue Claude Vellefaux, 75010 Paris</div>`)[0];
|
|
popup_b7dfaf58663b47bb80c5c82de58a8c2c.setContent(html_791807cb4d8f4e579c25387c22691cf6);
|
|
|
|
|
|
circle_d81f48bcc0af435b9914784976986434.bindPopup(popup_b7dfaf58663b47bb80c5c82de58a8c2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d81f48bcc0af435b9914784976986434.bindTooltip(
|
|
`<div>
|
|
Tien Hiang (#949) | n_orders=606
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_907b96c4549843058ab342661aeef0c0 = L.circle(
|
|
[48.848354, 2.435834],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_39af2b72dbee4ec5b1eacf6eb72623e9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a2401a8b68d84407a499c063e4e5d829 = $(`<div id="html_a2401a8b68d84407a499c063e4e5d829" style="width: 100.0%; height: 100.0%;">80 Rue De Fontenay, 94300 Vincennes</div>`)[0];
|
|
popup_39af2b72dbee4ec5b1eacf6eb72623e9.setContent(html_a2401a8b68d84407a499c063e4e5d829);
|
|
|
|
|
|
circle_907b96c4549843058ab342661aeef0c0.bindPopup(popup_39af2b72dbee4ec5b1eacf6eb72623e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_907b96c4549843058ab342661aeef0c0.bindTooltip(
|
|
`<div>
|
|
Sunny'S Bagel (#950) | n_orders=78
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d35d85b6a5ff4307a47bc6517967344b = L.circle(
|
|
[48.849701, 2.375723],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f3a22f022073400389fc39587768f299 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_47ec481272914784883e6a99c92faf3d = $(`<div id="html_47ec481272914784883e6a99c92faf3d" style="width: 100.0%; height: 100.0%;">14 Rue De Cotte, 75012 Paris</div>`)[0];
|
|
popup_f3a22f022073400389fc39587768f299.setContent(html_47ec481272914784883e6a99c92faf3d);
|
|
|
|
|
|
circle_d35d85b6a5ff4307a47bc6517967344b.bindPopup(popup_f3a22f022073400389fc39587768f299)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d35d85b6a5ff4307a47bc6517967344b.bindTooltip(
|
|
`<div>
|
|
Les Crocs (#951) | n_orders=612
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_98f69aa2aaf24c13b223eb7d94e59938 = L.circle(
|
|
[48.880417, 2.241229],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f0a833dc5b664da9ab31099478a0fd39 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5ad40ca578544f88ab8eaf7d1b1d41e3 = $(`<div id="html_5ad40ca578544f88ab8eaf7d1b1d41e3" style="width: 100.0%; height: 100.0%;">2 Rue Collin, 92800 Paris</div>`)[0];
|
|
popup_f0a833dc5b664da9ab31099478a0fd39.setContent(html_5ad40ca578544f88ab8eaf7d1b1d41e3);
|
|
|
|
|
|
circle_98f69aa2aaf24c13b223eb7d94e59938.bindPopup(popup_f0a833dc5b664da9ab31099478a0fd39)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_98f69aa2aaf24c13b223eb7d94e59938.bindTooltip(
|
|
`<div>
|
|
Des Cocottes Et Du Gratin (#952) | n_orders=132
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_53a7287c55ea40e892159639ce0de114 = L.circle(
|
|
[48.844543, 2.296718],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_27fefa729a5d414fa420a5652b2e6f39 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_437c3f469eb04f72bcfc7e07a9c76472 = $(`<div id="html_437c3f469eb04f72bcfc7e07a9c76472" style="width: 100.0%; height: 100.0%;">74 Rue De La Croix Nivert, 75015 Paris</div>`)[0];
|
|
popup_27fefa729a5d414fa420a5652b2e6f39.setContent(html_437c3f469eb04f72bcfc7e07a9c76472);
|
|
|
|
|
|
circle_53a7287c55ea40e892159639ce0de114.bindPopup(popup_27fefa729a5d414fa420a5652b2e6f39)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_53a7287c55ea40e892159639ce0de114.bindTooltip(
|
|
`<div>
|
|
Le Cherine (#954) | n_orders=129
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_044ffe8bdd8749978a42ec4c7aab0e1f = L.circle(
|
|
[48.841232, 2.328759],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_315c2b7923f84b268c3edaffa3f365c8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_930eb5cca2894e769b72ad8190050337 = $(`<div id="html_930eb5cca2894e769b72ad8190050337" style="width: 100.0%; height: 100.0%;">122 Boulevard Montparnasse, 75014 Paris</div>`)[0];
|
|
popup_315c2b7923f84b268c3edaffa3f365c8.setContent(html_930eb5cca2894e769b72ad8190050337);
|
|
|
|
|
|
circle_044ffe8bdd8749978a42ec4c7aab0e1f.bindPopup(popup_315c2b7923f84b268c3edaffa3f365c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_044ffe8bdd8749978a42ec4c7aab0e1f.bindTooltip(
|
|
`<div>
|
|
La Creole (#955) | n_orders=210
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fd9760a3313849e4b81fb9d3756cf145 = L.circle(
|
|
[48.872391, 2.303561],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a665188e35284c6eb7bb4ea5d863f8fd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1a0da31f29f8432db5e47de6a046e927 = $(`<div id="html_1a0da31f29f8432db5e47de6a046e927" style="width: 100.0%; height: 100.0%;">11 Rue De Berri, 75008 Paris</div>`)[0];
|
|
popup_a665188e35284c6eb7bb4ea5d863f8fd.setContent(html_1a0da31f29f8432db5e47de6a046e927);
|
|
|
|
|
|
circle_fd9760a3313849e4b81fb9d3756cf145.bindPopup(popup_a665188e35284c6eb7bb4ea5d863f8fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fd9760a3313849e4b81fb9d3756cf145.bindTooltip(
|
|
`<div>
|
|
Dragons Elysees (#957) | n_orders=56
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d21f8ed6675e4f379fc034ad342c1edd = L.circle(
|
|
[48.858299, 2.435684],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b04fd4bd1eed44de9705c76ceca1af44 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_56cb8718b9014feda9d87cf0d7e2e0a3 = $(`<div id="html_56cb8718b9014feda9d87cf0d7e2e0a3" style="width: 100.0%; height: 100.0%;">14 Rue Du Capitaine Dreyfus, 93100 Paris</div>`)[0];
|
|
popup_b04fd4bd1eed44de9705c76ceca1af44.setContent(html_56cb8718b9014feda9d87cf0d7e2e0a3);
|
|
|
|
|
|
circle_d21f8ed6675e4f379fc034ad342c1edd.bindPopup(popup_b04fd4bd1eed44de9705c76ceca1af44)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d21f8ed6675e4f379fc034ad342c1edd.bindTooltip(
|
|
`<div>
|
|
Kashmir Cafe (#958) | n_orders=134
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1fa36514b0e446608132c30f1e6b7492 = L.circle(
|
|
[48.871719, 2.354063],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_06da0e3e6bc54e9db948e97bc422d01b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_36219be2ba7f417fa1e0372999722ed4 = $(`<div id="html_36219be2ba7f417fa1e0372999722ed4" style="width: 100.0%; height: 100.0%;">48 Bis Rue Du Faubourg Saint-Denis, 75010 Paris</div>`)[0];
|
|
popup_06da0e3e6bc54e9db948e97bc422d01b.setContent(html_36219be2ba7f417fa1e0372999722ed4);
|
|
|
|
|
|
circle_1fa36514b0e446608132c30f1e6b7492.bindPopup(popup_06da0e3e6bc54e9db948e97bc422d01b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1fa36514b0e446608132c30f1e6b7492.bindTooltip(
|
|
`<div>
|
|
French American Bakery (#959) | n_orders=53
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3134afeecec246a0ab819cc439b204a6 = L.circle(
|
|
[48.854919, 2.41996],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_29a12347a8b7416c9ab8be7c6bf9d601 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cd89c04109364741be20b520c3caf9f1 = $(`<div id="html_cd89c04109364741be20b520c3caf9f1" style="width: 100.0%; height: 100.0%;">207 Rue De Paris, 93100 Paris</div>`)[0];
|
|
popup_29a12347a8b7416c9ab8be7c6bf9d601.setContent(html_cd89c04109364741be20b520c3caf9f1);
|
|
|
|
|
|
circle_3134afeecec246a0ab819cc439b204a6.bindPopup(popup_29a12347a8b7416c9ab8be7c6bf9d601)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3134afeecec246a0ab819cc439b204a6.bindTooltip(
|
|
`<div>
|
|
Adonis (#960) | n_orders=173
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1036bd7554c643f2b47c0efc83f94995 = L.circle(
|
|
[48.832195, 2.264978],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c6d4b1141602423dbb3ec466f164b334 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fcd9dfe09e384c3687a64d383dc13933 = $(`<div id="html_fcd9dfe09e384c3687a64d383dc13933" style="width: 100.0%; height: 100.0%;">22 Boulevard Gallieni, 92130 Issy-Les-Moulineaux</div>`)[0];
|
|
popup_c6d4b1141602423dbb3ec466f164b334.setContent(html_fcd9dfe09e384c3687a64d383dc13933);
|
|
|
|
|
|
circle_1036bd7554c643f2b47c0efc83f94995.bindPopup(popup_c6d4b1141602423dbb3ec466f164b334)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1036bd7554c643f2b47c0efc83f94995.bindTooltip(
|
|
`<div>
|
|
Bun (#961) | n_orders=40
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d65255d13cae4b0fb5108a0eecc6572d = L.circle(
|
|
[48.845013, 2.4306],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_88eaaef2941549f7a6d9c5ef3a5f12bc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5039feb1d5014d11a6f97e2539f70602 = $(`<div id="html_5039feb1d5014d11a6f97e2539f70602" style="width: 100.0%; height: 100.0%;">29 Avenue De Paris, 94300 Paris</div>`)[0];
|
|
popup_88eaaef2941549f7a6d9c5ef3a5f12bc.setContent(html_5039feb1d5014d11a6f97e2539f70602);
|
|
|
|
|
|
circle_d65255d13cae4b0fb5108a0eecc6572d.bindPopup(popup_88eaaef2941549f7a6d9c5ef3a5f12bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d65255d13cae4b0fb5108a0eecc6572d.bindTooltip(
|
|
`<div>
|
|
Bozen Sushi - Vincennes (#963) | n_orders=46
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1fface2c10614831801ab6e8241b98a2 = L.circle(
|
|
[48.841721, 2.41748],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_acd29c56a2594ad489b5ca799e419b8a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_70d98c1c8464490ba5d911bf1f20f45e = $(`<div id="html_70d98c1c8464490ba5d911bf1f20f45e" style="width: 100.0%; height: 100.0%;">60 Avenue Du General De Gaulle, 94160 Paris</div>`)[0];
|
|
popup_acd29c56a2594ad489b5ca799e419b8a.setContent(html_70d98c1c8464490ba5d911bf1f20f45e);
|
|
|
|
|
|
circle_1fface2c10614831801ab6e8241b98a2.bindPopup(popup_acd29c56a2594ad489b5ca799e419b8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1fface2c10614831801ab6e8241b98a2.bindTooltip(
|
|
`<div>
|
|
Nina Sushi - Saint-Mande (#964) | n_orders=91
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a27e5e794d64421b92925dcfbd0cd281 = L.circle(
|
|
[48.844009, 2.256703],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_da2751d26e1e4ccc973dd7397fb72e60 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3ad4b3bb60ca486e85a2138de2239d65 = $(`<div id="html_3ad4b3bb60ca486e85a2138de2239d65" style="width: 100.0%; height: 100.0%;">46 Boulevard Murat, 75016 Paris</div>`)[0];
|
|
popup_da2751d26e1e4ccc973dd7397fb72e60.setContent(html_3ad4b3bb60ca486e85a2138de2239d65);
|
|
|
|
|
|
circle_a27e5e794d64421b92925dcfbd0cd281.bindPopup(popup_da2751d26e1e4ccc973dd7397fb72e60)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a27e5e794d64421b92925dcfbd0cd281.bindTooltip(
|
|
`<div>
|
|
Casa Murat (#965) | n_orders=155
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1885d3ad08c647d09e6f7330c7f68e74 = L.circle(
|
|
[48.843353, 2.36217],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0af8d6f9da3046d183eff571f65847d8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f5292689ef864ad2ac5a79c823aa3e56 = $(`<div id="html_f5292689ef864ad2ac5a79c823aa3e56" style="width: 100.0%; height: 100.0%;">1 Boulevard De L'Hopital, 75005 Paris</div>`)[0];
|
|
popup_0af8d6f9da3046d183eff571f65847d8.setContent(html_f5292689ef864ad2ac5a79c823aa3e56);
|
|
|
|
|
|
circle_1885d3ad08c647d09e6f7330c7f68e74.bindPopup(popup_0af8d6f9da3046d183eff571f65847d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1885d3ad08c647d09e6f7330c7f68e74.bindTooltip(
|
|
`<div>
|
|
Vidici Caffe - Austerlitz (#966) | n_orders=53
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ba164dc0e71f4f02afb91c65e3fbd91a = L.circle(
|
|
[48.885567, 2.338212],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_775d6d24549a496db682bb31a3eb2a0b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_70cb7e7612bc42f097b3a0984ddb0b26 = $(`<div id="html_70cb7e7612bc42f097b3a0984ddb0b26" style="width: 100.0%; height: 100.0%;">61 Rue Des Trois Freres, 75018 Paris</div>`)[0];
|
|
popup_775d6d24549a496db682bb31a3eb2a0b.setContent(html_70cb7e7612bc42f097b3a0984ddb0b26);
|
|
|
|
|
|
circle_ba164dc0e71f4f02afb91c65e3fbd91a.bindPopup(popup_775d6d24549a496db682bb31a3eb2a0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ba164dc0e71f4f02afb91c65e3fbd91a.bindTooltip(
|
|
`<div>
|
|
Aloy Aloy (#970) | n_orders=425
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3c25fa5592ba4b12b85b6db8b7c232b8 = L.circle(
|
|
[48.874077, 2.343968],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8fb6cbec5846463bb3a846d8f4c1b6c2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_570b59d84b3a487cbc2af396724e6337 = $(`<div id="html_570b59d84b3a487cbc2af396724e6337" style="width: 100.0%; height: 100.0%;">42 Rue Richer, 75009 Paris</div>`)[0];
|
|
popup_8fb6cbec5846463bb3a846d8f4c1b6c2.setContent(html_570b59d84b3a487cbc2af396724e6337);
|
|
|
|
|
|
circle_3c25fa5592ba4b12b85b6db8b7c232b8.bindPopup(popup_8fb6cbec5846463bb3a846d8f4c1b6c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3c25fa5592ba4b12b85b6db8b7c232b8.bindTooltip(
|
|
`<div>
|
|
Les Trois Royaumes (#971) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ef147da02bb74ae2a11fefc6072c99b8 = L.circle(
|
|
[48.851078, 2.374334],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fa846b76e3f345ea9e3c5eb6fa40abb7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1fb30eac28f14cf5ba6b6147f3f3694a = $(`<div id="html_1fb30eac28f14cf5ba6b6147f3f3694a" style="width: 100.0%; height: 100.0%;">7 Rue Saint-Nicolas,, 75012 Paris</div>`)[0];
|
|
popup_fa846b76e3f345ea9e3c5eb6fa40abb7.setContent(html_1fb30eac28f14cf5ba6b6147f3f3694a);
|
|
|
|
|
|
circle_ef147da02bb74ae2a11fefc6072c99b8.bindPopup(popup_fa846b76e3f345ea9e3c5eb6fa40abb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ef147da02bb74ae2a11fefc6072c99b8.bindTooltip(
|
|
`<div>
|
|
Assaporare (#972) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8f77f75397f543cdae6f1d3cd02d941c = L.circle(
|
|
[48.845261, 2.43344],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_10846d3447d546b3b0953467752af16c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6a0f2fc95570453aa80f10a194f64a2d = $(`<div id="html_6a0f2fc95570453aa80f10a194f64a2d" style="width: 100.0%; height: 100.0%;">22 Avenue De Paris, 94300 Paris</div>`)[0];
|
|
popup_10846d3447d546b3b0953467752af16c.setContent(html_6a0f2fc95570453aa80f10a194f64a2d);
|
|
|
|
|
|
circle_8f77f75397f543cdae6f1d3cd02d941c.bindPopup(popup_10846d3447d546b3b0953467752af16c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8f77f75397f543cdae6f1d3cd02d941c.bindTooltip(
|
|
`<div>
|
|
Barto (#974) | n_orders=53
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fdf91e7ccc9b4fea93a963c7ef10f2b9 = L.circle(
|
|
[48.831062, 2.373688],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ee00c8ee3e3e4e38976d288346116b95 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a5a51509a54547aaba661551ea4a03f4 = $(`<div id="html_a5a51509a54547aaba661551ea4a03f4" style="width: 100.0%; height: 100.0%;">125 Avenue Defrance, 75013 Paris</div>`)[0];
|
|
popup_ee00c8ee3e3e4e38976d288346116b95.setContent(html_a5a51509a54547aaba661551ea4a03f4);
|
|
|
|
|
|
circle_fdf91e7ccc9b4fea93a963c7ef10f2b9.bindPopup(popup_ee00c8ee3e3e4e38976d288346116b95)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fdf91e7ccc9b4fea93a963c7ef10f2b9.bindTooltip(
|
|
`<div>
|
|
Restaurants #976, #1634 | n_orders=78
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e6d981f1439d4da182b4784dfca02e09 = L.circle(
|
|
[48.839645, 2.32027],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2531d9ccc2594e8a9cb27c6cb5c12ead = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_772e531c3f274926a9a992023094a741 = $(`<div id="html_772e531c3f274926a9a992023094a741" style="width: 100.0%; height: 100.0%;">61 Avenue Du Maine, 75014 Paris</div>`)[0];
|
|
popup_2531d9ccc2594e8a9cb27c6cb5c12ead.setContent(html_772e531c3f274926a9a992023094a741);
|
|
|
|
|
|
circle_e6d981f1439d4da182b4784dfca02e09.bindPopup(popup_2531d9ccc2594e8a9cb27c6cb5c12ead)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e6d981f1439d4da182b4784dfca02e09.bindTooltip(
|
|
`<div>
|
|
Pizza Roma (#977) | n_orders=526
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3d0e26fa26704b03a8c6cadd3e727ba1 = L.circle(
|
|
[48.863338, 2.340493],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6a77071c50f246c3b95780c37aa7f7aa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b100ba764648454cb60c6a0ad16cd2c1 = $(`<div id="html_b100ba764648454cb60c6a0ad16cd2c1" style="width: 100.0%; height: 100.0%;">Rue Du Colonel Driant 7, 75001 Paris</div>`)[0];
|
|
popup_6a77071c50f246c3b95780c37aa7f7aa.setContent(html_b100ba764648454cb60c6a0ad16cd2c1);
|
|
|
|
|
|
circle_3d0e26fa26704b03a8c6cadd3e727ba1.bindPopup(popup_6a77071c50f246c3b95780c37aa7f7aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3d0e26fa26704b03a8c6cadd3e727ba1.bindTooltip(
|
|
`<div>
|
|
Iovine'S (#1080) | n_orders=38
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_03f33f9809784f32a4adcea4339e7a99 = L.circle(
|
|
[48.899406, 2.287818],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_04e5656eca0c4106ad3c8389c63f511a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fda62c1a9dac469f942f0e5212de9243 = $(`<div id="html_fda62c1a9dac469f942f0e5212de9243" style="width: 100.0%; height: 100.0%;">19 Rue Collange, 92300 Levallois-Perret</div>`)[0];
|
|
popup_04e5656eca0c4106ad3c8389c63f511a.setContent(html_fda62c1a9dac469f942f0e5212de9243);
|
|
|
|
|
|
circle_03f33f9809784f32a4adcea4339e7a99.bindPopup(popup_04e5656eca0c4106ad3c8389c63f511a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_03f33f9809784f32a4adcea4339e7a99.bindTooltip(
|
|
`<div>
|
|
Wok In Street (#981) | n_orders=294
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d3bf7ac7531f4772b1c9a6e3344019a7 = L.circle(
|
|
[48.844505, 2.348157],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8e4dd750d2fc45ee92e5542f09927ffa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b8baa6d95e10418d9a7016e558c39f03 = $(`<div id="html_b8baa6d95e10418d9a7016e558c39f03" style="width: 100.0%; height: 100.0%;">3 Rue Mouffetard, 75005 Paris</div>`)[0];
|
|
popup_8e4dd750d2fc45ee92e5542f09927ffa.setContent(html_b8baa6d95e10418d9a7016e558c39f03);
|
|
|
|
|
|
circle_d3bf7ac7531f4772b1c9a6e3344019a7.bindPopup(popup_8e4dd750d2fc45ee92e5542f09927ffa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d3bf7ac7531f4772b1c9a6e3344019a7.bindTooltip(
|
|
`<div>
|
|
Chido Mouffetard (#982) | n_orders=506
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a5dec3fb86c748c192c738ecff19cef1 = L.circle(
|
|
[48.87394, 2.312454],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_39820da9c32e485aaf43a0ab59dd5842 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7a0123ff42464c16ae7c106275965c79 = $(`<div id="html_7a0123ff42464c16ae7c106275965c79" style="width: 100.0%; height: 100.0%;">4 Avenue Percier, 75008 Paris</div>`)[0];
|
|
popup_39820da9c32e485aaf43a0ab59dd5842.setContent(html_7a0123ff42464c16ae7c106275965c79);
|
|
|
|
|
|
circle_a5dec3fb86c748c192c738ecff19cef1.bindPopup(popup_39820da9c32e485aaf43a0ab59dd5842)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a5dec3fb86c748c192c738ecff19cef1.bindTooltip(
|
|
`<div>
|
|
Tel Pain Tel Vin (#983) | n_orders=14
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_513959e991a044ddaf187abe87cae841 = L.circle(
|
|
[48.86459, 2.289285],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cf432682426a4b49adbf505b080513ab = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9577e0e20f854874b65814da4fdafb2b = $(`<div id="html_9577e0e20f854874b65814da4fdafb2b" style="width: 100.0%; height: 100.0%;">11 Rue Magdebourg, 75116 Paris</div>`)[0];
|
|
popup_cf432682426a4b49adbf505b080513ab.setContent(html_9577e0e20f854874b65814da4fdafb2b);
|
|
|
|
|
|
circle_513959e991a044ddaf187abe87cae841.bindPopup(popup_cf432682426a4b49adbf505b080513ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_513959e991a044ddaf187abe87cae841.bindTooltip(
|
|
`<div>
|
|
Tong-Ming Thai (#984) | n_orders=393
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0a801c8aa1a549f9b8ab988232b36ba3 = L.circle(
|
|
[48.890099, 2.285219],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_334678f5eefd4b0c863f59d844bb5da8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_143745c422a44ccc96460e5e9aec7678 = $(`<div id="html_143745c422a44ccc96460e5e9aec7678" style="width: 100.0%; height: 100.0%;">36 Rue Louis Rouquier, 92300 Paris</div>`)[0];
|
|
popup_334678f5eefd4b0c863f59d844bb5da8.setContent(html_143745c422a44ccc96460e5e9aec7678);
|
|
|
|
|
|
circle_0a801c8aa1a549f9b8ab988232b36ba3.bindPopup(popup_334678f5eefd4b0c863f59d844bb5da8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0a801c8aa1a549f9b8ab988232b36ba3.bindTooltip(
|
|
`<div>
|
|
Forza Italia (#985) | n_orders=677
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_df836cdb59634ef4879e3e42eabf3f9e = L.circle(
|
|
[48.842949, 2.282277],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_403cf34ca740426ca1b4e9fd056d5cd5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_01eb47e1365747488f9a7db0e1ce7beb = $(`<div id="html_01eb47e1365747488f9a7db0e1ce7beb" style="width: 100.0%; height: 100.0%;">69 Rue De La Convention, 75015 Paris</div>`)[0];
|
|
popup_403cf34ca740426ca1b4e9fd056d5cd5.setContent(html_01eb47e1365747488f9a7db0e1ce7beb);
|
|
|
|
|
|
circle_df836cdb59634ef4879e3e42eabf3f9e.bindPopup(popup_403cf34ca740426ca1b4e9fd056d5cd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_df836cdb59634ef4879e3e42eabf3f9e.bindTooltip(
|
|
`<div>
|
|
Dalloyau Convention (#986) | n_orders=102
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f7fc7c3dfa4a408a938df64da13a0a16 = L.circle(
|
|
[48.867939, 2.373877],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_704ce5afe2404cfcb2c4b5af1a809786 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_90be8802e9bb45378df61e2a45a5a8ed = $(`<div id="html_90be8802e9bb45378df61e2a45a5a8ed" style="width: 100.0%; height: 100.0%;">58 Rue De La Fontaine Au Roi, 75011 Paris</div>`)[0];
|
|
popup_704ce5afe2404cfcb2c4b5af1a809786.setContent(html_90be8802e9bb45378df61e2a45a5a8ed);
|
|
|
|
|
|
circle_f7fc7c3dfa4a408a938df64da13a0a16.bindPopup(popup_704ce5afe2404cfcb2c4b5af1a809786)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f7fc7c3dfa4a408a938df64da13a0a16.bindTooltip(
|
|
`<div>
|
|
Krugen (#987) | n_orders=53
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_523c459e1f21482a8902c99802758a64 = L.circle(
|
|
[48.869068, 2.33381],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c2dc11b39cae4d1ba071c506cb7183f7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3d1b752439064a7c91c0fba2ef948f2f = $(`<div id="html_3d1b752439064a7c91c0fba2ef948f2f" style="width: 100.0%; height: 100.0%;">2 Rue De Choiseul, 75002 Paris</div>`)[0];
|
|
popup_c2dc11b39cae4d1ba071c506cb7183f7.setContent(html_3d1b752439064a7c91c0fba2ef948f2f);
|
|
|
|
|
|
circle_523c459e1f21482a8902c99802758a64.bindPopup(popup_c2dc11b39cae4d1ba071c506cb7183f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_523c459e1f21482a8902c99802758a64.bindTooltip(
|
|
`<div>
|
|
Les Bols De Jean (#988) | n_orders=3106
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d2ecc7b7d2414d64a3f4ab68560c02d1 = L.circle(
|
|
[48.846813, 2.302417],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2b2c4004482f459bbab165b05d6a4e02 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_27bb7d9a1c014187be2dfabf8d3a82d3 = $(`<div id="html_27bb7d9a1c014187be2dfabf8d3a82d3" style="width: 100.0%; height: 100.0%;">3 Rue Clouet, 75015 Paris</div>`)[0];
|
|
popup_2b2c4004482f459bbab165b05d6a4e02.setContent(html_27bb7d9a1c014187be2dfabf8d3a82d3);
|
|
|
|
|
|
circle_d2ecc7b7d2414d64a3f4ab68560c02d1.bindPopup(popup_2b2c4004482f459bbab165b05d6a4e02)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d2ecc7b7d2414d64a3f4ab68560c02d1.bindTooltip(
|
|
`<div>
|
|
Fontanarosa (#990) | n_orders=120
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_db75a8389f6f49428d6126b202e11c17 = L.circle(
|
|
[48.888863, 2.344837],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6ee144086fc544449c19b0527e7d64f3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3da66f655cec411cad1b2baf3b84773d = $(`<div id="html_3da66f655cec411cad1b2baf3b84773d" style="width: 100.0%; height: 100.0%;">18 Rue Bachelet, 75018 Paris</div>`)[0];
|
|
popup_6ee144086fc544449c19b0527e7d64f3.setContent(html_3da66f655cec411cad1b2baf3b84773d);
|
|
|
|
|
|
circle_db75a8389f6f49428d6126b202e11c17.bindPopup(popup_6ee144086fc544449c19b0527e7d64f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_db75a8389f6f49428d6126b202e11c17.bindTooltip(
|
|
`<div>
|
|
Loyo (#991) | n_orders=167
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f3be5c5ddf6c447da33a473340f309cb = L.circle(
|
|
[48.866291, 2.323155],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e402897ad5364274975b550924c7f329 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_eb8e323e52e64f00bd55fb4fd5503b25 = $(`<div id="html_eb8e323e52e64f00bd55fb4fd5503b25" style="width: 100.0%; height: 100.0%;">2 Rue Cambon, 75008 Paris</div>`)[0];
|
|
popup_e402897ad5364274975b550924c7f329.setContent(html_eb8e323e52e64f00bd55fb4fd5503b25);
|
|
|
|
|
|
circle_f3be5c5ddf6c447da33a473340f309cb.bindPopup(popup_e402897ad5364274975b550924c7f329)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f3be5c5ddf6c447da33a473340f309cb.bindTooltip(
|
|
`<div>
|
|
Le Petit Flottes (#994) | n_orders=73
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9bd4c4c5d4f5443dab66d6684773fe1a = L.circle(
|
|
[48.873638, 2.341793],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ea9f486f55ff4378b2163341cac6e94c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d21305b80c084736b44c5bfa58e15594 = $(`<div id="html_d21305b80c084736b44c5bfa58e15594" style="width: 100.0%; height: 100.0%;">23 Passage Verdeau, 75009 Paris</div>`)[0];
|
|
popup_ea9f486f55ff4378b2163341cac6e94c.setContent(html_d21305b80c084736b44c5bfa58e15594);
|
|
|
|
|
|
circle_9bd4c4c5d4f5443dab66d6684773fe1a.bindPopup(popup_ea9f486f55ff4378b2163341cac6e94c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9bd4c4c5d4f5443dab66d6684773fe1a.bindTooltip(
|
|
`<div>
|
|
Holybol (#995) | n_orders=17
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_03f2f75d1a574f8da1e77719ec3118ec = L.circle(
|
|
[48.83115, 2.345807],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8f7a9d6dd90643e89608be8568d6115d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7a5029bddec94d01b6e050407bd039cb = $(`<div id="html_7a5029bddec94d01b6e050407bd039cb" style="width: 100.0%; height: 100.0%;">54 Rue Corvisart, 75013 Paris</div>`)[0];
|
|
popup_8f7a9d6dd90643e89608be8568d6115d.setContent(html_7a5029bddec94d01b6e050407bd039cb);
|
|
|
|
|
|
circle_03f2f75d1a574f8da1e77719ec3118ec.bindPopup(popup_8f7a9d6dd90643e89608be8568d6115d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_03f2f75d1a574f8da1e77719ec3118ec.bindTooltip(
|
|
`<div>
|
|
Il Etait Un Square (#996) | n_orders=304
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_17917e919bc24ba18971dcf3fcf99437 = L.circle(
|
|
[48.849743, 2.375009],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_951e66fda29a4874bf2f329188ae6cd8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3522df624a04428da9b3edf3e2d7c879 = $(`<div id="html_3522df624a04428da9b3edf3e2d7c879" style="width: 100.0%; height: 100.0%;">6 Rue Theophile Roussel, 75012 Paris</div>`)[0];
|
|
popup_951e66fda29a4874bf2f329188ae6cd8.setContent(html_3522df624a04428da9b3edf3e2d7c879);
|
|
|
|
|
|
circle_17917e919bc24ba18971dcf3fcf99437.bindPopup(popup_951e66fda29a4874bf2f329188ae6cd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_17917e919bc24ba18971dcf3fcf99437.bindTooltip(
|
|
`<div>
|
|
Cafe Cc (#997) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8bdb6c29d5834485bf6cbcc7512b2e14 = L.circle(
|
|
[48.871536, 2.397737],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a07e0eea6846437fad269aeb1151d22a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f542c4c72ac44be98862991fc8ca2ee8 = $(`<div id="html_f542c4c72ac44be98862991fc8ca2ee8" style="width: 100.0%; height: 100.0%;">3 Rue Du Telegraphe, 75020 Paris</div>`)[0];
|
|
popup_a07e0eea6846437fad269aeb1151d22a.setContent(html_f542c4c72ac44be98862991fc8ca2ee8);
|
|
|
|
|
|
circle_8bdb6c29d5834485bf6cbcc7512b2e14.bindPopup(popup_a07e0eea6846437fad269aeb1151d22a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8bdb6c29d5834485bf6cbcc7512b2e14.bindTooltip(
|
|
`<div>
|
|
La Boca Loca (#999) | n_orders=34
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bec7ceecb0b44658994a2def0d9d40b4 = L.circle(
|
|
[48.845287, 2.43198],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a789058545a54e3f8489f89a9d21d62b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e668270a112847ffa1b42be46a9f8b43 = $(`<div id="html_e668270a112847ffa1b42be46a9f8b43" style="width: 100.0%; height: 100.0%;">32 Avenue De Paris, 94300 Vincennes</div>`)[0];
|
|
popup_a789058545a54e3f8489f89a9d21d62b.setContent(html_e668270a112847ffa1b42be46a9f8b43);
|
|
|
|
|
|
circle_bec7ceecb0b44658994a2def0d9d40b4.bindPopup(popup_a789058545a54e3f8489f89a9d21d62b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bec7ceecb0b44658994a2def0d9d40b4.bindTooltip(
|
|
`<div>
|
|
El Gringo (#1001) | n_orders=205
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_731779614e5b48ba8499c5b0da6282c2 = L.circle(
|
|
[48.847576, 2.267884],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f80387b999d74cee9faf47da88a9fb07 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_324243c0dd434d509fd789527b003c4c = $(`<div id="html_324243c0dd434d509fd789527b003c4c" style="width: 100.0%; height: 100.0%;">12 Rue D'Auteuil, 75016 Paris</div>`)[0];
|
|
popup_f80387b999d74cee9faf47da88a9fb07.setContent(html_324243c0dd434d509fd789527b003c4c);
|
|
|
|
|
|
circle_731779614e5b48ba8499c5b0da6282c2.bindPopup(popup_f80387b999d74cee9faf47da88a9fb07)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_731779614e5b48ba8499c5b0da6282c2.bindTooltip(
|
|
`<div>
|
|
Delawells Crepes (#1003) | n_orders=188
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2609de36d4b64d11971fe58253c7ef45 = L.circle(
|
|
[48.869038, 2.345277],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_338f1bfba2c44aee869781f8a4833657 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a7d37060766d492182cffff8f564b171 = $(`<div id="html_a7d37060766d492182cffff8f564b171" style="width: 100.0%; height: 100.0%;">15 Rue Des Jeuneurs, 75002 Paris</div>`)[0];
|
|
popup_338f1bfba2c44aee869781f8a4833657.setContent(html_a7d37060766d492182cffff8f564b171);
|
|
|
|
|
|
circle_2609de36d4b64d11971fe58253c7ef45.bindPopup(popup_338f1bfba2c44aee869781f8a4833657)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2609de36d4b64d11971fe58253c7ef45.bindTooltip(
|
|
`<div>
|
|
Delhibox (#1004) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1c0119098a874684b5185ac1d7c2fa57 = L.circle(
|
|
[48.848743, 2.420726],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c91ad7a026a24bc787e146e1beb0af39 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e2f46fa505604428a671a1ae96e08505 = $(`<div id="html_e2f46fa505604428a671a1ae96e08505" style="width: 100.0%; height: 100.0%;">33 Rue De Lagny, 94300 Montreuil</div>`)[0];
|
|
popup_c91ad7a026a24bc787e146e1beb0af39.setContent(html_e2f46fa505604428a671a1ae96e08505);
|
|
|
|
|
|
circle_1c0119098a874684b5185ac1d7c2fa57.bindPopup(popup_c91ad7a026a24bc787e146e1beb0af39)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1c0119098a874684b5185ac1d7c2fa57.bindTooltip(
|
|
`<div>
|
|
On Dine A La Cheminee (#1007) | n_orders=307
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cc8a920a076047c7ac249d045026c2b8 = L.circle(
|
|
[48.898766, 2.375892],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8a07751cf7cc4bbc8456faca30c8e63a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_755009999cea4b33b70bd6350e2d50c4 = $(`<div id="html_755009999cea4b33b70bd6350e2d50c4" style="width: 100.0%; height: 100.0%;">183 Boulevard Macdonald, 75019 Paris</div>`)[0];
|
|
popup_8a07751cf7cc4bbc8456faca30c8e63a.setContent(html_755009999cea4b33b70bd6350e2d50c4);
|
|
|
|
|
|
circle_cc8a920a076047c7ac249d045026c2b8.bindPopup(popup_8a07751cf7cc4bbc8456faca30c8e63a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cc8a920a076047c7ac249d045026c2b8.bindTooltip(
|
|
`<div>
|
|
Leon De B (#1008) | n_orders=150
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c403e8dff9354e068217af8f128edbf9 = L.circle(
|
|
[48.835037, 2.320171],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7c3ca3cac6b5450682d26f5cf1fdbbb3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6f446cb15ee744cb9578184ea5bf9897 = $(`<div id="html_6f446cb15ee744cb9578184ea5bf9897" style="width: 100.0%; height: 100.0%;">38 Rue Raymond Losserand, 75014 Paris</div>`)[0];
|
|
popup_7c3ca3cac6b5450682d26f5cf1fdbbb3.setContent(html_6f446cb15ee744cb9578184ea5bf9897);
|
|
|
|
|
|
circle_c403e8dff9354e068217af8f128edbf9.bindPopup(popup_7c3ca3cac6b5450682d26f5cf1fdbbb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c403e8dff9354e068217af8f128edbf9.bindTooltip(
|
|
`<div>
|
|
Les Tontons 14Eme (#1009) | n_orders=326
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_97dd7018d19340c998d5c472a4d661bc = L.circle(
|
|
[48.85648, 2.381833],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ca9c33d19f254e3ba2d5e0fc64f09301 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_94c6e764317b4b55bc230ceb8b3ada91 = $(`<div id="html_94c6e764317b4b55bc230ceb8b3ada91" style="width: 100.0%; height: 100.0%;">144 Boulevard Voltaire, 75011 Paris</div>`)[0];
|
|
popup_ca9c33d19f254e3ba2d5e0fc64f09301.setContent(html_94c6e764317b4b55bc230ceb8b3ada91);
|
|
|
|
|
|
circle_97dd7018d19340c998d5c472a4d661bc.bindPopup(popup_ca9c33d19f254e3ba2d5e0fc64f09301)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_97dd7018d19340c998d5c472a4d661bc.bindTooltip(
|
|
`<div>
|
|
Moses Deli (#1011) | n_orders=658
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4ca6145eaa8d4181a31cd4dd5dd4e147 = L.circle(
|
|
[48.886772, 2.389613],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f33bccd1474048bc90f1e9c1addff46f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cee6a4454c124a16990317ab44553419 = $(`<div id="html_cee6a4454c124a16990317ab44553419" style="width: 100.0%; height: 100.0%;">5 Rue Du Hainaut, 75019 Paris</div>`)[0];
|
|
popup_f33bccd1474048bc90f1e9c1addff46f.setContent(html_cee6a4454c124a16990317ab44553419);
|
|
|
|
|
|
circle_4ca6145eaa8d4181a31cd4dd5dd4e147.bindPopup(popup_f33bccd1474048bc90f1e9c1addff46f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4ca6145eaa8d4181a31cd4dd5dd4e147.bindTooltip(
|
|
`<div>
|
|
Mexindiana (#1013) | n_orders=289
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0aa6ee2d88774f9fa6ceb1b3cb19da66 = L.circle(
|
|
[48.864712, 2.288175],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_81c9a8d649a04029b81effd79a994b0b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_660b5459df9e41c3b164bd63cbf41e43 = $(`<div id="html_660b5459df9e41c3b164bd63cbf41e43" style="width: 100.0%; height: 100.0%;">110 Bis Avenue Kleber, 75116 Neuilly-Sur-Seine</div>`)[0];
|
|
popup_81c9a8d649a04029b81effd79a994b0b.setContent(html_660b5459df9e41c3b164bd63cbf41e43);
|
|
|
|
|
|
circle_0aa6ee2d88774f9fa6ceb1b3cb19da66.bindPopup(popup_81c9a8d649a04029b81effd79a994b0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0aa6ee2d88774f9fa6ceb1b3cb19da66.bindTooltip(
|
|
`<div>
|
|
Frog Xvi (#1014) | n_orders=1000
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_54250104951b47ab81128fc1e160e3cb = L.circle(
|
|
[48.88448, 2.263035],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f7c98fb81cf24231bd7c79580fcd7cbf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3040bc3f77924b1b8e20ea75db317268 = $(`<div id="html_3040bc3f77924b1b8e20ea75db317268" style="width: 100.0%; height: 100.0%;">150 Avenue Charles De Gaulle, 92200 Paris</div>`)[0];
|
|
popup_f7c98fb81cf24231bd7c79580fcd7cbf.setContent(html_3040bc3f77924b1b8e20ea75db317268);
|
|
|
|
|
|
circle_54250104951b47ab81128fc1e160e3cb.bindPopup(popup_f7c98fb81cf24231bd7c79580fcd7cbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_54250104951b47ab81128fc1e160e3cb.bindTooltip(
|
|
`<div>
|
|
Frogburger Neuilly (#1015) | n_orders=642
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_10526b5e930e446c86a88e52597237b6 = L.circle(
|
|
[48.834404, 2.239336],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6468d5640dea427ca55a2663748ffb89 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0ceffff1305e4dd19ce423929d9d4006 = $(`<div id="html_0ceffff1305e4dd19ce423929d9d4006" style="width: 100.0%; height: 100.0%;">15 Rue Carnot, 92100 Paris</div>`)[0];
|
|
popup_6468d5640dea427ca55a2663748ffb89.setContent(html_0ceffff1305e4dd19ce423929d9d4006);
|
|
|
|
|
|
circle_10526b5e930e446c86a88e52597237b6.bindPopup(popup_6468d5640dea427ca55a2663748ffb89)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_10526b5e930e446c86a88e52597237b6.bindTooltip(
|
|
`<div>
|
|
21 Coree (#1016) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eaa833af25da4ea4af1e7de167a33108 = L.circle(
|
|
[48.868797, 2.32962],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_843831f27435496e97a2dcd1a8b6433f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_aadda35073ce4eb19604a9e5dbf12127 = $(`<div id="html_aadda35073ce4eb19604a9e5dbf12127" style="width: 100.0%; height: 100.0%;">10 Rue Des Capucines, 75002 Paris</div>`)[0];
|
|
popup_843831f27435496e97a2dcd1a8b6433f.setContent(html_aadda35073ce4eb19604a9e5dbf12127);
|
|
|
|
|
|
circle_eaa833af25da4ea4af1e7de167a33108.bindPopup(popup_843831f27435496e97a2dcd1a8b6433f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eaa833af25da4ea4af1e7de167a33108.bindTooltip(
|
|
`<div>
|
|
Frog Hophouse (#1017) | n_orders=435
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_65179a0330844eaf8356a6a534ea0d24 = L.circle(
|
|
[48.853874, 2.368228],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3c473db40dc546c6beaa737b32c18e4b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1d89ce6bb2b744f1a42ea6750a189882 = $(`<div id="html_1d89ce6bb2b744f1a42ea6750a189882" style="width: 100.0%; height: 100.0%;">9 Rue De La Bastille, 75004 Paris</div>`)[0];
|
|
popup_3c473db40dc546c6beaa737b32c18e4b.setContent(html_1d89ce6bb2b744f1a42ea6750a189882);
|
|
|
|
|
|
circle_65179a0330844eaf8356a6a534ea0d24.bindPopup(popup_3c473db40dc546c6beaa737b32c18e4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_65179a0330844eaf8356a6a534ea0d24.bindTooltip(
|
|
`<div>
|
|
Frog Revolution (#1018) | n_orders=515
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a04f12691e1d442bbd8d456fee0fdefa = L.circle(
|
|
[48.864349, 2.34995],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fa4f0a76b4db4c5599f46ca007275fb1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b715b033e50e464b8d4a3a68ba8be156 = $(`<div id="html_b715b033e50e464b8d4a3a68ba8be156" style="width: 100.0%; height: 100.0%;">116 Rue Saint-Denis, 75002 Paris</div>`)[0];
|
|
popup_fa4f0a76b4db4c5599f46ca007275fb1.setContent(html_b715b033e50e464b8d4a3a68ba8be156);
|
|
|
|
|
|
circle_a04f12691e1d442bbd8d456fee0fdefa.bindPopup(popup_fa4f0a76b4db4c5599f46ca007275fb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a04f12691e1d442bbd8d456fee0fdefa.bindTooltip(
|
|
`<div>
|
|
Frog And Rosbif (#1019) | n_orders=216
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1136f56324774bd683557021a713a562 = L.circle(
|
|
[48.852406, 2.345372],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c649ced00e9a46ccad03218f244d69a6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c4ceb692088c4184a2f2ba10c5b80014 = $(`<div id="html_c4ceb692088c4184a2f2ba10c5b80014" style="width: 100.0%; height: 100.0%;">18 Rue Saint-Severin, 75005 Paris</div>`)[0];
|
|
popup_c649ced00e9a46ccad03218f244d69a6.setContent(html_c4ceb692088c4184a2f2ba10c5b80014);
|
|
|
|
|
|
circle_1136f56324774bd683557021a713a562.bindPopup(popup_c649ced00e9a46ccad03218f244d69a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1136f56324774bd683557021a713a562.bindTooltip(
|
|
`<div>
|
|
Frogburger Saint Michel (#1020) | n_orders=363
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6b21223dc9164a308cf23721ae58c795 = L.circle(
|
|
[48.852283, 2.334437],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_aa3f4a719af6421da3ddb523766adb0e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_94b3b8828b924dd3ab825267c2175689 = $(`<div id="html_94b3b8828b924dd3ab825267c2175689" style="width: 100.0%; height: 100.0%;">9 Rue Princesse, 75006 Paris</div>`)[0];
|
|
popup_aa3f4a719af6421da3ddb523766adb0e.setContent(html_94b3b8828b924dd3ab825267c2175689);
|
|
|
|
|
|
circle_6b21223dc9164a308cf23721ae58c795.bindPopup(popup_aa3f4a719af6421da3ddb523766adb0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6b21223dc9164a308cf23721ae58c795.bindTooltip(
|
|
`<div>
|
|
Frog And Princess (#1021) | n_orders=362
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_301aa4747c5949a7959acbd86ef7e9ef = L.circle(
|
|
[48.87075, 2.34291],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_084cb40026c946459ed49760bd653748 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4dff3c56d0814fb29666195d8ffb807b = $(`<div id="html_4dff3c56d0814fb29666195d8ffb807b" style="width: 100.0%; height: 100.0%;">176 Rue Montmartre, 75002 Paris</div>`)[0];
|
|
popup_084cb40026c946459ed49760bd653748.setContent(html_4dff3c56d0814fb29666195d8ffb807b);
|
|
|
|
|
|
circle_301aa4747c5949a7959acbd86ef7e9ef.bindPopup(popup_084cb40026c946459ed49760bd653748)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_301aa4747c5949a7959acbd86ef7e9ef.bindTooltip(
|
|
`<div>
|
|
Frog And Underground (#1022) | n_orders=87
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e66b45c3d555408fb16a707b585186c1 = L.circle(
|
|
[48.830711, 2.376651],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ce07172874ec4537946e51014d0c4e2a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_011618305baf4ae5a27bf2d37a6ce5ae = $(`<div id="html_011618305baf4ae5a27bf2d37a6ce5ae" style="width: 100.0%; height: 100.0%;">114 Avenue De France Paris, 75013 Paris</div>`)[0];
|
|
popup_ce07172874ec4537946e51014d0c4e2a.setContent(html_011618305baf4ae5a27bf2d37a6ce5ae);
|
|
|
|
|
|
circle_e66b45c3d555408fb16a707b585186c1.bindPopup(popup_ce07172874ec4537946e51014d0c4e2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e66b45c3d555408fb16a707b585186c1.bindTooltip(
|
|
`<div>
|
|
Frog And British Library (#1023) | n_orders=785
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_75fa33e41df1443abe2118b6dbc12fab = L.circle(
|
|
[48.843224, 2.229298],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b997e3b80ea04ddf8f63463caf03ac10 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cdc9131de81b45f19668928d252210b5 = $(`<div id="html_cdc9131de81b45f19668928d252210b5" style="width: 100.0%; height: 100.0%;">86 Avenue Jean Baptiste Clement, 92100 Boulogne-Billancourt, 92100 Paris</div>`)[0];
|
|
popup_b997e3b80ea04ddf8f63463caf03ac10.setContent(html_cdc9131de81b45f19668928d252210b5);
|
|
|
|
|
|
circle_75fa33e41df1443abe2118b6dbc12fab.bindPopup(popup_b997e3b80ea04ddf8f63463caf03ac10)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_75fa33e41df1443abe2118b6dbc12fab.bindTooltip(
|
|
`<div>
|
|
86 Cote Studios (#1025) | n_orders=46
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5716a8ed44524a08b64b64c282008213 = L.circle(
|
|
[48.863403, 2.331974],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_78cf586836804aa8a017319e59a735a0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cb67ae337e474985a32181e3aa47423c = $(`<div id="html_cb67ae337e474985a32181e3aa47423c" style="width: 100.0%; height: 100.0%;">4 Rue De L'Echelle, 75001 Paris</div>`)[0];
|
|
popup_78cf586836804aa8a017319e59a735a0.setContent(html_cb67ae337e474985a32181e3aa47423c);
|
|
|
|
|
|
circle_5716a8ed44524a08b64b64c282008213.bindPopup(popup_78cf586836804aa8a017319e59a735a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5716a8ed44524a08b64b64c282008213.bindTooltip(
|
|
`<div>
|
|
Maison Kayser - Paris 01 (#1026) | n_orders=61
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a07b0af284b645cb959dfacfd9447c1c = L.circle(
|
|
[48.869564, 2.352397],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c112cfcdb0a64ec7be102ae3ce9fb4ea = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f68aeaa6837946698a8b7e03b1b767da = $(`<div id="html_f68aeaa6837946698a8b7e03b1b767da" style="width: 100.0%; height: 100.0%;">1 Boulevard De Bonne Nouvelle, 75002 Paris</div>`)[0];
|
|
popup_c112cfcdb0a64ec7be102ae3ce9fb4ea.setContent(html_f68aeaa6837946698a8b7e03b1b767da);
|
|
|
|
|
|
circle_a07b0af284b645cb959dfacfd9447c1c.bindPopup(popup_c112cfcdb0a64ec7be102ae3ce9fb4ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a07b0af284b645cb959dfacfd9447c1c.bindTooltip(
|
|
`<div>
|
|
Burger And Fries (#1027) | n_orders=2665
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_84d65ca5f98841189ef2c22e4e9d7c0b = L.circle(
|
|
[48.877613, 2.313788],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5f41147be2c2428ab95f9d0aedddc6a2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_90ecfd0b4dff4b76a23c699c664465f7 = $(`<div id="html_90ecfd0b4dff4b76a23c699c664465f7" style="width: 100.0%; height: 100.0%;">85 Boulevard Malheserbes, 75008 Paris</div>`)[0];
|
|
popup_5f41147be2c2428ab95f9d0aedddc6a2.setContent(html_90ecfd0b4dff4b76a23c699c664465f7);
|
|
|
|
|
|
circle_84d65ca5f98841189ef2c22e4e9d7c0b.bindPopup(popup_5f41147be2c2428ab95f9d0aedddc6a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_84d65ca5f98841189ef2c22e4e9d7c0b.bindTooltip(
|
|
`<div>
|
|
Maison Kayser - Paris 08 (#1029) | n_orders=115
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_471d5855cec84419b196ad89762c1dae = L.circle(
|
|
[48.898491, 2.28656],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_73005ca5e7204b94b8e613828d7637fe = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a04df20325bc4c74bbcc053c3c8cfdf2 = $(`<div id="html_a04df20325bc4c74bbcc053c3c8cfdf2" style="width: 100.0%; height: 100.0%;">78 Rue Baudin, 92300 Paris</div>`)[0];
|
|
popup_73005ca5e7204b94b8e613828d7637fe.setContent(html_a04df20325bc4c74bbcc053c3c8cfdf2);
|
|
|
|
|
|
circle_471d5855cec84419b196ad89762c1dae.bindPopup(popup_73005ca5e7204b94b8e613828d7637fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_471d5855cec84419b196ad89762c1dae.bindTooltip(
|
|
`<div>
|
|
Cap Kennedy (#1030) | n_orders=202
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ddd30d0bc34a4acba2d83400c29a4290 = L.circle(
|
|
[48.879539, 2.335467],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_93411bfb7743450ebfc54a507b17b3dd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_99c22ec8a90744b2afa6c642a27dfe86 = $(`<div id="html_99c22ec8a90744b2afa6c642a27dfe86" style="width: 100.0%; height: 100.0%;">43 Rue Notre Dame De Lorette, 75009 Paris</div>`)[0];
|
|
popup_93411bfb7743450ebfc54a507b17b3dd.setContent(html_99c22ec8a90744b2afa6c642a27dfe86);
|
|
|
|
|
|
circle_ddd30d0bc34a4acba2d83400c29a4290.bindPopup(popup_93411bfb7743450ebfc54a507b17b3dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ddd30d0bc34a4acba2d83400c29a4290.bindTooltip(
|
|
`<div>
|
|
Melted (#1031) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_da62f805822342f796fe722d2c453c91 = L.circle(
|
|
[48.858379, 2.326165],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a7d6fda26a58404ba598320ac9e166ab = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ad7fa7f4868a4cf2a76827ffe19094c8 = $(`<div id="html_ad7fa7f4868a4cf2a76827ffe19094c8" style="width: 100.0%; height: 100.0%;">16 Rue Du Bac, 75007 Paris</div>`)[0];
|
|
popup_a7d6fda26a58404ba598320ac9e166ab.setContent(html_ad7fa7f4868a4cf2a76827ffe19094c8);
|
|
|
|
|
|
circle_da62f805822342f796fe722d2c453c91.bindPopup(popup_a7d6fda26a58404ba598320ac9e166ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_da62f805822342f796fe722d2c453c91.bindTooltip(
|
|
`<div>
|
|
Ristorante Di Como (#1032) | n_orders=29
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ca83dcac2180469889e6c6d7d67fae1e = L.circle(
|
|
[48.852833, 2.371253],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e07c815cd7634f228b40abb3e6452e22 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_55fb8e32a490423dbfaed70ca6f30d9e = $(`<div id="html_55fb8e32a490423dbfaed70ca6f30d9e" style="width: 100.0%; height: 100.0%;">19 Rue Du Faubourg Saint Antoine, 75012 Paris</div>`)[0];
|
|
popup_e07c815cd7634f228b40abb3e6452e22.setContent(html_55fb8e32a490423dbfaed70ca6f30d9e);
|
|
|
|
|
|
circle_ca83dcac2180469889e6c6d7d67fae1e.bindPopup(popup_e07c815cd7634f228b40abb3e6452e22)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ca83dcac2180469889e6c6d7d67fae1e.bindTooltip(
|
|
`<div>
|
|
Frogburger Bastille (#1034) | n_orders=599
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_612658b7b1aa4399a4d43ae67ca73f58 = L.circle(
|
|
[48.845669, 2.368562],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_668b0a298d2a4313932a06f076852c3c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_524736833326439cad9465bd88e45f87 = $(`<div id="html_524736833326439cad9465bd88e45f87" style="width: 100.0%; height: 100.0%;">13 Boulevard Diderot, 75012 Paris</div>`)[0];
|
|
popup_668b0a298d2a4313932a06f076852c3c.setContent(html_524736833326439cad9465bd88e45f87);
|
|
|
|
|
|
circle_612658b7b1aa4399a4d43ae67ca73f58.bindPopup(popup_668b0a298d2a4313932a06f076852c3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_612658b7b1aa4399a4d43ae67ca73f58.bindTooltip(
|
|
`<div>
|
|
Maison Kayser - Paris 12 (#1035) | n_orders=62
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a69d7298e5864add8df4277f586055ec = L.circle(
|
|
[48.85833, 2.326138],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1db48b59f3ea4c1bb77ba17dd3dda98c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_690a5aa5ba394d61bc1bf8ace037b017 = $(`<div id="html_690a5aa5ba394d61bc1bf8ace037b017" style="width: 100.0%; height: 100.0%;">18 Rue Du Bac, 75007 Paris</div>`)[0];
|
|
popup_1db48b59f3ea4c1bb77ba17dd3dda98c.setContent(html_690a5aa5ba394d61bc1bf8ace037b017);
|
|
|
|
|
|
circle_a69d7298e5864add8df4277f586055ec.bindPopup(popup_1db48b59f3ea4c1bb77ba17dd3dda98c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a69d7298e5864add8df4277f586055ec.bindTooltip(
|
|
`<div>
|
|
Maison Kayser - Paris 07 (#1036) | n_orders=70
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_23ed2b1d5d9049a3a857efebd64b541b = L.circle(
|
|
[48.846394, 2.340358],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_30040dd6e85141b2bf26cf887427140c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1693c6aa630c4d69872e4e621a20207e = $(`<div id="html_1693c6aa630c4d69872e4e621a20207e" style="width: 100.0%; height: 100.0%;">4 Rue Gay Lussac, 75005 Paris</div>`)[0];
|
|
popup_30040dd6e85141b2bf26cf887427140c.setContent(html_1693c6aa630c4d69872e4e621a20207e);
|
|
|
|
|
|
circle_23ed2b1d5d9049a3a857efebd64b541b.bindPopup(popup_30040dd6e85141b2bf26cf887427140c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_23ed2b1d5d9049a3a857efebd64b541b.bindTooltip(
|
|
`<div>
|
|
Yaki Ramen (#1037) | n_orders=561
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_56c18653cf764ebaae90398174cb2f5b = L.circle(
|
|
[48.879803, 2.23659],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ee0505e119a84e68985fa7a9437bcc1e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d17449023e4b4e54a5f8e68d1eb94242 = $(`<div id="html_d17449023e4b4e54a5f8e68d1eb94242" style="width: 100.0%; height: 100.0%;">163 Rue Jean Jaures, 92800 Paris</div>`)[0];
|
|
popup_ee0505e119a84e68985fa7a9437bcc1e.setContent(html_d17449023e4b4e54a5f8e68d1eb94242);
|
|
|
|
|
|
circle_56c18653cf764ebaae90398174cb2f5b.bindPopup(popup_ee0505e119a84e68985fa7a9437bcc1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_56c18653cf764ebaae90398174cb2f5b.bindTooltip(
|
|
`<div>
|
|
American Burger Factory (#1038) | n_orders=136
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_57a1f20a852c48e3b1a41760aad2854b = L.circle(
|
|
[48.862873, 2.367311],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b3b7b784ecc748c3953a9b3f1f42e6ae = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_078d2098a5194bb08f20c2fa95575228 = $(`<div id="html_078d2098a5194bb08f20c2fa95575228" style="width: 100.0%; height: 100.0%;">106 Rue Amelot, 75011 Paris</div>`)[0];
|
|
popup_b3b7b784ecc748c3953a9b3f1f42e6ae.setContent(html_078d2098a5194bb08f20c2fa95575228);
|
|
|
|
|
|
circle_57a1f20a852c48e3b1a41760aad2854b.bindPopup(popup_b3b7b784ecc748c3953a9b3f1f42e6ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_57a1f20a852c48e3b1a41760aad2854b.bindTooltip(
|
|
`<div>
|
|
Detox Delight (#1040) | n_orders=91
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_64d8bb78d5e045f38d589ec47cd5238d = L.circle(
|
|
[48.875221, 2.350901],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_248aed3626994cc7b2328c6b9218bcc6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2ece5fd4b16543969495beb888696b35 = $(`<div id="html_2ece5fd4b16543969495beb888696b35" style="width: 100.0%; height: 100.0%;">33 Rue De Paradis, 75010 Paris</div>`)[0];
|
|
popup_248aed3626994cc7b2328c6b9218bcc6.setContent(html_2ece5fd4b16543969495beb888696b35);
|
|
|
|
|
|
circle_64d8bb78d5e045f38d589ec47cd5238d.bindPopup(popup_248aed3626994cc7b2328c6b9218bcc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_64d8bb78d5e045f38d589ec47cd5238d.bindTooltip(
|
|
`<div>
|
|
I Cugini (#1041) | n_orders=76
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ce64f8cec58d4cff91c3b9f2f5bd9ed1 = L.circle(
|
|
[48.874878, 2.353736],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_de8b7412f7454c389412bb9498bb46e3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1f94eb76dbfc4cd9a73e5c94d5bc5fb7 = $(`<div id="html_1f94eb76dbfc4cd9a73e5c94d5bc5fb7" style="width: 100.0%; height: 100.0%;">16 Rue De Paradis, 75010 Paris</div>`)[0];
|
|
popup_de8b7412f7454c389412bb9498bb46e3.setContent(html_1f94eb76dbfc4cd9a73e5c94d5bc5fb7);
|
|
|
|
|
|
circle_ce64f8cec58d4cff91c3b9f2f5bd9ed1.bindPopup(popup_de8b7412f7454c389412bb9498bb46e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ce64f8cec58d4cff91c3b9f2f5bd9ed1.bindTooltip(
|
|
`<div>
|
|
Nous (#1042) | n_orders=685
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6c76d70a066a430a9dcf2a33eb2cf7d5 = L.circle(
|
|
[48.871452, 2.349851],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3b0e8bc00e59498eb2c0fb771e01a88e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4bcd017c9606422b86411cab264df0d1 = $(`<div id="html_4bcd017c9606422b86411cab264df0d1" style="width: 100.0%; height: 100.0%;">14 Rue D'Hauteville, 75010 Paris</div>`)[0];
|
|
popup_3b0e8bc00e59498eb2c0fb771e01a88e.setContent(html_4bcd017c9606422b86411cab264df0d1);
|
|
|
|
|
|
circle_6c76d70a066a430a9dcf2a33eb2cf7d5.bindPopup(popup_3b0e8bc00e59498eb2c0fb771e01a88e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6c76d70a066a430a9dcf2a33eb2cf7d5.bindTooltip(
|
|
`<div>
|
|
Bulliz (#1043) | n_orders=44
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d9cb3ed9f8034b1e95e7fd74129ae519 = L.circle(
|
|
[48.87949, 2.295432],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9432eea5e42f4f9795d9b21fba352002 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_135a5780cfb74d49b8f2cda437f22436 = $(`<div id="html_135a5780cfb74d49b8f2cda437f22436" style="width: 100.0%; height: 100.0%;">23 Rue Poncelet, 75017 Paris</div>`)[0];
|
|
popup_9432eea5e42f4f9795d9b21fba352002.setContent(html_135a5780cfb74d49b8f2cda437f22436);
|
|
|
|
|
|
circle_d9cb3ed9f8034b1e95e7fd74129ae519.bindPopup(popup_9432eea5e42f4f9795d9b21fba352002)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d9cb3ed9f8034b1e95e7fd74129ae519.bindTooltip(
|
|
`<div>
|
|
La Ptite Cuisine (#1044) | n_orders=153
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0b6d3de97ddf449d9d03285ec705bc72 = L.circle(
|
|
[48.835617, 2.292968],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_948ce44889694cd0b4db1e6bc4b77bc2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d105e641b9d64f8aa9009826d4be33d0 = $(`<div id="html_d105e641b9d64f8aa9009826d4be33d0" style="width: 100.0%; height: 100.0%;">383 Bis Rue De Vaugirard, 75015 Paris</div>`)[0];
|
|
popup_948ce44889694cd0b4db1e6bc4b77bc2.setContent(html_d105e641b9d64f8aa9009826d4be33d0);
|
|
|
|
|
|
circle_0b6d3de97ddf449d9d03285ec705bc72.bindPopup(popup_948ce44889694cd0b4db1e6bc4b77bc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0b6d3de97ddf449d9d03285ec705bc72.bindTooltip(
|
|
`<div>
|
|
Friends (#1045) | n_orders=109
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_17cd808410754aa9913d15faf772cd29 = L.circle(
|
|
[48.855759, 2.360234],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_81f7db2344544ef9a66553eefadbcd67 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_93df4fc57cc540589c5c698d434fe4a0 = $(`<div id="html_93df4fc57cc540589c5c698d434fe4a0" style="width: 100.0%; height: 100.0%;">4 Rue Pavee, 75004 Paris</div>`)[0];
|
|
popup_81f7db2344544ef9a66553eefadbcd67.setContent(html_93df4fc57cc540589c5c698d434fe4a0);
|
|
|
|
|
|
circle_17cd808410754aa9913d15faf772cd29.bindPopup(popup_81f7db2344544ef9a66553eefadbcd67)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_17cd808410754aa9913d15faf772cd29.bindTooltip(
|
|
`<div>
|
|
Movenpick (#1046) | n_orders=45
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7d6b5996e9bb48f3898432856e7ed790 = L.circle(
|
|
[48.854336, 2.367698],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eacefddf10584ea6be510f874ff5abf5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_84cc5f1bd9ee4b6fadac0d993d6db35d = $(`<div id="html_84cc5f1bd9ee4b6fadac0d993d6db35d" style="width: 100.0%; height: 100.0%;">5 Boulevard Beaumarchais, 75004 Paris</div>`)[0];
|
|
popup_eacefddf10584ea6be510f874ff5abf5.setContent(html_84cc5f1bd9ee4b6fadac0d993d6db35d);
|
|
|
|
|
|
circle_7d6b5996e9bb48f3898432856e7ed790.bindPopup(popup_eacefddf10584ea6be510f874ff5abf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7d6b5996e9bb48f3898432856e7ed790.bindTooltip(
|
|
`<div>
|
|
Dalloyau Bastille (#1047) | n_orders=87
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e3be23313eee42e4ae5b493e5b6df16e = L.circle(
|
|
[48.882526, 2.293723],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8525dcb94e8a41ffbc1a881bc1ff5ca0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_08a0934fbee94501a42a753e94f6397e = $(`<div id="html_08a0934fbee94501a42a753e94f6397e" style="width: 100.0%; height: 100.0%;">23 Rue Faraday 75017, 75017 Paris</div>`)[0];
|
|
popup_8525dcb94e8a41ffbc1a881bc1ff5ca0.setContent(html_08a0934fbee94501a42a753e94f6397e);
|
|
|
|
|
|
circle_e3be23313eee42e4ae5b493e5b6df16e.bindPopup(popup_8525dcb94e8a41ffbc1a881bc1ff5ca0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e3be23313eee42e4ae5b493e5b6df16e.bindTooltip(
|
|
`<div>
|
|
Denis Scarfe (#1049) | n_orders=14
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9864eb53e8f84319868cb171eb9757a5 = L.circle(
|
|
[48.884853, 2.239151],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ca947ecfef2a43c2a0ed70567f6c8592 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dac8dcc1959d4ed4ad69e4fd20d3e81a = $(`<div id="html_dac8dcc1959d4ed4ad69e4fd20d3e81a" style="width: 100.0%; height: 100.0%;">102 Rue De La Republique, 92800 Courbevoie</div>`)[0];
|
|
popup_ca947ecfef2a43c2a0ed70567f6c8592.setContent(html_dac8dcc1959d4ed4ad69e4fd20d3e81a);
|
|
|
|
|
|
circle_9864eb53e8f84319868cb171eb9757a5.bindPopup(popup_ca947ecfef2a43c2a0ed70567f6c8592)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9864eb53e8f84319868cb171eb9757a5.bindTooltip(
|
|
`<div>
|
|
Msushi Puteaux (#1050) | n_orders=159
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_adda4f95cbb54f8f86d1964b27666b96 = L.circle(
|
|
[48.900406, 2.245036],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_12985aadc49f40b0b3da705c98b71481 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5dd1a735495e4bc5ad1e314bef7382c9 = $(`<div id="html_5dd1a735495e4bc5ad1e314bef7382c9" style="width: 100.0%; height: 100.0%;">52 Avenue Marceau, 92400 Courbevoie</div>`)[0];
|
|
popup_12985aadc49f40b0b3da705c98b71481.setContent(html_5dd1a735495e4bc5ad1e314bef7382c9);
|
|
|
|
|
|
circle_adda4f95cbb54f8f86d1964b27666b96.bindPopup(popup_12985aadc49f40b0b3da705c98b71481)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_adda4f95cbb54f8f86d1964b27666b96.bindTooltip(
|
|
`<div>
|
|
New Shri Ganesh (#1051) | n_orders=238
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4d85528eddff4478869ce2ad95610073 = L.circle(
|
|
[48.833771, 2.351291],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_62024f62e10342c39a9e29b88a2e0ae7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_444d3f8a21654601b811997c86df09d0 = $(`<div id="html_444d3f8a21654601b811997c86df09d0" style="width: 100.0%; height: 100.0%;">54 Avenue Des Gobelins, 75013 Paris</div>`)[0];
|
|
popup_62024f62e10342c39a9e29b88a2e0ae7.setContent(html_444d3f8a21654601b811997c86df09d0);
|
|
|
|
|
|
circle_4d85528eddff4478869ce2ad95610073.bindPopup(popup_62024f62e10342c39a9e29b88a2e0ae7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4d85528eddff4478869ce2ad95610073.bindTooltip(
|
|
`<div>
|
|
Tao (#1052) | n_orders=656
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c49f1a106be34216bed185bdc9591037 = L.circle(
|
|
[48.883255, 2.371337],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_35ae53d555424fffb7ace29080f32998 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9c0fcf4fb5d24714b4b8f7ccdbc03888 = $(`<div id="html_9c0fcf4fb5d24714b4b8f7ccdbc03888" style="width: 100.0%; height: 100.0%;">5 Avenue Jean Jaures, 75019 Paris</div>`)[0];
|
|
popup_35ae53d555424fffb7ace29080f32998.setContent(html_9c0fcf4fb5d24714b4b8f7ccdbc03888);
|
|
|
|
|
|
circle_c49f1a106be34216bed185bdc9591037.bindPopup(popup_35ae53d555424fffb7ace29080f32998)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c49f1a106be34216bed185bdc9591037.bindTooltip(
|
|
`<div>
|
|
Make Your Lunch (#1054) | n_orders=90
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_259769a10cc241f39ca1a1dc6e963595 = L.circle(
|
|
[48.85408, 2.368476],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_99b29e3a2cd744338f1b9e9d28c4ff3b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ca5352e8a5ef4d4fb069846d87eeba6d = $(`<div id="html_ca5352e8a5ef4d4fb069846d87eeba6d" style="width: 100.0%; height: 100.0%;">3 Boulevard Beaumarchais, 75004 Paris</div>`)[0];
|
|
popup_99b29e3a2cd744338f1b9e9d28c4ff3b.setContent(html_ca5352e8a5ef4d4fb069846d87eeba6d);
|
|
|
|
|
|
circle_259769a10cc241f39ca1a1dc6e963595.bindPopup(popup_99b29e3a2cd744338f1b9e9d28c4ff3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_259769a10cc241f39ca1a1dc6e963595.bindTooltip(
|
|
`<div>
|
|
Leon De Bruxelles (#1055) | n_orders=247
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b07a195a55044021afc267a2bc65f4ee = L.circle(
|
|
[48.866795, 2.365563],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f59bf405f88647708657cf15d0e2472a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ee841e2cd1b8440893e60a7ec7b62421 = $(`<div id="html_ee841e2cd1b8440893e60a7ec7b62421" style="width: 100.0%; height: 100.0%;">8 Place De La Republique, 75011 Paris</div>`)[0];
|
|
popup_f59bf405f88647708657cf15d0e2472a.setContent(html_ee841e2cd1b8440893e60a7ec7b62421);
|
|
|
|
|
|
circle_b07a195a55044021afc267a2bc65f4ee.bindPopup(popup_f59bf405f88647708657cf15d0e2472a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b07a195a55044021afc267a2bc65f4ee.bindTooltip(
|
|
`<div>
|
|
Leon De Bruxelles (#1056) | n_orders=174
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_466d210079e8464fa04e2664d034f148 = L.circle(
|
|
[48.875946, 2.346907],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_130619130b5f4ebaaa39bb4a4b32df2e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fdfeaa37ee8940cd891f719b9d49344f = $(`<div id="html_fdfeaa37ee8940cd891f719b9d49344f" style="width: 100.0%; height: 100.0%;">3 Rue Papillon, 75009 Paris</div>`)[0];
|
|
popup_130619130b5f4ebaaa39bb4a4b32df2e.setContent(html_fdfeaa37ee8940cd891f719b9d49344f);
|
|
|
|
|
|
circle_466d210079e8464fa04e2664d034f148.bindPopup(popup_130619130b5f4ebaaa39bb4a4b32df2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_466d210079e8464fa04e2664d034f148.bindTooltip(
|
|
`<div>
|
|
Le Massyl (#1058) | n_orders=27
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_01f88b3abe134906b1db9e6f51771263 = L.circle(
|
|
[48.878632, 2.284294],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ad1171f9d2b3422598ffd25f07f8cf28 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_27d0bc5a5639414cb7ed99d6c80f84dd = $(`<div id="html_27d0bc5a5639414cb7ed99d6c80f84dd" style="width: 100.0%; height: 100.0%;">95 Boulevard Gouvion St Cyr, 75017 Paris</div>`)[0];
|
|
popup_ad1171f9d2b3422598ffd25f07f8cf28.setContent(html_27d0bc5a5639414cb7ed99d6c80f84dd);
|
|
|
|
|
|
circle_01f88b3abe134906b1db9e6f51771263.bindPopup(popup_ad1171f9d2b3422598ffd25f07f8cf28)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_01f88b3abe134906b1db9e6f51771263.bindTooltip(
|
|
`<div>
|
|
Leon De Bruxelles (#1059) | n_orders=304
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_795a7ecebac044c98d3b682113340b91 = L.circle(
|
|
[48.861496, 2.44055],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2bffed0265b04a408a48f3c396a85ca3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b0d43c9b5a394919bca721eaba8f14eb = $(`<div id="html_b0d43c9b5a394919bca721eaba8f14eb" style="width: 100.0%; height: 100.0%;">7 Boulevard Rouget De Lisle, 93100 Saint-Mande</div>`)[0];
|
|
popup_2bffed0265b04a408a48f3c396a85ca3.setContent(html_b0d43c9b5a394919bca721eaba8f14eb);
|
|
|
|
|
|
circle_795a7ecebac044c98d3b682113340b91.bindPopup(popup_2bffed0265b04a408a48f3c396a85ca3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_795a7ecebac044c98d3b682113340b91.bindTooltip(
|
|
`<div>
|
|
Saigon (#1060) | n_orders=145
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_117cdf1c7ec14b91bea62e0a3082cf92 = L.circle(
|
|
[48.852901, 2.33586],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cd7cd6c78a2b40c9a01041b073d334ef = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0c283f7099c24ab5b9977ef25ceb58a0 = $(`<div id="html_0c283f7099c24ab5b9977ef25ceb58a0" style="width: 100.0%; height: 100.0%;">131 Boulevard Saint Germain, 75006 Paris</div>`)[0];
|
|
popup_cd7cd6c78a2b40c9a01041b073d334ef.setContent(html_0c283f7099c24ab5b9977ef25ceb58a0);
|
|
|
|
|
|
circle_117cdf1c7ec14b91bea62e0a3082cf92.bindPopup(popup_cd7cd6c78a2b40c9a01041b073d334ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_117cdf1c7ec14b91bea62e0a3082cf92.bindTooltip(
|
|
`<div>
|
|
Leon De Bruxelles (#1063) | n_orders=132
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f0cabd0617df4994ba49adada51589f7 = L.circle(
|
|
[48.862202, 2.338155],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c3e1b6a64aa84104bfe08561ed0f9736 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_545d454da8d04a9a9ae4bf3724956120 = $(`<div id="html_545d454da8d04a9a9ae4bf3724956120" style="width: 100.0%; height: 100.0%;">8 Rue Jean-Jacques Rousseau, 75001 Paris</div>`)[0];
|
|
popup_c3e1b6a64aa84104bfe08561ed0f9736.setContent(html_545d454da8d04a9a9ae4bf3724956120);
|
|
|
|
|
|
circle_f0cabd0617df4994ba49adada51589f7.bindPopup(popup_c3e1b6a64aa84104bfe08561ed0f9736)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f0cabd0617df4994ba49adada51589f7.bindTooltip(
|
|
`<div>
|
|
Les Petits Plats D'Emile (#1064) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dbb7964a5d864e85be5242aa8b60f9cd = L.circle(
|
|
[48.842918, 2.325801],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eef800e939734b58acd2e48b99939508 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7c3b003181bb4d018984a1889e656124 = $(`<div id="html_7c3b003181bb4d018984a1889e656124" style="width: 100.0%; height: 100.0%;">82Bis Boulevard Du Montparnasse, 75014 Paris</div>`)[0];
|
|
popup_eef800e939734b58acd2e48b99939508.setContent(html_7c3b003181bb4d018984a1889e656124);
|
|
|
|
|
|
circle_dbb7964a5d864e85be5242aa8b60f9cd.bindPopup(popup_eef800e939734b58acd2e48b99939508)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dbb7964a5d864e85be5242aa8b60f9cd.bindTooltip(
|
|
`<div>
|
|
Leon De Bruxelles (#1065) | n_orders=278
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b0a3ed6c2d3d49dd9bb20238b2319af6 = L.circle(
|
|
[48.871418, 2.335344],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_71ef137c11954841ae2d62978acc5b0d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7c710a90c8e24587a2ffe690e4937f47 = $(`<div id="html_7c710a90c8e24587a2ffe690e4937f47" style="width: 100.0%; height: 100.0%;">30 Boulevard Des Italiens, 75009 Paris</div>`)[0];
|
|
popup_71ef137c11954841ae2d62978acc5b0d.setContent(html_7c710a90c8e24587a2ffe690e4937f47);
|
|
|
|
|
|
circle_b0a3ed6c2d3d49dd9bb20238b2319af6.bindPopup(popup_71ef137c11954841ae2d62978acc5b0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b0a3ed6c2d3d49dd9bb20238b2319af6.bindTooltip(
|
|
`<div>
|
|
Restaurants #1066, #1676 | n_orders=244
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_83bd4996d3aa4d24bc40c67a86f636e7 = L.circle(
|
|
[48.874451, 2.338133],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c4c29f30f1ac46c49b734affd255ba31 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7568a496e6904dcbaebe94330cfa83ac = $(`<div id="html_7568a496e6904dcbaebe94330cfa83ac" style="width: 100.0%; height: 100.0%;">39 Rue La Fayette, 75009 Paris</div>`)[0];
|
|
popup_c4c29f30f1ac46c49b734affd255ba31.setContent(html_7568a496e6904dcbaebe94330cfa83ac);
|
|
|
|
|
|
circle_83bd4996d3aa4d24bc40c67a86f636e7.bindPopup(popup_c4c29f30f1ac46c49b734affd255ba31)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_83bd4996d3aa4d24bc40c67a86f636e7.bindTooltip(
|
|
`<div>
|
|
Il Caffe Lafayette (#1067) | n_orders=11
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_93914ebfa3b84a7ca9542dd795cff02c = L.circle(
|
|
[48.866241, 2.336616],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_045aa004a34e426db0e50411da3ec831 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7df2b3a7b8444a6388fc3ce75ac27da6 = $(`<div id="html_7df2b3a7b8444a6388fc3ce75ac27da6" style="width: 100.0%; height: 100.0%;">7 Rue Des Petits-Champs, 75001 Paris</div>`)[0];
|
|
popup_045aa004a34e426db0e50411da3ec831.setContent(html_7df2b3a7b8444a6388fc3ce75ac27da6);
|
|
|
|
|
|
circle_93914ebfa3b84a7ca9542dd795cff02c.bindPopup(popup_045aa004a34e426db0e50411da3ec831)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_93914ebfa3b84a7ca9542dd795cff02c.bindTooltip(
|
|
`<div>
|
|
Kaitleen (#1068) | n_orders=31
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9d564966bd3e4ee284f2dd5a09002018 = L.circle(
|
|
[48.837543, 2.342799],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_53be10a6939b45b081cc339073214e4d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b11b2e2a8ad940568470109e3b82a239 = $(`<div id="html_b11b2e2a8ad940568470109e3b82a239" style="width: 100.0%; height: 100.0%;">47 Boulevard De Port-Royal, 75013, 75013 Paris</div>`)[0];
|
|
popup_53be10a6939b45b081cc339073214e4d.setContent(html_b11b2e2a8ad940568470109e3b82a239);
|
|
|
|
|
|
circle_9d564966bd3e4ee284f2dd5a09002018.bindPopup(popup_53be10a6939b45b081cc339073214e4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9d564966bd3e4ee284f2dd5a09002018.bindTooltip(
|
|
`<div>
|
|
Giovanna (#1070) | n_orders=282
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_430fba94235343fa91b45e594931be4c = L.circle(
|
|
[48.87352, 2.307789],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8511968c097a4b0ab7bf63683fa0dfcc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_761ff9747b3144b0bc35150f6d098819 = $(`<div id="html_761ff9747b3144b0bc35150f6d098819" style="width: 100.0%; height: 100.0%;">5 Avenue Myron Herrick, 75008 Paris</div>`)[0];
|
|
popup_8511968c097a4b0ab7bf63683fa0dfcc.setContent(html_761ff9747b3144b0bc35150f6d098819);
|
|
|
|
|
|
circle_430fba94235343fa91b45e594931be4c.bindPopup(popup_8511968c097a4b0ab7bf63683fa0dfcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_430fba94235343fa91b45e594931be4c.bindTooltip(
|
|
`<div>
|
|
Il Caffe (#1071) | n_orders=49
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_951a00ec3c3541e8b089aecbd95a1f48 = L.circle(
|
|
[48.867493, 2.37667],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1d8b67eec644400fb22a8f04af5dd898 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_537022dd01d5464f9277f7b84adbbb3d = $(`<div id="html_537022dd01d5464f9277f7b84adbbb3d" style="width: 100.0%; height: 100.0%;">86 Rue Jean Pierre Timbaud, 75011 Paris</div>`)[0];
|
|
popup_1d8b67eec644400fb22a8f04af5dd898.setContent(html_537022dd01d5464f9277f7b84adbbb3d);
|
|
|
|
|
|
circle_951a00ec3c3541e8b089aecbd95a1f48.bindPopup(popup_1d8b67eec644400fb22a8f04af5dd898)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_951a00ec3c3541e8b089aecbd95a1f48.bindTooltip(
|
|
`<div>
|
|
Route 66 Burger Gourmet (#1074) | n_orders=482
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_33889e2568864b63adf53420014a54b8 = L.circle(
|
|
[48.858738, 2.437539],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bdf5b8b3a24a4e16a4918b896665192f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_359d40c82d8a497e9020f11456a40ab3 = $(`<div id="html_359d40c82d8a497e9020f11456a40ab3" style="width: 100.0%; height: 100.0%;">49 Boulevard Rouget De L'Isle, 93100 Paris</div>`)[0];
|
|
popup_bdf5b8b3a24a4e16a4918b896665192f.setContent(html_359d40c82d8a497e9020f11456a40ab3);
|
|
|
|
|
|
circle_33889e2568864b63adf53420014a54b8.bindPopup(popup_bdf5b8b3a24a4e16a4918b896665192f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_33889e2568864b63adf53420014a54b8.bindTooltip(
|
|
`<div>
|
|
La Bottega Siciliana (#1076) | n_orders=32
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c5df819b1fdf48e48d0089611f22f767 = L.circle(
|
|
[48.885818, 2.257966],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cd8d50f9a9e44bba8abc6f6ea7da94f4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_062eeb790c914f3391985c9256940d9f = $(`<div id="html_062eeb790c914f3391985c9256940d9f" style="width: 100.0%; height: 100.0%;">186 Venue Charles De Gaulle, 92200 Paris</div>`)[0];
|
|
popup_cd8d50f9a9e44bba8abc6f6ea7da94f4.setContent(html_062eeb790c914f3391985c9256940d9f);
|
|
|
|
|
|
circle_c5df819b1fdf48e48d0089611f22f767.bindPopup(popup_cd8d50f9a9e44bba8abc6f6ea7da94f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c5df819b1fdf48e48d0089611f22f767.bindTooltip(
|
|
`<div>
|
|
Grill'Croute (#1077) | n_orders=131
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d2e527d31ad8430abdff9020c215d5f4 = L.circle(
|
|
[48.828194, 2.242102],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1beac222ee924163aef299ef51621e7c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_eb8e1e1d74fd45e09cdfdbdee4d322ad = $(`<div id="html_eb8e1e1d74fd45e09cdfdbdee4d322ad" style="width: 100.0%; height: 100.0%;">40 Rue De Meudon, 92100 Boulogne Billancourt, 92100 Paris</div>`)[0];
|
|
popup_1beac222ee924163aef299ef51621e7c.setContent(html_eb8e1e1d74fd45e09cdfdbdee4d322ad);
|
|
|
|
|
|
circle_d2e527d31ad8430abdff9020c215d5f4.bindPopup(popup_1beac222ee924163aef299ef51621e7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d2e527d31ad8430abdff9020c215d5f4.bindTooltip(
|
|
`<div>
|
|
Tough Burger (#1078) | n_orders=886
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e202c9ce2b1240eba8e5c0381d15741c = L.circle(
|
|
[48.861809, 2.373164],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_369c8a4f05e5443e80af7e9d4e0d2311 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_94a82c260a884b0bbe61ecc59fafa23f = $(`<div id="html_94a82c260a884b0bbe61ecc59fafa23f" style="width: 100.0%; height: 100.0%;">60 Boulevard Voltaire, 75011 Paris</div>`)[0];
|
|
popup_369c8a4f05e5443e80af7e9d4e0d2311.setContent(html_94a82c260a884b0bbe61ecc59fafa23f);
|
|
|
|
|
|
circle_e202c9ce2b1240eba8e5c0381d15741c.bindPopup(popup_369c8a4f05e5443e80af7e9d4e0d2311)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e202c9ce2b1240eba8e5c0381d15741c.bindTooltip(
|
|
`<div>
|
|
East Side Burgers (#1079) | n_orders=28
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9f50dd22ebeb42018dcd1764df9505a7 = L.circle(
|
|
[48.884571, 2.340101],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_362a55ed96fd4717a214b42ac3ca962a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8623f988631e4b8ea40400d308902f88 = $(`<div id="html_8623f988631e4b8ea40400d308902f88" style="width: 100.0%; height: 100.0%;">20 Rue De Vieuville, 75018 Paris</div>`)[0];
|
|
popup_362a55ed96fd4717a214b42ac3ca962a.setContent(html_8623f988631e4b8ea40400d308902f88);
|
|
|
|
|
|
circle_9f50dd22ebeb42018dcd1764df9505a7.bindPopup(popup_362a55ed96fd4717a214b42ac3ca962a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9f50dd22ebeb42018dcd1764df9505a7.bindTooltip(
|
|
`<div>
|
|
Pomodoro (#1081) | n_orders=72
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6b3313f8e85a433c93dec1ba1fcf448f = L.circle(
|
|
[48.88345, 2.328082],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b13535b45c184267aef91267eab7dbc9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_415b7a6e56ac4f01830cd466e1f4d6f0 = $(`<div id="html_415b7a6e56ac4f01830cd466e1f4d6f0" style="width: 100.0%; height: 100.0%;">8 Place De Clichy, 75009 Paris</div>`)[0];
|
|
popup_b13535b45c184267aef91267eab7dbc9.setContent(html_415b7a6e56ac4f01830cd466e1f4d6f0);
|
|
|
|
|
|
circle_6b3313f8e85a433c93dec1ba1fcf448f.bindPopup(popup_b13535b45c184267aef91267eab7dbc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6b3313f8e85a433c93dec1ba1fcf448f.bindTooltip(
|
|
`<div>
|
|
Leon De Bruxelles (#1082) | n_orders=137
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_31b2db80882f406d8af24044ef9dbc31 = L.circle(
|
|
[48.863113, 2.346685],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_057fa102bca14ba0be80f56402fc3296 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_36395c23af62484ca5d339eb1fc54861 = $(`<div id="html_36395c23af62484ca5d339eb1fc54861" style="width: 100.0%; height: 100.0%;">120 Rue Rambuteau, 75001 Paris</div>`)[0];
|
|
popup_057fa102bca14ba0be80f56402fc3296.setContent(html_36395c23af62484ca5d339eb1fc54861);
|
|
|
|
|
|
circle_31b2db80882f406d8af24044ef9dbc31.bindPopup(popup_057fa102bca14ba0be80f56402fc3296)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_31b2db80882f406d8af24044ef9dbc31.bindTooltip(
|
|
`<div>
|
|
Leon De Bruxelles (#1083) | n_orders=109
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_60bdd61c9c3a4cfaa6a54736d5a7c5d8 = L.circle(
|
|
[48.843147, 2.319053],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_75e2e4a1c5fe4f7299447b3ad33d9e7f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5d080942cdcd4de8a20d768f23b2a495 = $(`<div id="html_5d080942cdcd4de8a20d768f23b2a495" style="width: 100.0%; height: 100.0%;">25 Avenue Du Maine, 75015 Montrouge</div>`)[0];
|
|
popup_75e2e4a1c5fe4f7299447b3ad33d9e7f.setContent(html_5d080942cdcd4de8a20d768f23b2a495);
|
|
|
|
|
|
circle_60bdd61c9c3a4cfaa6a54736d5a7c5d8.bindPopup(popup_75e2e4a1c5fe4f7299447b3ad33d9e7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_60bdd61c9c3a4cfaa6a54736d5a7c5d8.bindTooltip(
|
|
`<div>
|
|
Paris Diner (#1084) | n_orders=443
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0e2cf9b9a4c040908db9d5135f6ece3b = L.circle(
|
|
[48.860367, 2.36554],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2fdee2b67eeb41db848c6dc0794a384e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0335102789c6485badb9c024eeeca872 = $(`<div id="html_0335102789c6485badb9c024eeeca872" style="width: 100.0%; height: 100.0%;">98 Boulevard Beaumarchais, 75011 Paris, France, 75003 Paris</div>`)[0];
|
|
popup_2fdee2b67eeb41db848c6dc0794a384e.setContent(html_0335102789c6485badb9c024eeeca872);
|
|
|
|
|
|
circle_0e2cf9b9a4c040908db9d5135f6ece3b.bindPopup(popup_2fdee2b67eeb41db848c6dc0794a384e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0e2cf9b9a4c040908db9d5135f6ece3b.bindTooltip(
|
|
`<div>
|
|
Ben And Mam'S (#1085) | n_orders=20
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ee67a87da99344498b687246b61a789a = L.circle(
|
|
[48.892982, 2.252946],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b895c9f4ea5a45d3b27821fcb4cd547b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_34c39fc8bcba481abf3c5016a1236ef2 = $(`<div id="html_34c39fc8bcba481abf3c5016a1236ef2" style="width: 100.0%; height: 100.0%;">10 Rue Bezons, 92400 Courbevoie</div>`)[0];
|
|
popup_b895c9f4ea5a45d3b27821fcb4cd547b.setContent(html_34c39fc8bcba481abf3c5016a1236ef2);
|
|
|
|
|
|
circle_ee67a87da99344498b687246b61a789a.bindPopup(popup_b895c9f4ea5a45d3b27821fcb4cd547b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ee67a87da99344498b687246b61a789a.bindTooltip(
|
|
`<div>
|
|
Vietnam Kitchen (#1086) | n_orders=533
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_368309ca0afd4234b6e4876ce5c1e27f = L.circle(
|
|
[48.838993, 2.291423],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2e37f4e1822c4cef9dbf8b6e85cf9d43 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_35f3f5cb682a40d6b9149d8474bff79e = $(`<div id="html_35f3f5cb682a40d6b9149d8474bff79e" style="width: 100.0%; height: 100.0%;">2 Rue Francois Mouthon, 75015 Paris</div>`)[0];
|
|
popup_2e37f4e1822c4cef9dbf8b6e85cf9d43.setContent(html_35f3f5cb682a40d6b9149d8474bff79e);
|
|
|
|
|
|
circle_368309ca0afd4234b6e4876ce5c1e27f.bindPopup(popup_2e37f4e1822c4cef9dbf8b6e85cf9d43)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_368309ca0afd4234b6e4876ce5c1e27f.bindTooltip(
|
|
`<div>
|
|
Sagarmatha (#1087) | n_orders=88
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a463c29d585943dfb07fe31302a09aad = L.circle(
|
|
[48.875122, 2.350914],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0afd09ed1d28472cb3e3dcc35b80b0be = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c885cd2e8af14e56a8c3cd6b049b7642 = $(`<div id="html_c885cd2e8af14e56a8c3cd6b049b7642" style="width: 100.0%; height: 100.0%;">66 Rue D'Hauteville, 75010 Paris</div>`)[0];
|
|
popup_0afd09ed1d28472cb3e3dcc35b80b0be.setContent(html_c885cd2e8af14e56a8c3cd6b049b7642);
|
|
|
|
|
|
circle_a463c29d585943dfb07fe31302a09aad.bindPopup(popup_0afd09ed1d28472cb3e3dcc35b80b0be)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a463c29d585943dfb07fe31302a09aad.bindTooltip(
|
|
`<div>
|
|
66 Yeast (#1088) | n_orders=62
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_17441340e6f14e26aa6f2df563d38120 = L.circle(
|
|
[48.873837, 2.315816],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2ef75d2a902b409391189b38fc021e34 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f20f343981a94a0fa04eba30c35a76d0 = $(`<div id="html_f20f343981a94a0fa04eba30c35a76d0" style="width: 100.0%; height: 100.0%;">21 Rue La Boetie, 75008 Paris</div>`)[0];
|
|
popup_2ef75d2a902b409391189b38fc021e34.setContent(html_f20f343981a94a0fa04eba30c35a76d0);
|
|
|
|
|
|
circle_17441340e6f14e26aa6f2df563d38120.bindPopup(popup_2ef75d2a902b409391189b38fc021e34)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_17441340e6f14e26aa6f2df563d38120.bindTooltip(
|
|
`<div>
|
|
Beijing 8 Paris (#1089) | n_orders=401
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f7da24608d254abe98b41c6ef6f54e87 = L.circle(
|
|
[48.840271, 2.417246],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4ab5fa3c5de54ee0a5f9f72750fea6b9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_96700ca12f5e455c9e8543179da56973 = $(`<div id="html_96700ca12f5e455c9e8543179da56973" style="width: 100.0%; height: 100.0%;">80 Avenue Du General De Gaulle, 94160 Saint-Mande</div>`)[0];
|
|
popup_4ab5fa3c5de54ee0a5f9f72750fea6b9.setContent(html_96700ca12f5e455c9e8543179da56973);
|
|
|
|
|
|
circle_f7da24608d254abe98b41c6ef6f54e87.bindPopup(popup_4ab5fa3c5de54ee0a5f9f72750fea6b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f7da24608d254abe98b41c6ef6f54e87.bindTooltip(
|
|
`<div>
|
|
Le Loft (#1091) | n_orders=56
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3e0f1e0f5c864fcdb350a7a7c37fb3cf = L.circle(
|
|
[48.837154, 2.358093],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5999182beace4421ac77ad6ef8f6abb2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dbb6faec8f9e463e9e02b7e0af2351b8 = $(`<div id="html_dbb6faec8f9e463e9e02b7e0af2351b8" style="width: 100.0%; height: 100.0%;">101 Boulevard De L'Hopital, 75013 Paris, France, 75013 Paris</div>`)[0];
|
|
popup_5999182beace4421ac77ad6ef8f6abb2.setContent(html_dbb6faec8f9e463e9e02b7e0af2351b8);
|
|
|
|
|
|
circle_3e0f1e0f5c864fcdb350a7a7c37fb3cf.bindPopup(popup_5999182beace4421ac77ad6ef8f6abb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3e0f1e0f5c864fcdb350a7a7c37fb3cf.bindTooltip(
|
|
`<div>
|
|
Tasty (#1094) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b860c029ad2c48219859a725aa97e0ac = L.circle(
|
|
[48.817089, 2.307311],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_242e725aaf794584a1d2b228d0866fb8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cf3b4f2f39194096ac16668cca7e7178 = $(`<div id="html_cf3b4f2f39194096ac16668cca7e7178" style="width: 100.0%; height: 100.0%;">119-121 Avenue Pierre Brossolette, 92120 Paris</div>`)[0];
|
|
popup_242e725aaf794584a1d2b228d0866fb8.setContent(html_cf3b4f2f39194096ac16668cca7e7178);
|
|
|
|
|
|
circle_b860c029ad2c48219859a725aa97e0ac.bindPopup(popup_242e725aaf794584a1d2b228d0866fb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b860c029ad2c48219859a725aa97e0ac.bindTooltip(
|
|
`<div>
|
|
Hongfulin (#1095) | n_orders=157
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f82e3dd01dd94d44a3bf45d03bf89289 = L.circle(
|
|
[48.859974, 2.436229],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f0c731778c314af7ba2c2dadf60b312d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_099f399fdf174588b1c86a9063414c45 = $(`<div id="html_099f399fdf174588b1c86a9063414c45" style="width: 100.0%; height: 100.0%;">31 Avenue De La Resistance, 93100 Paris</div>`)[0];
|
|
popup_f0c731778c314af7ba2c2dadf60b312d.setContent(html_099f399fdf174588b1c86a9063414c45);
|
|
|
|
|
|
circle_f82e3dd01dd94d44a3bf45d03bf89289.bindPopup(popup_f0c731778c314af7ba2c2dadf60b312d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f82e3dd01dd94d44a3bf45d03bf89289.bindTooltip(
|
|
`<div>
|
|
Le Rue Parmentier (#1096) | n_orders=26
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1d4199ba16b043c796b732a4095ae99c = L.circle(
|
|
[48.873325, 2.360008],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_825484cac6e44d4bbc1f9e500af91a6f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_123b717fe5424f3c88be52721ec3c547 = $(`<div id="html_123b717fe5424f3c88be52721ec3c547" style="width: 100.0%; height: 100.0%;">34 Rue Des Vinaigriers, 75010 Paris</div>`)[0];
|
|
popup_825484cac6e44d4bbc1f9e500af91a6f.setContent(html_123b717fe5424f3c88be52721ec3c547);
|
|
|
|
|
|
circle_1d4199ba16b043c796b732a4095ae99c.bindPopup(popup_825484cac6e44d4bbc1f9e500af91a6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1d4199ba16b043c796b732a4095ae99c.bindTooltip(
|
|
`<div>
|
|
Piccoli Cugini (#1098) | n_orders=223
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a531eca78292413cb4635d1aea7805b2 = L.circle(
|
|
[48.820908, 2.311854],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b1d8d8f62a76479cb4a7781e5dfc8b91 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ebc7bef64eaa4feabedfafc2358c9b5c = $(`<div id="html_ebc7bef64eaa4feabedfafc2358c9b5c" style="width: 100.0%; height: 100.0%;">61 Avenue Pierre Brossolette, 92240 Paris</div>`)[0];
|
|
popup_b1d8d8f62a76479cb4a7781e5dfc8b91.setContent(html_ebc7bef64eaa4feabedfafc2358c9b5c);
|
|
|
|
|
|
circle_a531eca78292413cb4635d1aea7805b2.bindPopup(popup_b1d8d8f62a76479cb4a7781e5dfc8b91)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a531eca78292413cb4635d1aea7805b2.bindTooltip(
|
|
`<div>
|
|
Le Libanais De Montrouge (#1099) | n_orders=157
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3f4ce624a34e4525a003270bffd56e32 = L.circle(
|
|
[48.851566, 2.438042],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_62670f82213744558e96074c86cd4d8c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_859759565ab047fb88330d3cafba4d4a = $(`<div id="html_859759565ab047fb88330d3cafba4d4a" style="width: 100.0%; height: 100.0%;">52 Bis Rue De Strasbourg, Vincennes, 94300 Vincennes</div>`)[0];
|
|
popup_62670f82213744558e96074c86cd4d8c.setContent(html_859759565ab047fb88330d3cafba4d4a);
|
|
|
|
|
|
circle_3f4ce624a34e4525a003270bffd56e32.bindPopup(popup_62670f82213744558e96074c86cd4d8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3f4ce624a34e4525a003270bffd56e32.bindTooltip(
|
|
`<div>
|
|
Delices Di Pasta (#1100) | n_orders=38
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_314ed89b7db84e4090a8af99cb39df1d = L.circle(
|
|
[48.869274, 2.360023],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1b29e841d0fb48338ba397bb27edd51f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9db4591bbc4a4f6180c229abde1f932c = $(`<div id="html_9db4591bbc4a4f6180c229abde1f932c" style="width: 100.0%; height: 100.0%;">9 Rue De Lancry, 75010 Paris</div>`)[0];
|
|
popup_1b29e841d0fb48338ba397bb27edd51f.setContent(html_9db4591bbc4a4f6180c229abde1f932c);
|
|
|
|
|
|
circle_314ed89b7db84e4090a8af99cb39df1d.bindPopup(popup_1b29e841d0fb48338ba397bb27edd51f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_314ed89b7db84e4090a8af99cb39df1d.bindTooltip(
|
|
`<div>
|
|
Le Petit Marcel (#1101) | n_orders=251
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aff198ea20fa4fcaa801d36f1f7db2dd = L.circle(
|
|
[48.851784, 2.310538],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_83183e04f984439f9613edde7d660f67 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5cdc1985f0b24f719ea4d6a5dd0d2404 = $(`<div id="html_5cdc1985f0b24f719ea4d6a5dd0d2404" style="width: 100.0%; height: 100.0%;">8 Rue D'Estrees, 75007 Paris</div>`)[0];
|
|
popup_83183e04f984439f9613edde7d660f67.setContent(html_5cdc1985f0b24f719ea4d6a5dd0d2404);
|
|
|
|
|
|
circle_aff198ea20fa4fcaa801d36f1f7db2dd.bindPopup(popup_83183e04f984439f9613edde7d660f67)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aff198ea20fa4fcaa801d36f1f7db2dd.bindTooltip(
|
|
`<div>
|
|
Don'S Breteuil (#1102) | n_orders=103
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0265f289f6834173bf5e2f3649a7c898 = L.circle(
|
|
[48.858807, 2.438221],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c1d037bc20d346c781bb0da1eb2d2556 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_145024db200c4f05b3f97d59d671863e = $(`<div id="html_145024db200c4f05b3f97d59d671863e" style="width: 100.0%; height: 100.0%;">30 Rue Du Capitaine Dreyfus, 93100 Montreuil</div>`)[0];
|
|
popup_c1d037bc20d346c781bb0da1eb2d2556.setContent(html_145024db200c4f05b3f97d59d671863e);
|
|
|
|
|
|
circle_0265f289f6834173bf5e2f3649a7c898.bindPopup(popup_c1d037bc20d346c781bb0da1eb2d2556)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0265f289f6834173bf5e2f3649a7c898.bindTooltip(
|
|
`<div>
|
|
Gros Gourmand (#1103) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ec9737e5bd614743a0753ed3ab2ccb64 = L.circle(
|
|
[48.854912, 2.375483],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2aa8502e380e4573865978d95de3e9b4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5aeb07ae5bc54c27b06f6a6e57fe0513 = $(`<div id="html_5aeb07ae5bc54c27b06f6a6e57fe0513" style="width: 100.0%; height: 100.0%;">19 Rue Keller, 75011 Paris</div>`)[0];
|
|
popup_2aa8502e380e4573865978d95de3e9b4.setContent(html_5aeb07ae5bc54c27b06f6a6e57fe0513);
|
|
|
|
|
|
circle_ec9737e5bd614743a0753ed3ab2ccb64.bindPopup(popup_2aa8502e380e4573865978d95de3e9b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ec9737e5bd614743a0753ed3ab2ccb64.bindTooltip(
|
|
`<div>
|
|
Cafe Moderne (#1104) | n_orders=222
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0b5ad55db6b64c02b5a1eb2791b054a0 = L.circle(
|
|
[48.855976, 2.292798],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9402156a6e214d13adae20d4c26bd1f8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6c8c45a18cb0446c8330e61d41acf8c6 = $(`<div id="html_6c8c45a18cb0446c8330e61d41acf8c6" style="width: 100.0%; height: 100.0%;">18 Avenue De Suffren, 75015 Paris</div>`)[0];
|
|
popup_9402156a6e214d13adae20d4c26bd1f8.setContent(html_6c8c45a18cb0446c8330e61d41acf8c6);
|
|
|
|
|
|
circle_0b5ad55db6b64c02b5a1eb2791b054a0.bindPopup(popup_9402156a6e214d13adae20d4c26bd1f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0b5ad55db6b64c02b5a1eb2791b054a0.bindTooltip(
|
|
`<div>
|
|
Restaurants #1105, #1117 | n_orders=168
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4c91a056164f495b8d22c2118e8c1945 = L.circle(
|
|
[48.864632, 2.346156],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0d82f7c08154455290e5ed22c4d7a74b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_27f788e71be740c7847356d4dee7bab9 = $(`<div id="html_27f788e71be740c7847356d4dee7bab9" style="width: 100.0%; height: 100.0%;">44 Rue Tiquetonne, 75001 Paris</div>`)[0];
|
|
popup_0d82f7c08154455290e5ed22c4d7a74b.setContent(html_27f788e71be740c7847356d4dee7bab9);
|
|
|
|
|
|
circle_4c91a056164f495b8d22c2118e8c1945.bindPopup(popup_0d82f7c08154455290e5ed22c4d7a74b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4c91a056164f495b8d22c2118e8c1945.bindTooltip(
|
|
`<div>
|
|
Malibu African Food (#1106) | n_orders=18
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3c4d764a325a416c8a0d480fecf6c2fa = L.circle(
|
|
[48.866634, 2.343677],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c44121c0d8d348ebaa1d823a90e18c84 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_71e910232f2e4c0baa60ebddbfc65007 = $(`<div id="html_71e910232f2e4c0baa60ebddbfc65007" style="width: 100.0%; height: 100.0%;">26 Rue Leopold Bellan, 75002 Paris</div>`)[0];
|
|
popup_c44121c0d8d348ebaa1d823a90e18c84.setContent(html_71e910232f2e4c0baa60ebddbfc65007);
|
|
|
|
|
|
circle_3c4d764a325a416c8a0d480fecf6c2fa.bindPopup(popup_c44121c0d8d348ebaa1d823a90e18c84)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3c4d764a325a416c8a0d480fecf6c2fa.bindTooltip(
|
|
`<div>
|
|
Il Campionissimo (#1107) | n_orders=885
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5b634c3d986e4bd5867fdc140b5d41bf = L.circle(
|
|
[48.820305, 2.320435],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6a84e0f47c584226a429b3266b6288cc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4a185bf4586b40efb50b93cc43294713 = $(`<div id="html_4a185bf4586b40efb50b93cc43294713" style="width: 100.0%; height: 100.0%;">25 Avenue De La Republique, 92120 Paris</div>`)[0];
|
|
popup_6a84e0f47c584226a429b3266b6288cc.setContent(html_4a185bf4586b40efb50b93cc43294713);
|
|
|
|
|
|
circle_5b634c3d986e4bd5867fdc140b5d41bf.bindPopup(popup_6a84e0f47c584226a429b3266b6288cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5b634c3d986e4bd5867fdc140b5d41bf.bindTooltip(
|
|
`<div>
|
|
Restaurants #1109, #1136 | n_orders=689
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0ee2115b96b3450fabe85979f6bb5551 = L.circle(
|
|
[48.816017, 2.317833],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d822b2e51257400790a03f424a1803e1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9b612f95070d4d31975e137c1336cb50 = $(`<div id="html_9b612f95070d4d31975e137c1336cb50" style="width: 100.0%; height: 100.0%;">84 Avenue De La Republique, 92120 Montrouge</div>`)[0];
|
|
popup_d822b2e51257400790a03f424a1803e1.setContent(html_9b612f95070d4d31975e137c1336cb50);
|
|
|
|
|
|
circle_0ee2115b96b3450fabe85979f6bb5551.bindPopup(popup_d822b2e51257400790a03f424a1803e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0ee2115b96b3450fabe85979f6bb5551.bindTooltip(
|
|
`<div>
|
|
A Cote Du ... 82 (#1110) | n_orders=251
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4714236836b646fd93dc36baea63b076 = L.circle(
|
|
[48.840084, 2.41222],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0e35459eb0084260bda312c8296d9841 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ddbfbeeb1dd04ce9a147138395371280 = $(`<div id="html_ddbfbeeb1dd04ce9a147138395371280" style="width: 100.0%; height: 100.0%;">21 Avenue Du General De Gaulle, 75012 Paris</div>`)[0];
|
|
popup_0e35459eb0084260bda312c8296d9841.setContent(html_ddbfbeeb1dd04ce9a147138395371280);
|
|
|
|
|
|
circle_4714236836b646fd93dc36baea63b076.bindPopup(popup_0e35459eb0084260bda312c8296d9841)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4714236836b646fd93dc36baea63b076.bindTooltip(
|
|
`<div>
|
|
Restaurants #1111, #1153, #1334 | n_orders=1270
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c2d502f0aa6042c5be2ef7976c955b90 = L.circle(
|
|
[48.849289, 2.427314],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3c490388ace04d3a83ed90825d731136 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e24614ba11084a789d2634bfdaa128c9 = $(`<div id="html_e24614ba11084a789d2634bfdaa128c9" style="width: 100.0%; height: 100.0%;">2 Bis Rue Des Deux Communes, 93100 Paris</div>`)[0];
|
|
popup_3c490388ace04d3a83ed90825d731136.setContent(html_e24614ba11084a789d2634bfdaa128c9);
|
|
|
|
|
|
circle_c2d502f0aa6042c5be2ef7976c955b90.bindPopup(popup_3c490388ace04d3a83ed90825d731136)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c2d502f0aa6042c5be2ef7976c955b90.bindTooltip(
|
|
`<div>
|
|
Juice It Vincennes (#1112) | n_orders=14
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_21f936e7ec2d45e09c71444dc73f186f = L.circle(
|
|
[48.884438, 2.275898],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9bcab02b8de54eba83ac249770edeea0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bd89c7e0da0144539426d0ebda2770f0 = $(`<div id="html_bd89c7e0da0144539426d0ebda2770f0" style="width: 100.0%; height: 100.0%;">34 Rue Perronet, 92200 Paris</div>`)[0];
|
|
popup_9bcab02b8de54eba83ac249770edeea0.setContent(html_bd89c7e0da0144539426d0ebda2770f0);
|
|
|
|
|
|
circle_21f936e7ec2d45e09c71444dc73f186f.bindPopup(popup_9bcab02b8de54eba83ac249770edeea0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_21f936e7ec2d45e09c71444dc73f186f.bindTooltip(
|
|
`<div>
|
|
Romantica Caffe 92 (#1113) | n_orders=67
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f647a8d9b676465383fcba2d41fbdece = L.circle(
|
|
[48.818398, 2.322842],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_922395dea3b546febc6765d27a12b0df = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3e152afe5a224c9bb575ab002d12603c = $(`<div id="html_3e152afe5a224c9bb575ab002d12603c" style="width: 100.0%; height: 100.0%;">10 Rue Theophile Gautier, 92120 Paris</div>`)[0];
|
|
popup_922395dea3b546febc6765d27a12b0df.setContent(html_3e152afe5a224c9bb575ab002d12603c);
|
|
|
|
|
|
circle_f647a8d9b676465383fcba2d41fbdece.bindPopup(popup_922395dea3b546febc6765d27a12b0df)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f647a8d9b676465383fcba2d41fbdece.bindTooltip(
|
|
`<div>
|
|
Safran (#1116) | n_orders=88
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b63590509d524d5a9f132d862161691c = L.circle(
|
|
[48.882244, 2.31752],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4127d6f461fd4bf7996c775c108e2951 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fdf78c7f7bcd4b23aa1ef1bb5a88c5d4 = $(`<div id="html_fdf78c7f7bcd4b23aa1ef1bb5a88c5d4" style="width: 100.0%; height: 100.0%;">74 Boulevard Des Batignolles, 75017 Paris</div>`)[0];
|
|
popup_4127d6f461fd4bf7996c775c108e2951.setContent(html_fdf78c7f7bcd4b23aa1ef1bb5a88c5d4);
|
|
|
|
|
|
circle_b63590509d524d5a9f132d862161691c.bindPopup(popup_4127d6f461fd4bf7996c775c108e2951)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b63590509d524d5a9f132d862161691c.bindTooltip(
|
|
`<div>
|
|
Chez Gladines (#1119) | n_orders=982
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b17436d86c084d22b31e726e1648c4f1 = L.circle(
|
|
[48.893089, 2.239784],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_231f6c427f2a411c83b21c4151333c2b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2d438ce2bdb647b8887f0a4ef54b9dd0 = $(`<div id="html_2d438ce2bdb647b8887f0a4ef54b9dd0" style="width: 100.0%; height: 100.0%;">Cnit, 2 Place De La Defense, 92800 La-Garenne-Colombes</div>`)[0];
|
|
popup_231f6c427f2a411c83b21c4151333c2b.setContent(html_2d438ce2bdb647b8887f0a4ef54b9dd0);
|
|
|
|
|
|
circle_b17436d86c084d22b31e726e1648c4f1.bindPopup(popup_231f6c427f2a411c83b21c4151333c2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b17436d86c084d22b31e726e1648c4f1.bindTooltip(
|
|
`<div>
|
|
Cojean Cnit (#1120) | n_orders=481
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_28a76de65e24448194073c2aea9a67d6 = L.circle(
|
|
[48.868011, 2.346447],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7ce550b243a44d3f990b66e1c5691d59 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2c2535ccb1e348f0b5271b4955357175 = $(`<div id="html_2c2535ccb1e348f0b5271b4955357175" style="width: 100.0%; height: 100.0%;">36 Rue De Clery, 75002 Paris</div>`)[0];
|
|
popup_7ce550b243a44d3f990b66e1c5691d59.setContent(html_2c2535ccb1e348f0b5271b4955357175);
|
|
|
|
|
|
circle_28a76de65e24448194073c2aea9a67d6.bindPopup(popup_7ce550b243a44d3f990b66e1c5691d59)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_28a76de65e24448194073c2aea9a67d6.bindTooltip(
|
|
`<div>
|
|
Tito Burritos (#1121) | n_orders=25
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_77de002e413c415da7f95e492aa2d8c7 = L.circle(
|
|
[48.854198, 2.30724],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1dfc6557666742e7965c3f91a2b158eb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e5cd9bf900fd4025af8c534466dc2cac = $(`<div id="html_e5cd9bf900fd4025af8c534466dc2cac" style="width: 100.0%; height: 100.0%;">96 Boulevard De La Tour Maubourg, 75007 Paris</div>`)[0];
|
|
popup_1dfc6557666742e7965c3f91a2b158eb.setContent(html_e5cd9bf900fd4025af8c534466dc2cac);
|
|
|
|
|
|
circle_77de002e413c415da7f95e492aa2d8c7.bindPopup(popup_1dfc6557666742e7965c3f91a2b158eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_77de002e413c415da7f95e492aa2d8c7.bindTooltip(
|
|
`<div>
|
|
Romantica Caffe 7Eme (#1122) | n_orders=143
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_861b9fe866944285860717004b1e561b = L.circle(
|
|
[48.868828, 2.352635],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ce6ffdc246ca4379bccd2ef9c072132e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9cf27c69ae6f494cb389cb8874272f6b = $(`<div id="html_9cf27c69ae6f494cb389cb8874272f6b" style="width: 100.0%; height: 100.0%;">24 Rue Blondel, 75002 Paris</div>`)[0];
|
|
popup_ce6ffdc246ca4379bccd2ef9c072132e.setContent(html_9cf27c69ae6f494cb389cb8874272f6b);
|
|
|
|
|
|
circle_861b9fe866944285860717004b1e561b.bindPopup(popup_ce6ffdc246ca4379bccd2ef9c072132e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_861b9fe866944285860717004b1e561b.bindTooltip(
|
|
`<div>
|
|
Pizza Rossi (#1123) | n_orders=101
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1f0f8d01cbd94ae3bb78bd1d4604a9cc = L.circle(
|
|
[48.872017, 2.290757],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_18fdecb255454de885fd926e760b56b4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b6fb22fb5fda42aaba343a134f49995f = $(`<div id="html_b6fb22fb5fda42aaba343a134f49995f" style="width: 100.0%; height: 100.0%;">7 Rue Lauriston, 75116 Paris</div>`)[0];
|
|
popup_18fdecb255454de885fd926e760b56b4.setContent(html_b6fb22fb5fda42aaba343a134f49995f);
|
|
|
|
|
|
circle_1f0f8d01cbd94ae3bb78bd1d4604a9cc.bindPopup(popup_18fdecb255454de885fd926e760b56b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1f0f8d01cbd94ae3bb78bd1d4604a9cc.bindTooltip(
|
|
`<div>
|
|
Romantica Caffe (#1125) | n_orders=76
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c38916ff83fb480aa2ea6fb8e98861f5 = L.circle(
|
|
[48.834805, 2.227162],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_09fadd7f43d64e67a708453c25f05a94 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_35fdc4999f26475c9a0b9b5a632f1e25 = $(`<div id="html_35fdc4999f26475c9a0b9b5a632f1e25" style="width: 100.0%; height: 100.0%;">251 Rue Gallieni, 92100 Boulogne-Billancourt, 92100 Paris</div>`)[0];
|
|
popup_09fadd7f43d64e67a708453c25f05a94.setContent(html_35fdc4999f26475c9a0b9b5a632f1e25);
|
|
|
|
|
|
circle_c38916ff83fb480aa2ea6fb8e98861f5.bindPopup(popup_09fadd7f43d64e67a708453c25f05a94)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c38916ff83fb480aa2ea6fb8e98861f5.bindTooltip(
|
|
`<div>
|
|
Le Chaves (#1128) | n_orders=49
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4d37763507bf416eba99ed3715ed5247 = L.circle(
|
|
[48.842617, 2.316016],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5bf4427bae264bdd927e15092df6b057 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_59b33d44461b4e08996945ddde5b01da = $(`<div id="html_59b33d44461b4e08996945ddde5b01da" style="width: 100.0%; height: 100.0%;">31 Rue Falguiere, 75015 Paris</div>`)[0];
|
|
popup_5bf4427bae264bdd927e15092df6b057.setContent(html_59b33d44461b4e08996945ddde5b01da);
|
|
|
|
|
|
circle_4d37763507bf416eba99ed3715ed5247.bindPopup(popup_5bf4427bae264bdd927e15092df6b057)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4d37763507bf416eba99ed3715ed5247.bindTooltip(
|
|
`<div>
|
|
O Saigon (#1131) | n_orders=158
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a002dc4c242147a98c2ea03c11ec42ef = L.circle(
|
|
[48.83567, 2.233368],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_373c9779bf894dffb8e7649e50751a41 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e0be53401b6c4ca6b3a402e8e1a112c1 = $(`<div id="html_e0be53401b6c4ca6b3a402e8e1a112c1" style="width: 100.0%; height: 100.0%;">191 Rue Gallieni, 92100 Boulogne-Billancourt, 92100 Paris</div>`)[0];
|
|
popup_373c9779bf894dffb8e7649e50751a41.setContent(html_e0be53401b6c4ca6b3a402e8e1a112c1);
|
|
|
|
|
|
circle_a002dc4c242147a98c2ea03c11ec42ef.bindPopup(popup_373c9779bf894dffb8e7649e50751a41)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a002dc4c242147a98c2ea03c11ec42ef.bindTooltip(
|
|
`<div>
|
|
Chez Rocky - Saveurs D'Asie (#1133) | n_orders=63
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e6646d2bb7f344358a4a3badf3c0da1b = L.circle(
|
|
[48.865593, 2.350726],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e9700c9174bc45129b0aaa9ca2f45729 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e9c1dc23984441949261cfe37b92f7e1 = $(`<div id="html_e9c1dc23984441949261cfe37b92f7e1" style="width: 100.0%; height: 100.0%;">150 Rue Saint-Denis, 75002 Paris</div>`)[0];
|
|
popup_e9700c9174bc45129b0aaa9ca2f45729.setContent(html_e9c1dc23984441949261cfe37b92f7e1);
|
|
|
|
|
|
circle_e6646d2bb7f344358a4a3badf3c0da1b.bindPopup(popup_e9700c9174bc45129b0aaa9ca2f45729)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e6646d2bb7f344358a4a3badf3c0da1b.bindTooltip(
|
|
`<div>
|
|
Cafe Madam (#1134) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a5321612ba6b4f1797e913652cb83ab4 = L.circle(
|
|
[48.819672, 2.323262],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d0e84cd1fe914d5dab3246da9a37e164 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_39b1baeee3604d088a78babe26936f85 = $(`<div id="html_39b1baeee3604d088a78babe26936f85" style="width: 100.0%; height: 100.0%;">36 Avenue Henri Ginoux, 92120 Montrouge</div>`)[0];
|
|
popup_d0e84cd1fe914d5dab3246da9a37e164.setContent(html_39b1baeee3604d088a78babe26936f85);
|
|
|
|
|
|
circle_a5321612ba6b4f1797e913652cb83ab4.bindPopup(popup_d0e84cd1fe914d5dab3246da9a37e164)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a5321612ba6b4f1797e913652cb83ab4.bindTooltip(
|
|
`<div>
|
|
Aubergine And Cie (#1135) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_dba4cc30db33435c8f2c7b6533335be4 = L.circle(
|
|
[48.861015, 2.439782],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e3bf977885054b989eb5797ee59aa7b0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_89d6e419d09445509513389109cd14c2 = $(`<div id="html_89d6e419d09445509513389109cd14c2" style="width: 100.0%; height: 100.0%;">22 Boulevard Rouget De Lisle, 93100 Vincennes</div>`)[0];
|
|
popup_e3bf977885054b989eb5797ee59aa7b0.setContent(html_89d6e419d09445509513389109cd14c2);
|
|
|
|
|
|
circle_dba4cc30db33435c8f2c7b6533335be4.bindPopup(popup_e3bf977885054b989eb5797ee59aa7b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_dba4cc30db33435c8f2c7b6533335be4.bindTooltip(
|
|
`<div>
|
|
Yan Kady Chez Fatou (#1138) | n_orders=91
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0dcf5304fb8e417e8508946f1bcec22b = L.circle(
|
|
[48.876595, 2.357316],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_85860aa43bb04d5495c6a8623709db6a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_89b9949064cc4a8785550a884c166bdb = $(`<div id="html_89b9949064cc4a8785550a884c166bdb" style="width: 100.0%; height: 100.0%;">6 Rue Du 8 Mai 1945, 75010 Paris</div>`)[0];
|
|
popup_85860aa43bb04d5495c6a8623709db6a.setContent(html_89b9949064cc4a8785550a884c166bdb);
|
|
|
|
|
|
circle_0dcf5304fb8e417e8508946f1bcec22b.bindPopup(popup_85860aa43bb04d5495c6a8623709db6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0dcf5304fb8e417e8508946f1bcec22b.bindTooltip(
|
|
`<div>
|
|
Vidici Caffe - Gare De Lest (#1139) | n_orders=77
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f79f058ce5524c3fa694941d4449707d = L.circle(
|
|
[48.849194, 2.282642],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_99fd0c906d3445da86e58ea6aff076a2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_82a6262c30bd4507b515fa8e11a71caf = $(`<div id="html_82a6262c30bd4507b515fa8e11a71caf" style="width: 100.0%; height: 100.0%;">2 Rue Linois, 75015 Paris, 75015 Paris</div>`)[0];
|
|
popup_99fd0c906d3445da86e58ea6aff076a2.setContent(html_82a6262c30bd4507b515fa8e11a71caf);
|
|
|
|
|
|
circle_f79f058ce5524c3fa694941d4449707d.bindPopup(popup_99fd0c906d3445da86e58ea6aff076a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f79f058ce5524c3fa694941d4449707d.bindTooltip(
|
|
`<div>
|
|
Noura Beaugrenelle (#1140) | n_orders=854
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7d3bf3eb4842446bb1f825b911df6793 = L.circle(
|
|
[48.867119, 2.298928],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c948e138a7bd4d4680b8fb159260432a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0c6a3ea225004a66a12f424a011fb3a4 = $(`<div id="html_0c6a3ea225004a66a12f424a011fb3a4" style="width: 100.0%; height: 100.0%;">27 Avenue Marceau, 75116 Paris, 75116 Paris</div>`)[0];
|
|
popup_c948e138a7bd4d4680b8fb159260432a.setContent(html_0c6a3ea225004a66a12f424a011fb3a4);
|
|
|
|
|
|
circle_7d3bf3eb4842446bb1f825b911df6793.bindPopup(popup_c948e138a7bd4d4680b8fb159260432a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7d3bf3eb4842446bb1f825b911df6793.bindTooltip(
|
|
`<div>
|
|
Noura Marceau (#1141) | n_orders=528
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d79dac58a5a34b98bd2c88c193c59358 = L.circle(
|
|
[48.838013, 2.239502],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f01aeaeb2e4e4c3cba6e18f5b27ea9da = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_86d9d77cae924e96b11139838eead4cb = $(`<div id="html_86d9d77cae924e96b11139838eead4cb" style="width: 100.0%; height: 100.0%;">16 Grand'Place, 92100 Paris</div>`)[0];
|
|
popup_f01aeaeb2e4e4c3cba6e18f5b27ea9da.setContent(html_86d9d77cae924e96b11139838eead4cb);
|
|
|
|
|
|
circle_d79dac58a5a34b98bd2c88c193c59358.bindPopup(popup_f01aeaeb2e4e4c3cba6e18f5b27ea9da)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d79dac58a5a34b98bd2c88c193c59358.bindTooltip(
|
|
`<div>
|
|
Noura Boulogne (#1142) | n_orders=90
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bbf124850d5b41809064f2064dc00c52 = L.circle(
|
|
[48.840336, 2.333282],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6c79dbd42c9d481a8a2da07c216e5502 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f24703f7574143c482b0e532bc3d8f24 = $(`<div id="html_f24703f7574143c482b0e532bc3d8f24" style="width: 100.0%; height: 100.0%;">121 Boulevard Du Montparnasse, 75006 Paris, 75014 Paris</div>`)[0];
|
|
popup_6c79dbd42c9d481a8a2da07c216e5502.setContent(html_f24703f7574143c482b0e532bc3d8f24);
|
|
|
|
|
|
circle_bbf124850d5b41809064f2064dc00c52.bindPopup(popup_6c79dbd42c9d481a8a2da07c216e5502)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bbf124850d5b41809064f2064dc00c52.bindTooltip(
|
|
`<div>
|
|
Noura Montparnasse (#1143) | n_orders=448
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_351ddf9027504cbaa0a14c737f61c74c = L.circle(
|
|
[48.874283, 2.33716],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9658f51bd0ef4cfd9f989b38cb163d16 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4361d7d656354dbcacb4ff4eea3356fa = $(`<div id="html_4361d7d656354dbcacb4ff4eea3356fa" style="width: 100.0%; height: 100.0%;">30 Rue Le Peletier, 75009 Paris</div>`)[0];
|
|
popup_9658f51bd0ef4cfd9f989b38cb163d16.setContent(html_4361d7d656354dbcacb4ff4eea3356fa);
|
|
|
|
|
|
circle_351ddf9027504cbaa0a14c737f61c74c.bindPopup(popup_9658f51bd0ef4cfd9f989b38cb163d16)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_351ddf9027504cbaa0a14c737f61c74c.bindTooltip(
|
|
`<div>
|
|
O'Scia Pizzeria Napoletana (#1144) | n_orders=51
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4188f753d43e4d80948ab91327a0bf97 = L.circle(
|
|
[48.885487, 2.317591],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4f461a435e9e46268c12bbeed7afcd0f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ad47539841924e9f9071ca1c9675f30e = $(`<div id="html_ad47539841924e9f9071ca1c9675f30e" style="width: 100.0%; height: 100.0%;">45 Rue Des Batignolles, 75017 Paris</div>`)[0];
|
|
popup_4f461a435e9e46268c12bbeed7afcd0f.setContent(html_ad47539841924e9f9071ca1c9675f30e);
|
|
|
|
|
|
circle_4188f753d43e4d80948ab91327a0bf97.bindPopup(popup_4f461a435e9e46268c12bbeed7afcd0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4188f753d43e4d80948ab91327a0bf97.bindTooltip(
|
|
`<div>
|
|
Mon Petit Poulet (#1145) | n_orders=191
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bcf6c05925c047808c19091d91d44a5c = L.circle(
|
|
[48.857079, 2.299337],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_021cfcfa6fe4469f818785234b022072 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_64a77dd427fb4af885bed01234120ced = $(`<div id="html_64a77dd427fb4af885bed01234120ced" style="width: 100.0%; height: 100.0%;">65 Avenue De La Bourdonnais, 75007 Paris</div>`)[0];
|
|
popup_021cfcfa6fe4469f818785234b022072.setContent(html_64a77dd427fb4af885bed01234120ced);
|
|
|
|
|
|
circle_bcf6c05925c047808c19091d91d44a5c.bindPopup(popup_021cfcfa6fe4469f818785234b022072)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bcf6c05925c047808c19091d91d44a5c.bindTooltip(
|
|
`<div>
|
|
Auraa Juice (#1146) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e3282a7b11ad42e9b6807b652c91829c = L.circle(
|
|
[48.847267, 2.298093],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fb61b62134d8439497c68732866f66ee = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_16bf513c05a8406696e12f73f78814c5 = $(`<div id="html_16bf513c05a8406696e12f73f78814c5" style="width: 100.0%; height: 100.0%;">18 Rue Fremicourt, 75015 Paris</div>`)[0];
|
|
popup_fb61b62134d8439497c68732866f66ee.setContent(html_16bf513c05a8406696e12f73f78814c5);
|
|
|
|
|
|
circle_e3282a7b11ad42e9b6807b652c91829c.bindPopup(popup_fb61b62134d8439497c68732866f66ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e3282a7b11ad42e9b6807b652c91829c.bindTooltip(
|
|
`<div>
|
|
Les Delices Du Maroc (#1148) | n_orders=203
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_627c3ef7445447a2a443a0cba5eeb883 = L.circle(
|
|
[48.857578, 2.301711],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ce2e3bff75ab44e19babf319a8c5b360 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b65c4966d22745f28a718b5fec34a5c6 = $(`<div id="html_b65c4966d22745f28a718b5fec34a5c6" style="width: 100.0%; height: 100.0%;">8 Rue Augereau, 75007 Paris</div>`)[0];
|
|
popup_ce2e3bff75ab44e19babf319a8c5b360.setContent(html_b65c4966d22745f28a718b5fec34a5c6);
|
|
|
|
|
|
circle_627c3ef7445447a2a443a0cba5eeb883.bindPopup(popup_ce2e3bff75ab44e19babf319a8c5b360)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_627c3ef7445447a2a443a0cba5eeb883.bindTooltip(
|
|
`<div>
|
|
Babao 7 (#1149) | n_orders=21
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eac0cd18a91f42058401be34d904c89f = L.circle(
|
|
[48.824043, 2.325044],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3ceb9cc33ee14f6dbbbced763c490446 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e7821098baf1485ab91f2edfee877992 = $(`<div id="html_e7821098baf1485ab91f2edfee877992" style="width: 100.0%; height: 100.0%;">5 Rue Poirier De Narcay, 75014 Paris</div>`)[0];
|
|
popup_3ceb9cc33ee14f6dbbbced763c490446.setContent(html_e7821098baf1485ab91f2edfee877992);
|
|
|
|
|
|
circle_eac0cd18a91f42058401be34d904c89f.bindPopup(popup_3ceb9cc33ee14f6dbbbced763c490446)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eac0cd18a91f42058401be34d904c89f.bindTooltip(
|
|
`<div>
|
|
Ganesh (#1151) | n_orders=344
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_935ef3c107f54e89bec1391909f6726e = L.circle(
|
|
[48.878845, 2.28957],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_083d20224c0249d8b26d2d8b80068d00 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c51b17a74f27474c8ebd39df9a994303 = $(`<div id="html_c51b17a74f27474c8ebd39df9a994303" style="width: 100.0%; height: 100.0%;">10 Rue St Ferdinand, 75017 Levallois-Perret</div>`)[0];
|
|
popup_083d20224c0249d8b26d2d8b80068d00.setContent(html_c51b17a74f27474c8ebd39df9a994303);
|
|
|
|
|
|
circle_935ef3c107f54e89bec1391909f6726e.bindPopup(popup_083d20224c0249d8b26d2d8b80068d00)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_935ef3c107f54e89bec1391909f6726e.bindTooltip(
|
|
`<div>
|
|
Mon Petit Poulet (#1152) | n_orders=250
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_da92c32cbc044a858e1079e81228ab1c = L.circle(
|
|
[48.890793, 2.237821],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b8a2ffeddd4847ffa8035212ef624dfb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4393cdf6baca4615971865c5effc577c = $(`<div id="html_4393cdf6baca4615971865c5effc577c" style="width: 100.0%; height: 100.0%;">Les 4 Temps, La Defense, 92092 Paris</div>`)[0];
|
|
popup_b8a2ffeddd4847ffa8035212ef624dfb.setContent(html_4393cdf6baca4615971865c5effc577c);
|
|
|
|
|
|
circle_da92c32cbc044a858e1079e81228ab1c.bindPopup(popup_b8a2ffeddd4847ffa8035212ef624dfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_da92c32cbc044a858e1079e81228ab1c.bindTooltip(
|
|
`<div>
|
|
Hd Diner (#1154) | n_orders=336
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d131d1ae4fde45f6a769d79c95d261c5 = L.circle(
|
|
[48.862305, 2.443274],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e65df9c261dc48b6b6f8ec2f9ad83149 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_08d4d6684e2b4c5c8ef636eaddad3ae7 = $(`<div id="html_08d4d6684e2b4c5c8ef636eaddad3ae7" style="width: 100.0%; height: 100.0%;">8 Avenue Walwein, 93100 Montreuil</div>`)[0];
|
|
popup_e65df9c261dc48b6b6f8ec2f9ad83149.setContent(html_08d4d6684e2b4c5c8ef636eaddad3ae7);
|
|
|
|
|
|
circle_d131d1ae4fde45f6a769d79c95d261c5.bindPopup(popup_e65df9c261dc48b6b6f8ec2f9ad83149)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d131d1ae4fde45f6a769d79c95d261c5.bindTooltip(
|
|
`<div>
|
|
Eat Sushi Montreuil (#1157) | n_orders=119
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4357ff49bf3d45c6b457f4b240902471 = L.circle(
|
|
[48.852131, 2.338803],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_513e0bdd10b442afa4d5c379eb654d2f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1e9a5fb6d99f460fa4fdaa38a4487dd8 = $(`<div id="html_1e9a5fb6d99f460fa4fdaa38a4487dd8" style="width: 100.0%; height: 100.0%;">La Vie En Fruits - 116 Boulevard Saint Germain, 75006 Paris</div>`)[0];
|
|
popup_513e0bdd10b442afa4d5c379eb654d2f.setContent(html_1e9a5fb6d99f460fa4fdaa38a4487dd8);
|
|
|
|
|
|
circle_4357ff49bf3d45c6b457f4b240902471.bindPopup(popup_513e0bdd10b442afa4d5c379eb654d2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4357ff49bf3d45c6b457f4b240902471.bindTooltip(
|
|
`<div>
|
|
Veggie Power Box (#1158) | n_orders=33
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4b39e329d8b040e8ad7207d318a3d424 = L.circle(
|
|
[48.89188, 2.296822],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_385f6af411564abbaa0aa5b4544cd0a3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e5a43af8c39347639101400569753039 = $(`<div id="html_e5a43af8c39347639101400569753039" style="width: 100.0%; height: 100.0%;">32 Rue D'Alsace, 92300 Levallois-Perret</div>`)[0];
|
|
popup_385f6af411564abbaa0aa5b4544cd0a3.setContent(html_e5a43af8c39347639101400569753039);
|
|
|
|
|
|
circle_4b39e329d8b040e8ad7207d318a3d424.bindPopup(popup_385f6af411564abbaa0aa5b4544cd0a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4b39e329d8b040e8ad7207d318a3d424.bindTooltip(
|
|
`<div>
|
|
Hd Diner (#1159) | n_orders=759
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7940627008ae4e5e8a1efd00ec04c6d5 = L.circle(
|
|
[48.870792, 2.33287],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b2ce1d97c3b04c93a516fddb8b3d1d83 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_13898fa337594111af02f1baeb848709 = $(`<div id="html_13898fa337594111af02f1baeb848709" style="width: 100.0%; height: 100.0%;">29 Bd Italiens, 75009 Paris</div>`)[0];
|
|
popup_b2ce1d97c3b04c93a516fddb8b3d1d83.setContent(html_13898fa337594111af02f1baeb848709);
|
|
|
|
|
|
circle_7940627008ae4e5e8a1efd00ec04c6d5.bindPopup(popup_b2ce1d97c3b04c93a516fddb8b3d1d83)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7940627008ae4e5e8a1efd00ec04c6d5.bindTooltip(
|
|
`<div>
|
|
Noura Opera (#1160) | n_orders=298
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0598b24775054298b92704f27f95b3d4 = L.circle(
|
|
[48.830868, 2.327651],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d888112988034f859a3cbda453492d47 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d919d4c0ecc74004b001786c6fa59dc5 = $(`<div id="html_d919d4c0ecc74004b001786c6fa59dc5" style="width: 100.0%; height: 100.0%;">29 Avenue Du General Leclerc, 75014 Paris</div>`)[0];
|
|
popup_d888112988034f859a3cbda453492d47.setContent(html_d919d4c0ecc74004b001786c6fa59dc5);
|
|
|
|
|
|
circle_0598b24775054298b92704f27f95b3d4.bindPopup(popup_d888112988034f859a3cbda453492d47)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0598b24775054298b92704f27f95b3d4.bindTooltip(
|
|
`<div>
|
|
Babao 14 (#1163) | n_orders=150
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d419e879c88440448e0f1ff91ae05e9b = L.circle(
|
|
[48.844818, 2.294185],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6288eeeff03e417793d4a3b32a2592a5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1266f0b750bf44518d3423f5cb7930f1 = $(`<div id="html_1266f0b750bf44518d3423f5cb7930f1" style="width: 100.0%; height: 100.0%;">79 Rue Du Commerce, 75015 Paris</div>`)[0];
|
|
popup_6288eeeff03e417793d4a3b32a2592a5.setContent(html_1266f0b750bf44518d3423f5cb7930f1);
|
|
|
|
|
|
circle_d419e879c88440448e0f1ff91ae05e9b.bindPopup(popup_6288eeeff03e417793d4a3b32a2592a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d419e879c88440448e0f1ff91ae05e9b.bindTooltip(
|
|
`<div>
|
|
Maison Kayser - Paris 15 (#1164) | n_orders=145
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2b8525287ea84094b38482491b09a6aa = L.circle(
|
|
[48.841652, 2.32256],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_41cb01902cb34ccd8a2a8f6d2e17d24f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_69dbbb6297cf4651ba82ef09f2e0ac71 = $(`<div id="html_69dbbb6297cf4651ba82ef09f2e0ac71" style="width: 100.0%; height: 100.0%;">27 Rue Du Depart, 75014 Paris</div>`)[0];
|
|
popup_41cb01902cb34ccd8a2a8f6d2e17d24f.setContent(html_69dbbb6297cf4651ba82ef09f2e0ac71);
|
|
|
|
|
|
circle_2b8525287ea84094b38482491b09a6aa.bindPopup(popup_41cb01902cb34ccd8a2a8f6d2e17d24f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2b8525287ea84094b38482491b09a6aa.bindTooltip(
|
|
`<div>
|
|
Maison Kayser - Paris 14 (#1165) | n_orders=83
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_016b1634d4944f37a1fac74651f9df1d = L.circle(
|
|
[48.868736, 2.291519],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_391a52873bb14790af69c6fc0b14291b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c5901dc703e944d3a59be5126c7e49a7 = $(`<div id="html_c5901dc703e944d3a59be5126c7e49a7" style="width: 100.0%; height: 100.0%;">41 Avenue Kleber, 75116 Paris</div>`)[0];
|
|
popup_391a52873bb14790af69c6fc0b14291b.setContent(html_c5901dc703e944d3a59be5126c7e49a7);
|
|
|
|
|
|
circle_016b1634d4944f37a1fac74651f9df1d.bindPopup(popup_391a52873bb14790af69c6fc0b14291b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_016b1634d4944f37a1fac74651f9df1d.bindTooltip(
|
|
`<div>
|
|
Good Organic Only Kleber (#1166) | n_orders=87
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6afec8c589a04d4eb36da029078f3b66 = L.circle(
|
|
[48.898132, 2.370423],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0ae9faea709d42f19fed61d633f0606a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2e098ccbe843477f86ea9646a2f2d1f3 = $(`<div id="html_2e098ccbe843477f86ea9646a2f2d1f3" style="width: 100.0%; height: 100.0%;">8 Passage Susan Sontag, 75018 Paris</div>`)[0];
|
|
popup_0ae9faea709d42f19fed61d633f0606a.setContent(html_2e098ccbe843477f86ea9646a2f2d1f3);
|
|
|
|
|
|
circle_6afec8c589a04d4eb36da029078f3b66.bindPopup(popup_0ae9faea709d42f19fed61d633f0606a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6afec8c589a04d4eb36da029078f3b66.bindTooltip(
|
|
`<div>
|
|
Factory And Co - Paris 19 (#1167) | n_orders=687
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_28aa357395484d148d8c3a8b47cbdfbe = L.circle(
|
|
[48.86755, 2.332285],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6d37a7bc10254b8391e1e789aacafef6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_862f0a0f07654ec0a1b9c83421531689 = $(`<div id="html_862f0a0f07654ec0a1b9c83421531689" style="width: 100.0%; height: 100.0%;">3 Rue Danielle Casanova, 75001 Paris</div>`)[0];
|
|
popup_6d37a7bc10254b8391e1e789aacafef6.setContent(html_862f0a0f07654ec0a1b9c83421531689);
|
|
|
|
|
|
circle_28aa357395484d148d8c3a8b47cbdfbe.bindPopup(popup_6d37a7bc10254b8391e1e789aacafef6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_28aa357395484d148d8c3a8b47cbdfbe.bindTooltip(
|
|
`<div>
|
|
Boco Opera (#1168) | n_orders=232
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1feb0c2e0e7a447cad674a7dbcb1cc2c = L.circle(
|
|
[48.833366, 2.384718],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b1bb105bac394d9c922627f55180d224 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bfb7515a76f84903bad5e7be3e2d9fba = $(`<div id="html_bfb7515a76f84903bad5e7be3e2d9fba" style="width: 100.0%; height: 100.0%;">45 Cour Saint Emilion, 75012 Paris</div>`)[0];
|
|
popup_b1bb105bac394d9c922627f55180d224.setContent(html_bfb7515a76f84903bad5e7be3e2d9fba);
|
|
|
|
|
|
circle_1feb0c2e0e7a447cad674a7dbcb1cc2c.bindPopup(popup_b1bb105bac394d9c922627f55180d224)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1feb0c2e0e7a447cad674a7dbcb1cc2c.bindTooltip(
|
|
`<div>
|
|
Boco Bercy Village (#1169) | n_orders=168
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_926cb85c048d4d928e2d904dc830c602 = L.circle(
|
|
[48.852833, 2.426233],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d21bced58db3412f91f9d6811c922994 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_119aeebf67c640b589b042c524a4cbf9 = $(`<div id="html_119aeebf67c640b589b042c524a4cbf9" style="width: 100.0%; height: 100.0%;">65 Rue Marceau, 93100 Paris</div>`)[0];
|
|
popup_d21bced58db3412f91f9d6811c922994.setContent(html_119aeebf67c640b589b042c524a4cbf9);
|
|
|
|
|
|
circle_926cb85c048d4d928e2d904dc830c602.bindPopup(popup_d21bced58db3412f91f9d6811c922994)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_926cb85c048d4d928e2d904dc830c602.bindTooltip(
|
|
`<div>
|
|
Burger Bar And Co (#1173) | n_orders=57
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2ce8adf3e220422cad39ec84f143d11b = L.circle(
|
|
[48.867008, 2.345185],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f8ce2a1026014bef9f07e849b647e0e8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c6f70c2001bf4953899ef7d3ded097cf = $(`<div id="html_c6f70c2001bf4953899ef7d3ded097cf" style="width: 100.0%; height: 100.0%;">16 Rue Des Petits Carreaux, 75002 Paris</div>`)[0];
|
|
popup_f8ce2a1026014bef9f07e849b647e0e8.setContent(html_c6f70c2001bf4953899ef7d3ded097cf);
|
|
|
|
|
|
circle_2ce8adf3e220422cad39ec84f143d11b.bindPopup(popup_f8ce2a1026014bef9f07e849b647e0e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2ce8adf3e220422cad39ec84f143d11b.bindTooltip(
|
|
`<div>
|
|
Maison Kayser - Paris 02 (#1174) | n_orders=23
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c3fcf2f603ac4c2a9ccdd19259210d17 = L.circle(
|
|
[48.865616, 2.360015],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d101022d410045398253d1adbd8e83da = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_671b58d94f75493eb10b41b662909684 = $(`<div id="html_671b58d94f75493eb10b41b662909684" style="width: 100.0%; height: 100.0%;">185 Rue Du Temple, 75003 Paris</div>`)[0];
|
|
popup_d101022d410045398253d1adbd8e83da.setContent(html_671b58d94f75493eb10b41b662909684);
|
|
|
|
|
|
circle_c3fcf2f603ac4c2a9ccdd19259210d17.bindPopup(popup_d101022d410045398253d1adbd8e83da)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c3fcf2f603ac4c2a9ccdd19259210d17.bindTooltip(
|
|
`<div>
|
|
Fermier Gourmet (#1175) | n_orders=52
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4072d04d005c408799f7d339d09efff4 = L.circle(
|
|
[48.833096, 2.303867],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_11adb3e703d947baa855013db74007b1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8972b8b0ac7844c69cf40c92b950273e = $(`<div id="html_8972b8b0ac7844c69cf40c92b950273e" style="width: 100.0%; height: 100.0%;">55 Rue Brancion, 75015 Paris</div>`)[0];
|
|
popup_11adb3e703d947baa855013db74007b1.setContent(html_8972b8b0ac7844c69cf40c92b950273e);
|
|
|
|
|
|
circle_4072d04d005c408799f7d339d09efff4.bindPopup(popup_11adb3e703d947baa855013db74007b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4072d04d005c408799f7d339d09efff4.bindTooltip(
|
|
`<div>
|
|
Rosso E Nero (#1177) | n_orders=185
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_754a023ca9e04b8996062a0ecdfa737e = L.circle(
|
|
[48.889671, 2.242326],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f9737f3607544eed8c4824b48cc350fb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_03c0ba7b1a48417c8bb793c5af500c35 = $(`<div id="html_03c0ba7b1a48417c8bb793c5af500c35" style="width: 100.0%; height: 100.0%;">5 Place De La Pyramide, 92800 Courbevoie</div>`)[0];
|
|
popup_f9737f3607544eed8c4824b48cc350fb.setContent(html_03c0ba7b1a48417c8bb793c5af500c35);
|
|
|
|
|
|
circle_754a023ca9e04b8996062a0ecdfa737e.bindPopup(popup_f9737f3607544eed8c4824b48cc350fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_754a023ca9e04b8996062a0ecdfa737e.bindTooltip(
|
|
`<div>
|
|
Boco La Defense (#1181) | n_orders=49
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_763567df90714d9c8e7f326a4176ea63 = L.circle(
|
|
[48.854824, 2.338576],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a6c2e2d2db714dabbf3bba6df0cf4aed = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2236a53f2cd74029a0fd6058eb4ef82d = $(`<div id="html_2236a53f2cd74029a0fd6058eb4ef82d" style="width: 100.0%; height: 100.0%;">30 Rue Dauphine, 75006 Paris</div>`)[0];
|
|
popup_a6c2e2d2db714dabbf3bba6df0cf4aed.setContent(html_2236a53f2cd74029a0fd6058eb4ef82d);
|
|
|
|
|
|
circle_763567df90714d9c8e7f326a4176ea63.bindPopup(popup_a6c2e2d2db714dabbf3bba6df0cf4aed)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_763567df90714d9c8e7f326a4176ea63.bindTooltip(
|
|
`<div>
|
|
Maison Francart Dauphine (#1183) | n_orders=44
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_742e3e016ceb459484e6ff975c612d95 = L.circle(
|
|
[48.812286, 2.31513],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_32f897bbed464e4facdf4c8e86264a7c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_86786f207b7d4d469802968257719cde = $(`<div id="html_86786f207b7d4d469802968257719cde" style="width: 100.0%; height: 100.0%;">144 Avenue De La Republique, 92120 Montrouge</div>`)[0];
|
|
popup_32f897bbed464e4facdf4c8e86264a7c.setContent(html_86786f207b7d4d469802968257719cde);
|
|
|
|
|
|
circle_742e3e016ceb459484e6ff975c612d95.bindPopup(popup_32f897bbed464e4facdf4c8e86264a7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_742e3e016ceb459484e6ff975c612d95.bindTooltip(
|
|
`<div>
|
|
Aubergine And Cie Traiteur (#1187) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7c84a60e156f484c9da72acbca875f2c = L.circle(
|
|
[48.873768, 2.323558],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f38e97e4a4fb45dc915cb3216ae2dd19 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_55c3eab8858f4e58963c6ec6c60627d7 = $(`<div id="html_55c3eab8858f4e58963c6ec6c60627d7" style="width: 100.0%; height: 100.0%;">39 Rue Des Mathurins, 75008 Paris</div>`)[0];
|
|
popup_f38e97e4a4fb45dc915cb3216ae2dd19.setContent(html_55c3eab8858f4e58963c6ec6c60627d7);
|
|
|
|
|
|
circle_7c84a60e156f484c9da72acbca875f2c.bindPopup(popup_f38e97e4a4fb45dc915cb3216ae2dd19)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7c84a60e156f484c9da72acbca875f2c.bindTooltip(
|
|
`<div>
|
|
Boco Mathurins (#1189) | n_orders=408
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9170f8d275a347f2a316ab3067903701 = L.circle(
|
|
[48.851871, 2.316234],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0a0c167c12594ffd9059f98c9a6ed236 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ba22423370ab43c7b21b183bbd2b7aff = $(`<div id="html_ba22423370ab43c7b21b183bbd2b7aff" style="width: 100.0%; height: 100.0%;">46 Rue De Babylone, 75007 Paris</div>`)[0];
|
|
popup_0a0c167c12594ffd9059f98c9a6ed236.setContent(html_ba22423370ab43c7b21b183bbd2b7aff);
|
|
|
|
|
|
circle_9170f8d275a347f2a316ab3067903701.bindPopup(popup_0a0c167c12594ffd9059f98c9a6ed236)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9170f8d275a347f2a316ab3067903701.bindTooltip(
|
|
`<div>
|
|
Miyagawa (#1192) | n_orders=275
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_32887e8b95a24ea7b53b98312485af99 = L.circle(
|
|
[48.864388, 2.287868],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a5ea6ff74acf4ead82f7bd9f1d2d46ce = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7490984f30c640e7b4b60ac2e67e7149 = $(`<div id="html_7490984f30c640e7b4b60ac2e67e7149" style="width: 100.0%; height: 100.0%;">116 Avenue Kleber, 75116 Paris</div>`)[0];
|
|
popup_a5ea6ff74acf4ead82f7bd9f1d2d46ce.setContent(html_7490984f30c640e7b4b60ac2e67e7149);
|
|
|
|
|
|
circle_32887e8b95a24ea7b53b98312485af99.bindPopup(popup_a5ea6ff74acf4ead82f7bd9f1d2d46ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_32887e8b95a24ea7b53b98312485af99.bindTooltip(
|
|
`<div>
|
|
White Cafe (#1195) | n_orders=120
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_12eb22340e124da6b9925823251e03aa = L.circle(
|
|
[48.84951, 2.385177],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a8aeb2db1aa5408eb60ac11680104a72 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7288c1ea5e564087a3e84fd00f19b2df = $(`<div id="html_7288c1ea5e564087a3e84fd00f19b2df" style="width: 100.0%; height: 100.0%;">5 Rue De Reuilly,, 75012 Saint-Mande</div>`)[0];
|
|
popup_a8aeb2db1aa5408eb60ac11680104a72.setContent(html_7288c1ea5e564087a3e84fd00f19b2df);
|
|
|
|
|
|
circle_12eb22340e124da6b9925823251e03aa.bindPopup(popup_a8aeb2db1aa5408eb60ac11680104a72)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_12eb22340e124da6b9925823251e03aa.bindTooltip(
|
|
`<div>
|
|
El Nopalito (#1196) | n_orders=95
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f8c805da2c59496491a730af304b904d = L.circle(
|
|
[48.883907, 2.32155],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cfcfab41717f4cefad2ea635cf851652 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e196e9984aa14cebb679adbed2a5b653 = $(`<div id="html_e196e9984aa14cebb679adbed2a5b653" style="width: 100.0%; height: 100.0%;">57 Rue Des Dames, 75017 Paris</div>`)[0];
|
|
popup_cfcfab41717f4cefad2ea635cf851652.setContent(html_e196e9984aa14cebb679adbed2a5b653);
|
|
|
|
|
|
circle_f8c805da2c59496491a730af304b904d.bindPopup(popup_cfcfab41717f4cefad2ea635cf851652)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f8c805da2c59496491a730af304b904d.bindTooltip(
|
|
`<div>
|
|
Alice Pizza 17 (#1197) | n_orders=1055
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5beb6938057d4d38950736f28ddc749a = L.circle(
|
|
[48.868145, 2.341694],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_49c7b13db8a14541b4d8833047e3ae50 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_51092ddd07e9498fa8b9e00a8f29934c = $(`<div id="html_51092ddd07e9498fa8b9e00a8f29934c" style="width: 100.0%; height: 100.0%;">24 Rue De La Banque, 75002 Paris</div>`)[0];
|
|
popup_49c7b13db8a14541b4d8833047e3ae50.setContent(html_51092ddd07e9498fa8b9e00a8f29934c);
|
|
|
|
|
|
circle_5beb6938057d4d38950736f28ddc749a.bindPopup(popup_49c7b13db8a14541b4d8833047e3ae50)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5beb6938057d4d38950736f28ddc749a.bindTooltip(
|
|
`<div>
|
|
Maison Healthy (#1198) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5ea957f69b3e444f8c8dc27436645b4a = L.circle(
|
|
[48.876747, 2.297371],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_85cba2ed694245d49e2bf9d8fc354a2a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_da082e1fa0af4464b6ff4b0093cca9c5 = $(`<div id="html_da082e1fa0af4464b6ff4b0093cca9c5" style="width: 100.0%; height: 100.0%;">32 Avenue Wagram, 75017 Paris</div>`)[0];
|
|
popup_85cba2ed694245d49e2bf9d8fc354a2a.setContent(html_da082e1fa0af4464b6ff4b0093cca9c5);
|
|
|
|
|
|
circle_5ea957f69b3e444f8c8dc27436645b4a.bindPopup(popup_85cba2ed694245d49e2bf9d8fc354a2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5ea957f69b3e444f8c8dc27436645b4a.bindTooltip(
|
|
`<div>
|
|
Le Paradis Du Fruit (#1199) | n_orders=769
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b35b80c391a94816b484a56448fc399a = L.circle(
|
|
[48.885033, 2.258752],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c588763668874372aec698858bf48bc0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8b635316bfe1430187651decd43f1424 = $(`<div id="html_8b635316bfe1430187651decd43f1424" style="width: 100.0%; height: 100.0%;">209 Avenue Charles De Gaulle, 92200 Levallois-Perret</div>`)[0];
|
|
popup_c588763668874372aec698858bf48bc0.setContent(html_8b635316bfe1430187651decd43f1424);
|
|
|
|
|
|
circle_b35b80c391a94816b484a56448fc399a.bindPopup(popup_c588763668874372aec698858bf48bc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b35b80c391a94816b484a56448fc399a.bindTooltip(
|
|
`<div>
|
|
Zinc Zinc (#1200) | n_orders=68
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_74c86e3e5f1241daaa6adbd743643292 = L.circle(
|
|
[48.873348, 2.314486],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e75ca1d3a8e64aa1b08bdae4cdea51bc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_12da1883b9824e719f0e97793c43f976 = $(`<div id="html_12da1883b9824e719f0e97793c43f976" style="width: 100.0%; height: 100.0%;">37 Rue La Boetie, 75008 Paris</div>`)[0];
|
|
popup_e75ca1d3a8e64aa1b08bdae4cdea51bc.setContent(html_12da1883b9824e719f0e97793c43f976);
|
|
|
|
|
|
circle_74c86e3e5f1241daaa6adbd743643292.bindPopup(popup_e75ca1d3a8e64aa1b08bdae4cdea51bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_74c86e3e5f1241daaa6adbd743643292.bindTooltip(
|
|
`<div>
|
|
Lina'S Boetie (#1201) | n_orders=31
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f8e258f9018342988dc16c3bbb6efa5a = L.circle(
|
|
[48.869171, 2.339256],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_efa7257ca3bd4e9c97163b7b0be7061b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c0a1b5dadce54987a61f74675ff76b95 = $(`<div id="html_c0a1b5dadce54987a61f74675ff76b95" style="width: 100.0%; height: 100.0%;">33 Place De La Bourse, 75002 Paris</div>`)[0];
|
|
popup_efa7257ca3bd4e9c97163b7b0be7061b.setContent(html_c0a1b5dadce54987a61f74675ff76b95);
|
|
|
|
|
|
circle_f8e258f9018342988dc16c3bbb6efa5a.bindPopup(popup_efa7257ca3bd4e9c97163b7b0be7061b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f8e258f9018342988dc16c3bbb6efa5a.bindTooltip(
|
|
`<div>
|
|
Bieh (#1202) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_61e54f35761148cd800846088ed55a59 = L.circle(
|
|
[48.867973, 2.372674],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ccdf19559a5f45c4a5f8318dd27a14fd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_79175192a27f47a9a621fb04bb97cf87 = $(`<div id="html_79175192a27f47a9a621fb04bb97cf87" style="width: 100.0%; height: 100.0%;">124 Avenue Parmentier, 75011 Paris</div>`)[0];
|
|
popup_ccdf19559a5f45c4a5f8318dd27a14fd.setContent(html_79175192a27f47a9a621fb04bb97cf87);
|
|
|
|
|
|
circle_61e54f35761148cd800846088ed55a59.bindPopup(popup_ccdf19559a5f45c4a5f8318dd27a14fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_61e54f35761148cd800846088ed55a59.bindTooltip(
|
|
`<div>
|
|
Fuumi (#1203) | n_orders=129
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_452956553b134bc3b013f8314134b947 = L.circle(
|
|
[48.867352, 2.302014],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7d1ef451dd414696805b7975188c58fd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0ef922227fc24f82af9718a4eff32bd6 = $(`<div id="html_0ef922227fc24f82af9718a4eff32bd6" style="width: 100.0%; height: 100.0%;">8 Rue Marbeuf, 75008 Paris</div>`)[0];
|
|
popup_7d1ef451dd414696805b7975188c58fd.setContent(html_0ef922227fc24f82af9718a4eff32bd6);
|
|
|
|
|
|
circle_452956553b134bc3b013f8314134b947.bindPopup(popup_7d1ef451dd414696805b7975188c58fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_452956553b134bc3b013f8314134b947.bindTooltip(
|
|
`<div>
|
|
Lina'S Marbeuf (#1228) | n_orders=58
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fae580ee3bd54b42bb4ab4e0620774b0 = L.circle(
|
|
[48.882576, 2.27663],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0c51a5420fc946d8b2db775bd059c535 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4a5f2ae27892403ea10e2b43c6147a1e = $(`<div id="html_4a5f2ae27892403ea10e2b43c6147a1e" style="width: 100.0%; height: 100.0%;">61 Avenue Du Roule, 92200 Paris</div>`)[0];
|
|
popup_0c51a5420fc946d8b2db775bd059c535.setContent(html_4a5f2ae27892403ea10e2b43c6147a1e);
|
|
|
|
|
|
circle_fae580ee3bd54b42bb4ab4e0620774b0.bindPopup(popup_0c51a5420fc946d8b2db775bd059c535)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fae580ee3bd54b42bb4ab4e0620774b0.bindTooltip(
|
|
`<div>
|
|
La Capricciosa (#1240) | n_orders=42
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_32d4f3eade564fe2b33151cc4a0bb161 = L.circle(
|
|
[48.854359, 2.416511],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_416e2ccf36914c8bad9807a21c69ad43 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_86a4e7d4780c42fbb429c4e1e8c54643 = $(`<div id="html_86a4e7d4780c42fbb429c4e1e8c54643" style="width: 100.0%; height: 100.0%;">261 Rue De Paris, 93100 Paris</div>`)[0];
|
|
popup_416e2ccf36914c8bad9807a21c69ad43.setContent(html_86a4e7d4780c42fbb429c4e1e8c54643);
|
|
|
|
|
|
circle_32d4f3eade564fe2b33151cc4a0bb161.bindPopup(popup_416e2ccf36914c8bad9807a21c69ad43)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_32d4f3eade564fe2b33151cc4a0bb161.bindTooltip(
|
|
`<div>
|
|
Brooklyn Kitchen (#1253) | n_orders=170
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f8e0ca5dc24d4120b6ae5066b091811c = L.circle(
|
|
[48.874714, 2.339929],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c47f3177174942a9b85314eb3227e721 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_aae2092d0b6f4d67983eddb5642997f2 = $(`<div id="html_aae2092d0b6f4d67983eddb5642997f2" style="width: 100.0%; height: 100.0%;">10 Rue De La Victoire, 75009 Paris</div>`)[0];
|
|
popup_c47f3177174942a9b85314eb3227e721.setContent(html_aae2092d0b6f4d67983eddb5642997f2);
|
|
|
|
|
|
circle_f8e0ca5dc24d4120b6ae5066b091811c.bindPopup(popup_c47f3177174942a9b85314eb3227e721)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f8e0ca5dc24d4120b6ae5066b091811c.bindTooltip(
|
|
`<div>
|
|
Bioburger Victoire (#1262) | n_orders=777
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fc24e0d39bad4903941a1f06e0ed8974 = L.circle(
|
|
[48.866703, 2.360582],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a76653b8990142f79b1726ea66ff251b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a9bc107d538d472e84e34a8277e4b80a = $(`<div id="html_a9bc107d538d472e84e34a8277e4b80a" style="width: 100.0%; height: 100.0%;">81 Rue De Turbigo, 75003 Paris</div>`)[0];
|
|
popup_a76653b8990142f79b1726ea66ff251b.setContent(html_a9bc107d538d472e84e34a8277e4b80a);
|
|
|
|
|
|
circle_fc24e0d39bad4903941a1f06e0ed8974.bindPopup(popup_a76653b8990142f79b1726ea66ff251b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fc24e0d39bad4903941a1f06e0ed8974.bindTooltip(
|
|
`<div>
|
|
Banh Mi (#1268) | n_orders=220
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d62fa998b314458aa240094daf013514 = L.circle(
|
|
[48.877048, 2.340091],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4bc0e54fe2d444f49c2266b9d158760b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5ac1f1dcd4a447b0b01dcfa930076d75 = $(`<div id="html_5ac1f1dcd4a447b0b01dcfa930076d75" style="width: 100.0%; height: 100.0%;">12 Rue De Maubeuge, 75009 Paris</div>`)[0];
|
|
popup_4bc0e54fe2d444f49c2266b9d158760b.setContent(html_5ac1f1dcd4a447b0b01dcfa930076d75);
|
|
|
|
|
|
circle_d62fa998b314458aa240094daf013514.bindPopup(popup_4bc0e54fe2d444f49c2266b9d158760b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d62fa998b314458aa240094daf013514.bindTooltip(
|
|
`<div>
|
|
Rizzo Cafe (#1272) | n_orders=51
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_879c3c4401f64aa289d4403495630e7e = L.circle(
|
|
[48.867615, 2.334913],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f2544433a0c046bc9d841226c4676eb8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0f433d3ddfba44ec970e162bbd415a15 = $(`<div id="html_0f433d3ddfba44ec970e162bbd415a15" style="width: 100.0%; height: 100.0%;">46 Passage Choiseul, 75002 Paris</div>`)[0];
|
|
popup_f2544433a0c046bc9d841226c4676eb8.setContent(html_0f433d3ddfba44ec970e162bbd415a15);
|
|
|
|
|
|
circle_879c3c4401f64aa289d4403495630e7e.bindPopup(popup_f2544433a0c046bc9d841226c4676eb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_879c3c4401f64aa289d4403495630e7e.bindTooltip(
|
|
`<div>
|
|
Bioburger (#1275) | n_orders=79
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b5309b329b7f4fa4a4e98f313e6c6c22 = L.circle(
|
|
[48.874336, 2.306369],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8421a191055d4860ab80b010fa10eb27 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f861de74783346c4a530492df253dbd5 = $(`<div id="html_f861de74783346c4a530492df253dbd5" style="width: 100.0%; height: 100.0%;">157 Rue Du Faubourg Saint-Honore, 75008 Paris</div>`)[0];
|
|
popup_8421a191055d4860ab80b010fa10eb27.setContent(html_f861de74783346c4a530492df253dbd5);
|
|
|
|
|
|
circle_b5309b329b7f4fa4a4e98f313e6c6c22.bindPopup(popup_8421a191055d4860ab80b010fa10eb27)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b5309b329b7f4fa4a4e98f313e6c6c22.bindTooltip(
|
|
`<div>
|
|
Butcher (#1284) | n_orders=462
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e346eef205b146babf9567b8ba1a5c28 = L.circle(
|
|
[48.859665, 2.354912],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_595b0571397249178fb5d5f4cb0e8398 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_692d5bddbbff4b52add5df4b108afd22 = $(`<div id="html_692d5bddbbff4b52add5df4b108afd22" style="width: 100.0%; height: 100.0%;">43 Rue Des Blancs Manteaux, 75004 Paris</div>`)[0];
|
|
popup_595b0571397249178fb5d5f4cb0e8398.setContent(html_692d5bddbbff4b52add5df4b108afd22);
|
|
|
|
|
|
circle_e346eef205b146babf9567b8ba1a5c28.bindPopup(popup_595b0571397249178fb5d5f4cb0e8398)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e346eef205b146babf9567b8ba1a5c28.bindTooltip(
|
|
`<div>
|
|
Bagel Market (#1285) | n_orders=298
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1cd1e0deb7f14ef7a6de0b272c0b4279 = L.circle(
|
|
[48.860722, 2.34533],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ae275d29f27e4b4ab8120b11a41e71d9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2050693f0da14e41be05ccdaf06a3caf = $(`<div id="html_2050693f0da14e41be05ccdaf06a3caf" style="width: 100.0%; height: 100.0%;">35 Rue St-Honore, 75001 Paris</div>`)[0];
|
|
popup_ae275d29f27e4b4ab8120b11a41e71d9.setContent(html_2050693f0da14e41be05ccdaf06a3caf);
|
|
|
|
|
|
circle_1cd1e0deb7f14ef7a6de0b272c0b4279.bindPopup(popup_ae275d29f27e4b4ab8120b11a41e71d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1cd1e0deb7f14ef7a6de0b272c0b4279.bindTooltip(
|
|
`<div>
|
|
Pizzawawa (#1286) | n_orders=397
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_df33370fdd3a4cb0b8de28d7ef2dfa18 = L.circle(
|
|
[48.875919, 2.34132],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c63108f7e1a24240b5b0cd83dad286ca = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_94581b6d489b471ba2a348fc6dcffed4 = $(`<div id="html_94581b6d489b471ba2a348fc6dcffed4" style="width: 100.0%; height: 100.0%;">8 Rue De Chateaudun, 75009 Paris</div>`)[0];
|
|
popup_c63108f7e1a24240b5b0cd83dad286ca.setContent(html_94581b6d489b471ba2a348fc6dcffed4);
|
|
|
|
|
|
circle_df33370fdd3a4cb0b8de28d7ef2dfa18.bindPopup(popup_c63108f7e1a24240b5b0cd83dad286ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_df33370fdd3a4cb0b8de28d7ef2dfa18.bindTooltip(
|
|
`<div>
|
|
Nous Chateaudun (#1289) | n_orders=834
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3bc4e0dccacc4c2fac2b64fc34c2a436 = L.circle(
|
|
[48.886543, 2.3433],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4857139532d244669d1898d94df8a668 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_06013ab8922c43ef80107495719df945 = $(`<div id="html_06013ab8922c43ef80107495719df945" style="width: 100.0%; height: 100.0%;">30 Rue Muller, 75018 Paris</div>`)[0];
|
|
popup_4857139532d244669d1898d94df8a668.setContent(html_06013ab8922c43ef80107495719df945);
|
|
|
|
|
|
circle_3bc4e0dccacc4c2fac2b64fc34c2a436.bindPopup(popup_4857139532d244669d1898d94df8a668)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3bc4e0dccacc4c2fac2b64fc34c2a436.bindTooltip(
|
|
`<div>
|
|
Pink Flamingo (#1296) | n_orders=359
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_03bd334f0ae94516b1d7f9add00d39ae = L.circle(
|
|
[48.849983, 2.376599],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eb4d4de731ff4972ad88ca288d26a256 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8f2899b4900f457aa3f1f57961c59aae = $(`<div id="html_8f2899b4900f457aa3f1f57961c59aae" style="width: 100.0%; height: 100.0%;">23 Rue D'Aligre, 75012 Paris</div>`)[0];
|
|
popup_eb4d4de731ff4972ad88ca288d26a256.setContent(html_8f2899b4900f457aa3f1f57961c59aae);
|
|
|
|
|
|
circle_03bd334f0ae94516b1d7f9add00d39ae.bindPopup(popup_eb4d4de731ff4972ad88ca288d26a256)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_03bd334f0ae94516b1d7f9add00d39ae.bindTooltip(
|
|
`<div>
|
|
Pink Flamingo (#1298) | n_orders=301
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_86a0655c61ed483491a6c3622f987b93 = L.circle(
|
|
[48.901894, 2.314313],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_086f3b253e4b4392a473d02cbb6001eb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ad3cc09f0c804a80a977b4feba4de406 = $(`<div id="html_ad3cc09f0c804a80a977b4feba4de406" style="width: 100.0%; height: 100.0%;">7 Rue Achille Adam, 92110 Paris</div>`)[0];
|
|
popup_086f3b253e4b4392a473d02cbb6001eb.setContent(html_ad3cc09f0c804a80a977b4feba4de406);
|
|
|
|
|
|
circle_86a0655c61ed483491a6c3622f987b93.bindPopup(popup_086f3b253e4b4392a473d02cbb6001eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_86a0655c61ed483491a6c3622f987b93.bindTooltip(
|
|
`<div>
|
|
Marguerite (#1299) | n_orders=144
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f46c851e39074cf5b06be2dba43e7dd2 = L.circle(
|
|
[48.87735, 2.344701],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e28aa80f052346e88e1baaa8de4a926e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b8950f10775740cb83d78fd3356f45cb = $(`<div id="html_b8950f10775740cb83d78fd3356f45cb" style="width: 100.0%; height: 100.0%;">10 Rue Mayran, 75009 Paris</div>`)[0];
|
|
popup_e28aa80f052346e88e1baaa8de4a926e.setContent(html_b8950f10775740cb83d78fd3356f45cb);
|
|
|
|
|
|
circle_f46c851e39074cf5b06be2dba43e7dd2.bindPopup(popup_e28aa80f052346e88e1baaa8de4a926e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f46c851e39074cf5b06be2dba43e7dd2.bindTooltip(
|
|
`<div>
|
|
Sumalee (#1301) | n_orders=187
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5dab4eed5a93434aa6953b75038a21bc = L.circle(
|
|
[48.856724, 2.356888],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_903b49f1c5304a41b1fe1da65a43ea69 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6b337547faa24bf68723bce6d595dad7 = $(`<div id="html_6b337547faa24bf68723bce6d595dad7" style="width: 100.0%; height: 100.0%;">16 Rue Vieille Du Temple, 75004 Paris</div>`)[0];
|
|
popup_903b49f1c5304a41b1fe1da65a43ea69.setContent(html_6b337547faa24bf68723bce6d595dad7);
|
|
|
|
|
|
circle_5dab4eed5a93434aa6953b75038a21bc.bindPopup(popup_903b49f1c5304a41b1fe1da65a43ea69)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5dab4eed5a93434aa6953b75038a21bc.bindTooltip(
|
|
`<div>
|
|
Grom Temple (#1304) | n_orders=70
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_12e905af6fb944c2a5d6aa7b7f121d93 = L.circle(
|
|
[48.875957, 2.344746],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_dbd3c68b308f454e88fc3a2e0af4afe3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_26251b37ecd04b35b01c4365391ccc79 = $(`<div id="html_26251b37ecd04b35b01c4365391ccc79" style="width: 100.0%; height: 100.0%;">29 Rue Bleue, 75009 Paris</div>`)[0];
|
|
popup_dbd3c68b308f454e88fc3a2e0af4afe3.setContent(html_26251b37ecd04b35b01c4365391ccc79);
|
|
|
|
|
|
circle_12e905af6fb944c2a5d6aa7b7f121d93.bindPopup(popup_dbd3c68b308f454e88fc3a2e0af4afe3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_12e905af6fb944c2a5d6aa7b7f121d93.bindTooltip(
|
|
`<div>
|
|
Goji Bar (#1700) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_964b215e1eba410992fd7a05c854fd86 = L.circle(
|
|
[48.846985, 2.341252],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b0dad558de5e435fa81d13abe877bf97 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_38a698a9d65b494e84043b577c25db9c = $(`<div id="html_38a698a9d65b494e84043b577c25db9c" style="width: 100.0%; height: 100.0%;">19 Rue Soufflot, 75005 Paris</div>`)[0];
|
|
popup_b0dad558de5e435fa81d13abe877bf97.setContent(html_38a698a9d65b494e84043b577c25db9c);
|
|
|
|
|
|
circle_964b215e1eba410992fd7a05c854fd86.bindPopup(popup_b0dad558de5e435fa81d13abe877bf97)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_964b215e1eba410992fd7a05c854fd86.bindTooltip(
|
|
`<div>
|
|
Grom Soufflot (#1306) | n_orders=29
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_acb98f3644404003af19822b5066e54c = L.circle(
|
|
[48.859249, 2.401694],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4552692849234749b5d76f9e7c3b6bf5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_90c6b480be574c2face7ef34b315acd7 = $(`<div id="html_90c6b480be574c2face7ef34b315acd7" style="width: 100.0%; height: 100.0%;">155 Bis Rue Des Pyrenees, 75020 Paris</div>`)[0];
|
|
popup_4552692849234749b5d76f9e7c3b6bf5.setContent(html_90c6b480be574c2face7ef34b315acd7);
|
|
|
|
|
|
circle_acb98f3644404003af19822b5066e54c.bindPopup(popup_4552692849234749b5d76f9e7c3b6bf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_acb98f3644404003af19822b5066e54c.bindTooltip(
|
|
`<div>
|
|
Eden Thai (#1307) | n_orders=224
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_32b00cbd742c487a960bcd2ffa7bb979 = L.circle(
|
|
[48.853275, 2.336975],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fc97f6f198c3446cbf7fdc45d3dceadd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3b6583ef96c84c0a83306710e3e8aebd = $(`<div id="html_3b6583ef96c84c0a83306710e3e8aebd" style="width: 100.0%; height: 100.0%;">81 Rue De Seine, 75006 Paris</div>`)[0];
|
|
popup_fc97f6f198c3446cbf7fdc45d3dceadd.setContent(html_3b6583ef96c84c0a83306710e3e8aebd);
|
|
|
|
|
|
circle_32b00cbd742c487a960bcd2ffa7bb979.bindPopup(popup_fc97f6f198c3446cbf7fdc45d3dceadd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_32b00cbd742c487a960bcd2ffa7bb979.bindTooltip(
|
|
`<div>
|
|
Grom Seine (#1308) | n_orders=33
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e7e6f6643868492eaa424fedf04114ad = L.circle(
|
|
[48.867573, 2.340689],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_983f7bc2740447a4ba46b873ec788b11 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bad05acf14d44207ae354ff5a2fec30a = $(`<div id="html_bad05acf14d44207ae354ff5a2fec30a" style="width: 100.0%; height: 100.0%;">14 Rue De La Banque, 75002 Paris</div>`)[0];
|
|
popup_983f7bc2740447a4ba46b873ec788b11.setContent(html_bad05acf14d44207ae354ff5a2fec30a);
|
|
|
|
|
|
circle_e7e6f6643868492eaa424fedf04114ad.bindPopup(popup_983f7bc2740447a4ba46b873ec788b11)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e7e6f6643868492eaa424fedf04114ad.bindTooltip(
|
|
`<div>
|
|
Liza (#1309) | n_orders=208
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2eef4aa9a58e40c7b8121d78dbdd6022 = L.circle(
|
|
[48.846226, 2.423714],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a9979298564946f1aa6581da8be843e5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5a879fe67bfc4ab186b8bc1b2d97dcf7 = $(`<div id="html_5a879fe67bfc4ab186b8bc1b2d97dcf7" style="width: 100.0%; height: 100.0%;">134 Avenue De Paris, 94300 Paris</div>`)[0];
|
|
popup_a9979298564946f1aa6581da8be843e5.setContent(html_5a879fe67bfc4ab186b8bc1b2d97dcf7);
|
|
|
|
|
|
circle_2eef4aa9a58e40c7b8121d78dbdd6022.bindPopup(popup_a9979298564946f1aa6581da8be843e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2eef4aa9a58e40c7b8121d78dbdd6022.bindTooltip(
|
|
`<div>
|
|
Madel And Nico (#1310) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_043adba83a1f4639983d83deac247606 = L.circle(
|
|
[48.856705, 2.397889],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ed00fcd60ead4c6aa531a402403ba6ba = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_34cad4d997f64a55828efc69c2b6ef28 = $(`<div id="html_34cad4d997f64a55828efc69c2b6ef28" style="width: 100.0%; height: 100.0%;">36 Rue De Bagnolet, 75020 Paris</div>`)[0];
|
|
popup_ed00fcd60ead4c6aa531a402403ba6ba.setContent(html_34cad4d997f64a55828efc69c2b6ef28);
|
|
|
|
|
|
circle_043adba83a1f4639983d83deac247606.bindPopup(popup_ed00fcd60ead4c6aa531a402403ba6ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_043adba83a1f4639983d83deac247606.bindTooltip(
|
|
`<div>
|
|
Totorino (#1314) | n_orders=560
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_aee4ef0626364a3e8b8722588649e16c = L.circle(
|
|
[48.847294, 2.368446],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_006f5aec0f394d2180cd35aab01ac344 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_23efbfe94c144f13ac5584afe3e52b29 = $(`<div id="html_23efbfe94c144f13ac5584afe3e52b29" style="width: 100.0%; height: 100.0%;">241 Rue De Bercy, 75012 Paris</div>`)[0];
|
|
popup_006f5aec0f394d2180cd35aab01ac344.setContent(html_23efbfe94c144f13ac5584afe3e52b29);
|
|
|
|
|
|
circle_aee4ef0626364a3e8b8722588649e16c.bindPopup(popup_006f5aec0f394d2180cd35aab01ac344)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_aee4ef0626364a3e8b8722588649e16c.bindTooltip(
|
|
`<div>
|
|
Ommabab (#1315) | n_orders=289
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eeca5288ee534c3a8fe063b913486a22 = L.circle(
|
|
[48.857567, 2.356014],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fa02d825c4b04f76984b1866883717f1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8463d58c95cb4b1d8a021e5c5b40db70 = $(`<div id="html_8463d58c95cb4b1d8a021e5c5b40db70" style="width: 100.0%; height: 100.0%;">29 Rue Du Bourg Tibourg, 75004 Paris</div>`)[0];
|
|
popup_fa02d825c4b04f76984b1866883717f1.setContent(html_8463d58c95cb4b1d8a021e5c5b40db70);
|
|
|
|
|
|
circle_eeca5288ee534c3a8fe063b913486a22.bindPopup(popup_fa02d825c4b04f76984b1866883717f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eeca5288ee534c3a8fe063b913486a22.bindTooltip(
|
|
`<div>
|
|
Les Pinces - Marais (#1317) | n_orders=79
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_286873d3026d470e8e77c912b05a95a3 = L.circle(
|
|
[48.844624, 2.347136],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_dce400a1452948078736f8c4f268ed15 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6bf9037189b44ddc8fc5d2dfc3420bfb = $(`<div id="html_6bf9037189b44ddc8fc5d2dfc3420bfb" style="width: 100.0%; height: 100.0%;">3 Place De La Contrescarpe, 75005 Paris</div>`)[0];
|
|
popup_dce400a1452948078736f8c4f268ed15.setContent(html_6bf9037189b44ddc8fc5d2dfc3420bfb);
|
|
|
|
|
|
circle_286873d3026d470e8e77c912b05a95a3.bindPopup(popup_dce400a1452948078736f8c4f268ed15)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_286873d3026d470e8e77c912b05a95a3.bindTooltip(
|
|
`<div>
|
|
Petit Gaston (#1323) | n_orders=167
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c6a6fbe95d794a7a99a9fb73e99a0bcc = L.circle(
|
|
[48.824921, 2.320214],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2e09fc635c564ea9aaa0b9e6746ab28a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1b07dec9d8684b039f69c01a1cab2d49 = $(`<div id="html_1b07dec9d8684b039f69c01a1cab2d49" style="width: 100.0%; height: 100.0%;">49 Avenue Jean Moulin, 75014 Paris</div>`)[0];
|
|
popup_2e09fc635c564ea9aaa0b9e6746ab28a.setContent(html_1b07dec9d8684b039f69c01a1cab2d49);
|
|
|
|
|
|
circle_c6a6fbe95d794a7a99a9fb73e99a0bcc.bindPopup(popup_2e09fc635c564ea9aaa0b9e6746ab28a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c6a6fbe95d794a7a99a9fb73e99a0bcc.bindTooltip(
|
|
`<div>
|
|
La Regalade (#1324) | n_orders=111
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_08f9f20046014dbb9334cbf1b2bcff57 = L.circle(
|
|
[48.841396, 2.302992],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6c6c6f7a7008457c9acf05abed90d1c9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e4c277de5b644814939d6e2c866435b3 = $(`<div id="html_e4c277de5b644814939d6e2c866435b3" style="width: 100.0%; height: 100.0%;">96 Rue Cambronne, 75015 Paris</div>`)[0];
|
|
popup_6c6c6f7a7008457c9acf05abed90d1c9.setContent(html_e4c277de5b644814939d6e2c866435b3);
|
|
|
|
|
|
circle_08f9f20046014dbb9334cbf1b2bcff57.bindPopup(popup_6c6c6f7a7008457c9acf05abed90d1c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_08f9f20046014dbb9334cbf1b2bcff57.bindTooltip(
|
|
`<div>
|
|
Hana Bento Cambronne (#1325) | n_orders=51
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8c5d3df8772f4c1f9383a214b9cb3a51 = L.circle(
|
|
[48.85746, 2.274376],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e1985f3c96c34cb28962e4cbcccc6485 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bb16790403c74ae386b8fd917469e145 = $(`<div id="html_bb16790403c74ae386b8fd917469e145" style="width: 100.0%; height: 100.0%;">21 Rue Bois Le Vent, 75016 Paris</div>`)[0];
|
|
popup_e1985f3c96c34cb28962e4cbcccc6485.setContent(html_bb16790403c74ae386b8fd917469e145);
|
|
|
|
|
|
circle_8c5d3df8772f4c1f9383a214b9cb3a51.bindPopup(popup_e1985f3c96c34cb28962e4cbcccc6485)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8c5d3df8772f4c1f9383a214b9cb3a51.bindTooltip(
|
|
`<div>
|
|
Hana Bento Bois Le Vent (#1326) | n_orders=54
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_358dbafd19dc45b9933c504659fe9bf8 = L.circle(
|
|
[48.895092, 2.281641],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_080868c459bb43b8a4ab42721e0efcaf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a445ecc03cb1475db0200e2d9a1f1321 = $(`<div id="html_a445ecc03cb1475db0200e2d9a1f1321" style="width: 100.0%; height: 100.0%;">22 Bis Rue Paul Vaillant Couturier, 92300 Paris</div>`)[0];
|
|
popup_080868c459bb43b8a4ab42721e0efcaf.setContent(html_a445ecc03cb1475db0200e2d9a1f1321);
|
|
|
|
|
|
circle_358dbafd19dc45b9933c504659fe9bf8.bindPopup(popup_080868c459bb43b8a4ab42721e0efcaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_358dbafd19dc45b9933c504659fe9bf8.bindTooltip(
|
|
`<div>
|
|
Big Fernand - Levallois (#1328) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_48baffabfdce4b83b652c5d5c5379888 = L.circle(
|
|
[48.857651, 2.316618],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a72a09fc0ecf4c6aa97f2e17a51006c2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f6b8d633335343beb8008c014ec5614c = $(`<div id="html_f6b8d633335343beb8008c014ec5614c" style="width: 100.0%; height: 100.0%;">33 Rue De Bourgogne, 75007 Paris</div>`)[0];
|
|
popup_a72a09fc0ecf4c6aa97f2e17a51006c2.setContent(html_f6b8d633335343beb8008c014ec5614c);
|
|
|
|
|
|
circle_48baffabfdce4b83b652c5d5c5379888.bindPopup(popup_a72a09fc0ecf4c6aa97f2e17a51006c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_48baffabfdce4b83b652c5d5c5379888.bindTooltip(
|
|
`<div>
|
|
Hana Bento Bourgogne (#1329) | n_orders=46
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6ecdb0a5d16f4a87987248483bfbca84 = L.circle(
|
|
[48.845158, 2.433531],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_940d05ea88354863a66713449cb47e6a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6b40f0c03c17420d9ce6588a4f7b1623 = $(`<div id="html_6b40f0c03c17420d9ce6588a4f7b1623" style="width: 100.0%; height: 100.0%;">36 Avenue De Paris, 94300 Paris</div>`)[0];
|
|
popup_940d05ea88354863a66713449cb47e6a.setContent(html_6b40f0c03c17420d9ce6588a4f7b1623);
|
|
|
|
|
|
circle_6ecdb0a5d16f4a87987248483bfbca84.bindPopup(popup_940d05ea88354863a66713449cb47e6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6ecdb0a5d16f4a87987248483bfbca84.bindTooltip(
|
|
`<div>
|
|
Sushi Shop Vincennes (#1331) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_69dda74d151749549188a12d7b0772ba = L.circle(
|
|
[48.898811, 2.376693],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4a49a8ad68004dc3ae06f8e76875ad73 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b9f1463d7be14efb88de6f69de71f529 = $(`<div id="html_b9f1463d7be14efb88de6f69de71f529" style="width: 100.0%; height: 100.0%;">185 Boulevard Mac Donald, Sur La Place, 75019 Paris</div>`)[0];
|
|
popup_4a49a8ad68004dc3ae06f8e76875ad73.setContent(html_b9f1463d7be14efb88de6f69de71f529);
|
|
|
|
|
|
circle_69dda74d151749549188a12d7b0772ba.bindPopup(popup_4a49a8ad68004dc3ae06f8e76875ad73)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_69dda74d151749549188a12d7b0772ba.bindTooltip(
|
|
`<div>
|
|
Thai Basilic (#1332) | n_orders=69
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0870185e766e413482040b2fadeeb0b7 = L.circle(
|
|
[48.867245, 2.360541],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e7fee7ba35294ed9a407c656065cbc8e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7c177c318da84d6fb34931820eb6fed1 = $(`<div id="html_7c177c318da84d6fb34931820eb6fed1" style="width: 100.0%; height: 100.0%;">18 Rue De Notre Dame De Nazareth, 75003 Paris</div>`)[0];
|
|
popup_e7fee7ba35294ed9a407c656065cbc8e.setContent(html_7c177c318da84d6fb34931820eb6fed1);
|
|
|
|
|
|
circle_0870185e766e413482040b2fadeeb0b7.bindPopup(popup_e7fee7ba35294ed9a407c656065cbc8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0870185e766e413482040b2fadeeb0b7.bindTooltip(
|
|
`<div>
|
|
Bento And Go ! (#1333) | n_orders=345
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9e6583a93d964f5680dc40e34ee648e0 = L.circle(
|
|
[48.854069, 2.338226],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b34a242687354c33a2a979becf340abc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_38ba4d8457064723852870fee4b0c0f7 = $(`<div id="html_38ba4d8457064723852870fee4b0c0f7" style="width: 100.0%; height: 100.0%;">43 Rue Mazarine, 75006 Paris</div>`)[0];
|
|
popup_b34a242687354c33a2a979becf340abc.setContent(html_38ba4d8457064723852870fee4b0c0f7);
|
|
|
|
|
|
circle_9e6583a93d964f5680dc40e34ee648e0.bindPopup(popup_b34a242687354c33a2a979becf340abc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9e6583a93d964f5680dc40e34ee648e0.bindTooltip(
|
|
`<div>
|
|
Les Pinces - St-Germain-Des-Pres (#1335) | n_orders=87
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b69e262153b74af8a9b4e4d2a5fd0ba2 = L.circle(
|
|
[48.851292, 2.381522],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_287ef085246642e1a56ed6c65e6f3ec6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_94b2e863e047423e8f606ea0190ba046 = $(`<div id="html_94b2e863e047423e8f606ea0190ba046" style="width: 100.0%; height: 100.0%;">11 Rue Faidherbe, 75011 Paris</div>`)[0];
|
|
popup_287ef085246642e1a56ed6c65e6f3ec6.setContent(html_94b2e863e047423e8f606ea0190ba046);
|
|
|
|
|
|
circle_b69e262153b74af8a9b4e4d2a5fd0ba2.bindPopup(popup_287ef085246642e1a56ed6c65e6f3ec6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b69e262153b74af8a9b4e4d2a5fd0ba2.bindTooltip(
|
|
`<div>
|
|
Mansouria (#1336) | n_orders=169
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1d7a63eaedb8433e8da308af61b3c424 = L.circle(
|
|
[48.874348, 2.353208],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b472f11e25954f15a00fcb0707512a7e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_af1908e551414563a4f8a302db3cc179 = $(`<div id="html_af1908e551414563a4f8a302db3cc179" style="width: 100.0%; height: 100.0%;">12 Rue Martel, 75010 Paris</div>`)[0];
|
|
popup_b472f11e25954f15a00fcb0707512a7e.setContent(html_af1908e551414563a4f8a302db3cc179);
|
|
|
|
|
|
circle_1d7a63eaedb8433e8da308af61b3c424.bindPopup(popup_b472f11e25954f15a00fcb0707512a7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1d7a63eaedb8433e8da308af61b3c424.bindTooltip(
|
|
`<div>
|
|
La Cevicheria - Martel (#1338) | n_orders=74
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b8baedf47d4b42e7829aeb452b8c897c = L.circle(
|
|
[48.842319, 2.365892],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_27d73984cf644d5e9bf8bfc9c6d775f3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_347e530929ae48d399a19e4abeca130b = $(`<div id="html_347e530929ae48d399a19e4abeca130b" style="width: 100.0%; height: 100.0%;">7Bis Boulevard De L'Hopital, 75013 Paris</div>`)[0];
|
|
popup_27d73984cf644d5e9bf8bfc9c6d775f3.setContent(html_347e530929ae48d399a19e4abeca130b);
|
|
|
|
|
|
circle_b8baedf47d4b42e7829aeb452b8c897c.bindPopup(popup_27d73984cf644d5e9bf8bfc9c6d775f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b8baedf47d4b42e7829aeb452b8c897c.bindTooltip(
|
|
`<div>
|
|
Ari'S Bagels 13 (#1339) | n_orders=144
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a2b8ec2b27f044bc928d63eb3e9f5233 = L.circle(
|
|
[48.876106, 2.338232],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ef0a39c737e94cc0a13e503b70298a59 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0c96c94fd8964333b2239418a9a7dcef = $(`<div id="html_0c96c94fd8964333b2239418a9a7dcef" style="width: 100.0%; height: 100.0%;">20 Rue De Chateaudun, 75009 Paris</div>`)[0];
|
|
popup_ef0a39c737e94cc0a13e503b70298a59.setContent(html_0c96c94fd8964333b2239418a9a7dcef);
|
|
|
|
|
|
circle_a2b8ec2b27f044bc928d63eb3e9f5233.bindPopup(popup_ef0a39c737e94cc0a13e503b70298a59)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a2b8ec2b27f044bc928d63eb3e9f5233.bindTooltip(
|
|
`<div>
|
|
Gustave (#1340) | n_orders=85
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_706c75595fd74b2eb5f030dfe6cd54b6 = L.circle(
|
|
[48.889076, 2.317362],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_613cc0291bb4494a94c2c186082aa59b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6f0c4853475a4fe6a33879ced3979d52 = $(`<div id="html_6f0c4853475a4fe6a33879ced3979d52" style="width: 100.0%; height: 100.0%;">101 Rue Nollet, 75017 Paris</div>`)[0];
|
|
popup_613cc0291bb4494a94c2c186082aa59b.setContent(html_6f0c4853475a4fe6a33879ced3979d52);
|
|
|
|
|
|
circle_706c75595fd74b2eb5f030dfe6cd54b6.bindPopup(popup_613cc0291bb4494a94c2c186082aa59b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_706c75595fd74b2eb5f030dfe6cd54b6.bindTooltip(
|
|
`<div>
|
|
Aname 17 (#1343) | n_orders=314
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a425eebd52e140389becfffc82b44d8b = L.circle(
|
|
[48.874756, 2.35934],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f426e4019f0345659c67b076fbe3e9f8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1daa955f91e34f5c8bcef1a30e118729 = $(`<div id="html_1daa955f91e34f5c8bcef1a30e118729" style="width: 100.0%; height: 100.0%;">140 Rue Du Faubourg Saint Martin, 75010 Paris</div>`)[0];
|
|
popup_f426e4019f0345659c67b076fbe3e9f8.setContent(html_1daa955f91e34f5c8bcef1a30e118729);
|
|
|
|
|
|
circle_a425eebd52e140389becfffc82b44d8b.bindPopup(popup_f426e4019f0345659c67b076fbe3e9f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a425eebd52e140389becfffc82b44d8b.bindTooltip(
|
|
`<div>
|
|
Chez Gladines Saint-Martin (#1344) | n_orders=237
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_53f6d80c38fb41a2a486eb11785e2def = L.circle(
|
|
[48.857437, 2.359101],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d9f456430e094940a9a1a07d3bce77e1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9af0e3fd409d43ec82f7ffef6974715b = $(`<div id="html_9af0e3fd409d43ec82f7ffef6974715b" style="width: 100.0%; height: 100.0%;">44 Rue Des Rosiers, 75004 Paris</div>`)[0];
|
|
popup_d9f456430e094940a9a1a07d3bce77e1.setContent(html_9af0e3fd409d43ec82f7ffef6974715b);
|
|
|
|
|
|
circle_53f6d80c38fb41a2a486eb11785e2def.bindPopup(popup_d9f456430e094940a9a1a07d3bce77e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_53f6d80c38fb41a2a486eb11785e2def.bindTooltip(
|
|
`<div>
|
|
L'As Du Fallafel (#1345) | n_orders=2702
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e906dbe5b1cd4c52b10cc7e45ef4933f = L.circle(
|
|
[48.863064, 2.347067],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_859c64a95a6d475a9b82f590ae945fae = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_481e9d11192f41ce8390fda049fda70b = $(`<div id="html_481e9d11192f41ce8390fda049fda70b" style="width: 100.0%; height: 100.0%;">14 Rue Du Cygne, 75001 Paris</div>`)[0];
|
|
popup_859c64a95a6d475a9b82f590ae945fae.setContent(html_481e9d11192f41ce8390fda049fda70b);
|
|
|
|
|
|
circle_e906dbe5b1cd4c52b10cc7e45ef4933f.bindPopup(popup_859c64a95a6d475a9b82f590ae945fae)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e906dbe5b1cd4c52b10cc7e45ef4933f.bindTooltip(
|
|
`<div>
|
|
Roomies (#1346) | n_orders=636
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b9a985a7079f41caad95d7450570f8fb = L.circle(
|
|
[48.867596, 2.343502],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_448e1299a9c24eb4a1ff255205eb19e1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_45b69c0a67e94d1298bf9681f93db952 = $(`<div id="html_45b69c0a67e94d1298bf9681f93db952" style="width: 100.0%; height: 100.0%;">85 Rue Montmartre, 75002 Paris</div>`)[0];
|
|
popup_448e1299a9c24eb4a1ff255205eb19e1.setContent(html_45b69c0a67e94d1298bf9681f93db952);
|
|
|
|
|
|
circle_b9a985a7079f41caad95d7450570f8fb.bindPopup(popup_448e1299a9c24eb4a1ff255205eb19e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b9a985a7079f41caad95d7450570f8fb.bindTooltip(
|
|
`<div>
|
|
Dim Sum Cantine - Montmartre (#1347) | n_orders=199
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9badc882fff649908ef34659c036a839 = L.circle(
|
|
[48.88237, 2.332376],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1a1f02b3f11543a1bdba64b42eb054ee = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0dfec5566bda4e8e9e99ea8610d727fd = $(`<div id="html_0dfec5566bda4e8e9e99ea8610d727fd" style="width: 100.0%; height: 100.0%;">27 Rue De Douai, 75009 Paris</div>`)[0];
|
|
popup_1a1f02b3f11543a1bdba64b42eb054ee.setContent(html_0dfec5566bda4e8e9e99ea8610d727fd);
|
|
|
|
|
|
circle_9badc882fff649908ef34659c036a839.bindPopup(popup_1a1f02b3f11543a1bdba64b42eb054ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9badc882fff649908ef34659c036a839.bindTooltip(
|
|
`<div>
|
|
Balls - Pigalle (#1348) | n_orders=397
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9f8877378a55478e92e87a4736907e1a = L.circle(
|
|
[48.89677, 2.290377],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_11ca2b054c254269b5c14f394fc753ad = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_021d6c8ca5d740348323ac23fceafb75 = $(`<div id="html_021d6c8ca5d740348323ac23fceafb75" style="width: 100.0%; height: 100.0%;">32 Rue Camille Pelletan, 92300 Paris</div>`)[0];
|
|
popup_11ca2b054c254269b5c14f394fc753ad.setContent(html_021d6c8ca5d740348323ac23fceafb75);
|
|
|
|
|
|
circle_9f8877378a55478e92e87a4736907e1a.bindPopup(popup_11ca2b054c254269b5c14f394fc753ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9f8877378a55478e92e87a4736907e1a.bindTooltip(
|
|
`<div>
|
|
Dim Sum Cantine - Levallois (#1349) | n_orders=306
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8859dbf9d9b44be6bd9f35e5de8e9606 = L.circle(
|
|
[48.878212, 2.339893],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c3e5a92972424f6d9ef7bda6853eabbb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_69cde159e86843fa9067a55a9537ff45 = $(`<div id="html_69cde159e86843fa9067a55a9537ff45" style="width: 100.0%; height: 100.0%;">15 Rue Manuel, 75009 Paris</div>`)[0];
|
|
popup_c3e5a92972424f6d9ef7bda6853eabbb.setContent(html_69cde159e86843fa9067a55a9537ff45);
|
|
|
|
|
|
circle_8859dbf9d9b44be6bd9f35e5de8e9606.bindPopup(popup_c3e5a92972424f6d9ef7bda6853eabbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8859dbf9d9b44be6bd9f35e5de8e9606.bindTooltip(
|
|
`<div>
|
|
Dim Sum Cantine - Manuel (#1350) | n_orders=395
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3266016ce7d0442aba16bc66efd3c4bb = L.circle(
|
|
[48.859653, 2.347901],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d7e014cd32f64c84aa6994e1d8d330a8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_95bb3e6b1d2240f0886632fa5b56b628 = $(`<div id="html_95bb3e6b1d2240f0886632fa5b56b628" style="width: 100.0%; height: 100.0%;">Rue Saint Denis 25, 75001 Paris</div>`)[0];
|
|
popup_d7e014cd32f64c84aa6994e1d8d330a8.setContent(html_95bb3e6b1d2240f0886632fa5b56b628);
|
|
|
|
|
|
circle_3266016ce7d0442aba16bc66efd3c4bb.bindPopup(popup_d7e014cd32f64c84aa6994e1d8d330a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3266016ce7d0442aba16bc66efd3c4bb.bindTooltip(
|
|
`<div>
|
|
Pizzebio (#1740) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b37b89dbd60d4db5b8950481878376e0 = L.circle(
|
|
[48.870483, 2.34148],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f911ffb5341f47eabbe2572933a84ecf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_36b84c7d52cb4acdbb36554789695324 = $(`<div id="html_36b84c7d52cb4acdbb36554789695324" style="width: 100.0%; height: 100.0%;">10 Rue St-Marc, 75002 Paris</div>`)[0];
|
|
popup_f911ffb5341f47eabbe2572933a84ecf.setContent(html_36b84c7d52cb4acdbb36554789695324);
|
|
|
|
|
|
circle_b37b89dbd60d4db5b8950481878376e0.bindPopup(popup_f911ffb5341f47eabbe2572933a84ecf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b37b89dbd60d4db5b8950481878376e0.bindTooltip(
|
|
`<div>
|
|
Kapunka Panoramas (#1354) | n_orders=98
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5ca60d2665544ceab6222b31b3d0bda0 = L.circle(
|
|
[48.869522, 2.374137],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_363bca958c1c43e5a1bcd13375e8a9cf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_424db0e8bca94c448dd6874753f2bf63 = $(`<div id="html_424db0e8bca94c448dd6874753f2bf63" style="width: 100.0%; height: 100.0%;">4 Rue De L'Orillon, 75011 Paris</div>`)[0];
|
|
popup_363bca958c1c43e5a1bcd13375e8a9cf.setContent(html_424db0e8bca94c448dd6874753f2bf63);
|
|
|
|
|
|
circle_5ca60d2665544ceab6222b31b3d0bda0.bindPopup(popup_363bca958c1c43e5a1bcd13375e8a9cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5ca60d2665544ceab6222b31b3d0bda0.bindTooltip(
|
|
`<div>
|
|
Our Kebab - Belleville (#1355) | n_orders=194
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8c48e48857844eb2b13927e881f84867 = L.circle(
|
|
[48.87191, 2.353495],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f1a0dc31ce8645a48fc6cb0d34d2ce7a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_079744605add4af799274f90631232f7 = $(`<div id="html_079744605add4af799274f90631232f7" style="width: 100.0%; height: 100.0%;">55 Rue Du Faubourg Saint Denis, 75010 Paris</div>`)[0];
|
|
popup_f1a0dc31ce8645a48fc6cb0d34d2ce7a.setContent(html_079744605add4af799274f90631232f7);
|
|
|
|
|
|
circle_8c48e48857844eb2b13927e881f84867.bindPopup(popup_f1a0dc31ce8645a48fc6cb0d34d2ce7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8c48e48857844eb2b13927e881f84867.bindTooltip(
|
|
`<div>
|
|
Le Daily Syrien (#1358) | n_orders=489
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_699a3b9fd2a24c5d953049b1c1712a7a = L.circle(
|
|
[48.872002, 2.343254],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_524f23be0e3646ff82caa85e48797831 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_39122621a9ee413d8fe5e09afca33d39 = $(`<div id="html_39122621a9ee413d8fe5e09afca33d39" style="width: 100.0%; height: 100.0%;">6 Rue Du Faubourg Montmartre, 75009 Paris</div>`)[0];
|
|
popup_524f23be0e3646ff82caa85e48797831.setContent(html_39122621a9ee413d8fe5e09afca33d39);
|
|
|
|
|
|
circle_699a3b9fd2a24c5d953049b1c1712a7a.bindPopup(popup_524f23be0e3646ff82caa85e48797831)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_699a3b9fd2a24c5d953049b1c1712a7a.bindTooltip(
|
|
`<div>
|
|
Mersea (#1359) | n_orders=268
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0750101ab5a24ac893a5aee7115e8266 = L.circle(
|
|
[48.871639, 2.345848],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_75306d6708fd44d18aefae1f0ec73479 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e89a1fb452624ad19caa60d37515b2b5 = $(`<div id="html_e89a1fb452624ad19caa60d37515b2b5" style="width: 100.0%; height: 100.0%;">8 Rue Rougemont, 75009 Paris</div>`)[0];
|
|
popup_75306d6708fd44d18aefae1f0ec73479.setContent(html_e89a1fb452624ad19caa60d37515b2b5);
|
|
|
|
|
|
circle_0750101ab5a24ac893a5aee7115e8266.bindPopup(popup_75306d6708fd44d18aefae1f0ec73479)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0750101ab5a24ac893a5aee7115e8266.bindTooltip(
|
|
`<div>
|
|
Framboise 09 (#1361) | n_orders=87
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_afea7a5b0e0744639d09973de1c847aa = L.circle(
|
|
[48.875587, 2.348937],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6af0db3fa9194935aa29cb72f1fc7eb4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e6b83c40b9f645148f128d1c0b5108ed = $(`<div id="html_e6b83c40b9f645148f128d1c0b5108ed" style="width: 100.0%; height: 100.0%;">51 Rue De Paradis, 75010 Paris</div>`)[0];
|
|
popup_6af0db3fa9194935aa29cb72f1fc7eb4.setContent(html_e6b83c40b9f645148f128d1c0b5108ed);
|
|
|
|
|
|
circle_afea7a5b0e0744639d09973de1c847aa.bindPopup(popup_6af0db3fa9194935aa29cb72f1fc7eb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_afea7a5b0e0744639d09973de1c847aa.bindTooltip(
|
|
`<div>
|
|
Woodies (#1362) | n_orders=28
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_19e6e584e6074d12acc9f8f2116c141c = L.circle(
|
|
[48.873104, 2.362977],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b8b8886058924312b3bd68de35071134 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d34e1a95883645c394e411a19bfa5444 = $(`<div id="html_d34e1a95883645c394e411a19bfa5444" style="width: 100.0%; height: 100.0%;">22 Rue Des Vinaigriers, 75010 Paris</div>`)[0];
|
|
popup_b8b8886058924312b3bd68de35071134.setContent(html_d34e1a95883645c394e411a19bfa5444);
|
|
|
|
|
|
circle_19e6e584e6074d12acc9f8f2116c141c.bindPopup(popup_b8b8886058924312b3bd68de35071134)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_19e6e584e6074d12acc9f8f2116c141c.bindTooltip(
|
|
`<div>
|
|
Jules And Shim (#1365) | n_orders=360
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_583c78e7123f4d1abcc4a7cf77eba57a = L.circle(
|
|
[48.871304, 2.344141],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c4e23ffef62c4bd8bcf674489b8f12ac = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1467101cd2784791b4822d2e705b4946 = $(`<div id="html_1467101cd2784791b4822d2e705b4946" style="width: 100.0%; height: 100.0%;">5 Rue Rougemont, 75009 Paris</div>`)[0];
|
|
popup_c4e23ffef62c4bd8bcf674489b8f12ac.setContent(html_1467101cd2784791b4822d2e705b4946);
|
|
|
|
|
|
circle_583c78e7123f4d1abcc4a7cf77eba57a.bindPopup(popup_c4e23ffef62c4bd8bcf674489b8f12ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_583c78e7123f4d1abcc4a7cf77eba57a.bindTooltip(
|
|
`<div>
|
|
Okinawa Sushi (#1366) | n_orders=436
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0b4270415a5c46f28bfa2dc5a9261ed0 = L.circle(
|
|
[48.876839, 2.335614],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4f40c5eb944d4d57b2e6fd0efa3ea856 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1673cf8747dd41969da17245053020a8 = $(`<div id="html_1673cf8747dd41969da17245053020a8" style="width: 100.0%; height: 100.0%;">32 Rue Saint-Lazare, 75009 Paris</div>`)[0];
|
|
popup_4f40c5eb944d4d57b2e6fd0efa3ea856.setContent(html_1673cf8747dd41969da17245053020a8);
|
|
|
|
|
|
circle_0b4270415a5c46f28bfa2dc5a9261ed0.bindPopup(popup_4f40c5eb944d4d57b2e6fd0efa3ea856)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0b4270415a5c46f28bfa2dc5a9261ed0.bindTooltip(
|
|
`<div>
|
|
Maison Barth'S (#1367) | n_orders=39
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a0bd1a5f67f644369ffbe9c1aa13e1cf = L.circle(
|
|
[48.861858, 2.378089],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_33df5d28f375438babc9580962f3d5e9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ad94ca6a513b4399b1ce0e27a138c12a = $(`<div id="html_ad94ca6a513b4399b1ce0e27a138c12a" style="width: 100.0%; height: 100.0%;">47 Rue Saint-Maur, 75011 Paris</div>`)[0];
|
|
popup_33df5d28f375438babc9580962f3d5e9.setContent(html_ad94ca6a513b4399b1ce0e27a138c12a);
|
|
|
|
|
|
circle_a0bd1a5f67f644369ffbe9c1aa13e1cf.bindPopup(popup_33df5d28f375438babc9580962f3d5e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a0bd1a5f67f644369ffbe9c1aa13e1cf.bindTooltip(
|
|
`<div>
|
|
Balls (#1368) | n_orders=261
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e5f66efd016f4b11a94c4281c75951cb = L.circle(
|
|
[48.837238, 2.295813],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_12b23687765b40fd9371dad0f6d01e08 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_18badc1c83794316b1c9546f0ee9cb5f = $(`<div id="html_18badc1c83794316b1c9546f0ee9cb5f" style="width: 100.0%; height: 100.0%;">196 Rue De La Convention, 75015 Issy-Les-Moulineaux</div>`)[0];
|
|
popup_12b23687765b40fd9371dad0f6d01e08.setContent(html_18badc1c83794316b1c9546f0ee9cb5f);
|
|
|
|
|
|
circle_e5f66efd016f4b11a94c4281c75951cb.bindPopup(popup_12b23687765b40fd9371dad0f6d01e08)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e5f66efd016f4b11a94c4281c75951cb.bindTooltip(
|
|
`<div>
|
|
My Cookie Therapy (#1369) | n_orders=102
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f2d6c1c0926847c49ab5874ae76a5440 = L.circle(
|
|
[48.837921, 2.317396],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0ae6ccc7667e4ed29734b39620a646fb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_49013d2de15a4e6ca389c00556f8c21d = $(`<div id="html_49013d2de15a4e6ca389c00556f8c21d" style="width: 100.0%; height: 100.0%;">18 Place Des Cinq Martyrs Du Lycee Buffon, 75015 Paris</div>`)[0];
|
|
popup_0ae6ccc7667e4ed29734b39620a646fb.setContent(html_49013d2de15a4e6ca389c00556f8c21d);
|
|
|
|
|
|
circle_f2d6c1c0926847c49ab5874ae76a5440.bindPopup(popup_0ae6ccc7667e4ed29734b39620a646fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f2d6c1c0926847c49ab5874ae76a5440.bindTooltip(
|
|
`<div>
|
|
Biyo Sushi (#1372) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_345d9593fb38497bb8b10094ebb1262d = L.circle(
|
|
[48.853855, 2.392595],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bbafe7577e564663b8cbf324869b9a3c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_46837982b2884769afcb95212cc1756e = $(`<div id="html_46837982b2884769afcb95212cc1756e" style="width: 100.0%; height: 100.0%;">66 Avenue Philippe Auguste, 75011 Paris</div>`)[0];
|
|
popup_bbafe7577e564663b8cbf324869b9a3c.setContent(html_46837982b2884769afcb95212cc1756e);
|
|
|
|
|
|
circle_345d9593fb38497bb8b10094ebb1262d.bindPopup(popup_bbafe7577e564663b8cbf324869b9a3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_345d9593fb38497bb8b10094ebb1262d.bindTooltip(
|
|
`<div>
|
|
Le Pagalou (#1373) | n_orders=84
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ddaa553f882e4b24b6061269c08553f5 = L.circle(
|
|
[48.888386, 2.377513],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4692fc0c25904bf183938a79051ec0fa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a4c9af7345664bbab4496f26cc03b6e0 = $(`<div id="html_a4c9af7345664bbab4496f26cc03b6e0" style="width: 100.0%; height: 100.0%;">159 Rue De Crimee, 75019 Paris</div>`)[0];
|
|
popup_4692fc0c25904bf183938a79051ec0fa.setContent(html_a4c9af7345664bbab4496f26cc03b6e0);
|
|
|
|
|
|
circle_ddaa553f882e4b24b6061269c08553f5.bindPopup(popup_4692fc0c25904bf183938a79051ec0fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ddaa553f882e4b24b6061269c08553f5.bindTooltip(
|
|
`<div>
|
|
Belushi'S (#1379) | n_orders=28
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2fabc286a32349278dad48760553576a = L.circle(
|
|
[48.870796, 2.321035],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d8c6807ccad84bcab43609f4b1aca3e2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5850c380a80b46c08ccf29b2761ba06e = $(`<div id="html_5850c380a80b46c08ccf29b2761ba06e" style="width: 100.0%; height: 100.0%;">11, Rue De Surene, 75008 Paris</div>`)[0];
|
|
popup_d8c6807ccad84bcab43609f4b1aca3e2.setContent(html_5850c380a80b46c08ccf29b2761ba06e);
|
|
|
|
|
|
circle_2fabc286a32349278dad48760553576a.bindPopup(popup_d8c6807ccad84bcab43609f4b1aca3e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2fabc286a32349278dad48760553576a.bindTooltip(
|
|
`<div>
|
|
Cojean Surene (#1380) | n_orders=325
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c1fb10a245964fc885f309b68571472e = L.circle(
|
|
[48.83186, 2.376183],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0e9d6187b09c4916a6141da885a8efc0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e8b17182b217486bb5f4d2dc065a73f9 = $(`<div id="html_e8b17182b217486bb5f4d2dc065a73f9" style="width: 100.0%; height: 100.0%;">132, Avenue De France, Esplanade Mk2, 75013 Paris</div>`)[0];
|
|
popup_0e9d6187b09c4916a6141da885a8efc0.setContent(html_e8b17182b217486bb5f4d2dc065a73f9);
|
|
|
|
|
|
circle_c1fb10a245964fc885f309b68571472e.bindPopup(popup_0e9d6187b09c4916a6141da885a8efc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c1fb10a245964fc885f309b68571472e.bindTooltip(
|
|
`<div>
|
|
La Brigade (#1382) | n_orders=1833
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ab697cff89804b7db89e8947bf30e9c2 = L.circle(
|
|
[48.862419, 2.362005],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b228f624a7fe422593439c0b4983ed22 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_42537d03bb1d4f0a98497bed15e8ebcd = $(`<div id="html_42537d03bb1d4f0a98497bed15e8ebcd" style="width: 100.0%; height: 100.0%;">30 Rue Charlot, 75003 Paris</div>`)[0];
|
|
popup_b228f624a7fe422593439c0b4983ed22.setContent(html_42537d03bb1d4f0a98497bed15e8ebcd);
|
|
|
|
|
|
circle_ab697cff89804b7db89e8947bf30e9c2.bindPopup(popup_b228f624a7fe422593439c0b4983ed22)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ab697cff89804b7db89e8947bf30e9c2.bindTooltip(
|
|
`<div>
|
|
Health Inside (#1383) | n_orders=31
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fc7db32d5b14418d886e2b0fa1d4be98 = L.circle(
|
|
[48.869564, 2.395244],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2930ccc9d8ba4b31b82ecc1472c1c05c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_93822179699e4017936bf21070f08f2e = $(`<div id="html_93822179699e4017936bf21070f08f2e" style="width: 100.0%; height: 100.0%;">1 Bis Rue Des Rondonneaux, 75020 Paris</div>`)[0];
|
|
popup_2930ccc9d8ba4b31b82ecc1472c1c05c.setContent(html_93822179699e4017936bf21070f08f2e);
|
|
|
|
|
|
circle_fc7db32d5b14418d886e2b0fa1d4be98.bindPopup(popup_2930ccc9d8ba4b31b82ecc1472c1c05c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fc7db32d5b14418d886e2b0fa1d4be98.bindTooltip(
|
|
`<div>
|
|
Chacha And Cie - Pyrenees (#1384) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_91b76986ee0b420fa5232867ccad3e48 = L.circle(
|
|
[48.873402, 2.331395],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_900ef341dd48438cb876e54f31bb7c8e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_112c2a29ea40456c8a2b812023ef4ae4 = $(`<div id="html_112c2a29ea40456c8a2b812023ef4ae4" style="width: 100.0%; height: 100.0%;">66, Rue De Provence, 75009 Paris</div>`)[0];
|
|
popup_900ef341dd48438cb876e54f31bb7c8e.setContent(html_112c2a29ea40456c8a2b812023ef4ae4);
|
|
|
|
|
|
circle_91b76986ee0b420fa5232867ccad3e48.bindPopup(popup_900ef341dd48438cb876e54f31bb7c8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_91b76986ee0b420fa5232867ccad3e48.bindTooltip(
|
|
`<div>
|
|
Cojean Provence (#1385) | n_orders=200
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b5a4873f3954410e8674e448badf3d32 = L.circle(
|
|
[48.841053, 2.263819],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bd9fae525718419091dba76a9a1cd0c7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_47b0fc95e53748a49b6fa7c2cd1eeff4 = $(`<div id="html_47b0fc95e53748a49b6fa7c2cd1eeff4" style="width: 100.0%; height: 100.0%;">165 Av De Versailles, 75016 Paris</div>`)[0];
|
|
popup_bd9fae525718419091dba76a9a1cd0c7.setContent(html_47b0fc95e53748a49b6fa7c2cd1eeff4);
|
|
|
|
|
|
circle_b5a4873f3954410e8674e448badf3d32.bindPopup(popup_bd9fae525718419091dba76a9a1cd0c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b5a4873f3954410e8674e448badf3d32.bindTooltip(
|
|
`<div>
|
|
Chez Charbel (#1387) | n_orders=101
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_21f15974b95d45c4b8d980bd55764c0e = L.circle(
|
|
[48.875404, 2.379267],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_389a6e23203548c5a418772b89ced200 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1812a48df1e84a77994d7fe5fab8b6e0 = $(`<div id="html_1812a48df1e84a77994d7fe5fab8b6e0" style="width: 100.0%; height: 100.0%;">13 Rue Pradier, 75019 Paris</div>`)[0];
|
|
popup_389a6e23203548c5a418772b89ced200.setContent(html_1812a48df1e84a77994d7fe5fab8b6e0);
|
|
|
|
|
|
circle_21f15974b95d45c4b8d980bd55764c0e.bindPopup(popup_389a6e23203548c5a418772b89ced200)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_21f15974b95d45c4b8d980bd55764c0e.bindTooltip(
|
|
`<div>
|
|
La Brick (#1388) | n_orders=31
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_adaf8e5de22147aeac8b4dc1e82ea106 = L.circle(
|
|
[48.827763, 2.239894],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9f49b2e1e9324da885b6473afd259f5d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c1932115161e4a409a8282169243522d = $(`<div id="html_c1932115161e4a409a8282169243522d" style="width: 100.0%; height: 100.0%;">34 Bis Rue De Meudon, 92100 Paris</div>`)[0];
|
|
popup_9f49b2e1e9324da885b6473afd259f5d.setContent(html_c1932115161e4a409a8282169243522d);
|
|
|
|
|
|
circle_adaf8e5de22147aeac8b4dc1e82ea106.bindPopup(popup_9f49b2e1e9324da885b6473afd259f5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_adaf8e5de22147aeac8b4dc1e82ea106.bindTooltip(
|
|
`<div>
|
|
Midi Chez Charlotte (#1391) | n_orders=39
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8bc2eaab13094148a8a6f8f760860fce = L.circle(
|
|
[48.883064, 2.380927],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c32fd6959d7941e99659f99fad16fe0b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_596ec151ead046f0a5fd566a81e0f523 = $(`<div id="html_596ec151ead046f0a5fd566a81e0f523" style="width: 100.0%; height: 100.0%;">07 Avenue Laumiere, 75019 Paris</div>`)[0];
|
|
popup_c32fd6959d7941e99659f99fad16fe0b.setContent(html_596ec151ead046f0a5fd566a81e0f523);
|
|
|
|
|
|
circle_8bc2eaab13094148a8a6f8f760860fce.bindPopup(popup_c32fd6959d7941e99659f99fad16fe0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8bc2eaab13094148a8a6f8f760860fce.bindTooltip(
|
|
`<div>
|
|
L'Atlantide (#1393) | n_orders=229
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cb30c87a309848f69bc82b4c532a4178 = L.circle(
|
|
[48.873154, 2.370158],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_002d85b11678420ab81531685f563494 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bb1f8af0272640a8b6badf0c38dd55a8 = $(`<div id="html_bb1f8af0272640a8b6badf0c38dd55a8" style="width: 100.0%; height: 100.0%;">18 Avenue Claude Vellefaux, 75010 Paris</div>`)[0];
|
|
popup_002d85b11678420ab81531685f563494.setContent(html_bb1f8af0272640a8b6badf0c38dd55a8);
|
|
|
|
|
|
circle_cb30c87a309848f69bc82b4c532a4178.bindPopup(popup_002d85b11678420ab81531685f563494)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cb30c87a309848f69bc82b4c532a4178.bindTooltip(
|
|
`<div>
|
|
B.A.B - Le Bar A Burger (#1394) | n_orders=70
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2418a2c198e149bb85b42f87f7450e93 = L.circle(
|
|
[48.869797, 2.356181],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b2b220c7952c4ed3a52fff78334f35a6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e5702d71d0b54e92a9ad73e5934eb8fd = $(`<div id="html_e5702d71d0b54e92a9ad73e5934eb8fd" style="width: 100.0%; height: 100.0%;">20 Rue Du Faubourg St Martin, 75010 Paris</div>`)[0];
|
|
popup_b2b220c7952c4ed3a52fff78334f35a6.setContent(html_e5702d71d0b54e92a9ad73e5934eb8fd);
|
|
|
|
|
|
circle_2418a2c198e149bb85b42f87f7450e93.bindPopup(popup_b2b220c7952c4ed3a52fff78334f35a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2418a2c198e149bb85b42f87f7450e93.bindTooltip(
|
|
`<div>
|
|
Maison Burger (#1395) | n_orders=20
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8d6de864e6784540b108fe14cc51e237 = L.circle(
|
|
[48.868618, 2.334154],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_54d5eba47bff476582d05872ce0d4c0e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1dfc2d4aaecf4a01924aab462a88925e = $(`<div id="html_1dfc2d4aaecf4a01924aab462a88925e" style="width: 100.0%; height: 100.0%;">2 Rue De La Michodiere, 75002 Paris</div>`)[0];
|
|
popup_54d5eba47bff476582d05872ce0d4c0e.setContent(html_1dfc2d4aaecf4a01924aab462a88925e);
|
|
|
|
|
|
circle_8d6de864e6784540b108fe14cc51e237.bindPopup(popup_54d5eba47bff476582d05872ce0d4c0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8d6de864e6784540b108fe14cc51e237.bindTooltip(
|
|
`<div>
|
|
Juicerie (#1396) | n_orders=29
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_85635043e01a4d91bc7132f45ad35c6d = L.circle(
|
|
[48.880791, 2.341064],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8b134bf92d224b48a81dd70c189eab53 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ed95dbbe83bb44469c4542370a067800 = $(`<div id="html_ed95dbbe83bb44469c4542370a067800" style="width: 100.0%; height: 100.0%;">20 Avenue Trudaine, 75009 Paris</div>`)[0];
|
|
popup_8b134bf92d224b48a81dd70c189eab53.setContent(html_ed95dbbe83bb44469c4542370a067800);
|
|
|
|
|
|
circle_85635043e01a4d91bc7132f45ad35c6d.bindPopup(popup_8b134bf92d224b48a81dd70c189eab53)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_85635043e01a4d91bc7132f45ad35c6d.bindTooltip(
|
|
`<div>
|
|
Bul (#1397) | n_orders=55
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a2c3ed2880fc4e15ad13a93c862b40a3 = L.circle(
|
|
[48.853508, 2.362368],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8ccd67c7e13e44b782998d7ca6113324 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2ad082e60be84cafaf18849fd3f879de = $(`<div id="html_2ad082e60be84cafaf18849fd3f879de" style="width: 100.0%; height: 100.0%;">26 Rue Beautreillis, 75004 Paris</div>`)[0];
|
|
popup_8ccd67c7e13e44b782998d7ca6113324.setContent(html_2ad082e60be84cafaf18849fd3f879de);
|
|
|
|
|
|
circle_a2c3ed2880fc4e15ad13a93c862b40a3.bindPopup(popup_8ccd67c7e13e44b782998d7ca6113324)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a2c3ed2880fc4e15ad13a93c862b40a3.bindTooltip(
|
|
`<div>
|
|
Homies (#1398) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3f0044eef8834f5facc9455d943ae629 = L.circle(
|
|
[48.878849, 2.336924],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0a4a58aa147240aea8df77d7f92b4a7a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e1138e1216c34c3398f5ac9e6d8b1e87 = $(`<div id="html_e1138e1216c34c3398f5ac9e6d8b1e87" style="width: 100.0%; height: 100.0%;">29 Rue Clauzel, 75009 Paris</div>`)[0];
|
|
popup_0a4a58aa147240aea8df77d7f92b4a7a.setContent(html_e1138e1216c34c3398f5ac9e6d8b1e87);
|
|
|
|
|
|
circle_3f0044eef8834f5facc9455d943ae629.bindPopup(popup_0a4a58aa147240aea8df77d7f92b4a7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3f0044eef8834f5facc9455d943ae629.bindTooltip(
|
|
`<div>
|
|
Yumiko 9 (#1400) | n_orders=615
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cbd5939269294eb7885dc47d2bfca1a7 = L.circle(
|
|
[48.875469, 2.347733],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_86575b2083fd4f3c976a8dcbd51219c0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ed82aa4739c9403d97113f1292f40424 = $(`<div id="html_ed82aa4739c9403d97113f1292f40424" style="width: 100.0%; height: 100.0%;">62 Rue Du Faubourg Poissonniere, 75009 Paris</div>`)[0];
|
|
popup_86575b2083fd4f3c976a8dcbd51219c0.setContent(html_ed82aa4739c9403d97113f1292f40424);
|
|
|
|
|
|
circle_cbd5939269294eb7885dc47d2bfca1a7.bindPopup(popup_86575b2083fd4f3c976a8dcbd51219c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cbd5939269294eb7885dc47d2bfca1a7.bindTooltip(
|
|
`<div>
|
|
Fonzarelli (#1401) | n_orders=52
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_71d7e657508e475aaf79871ca654f77c = L.circle(
|
|
[48.856987, 2.380437],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_80c497360d8747eeb0898105ae2047a1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0880b118df964c008241630faab4acad = $(`<div id="html_0880b118df964c008241630faab4acad" style="width: 100.0%; height: 100.0%;">56 Rue Richard Lenoir, 75011 Paris</div>`)[0];
|
|
popup_80c497360d8747eeb0898105ae2047a1.setContent(html_0880b118df964c008241630faab4acad);
|
|
|
|
|
|
circle_71d7e657508e475aaf79871ca654f77c.bindPopup(popup_80c497360d8747eeb0898105ae2047a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_71d7e657508e475aaf79871ca654f77c.bindTooltip(
|
|
`<div>
|
|
Crepe A Ding (#1402) | n_orders=187
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_83f508ab68da411da08b5154745a555e = L.circle(
|
|
[48.886604, 2.358161],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c8dd109de3f74172a9120896bc06012a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dfdee54c4c674c32ba5038c0b85e2899 = $(`<div id="html_dfdee54c4c674c32ba5038c0b85e2899" style="width: 100.0%; height: 100.0%;">29 Rue Marx Dormoy, 75018 Paris</div>`)[0];
|
|
popup_c8dd109de3f74172a9120896bc06012a.setContent(html_dfdee54c4c674c32ba5038c0b85e2899);
|
|
|
|
|
|
circle_83f508ab68da411da08b5154745a555e.bindPopup(popup_c8dd109de3f74172a9120896bc06012a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_83f508ab68da411da08b5154745a555e.bindTooltip(
|
|
`<div>
|
|
French Home (#1403) | n_orders=107
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b49c188436da490a829474337e7f6fd0 = L.circle(
|
|
[48.882973, 2.316208],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_81c25c97508d4be0837493724793cb27 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b90c036ac8794b3ea631321dbb773599 = $(`<div id="html_b90c036ac8794b3ea631321dbb773599" style="width: 100.0%; height: 100.0%;">99 Rue Des Dames, 75017 Paris</div>`)[0];
|
|
popup_81c25c97508d4be0837493724793cb27.setContent(html_b90c036ac8794b3ea631321dbb773599);
|
|
|
|
|
|
circle_b49c188436da490a829474337e7f6fd0.bindPopup(popup_81c25c97508d4be0837493724793cb27)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b49c188436da490a829474337e7f6fd0.bindTooltip(
|
|
`<div>
|
|
Midi Thai (#1404) | n_orders=126
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e0a5b0ecb4764b1fa930fc8ea774e74e = L.circle(
|
|
[48.868153, 2.398817],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9a81a2e885a54f068a688b9f0e4ceac0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_814bf516ff5942948b663dce68eb2e6c = $(`<div id="html_814bf516ff5942948b663dce68eb2e6c" style="width: 100.0%; height: 100.0%;">125 Avenue Gambetta, 75020 Paris</div>`)[0];
|
|
popup_9a81a2e885a54f068a688b9f0e4ceac0.setContent(html_814bf516ff5942948b663dce68eb2e6c);
|
|
|
|
|
|
circle_e0a5b0ecb4764b1fa930fc8ea774e74e.bindPopup(popup_9a81a2e885a54f068a688b9f0e4ceac0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e0a5b0ecb4764b1fa930fc8ea774e74e.bindTooltip(
|
|
`<div>
|
|
La Confidente (#1405) | n_orders=45
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_530a8dce1dda48688e6a5ccee6a308aa = L.circle(
|
|
[48.826756, 2.378876],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e8c9141eabbe4c2a97c18b2f931f9854 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_047a39fa1ce546e2be547e4fea0fd8de = $(`<div id="html_047a39fa1ce546e2be547e4fea0fd8de" style="width: 100.0%; height: 100.0%;">12 Rue Julie Daubie, 75013 Paris</div>`)[0];
|
|
popup_e8c9141eabbe4c2a97c18b2f931f9854.setContent(html_047a39fa1ce546e2be547e4fea0fd8de);
|
|
|
|
|
|
circle_530a8dce1dda48688e6a5ccee6a308aa.bindPopup(popup_e8c9141eabbe4c2a97c18b2f931f9854)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_530a8dce1dda48688e6a5ccee6a308aa.bindTooltip(
|
|
`<div>
|
|
Libshop - Paris 13 (#1406) | n_orders=192
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7c8bd13bae67435ead217f693d0e145a = L.circle(
|
|
[48.870358, 2.355463],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f3209e31a0f74d89a2fa6c0685bf7a40 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_407f746841f7410fa2433bb100993699 = $(`<div id="html_407f746841f7410fa2433bb100993699" style="width: 100.0%; height: 100.0%;">31 Rue Du Faubourg Saint-Martin, 75010 Paris</div>`)[0];
|
|
popup_f3209e31a0f74d89a2fa6c0685bf7a40.setContent(html_407f746841f7410fa2433bb100993699);
|
|
|
|
|
|
circle_7c8bd13bae67435ead217f693d0e145a.bindPopup(popup_f3209e31a0f74d89a2fa6c0685bf7a40)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7c8bd13bae67435ead217f693d0e145a.bindTooltip(
|
|
`<div>
|
|
Pikala (#1408) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d5ba35bff215422796f840a2dbebc073 = L.circle(
|
|
[48.866108, 2.347148],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6a8cb0264b8b41b0aebaf8ba9e6ec94b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8ee7aee89365402ab8aaacaaa20b32f6 = $(`<div id="html_8ee7aee89365402ab8aaacaaa20b32f6" style="width: 100.0%; height: 100.0%;">96, Rue Montorgueil 75002, 75002 Paris</div>`)[0];
|
|
popup_6a8cb0264b8b41b0aebaf8ba9e6ec94b.setContent(html_8ee7aee89365402ab8aaacaaa20b32f6);
|
|
|
|
|
|
circle_d5ba35bff215422796f840a2dbebc073.bindPopup(popup_6a8cb0264b8b41b0aebaf8ba9e6ec94b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d5ba35bff215422796f840a2dbebc073.bindTooltip(
|
|
`<div>
|
|
Grom Montorgueil (#1409) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_93f06891ae52421a9dcbed97346ae833 = L.circle(
|
|
[48.846004, 2.349058],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_67c3e3ec771c44b783587b89cbb0fa63 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f135ba2a77384166a58403f42a3e8491 = $(`<div id="html_f135ba2a77384166a58403f42a3e8491" style="width: 100.0%; height: 100.0%;">27 Rue Descartes, 75005 Paris</div>`)[0];
|
|
popup_67c3e3ec771c44b783587b89cbb0fa63.setContent(html_f135ba2a77384166a58403f42a3e8491);
|
|
|
|
|
|
circle_93f06891ae52421a9dcbed97346ae833.bindPopup(popup_67c3e3ec771c44b783587b89cbb0fa63)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_93f06891ae52421a9dcbed97346ae833.bindTooltip(
|
|
`<div>
|
|
Saigon Pantheon (#1410) | n_orders=73
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c131a0e4e8d8415fbe12fa7e129745d1 = L.circle(
|
|
[48.886967, 2.380617],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a2fc0d1688154e3c99019f2841df161d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7613cea872684bc3aa7ca49e1fc22456 = $(`<div id="html_7613cea872684bc3aa7ca49e1fc22456" style="width: 100.0%; height: 100.0%;">136 Rue De Crimee, 75019 Paris</div>`)[0];
|
|
popup_a2fc0d1688154e3c99019f2841df161d.setContent(html_7613cea872684bc3aa7ca49e1fc22456);
|
|
|
|
|
|
circle_c131a0e4e8d8415fbe12fa7e129745d1.bindPopup(popup_a2fc0d1688154e3c99019f2841df161d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c131a0e4e8d8415fbe12fa7e129745d1.bindTooltip(
|
|
`<div>
|
|
House Burger (#1411) | n_orders=496
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6523000ca58240478b866f9e5a44e835 = L.circle(
|
|
[48.851116, 2.265426],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_75b868ab5904432abb022bfea18fa59a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_27138893c2f04d8ab428d1aa7c113b9c = $(`<div id="html_27138893c2f04d8ab428d1aa7c113b9c" style="width: 100.0%; height: 100.0%;">109 Avenue Mozart, 75016 Paris</div>`)[0];
|
|
popup_75b868ab5904432abb022bfea18fa59a.setContent(html_27138893c2f04d8ab428d1aa7c113b9c);
|
|
|
|
|
|
circle_6523000ca58240478b866f9e5a44e835.bindPopup(popup_75b868ab5904432abb022bfea18fa59a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6523000ca58240478b866f9e5a44e835.bindTooltip(
|
|
`<div>
|
|
Le Polo (#1412) | n_orders=206
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_88f2ed29015541e8827a96c77ae6c191 = L.circle(
|
|
[48.871597, 2.341218],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_53a2b9bd72464fd6961b42fe8cd42c5d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5dcd1f7fd21d46b58523c1571aed874f = $(`<div id="html_5dcd1f7fd21d46b58523c1571aed874f" style="width: 100.0%; height: 100.0%;">15 Boulevard Montmartre, 75009 Paris</div>`)[0];
|
|
popup_53a2b9bd72464fd6961b42fe8cd42c5d.setContent(html_5dcd1f7fd21d46b58523c1571aed874f);
|
|
|
|
|
|
circle_88f2ed29015541e8827a96c77ae6c191.bindPopup(popup_53a2b9bd72464fd6961b42fe8cd42c5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_88f2ed29015541e8827a96c77ae6c191.bindTooltip(
|
|
`<div>
|
|
Bistro Burger Grands Boulevards (#1413) | n_orders=20
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b886fddf124e42148d0ce058c30b6dde = L.circle(
|
|
[48.841621, 2.317499],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d4135dd39ec04d8c8d344f20ededd6cf = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_230efc15de6c4e39ad55f38f96a989d7 = $(`<div id="html_230efc15de6c4e39ad55f38f96a989d7" style="width: 100.0%; height: 100.0%;">30-32 Boulevard De Vaugirard, 75015 Paris</div>`)[0];
|
|
popup_d4135dd39ec04d8c8d344f20ededd6cf.setContent(html_230efc15de6c4e39ad55f38f96a989d7);
|
|
|
|
|
|
circle_b886fddf124e42148d0ce058c30b6dde.bindPopup(popup_d4135dd39ec04d8c8d344f20ededd6cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b886fddf124e42148d0ce058c30b6dde.bindTooltip(
|
|
`<div>
|
|
Restaurants #1414, #1424 | n_orders=218
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9174e4ee655f40618ff1f85924375cf8 = L.circle(
|
|
[48.873592, 2.348283],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4de63791b71f47e5904e9a3c25eab168 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_53079c9670c7466182fa7107c2ca7795 = $(`<div id="html_53079c9670c7466182fa7107c2ca7795" style="width: 100.0%; height: 100.0%;">40 Rue Du Faubourg Poissonniere, 75010 Paris</div>`)[0];
|
|
popup_4de63791b71f47e5904e9a3c25eab168.setContent(html_53079c9670c7466182fa7107c2ca7795);
|
|
|
|
|
|
circle_9174e4ee655f40618ff1f85924375cf8.bindPopup(popup_4de63791b71f47e5904e9a3c25eab168)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9174e4ee655f40618ff1f85924375cf8.bindTooltip(
|
|
`<div>
|
|
Pic Pic (#1415) | n_orders=78
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_334967b4e1ca4c118cb67c13f27a7e3a = L.circle(
|
|
[48.828743, 2.301928],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fe337e8120964743bfe973bcd15f6f1f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ee48341879d5453f8bbd969679f71560 = $(`<div id="html_ee48341879d5453f8bbd969679f71560" style="width: 100.0%; height: 100.0%;">171 Boulevard Lefebvre, 75015 Paris</div>`)[0];
|
|
popup_fe337e8120964743bfe973bcd15f6f1f.setContent(html_ee48341879d5453f8bbd969679f71560);
|
|
|
|
|
|
circle_334967b4e1ca4c118cb67c13f27a7e3a.bindPopup(popup_fe337e8120964743bfe973bcd15f6f1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_334967b4e1ca4c118cb67c13f27a7e3a.bindTooltip(
|
|
`<div>
|
|
Pepe Santana (#1417) | n_orders=436
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9e5d6c10d6564a4e83390c70c2e6d206 = L.circle(
|
|
[48.869717, 2.347598],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8c138277db934e5db6cb98fa107be7cc = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6d800cba25ff41bda8b4528055cf961d = $(`<div id="html_6d800cba25ff41bda8b4528055cf961d" style="width: 100.0%; height: 100.0%;">28 Rue Poissoniere, 75002 Paris</div>`)[0];
|
|
popup_8c138277db934e5db6cb98fa107be7cc.setContent(html_6d800cba25ff41bda8b4528055cf961d);
|
|
|
|
|
|
circle_9e5d6c10d6564a4e83390c70c2e6d206.bindPopup(popup_8c138277db934e5db6cb98fa107be7cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9e5d6c10d6564a4e83390c70c2e6d206.bindTooltip(
|
|
`<div>
|
|
Biocoz (#1418) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8467b847ed58465e9690b8696843649e = L.circle(
|
|
[48.842529, 2.323219],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_df2208ae38464757b3a23b936a94260a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_727481c1ceee4c83bed37e6594113fdc = $(`<div id="html_727481c1ceee4c83bed37e6594113fdc" style="width: 100.0%; height: 100.0%;">19 Rue Du Depart, 75015 Paris</div>`)[0];
|
|
popup_df2208ae38464757b3a23b936a94260a.setContent(html_727481c1ceee4c83bed37e6594113fdc);
|
|
|
|
|
|
circle_8467b847ed58465e9690b8696843649e.bindPopup(popup_df2208ae38464757b3a23b936a94260a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8467b847ed58465e9690b8696843649e.bindTooltip(
|
|
`<div>
|
|
Les Delices Du Kashmir (#1419) | n_orders=35
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0b2e4e6e89f54a29b94086869cbdb6ac = L.circle(
|
|
[48.871822, 2.326311],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3458775bce2b4e96a46e78e293b8097c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b450b2e8b4e247a687d6aa8fc213fa16 = $(`<div id="html_b450b2e8b4e247a687d6aa8fc213fa16" style="width: 100.0%; height: 100.0%;">28 Rue Vignon, 75008 Paris</div>`)[0];
|
|
popup_3458775bce2b4e96a46e78e293b8097c.setContent(html_b450b2e8b4e247a687d6aa8fc213fa16);
|
|
|
|
|
|
circle_0b2e4e6e89f54a29b94086869cbdb6ac.bindPopup(popup_3458775bce2b4e96a46e78e293b8097c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0b2e4e6e89f54a29b94086869cbdb6ac.bindTooltip(
|
|
`<div>
|
|
Helmut Newcake (#1420) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d105735e04364e319a4e7a7992d18c71 = L.circle(
|
|
[48.871635, 2.362376],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9b784bb8142646c1bf9c356800714cd5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2db042330dda4dc5b8fd268a2df85c4b = $(`<div id="html_2db042330dda4dc5b8fd268a2df85c4b" style="width: 100.0%; height: 100.0%;">44 Rue De Lancry, 75010 Paris</div>`)[0];
|
|
popup_9b784bb8142646c1bf9c356800714cd5.setContent(html_2db042330dda4dc5b8fd268a2df85c4b);
|
|
|
|
|
|
circle_d105735e04364e319a4e7a7992d18c71.bindPopup(popup_9b784bb8142646c1bf9c356800714cd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d105735e04364e319a4e7a7992d18c71.bindTooltip(
|
|
`<div>
|
|
Natives (#1421) | n_orders=78
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ae44757e55e3431c8134ad097e745873 = L.circle(
|
|
[48.881653, 2.336822],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e6955a691cad43d2b75b62918b78bb0e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0ec1e22ab1774ee3867abdc6d5e45d83 = $(`<div id="html_0ec1e22ab1774ee3867abdc6d5e45d83" style="width: 100.0%; height: 100.0%;">64 Rue Jean Baptiste, 75009 Paris</div>`)[0];
|
|
popup_e6955a691cad43d2b75b62918b78bb0e.setContent(html_0ec1e22ab1774ee3867abdc6d5e45d83);
|
|
|
|
|
|
circle_ae44757e55e3431c8134ad097e745873.bindPopup(popup_e6955a691cad43d2b75b62918b78bb0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ae44757e55e3431c8134ad097e745873.bindTooltip(
|
|
`<div>
|
|
Zarma (#1422) | n_orders=360
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_70c35048c19b44c99c716caf51f5a21e = L.circle(
|
|
[48.839127, 2.260031],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4175687231fe44cfa6b0c3a676024c3e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_af8703963cbb484daf3bae3fb0067790 = $(`<div id="html_af8703963cbb484daf3bae3fb0067790" style="width: 100.0%; height: 100.0%;">7 Rue Le Marois, 75016 Paris</div>`)[0];
|
|
popup_4175687231fe44cfa6b0c3a676024c3e.setContent(html_af8703963cbb484daf3bae3fb0067790);
|
|
|
|
|
|
circle_70c35048c19b44c99c716caf51f5a21e.bindPopup(popup_4175687231fe44cfa6b0c3a676024c3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_70c35048c19b44c99c716caf51f5a21e.bindTooltip(
|
|
`<div>
|
|
Bistro Du Marche (#1423) | n_orders=228
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0f7261bd0490421ba6a1bed969dd9f2d = L.circle(
|
|
[48.879562, 2.391056],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c8ddb57dbc074eef9f8381912602ab8f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c79674f13aa345d4aac90c093ee1674e = $(`<div id="html_c79674f13aa345d4aac90c093ee1674e" style="width: 100.0%; height: 100.0%;">78 Rue Compans, 75019 Paris</div>`)[0];
|
|
popup_c8ddb57dbc074eef9f8381912602ab8f.setContent(html_c79674f13aa345d4aac90c093ee1674e);
|
|
|
|
|
|
circle_0f7261bd0490421ba6a1bed969dd9f2d.bindPopup(popup_c8ddb57dbc074eef9f8381912602ab8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0f7261bd0490421ba6a1bed969dd9f2d.bindTooltip(
|
|
`<div>
|
|
Chilam Tacos (#1425) | n_orders=41
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_55b51d9e547a4c3fa92729027ef11c97 = L.circle(
|
|
[48.881012, 2.296456],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_58905502535b4f11b51a92db801160ad = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8346e1975869428982e6e348905dfc4b = $(`<div id="html_8346e1975869428982e6e348905dfc4b" style="width: 100.0%; height: 100.0%;">11 Rue Rennequin, 75017 Paris</div>`)[0];
|
|
popup_58905502535b4f11b51a92db801160ad.setContent(html_8346e1975869428982e6e348905dfc4b);
|
|
|
|
|
|
circle_55b51d9e547a4c3fa92729027ef11c97.bindPopup(popup_58905502535b4f11b51a92db801160ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_55b51d9e547a4c3fa92729027ef11c97.bindTooltip(
|
|
`<div>
|
|
Bistro Bab (#1426) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b3b5d09215e6471191575f490d46ff17 = L.circle(
|
|
[48.87167, 2.307026],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_df14044a6b30491f8313e8471cca1ec9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a6e5934ee01f4c3abbfb773ef9c089e5 = $(`<div id="html_a6e5934ee01f4c3abbfb773ef9c089e5" style="width: 100.0%; height: 100.0%;">110 Rue De La Boetie, 75008 Paris</div>`)[0];
|
|
popup_df14044a6b30491f8313e8471cca1ec9.setContent(html_a6e5934ee01f4c3abbfb773ef9c089e5);
|
|
|
|
|
|
circle_b3b5d09215e6471191575f490d46ff17.bindPopup(popup_df14044a6b30491f8313e8471cca1ec9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b3b5d09215e6471191575f490d46ff17.bindTooltip(
|
|
`<div>
|
|
Lotus De Siam (#1428) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8754b4614d5b40b7ba465cd538d90ef8 = L.circle(
|
|
[48.886375, 2.315505],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_32d086125e6b4c9da392b1c6f7331250 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3167ea78b3ba4111a639476cd59c099d = $(`<div id="html_3167ea78b3ba4111a639476cd59c099d" style="width: 100.0%; height: 100.0%;">76 Rue Boursault, 75017 Paris</div>`)[0];
|
|
popup_32d086125e6b4c9da392b1c6f7331250.setContent(html_3167ea78b3ba4111a639476cd59c099d);
|
|
|
|
|
|
circle_8754b4614d5b40b7ba465cd538d90ef8.bindPopup(popup_32d086125e6b4c9da392b1c6f7331250)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8754b4614d5b40b7ba465cd538d90ef8.bindTooltip(
|
|
`<div>
|
|
L'Ecailler De L'Ebeniste (#1431) | n_orders=22
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_03698c164fc041fcae6a122a0dcbaacf = L.circle(
|
|
[48.887543, 2.388709],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_844149b5c6054851b347fa995d618779 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a4e107ca973a4f09a5b172901545e2a0 = $(`<div id="html_a4e107ca973a4f09a5b172901545e2a0" style="width: 100.0%; height: 100.0%;">174 Avenue Jean Jaures, 75019 Paris</div>`)[0];
|
|
popup_844149b5c6054851b347fa995d618779.setContent(html_a4e107ca973a4f09a5b172901545e2a0);
|
|
|
|
|
|
circle_03698c164fc041fcae6a122a0dcbaacf.bindPopup(popup_844149b5c6054851b347fa995d618779)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_03698c164fc041fcae6a122a0dcbaacf.bindTooltip(
|
|
`<div>
|
|
Tonton Jaures (#1432) | n_orders=29
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ee6d663697914004a85958a7d926796e = L.circle(
|
|
[48.873199, 2.389448],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_344bf84d33ac4b84b7bf427de4efdf0f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_45b65e79256d49a8a70065eada4b4793 = $(`<div id="html_45b65e79256d49a8a70065eada4b4793" style="width: 100.0%; height: 100.0%;">330 Rue Des Pyrenees, 75020 Paris</div>`)[0];
|
|
popup_344bf84d33ac4b84b7bf427de4efdf0f.setContent(html_45b65e79256d49a8a70065eada4b4793);
|
|
|
|
|
|
circle_ee6d663697914004a85958a7d926796e.bindPopup(popup_344bf84d33ac4b84b7bf427de4efdf0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ee6d663697914004a85958a7d926796e.bindTooltip(
|
|
`<div>
|
|
Afrik'N'Fusion (#1433) | n_orders=151
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_31ed49902c20407b94c1dd65d16c850d = L.circle(
|
|
[48.881493, 2.372627],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8597adc3c03d431693f0171815dc59dd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_28cb6809be3d463ea326611803eaff77 = $(`<div id="html_28cb6809be3d463ea326611803eaff77" style="width: 100.0%; height: 100.0%;">46 Bis Rue De Meaux, 75019 Paris</div>`)[0];
|
|
popup_8597adc3c03d431693f0171815dc59dd.setContent(html_28cb6809be3d463ea326611803eaff77);
|
|
|
|
|
|
circle_31ed49902c20407b94c1dd65d16c850d.bindPopup(popup_8597adc3c03d431693f0171815dc59dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_31ed49902c20407b94c1dd65d16c850d.bindTooltip(
|
|
`<div>
|
|
Wanted (#1436) | n_orders=18
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b7cac0e7918442b6994d8c3bffc3d5f9 = L.circle(
|
|
[48.840794, 2.227522],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f23ada3b30124f7dbabbe89433c43617 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7fc8510cfb514d7c931c2b9ef1f74c46 = $(`<div id="html_7fc8510cfb514d7c931c2b9ef1f74c46" style="width: 100.0%; height: 100.0%;">156 Route De La Reine, 92100 Paris</div>`)[0];
|
|
popup_f23ada3b30124f7dbabbe89433c43617.setContent(html_7fc8510cfb514d7c931c2b9ef1f74c46);
|
|
|
|
|
|
circle_b7cac0e7918442b6994d8c3bffc3d5f9.bindPopup(popup_f23ada3b30124f7dbabbe89433c43617)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b7cac0e7918442b6994d8c3bffc3d5f9.bindTooltip(
|
|
`<div>
|
|
Le 156 (#1437) | n_orders=43
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b8254a5f9ca246d1ae060beef620fed1 = L.circle(
|
|
[48.864258, 2.354343],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a9e76ae57a664e4b94dd88c312772a68 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b165ea5c9d2343e5bea67c7e01869cdb = $(`<div id="html_b165ea5c9d2343e5bea67c7e01869cdb" style="width: 100.0%; height: 100.0%;">63 Rue Des Gravilliers, 75003 Paris</div>`)[0];
|
|
popup_a9e76ae57a664e4b94dd88c312772a68.setContent(html_b165ea5c9d2343e5bea67c7e01869cdb);
|
|
|
|
|
|
circle_b8254a5f9ca246d1ae060beef620fed1.bindPopup(popup_a9e76ae57a664e4b94dd88c312772a68)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b8254a5f9ca246d1ae060beef620fed1.bindTooltip(
|
|
`<div>
|
|
Koko Cantine (#1442) | n_orders=212
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f607c6ceb2ef42e7979876683ea8f669 = L.circle(
|
|
[48.85104, 2.309623],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_635b4c2567d64fdd90fae9cfcd291495 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e0e69246d3b34fef8224c2e1ded024b6 = $(`<div id="html_e0e69246d3b34fef8224c2e1ded024b6" style="width: 100.0%; height: 100.0%;">29 Avenue De Segur, 75007 Paris</div>`)[0];
|
|
popup_635b4c2567d64fdd90fae9cfcd291495.setContent(html_e0e69246d3b34fef8224c2e1ded024b6);
|
|
|
|
|
|
circle_f607c6ceb2ef42e7979876683ea8f669.bindPopup(popup_635b4c2567d64fdd90fae9cfcd291495)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f607c6ceb2ef42e7979876683ea8f669.bindTooltip(
|
|
`<div>
|
|
Le P'Tit Ministere (#1444) | n_orders=28
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0c3e1dd6f19d4231b7e1cf3d25bd4d65 = L.circle(
|
|
[48.880222, 2.240925],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_278cd9b03dd545929531f932aa362f85 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7e2c347cf6b64dd7a3e506950ff752ff = $(`<div id="html_7e2c347cf6b64dd7a3e506950ff752ff" style="width: 100.0%; height: 100.0%;">99 Rue Voltaire, 92800 Puteaux</div>`)[0];
|
|
popup_278cd9b03dd545929531f932aa362f85.setContent(html_7e2c347cf6b64dd7a3e506950ff752ff);
|
|
|
|
|
|
circle_0c3e1dd6f19d4231b7e1cf3d25bd4d65.bindPopup(popup_278cd9b03dd545929531f932aa362f85)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0c3e1dd6f19d4231b7e1cf3d25bd4d65.bindTooltip(
|
|
`<div>
|
|
Goustine (#1446) | n_orders=16
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_06b4be00b8174d078922304fc0cecd27 = L.circle(
|
|
[48.841911, 2.29886],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2b2b52c2c0ff4836850f2fc42a727bb7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6a125b5517f345b9bb2c9dce5fac78de = $(`<div id="html_6a125b5517f345b9bb2c9dce5fac78de" style="width: 100.0%; height: 100.0%;">155 Rue Lecourbe, 75015 Malakoff</div>`)[0];
|
|
popup_2b2b52c2c0ff4836850f2fc42a727bb7.setContent(html_6a125b5517f345b9bb2c9dce5fac78de);
|
|
|
|
|
|
circle_06b4be00b8174d078922304fc0cecd27.bindPopup(popup_2b2b52c2c0ff4836850f2fc42a727bb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_06b4be00b8174d078922304fc0cecd27.bindTooltip(
|
|
`<div>
|
|
Matsuyama (#1448) | n_orders=256
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cd64fe0b8df040859bfb6cfff34fa1df = L.circle(
|
|
[48.861412, 2.341881],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_23880199c8314f80a4fbc95678c53319 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cc39d17c54a145b28fabdc80ac22a041 = $(`<div id="html_cc39d17c54a145b28fabdc80ac22a041" style="width: 100.0%; height: 100.0%;">117 Rue Saint Honore, 75001 Paris</div>`)[0];
|
|
popup_23880199c8314f80a4fbc95678c53319.setContent(html_cc39d17c54a145b28fabdc80ac22a041);
|
|
|
|
|
|
circle_cd64fe0b8df040859bfb6cfff34fa1df.bindPopup(popup_23880199c8314f80a4fbc95678c53319)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cd64fe0b8df040859bfb6cfff34fa1df.bindTooltip(
|
|
`<div>
|
|
Jambon Beurre (#1450) | n_orders=18
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a41b4be66e3c4b7e94871738a8f1d6a9 = L.circle(
|
|
[48.818958, 2.323536],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c28abb7040a4493eba17f01f7371285c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d9ed66d3a4574349a19794afa384f8d9 = $(`<div id="html_d9ed66d3a4574349a19794afa384f8d9" style="width: 100.0%; height: 100.0%;">3 Rue Theophile Gautier, 92120 Paris</div>`)[0];
|
|
popup_c28abb7040a4493eba17f01f7371285c.setContent(html_d9ed66d3a4574349a19794afa384f8d9);
|
|
|
|
|
|
circle_a41b4be66e3c4b7e94871738a8f1d6a9.bindPopup(popup_c28abb7040a4493eba17f01f7371285c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a41b4be66e3c4b7e94871738a8f1d6a9.bindTooltip(
|
|
`<div>
|
|
Ristorante Romana (#1452) | n_orders=196
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b967f4dfe97c4938b7b60f5861f05021 = L.circle(
|
|
[48.893829, 2.286786],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b433f17bbabc4f9aaf2f4b6a9583d9ee = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e53ece5a2f6d4488ba32161f32b68165 = $(`<div id="html_e53ece5a2f6d4488ba32161f32b68165" style="width: 100.0%; height: 100.0%;">62 Rue Voltaire, 92300 Levallois-Perret</div>`)[0];
|
|
popup_b433f17bbabc4f9aaf2f4b6a9583d9ee.setContent(html_e53ece5a2f6d4488ba32161f32b68165);
|
|
|
|
|
|
circle_b967f4dfe97c4938b7b60f5861f05021.bindPopup(popup_b433f17bbabc4f9aaf2f4b6a9583d9ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b967f4dfe97c4938b7b60f5861f05021.bindTooltip(
|
|
`<div>
|
|
Little Cafe (#1453) | n_orders=11
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f404fb3563014f52a8dff09984146d91 = L.circle(
|
|
[48.8703, 2.332705],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_88fc8023553d456492f44ff57c817870 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ae88bc01887d4514a38187b514327b40 = $(`<div id="html_ae88bc01887d4514a38187b514327b40" style="width: 100.0%; height: 100.0%;">16 Rue Michodiere, 75002 Paris</div>`)[0];
|
|
popup_88fc8023553d456492f44ff57c817870.setContent(html_ae88bc01887d4514a38187b514327b40);
|
|
|
|
|
|
circle_f404fb3563014f52a8dff09984146d91.bindPopup(popup_88fc8023553d456492f44ff57c817870)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f404fb3563014f52a8dff09984146d91.bindTooltip(
|
|
`<div>
|
|
Sources Opera (#1459) | n_orders=117
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5e5e22496c7143508c20486aa3500179 = L.circle(
|
|
[48.877388, 2.330424],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d60170b88a224c93ab3f581fae78295b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_34706318a6e647f1adfcbed55662999e = $(`<div id="html_34706318a6e647f1adfcbed55662999e" style="width: 100.0%; height: 100.0%;">5 Rue De Clichy, 75009 Paris</div>`)[0];
|
|
popup_d60170b88a224c93ab3f581fae78295b.setContent(html_34706318a6e647f1adfcbed55662999e);
|
|
|
|
|
|
circle_5e5e22496c7143508c20486aa3500179.bindPopup(popup_d60170b88a224c93ab3f581fae78295b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5e5e22496c7143508c20486aa3500179.bindTooltip(
|
|
`<div>
|
|
Upper Cafe (#1470) | n_orders=413
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ac4235f106c9405780fb8233469dfc03 = L.circle(
|
|
[48.871243, 2.353637],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3fea89a3068847f28e4ee3747b9607c7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9176b7cb33e242a6a3b66f983efb3c59 = $(`<div id="html_9176b7cb33e242a6a3b66f983efb3c59" style="width: 100.0%; height: 100.0%;">Rue Du Faubourg Saint-Denis 38, 75010 Paris</div>`)[0];
|
|
popup_3fea89a3068847f28e4ee3747b9607c7.setContent(html_9176b7cb33e242a6a3b66f983efb3c59);
|
|
|
|
|
|
circle_ac4235f106c9405780fb8233469dfc03.bindPopup(popup_3fea89a3068847f28e4ee3747b9607c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ac4235f106c9405780fb8233469dfc03.bindTooltip(
|
|
`<div>
|
|
Sette (#1775) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4aac673f56204f1e84c9987552f3f912 = L.circle(
|
|
[48.853237, 2.379021],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_65b9c66ec65d41689ee3c126168ba6fa = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4e412806f4db4d92b83fb1707454da88 = $(`<div id="html_4e412806f4db4d92b83fb1707454da88" style="width: 100.0%; height: 100.0%;">64 Rue De Charonne, 75011 Paris</div>`)[0];
|
|
popup_65b9c66ec65d41689ee3c126168ba6fa.setContent(html_4e412806f4db4d92b83fb1707454da88);
|
|
|
|
|
|
circle_4aac673f56204f1e84c9987552f3f912.bindPopup(popup_65b9c66ec65d41689ee3c126168ba6fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4aac673f56204f1e84c9987552f3f912.bindTooltip(
|
|
`<div>
|
|
Chez Gladines Charonne (#1503) | n_orders=159
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4268e571f75440479a57cd561e4044b6 = L.circle(
|
|
[48.840202, 2.396414],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ff6fafb37c6641c99a179b67a8cc9ff5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_dd871a3de67a4cdfb6f480356956057d = $(`<div id="html_dd871a3de67a4cdfb6f480356956057d" style="width: 100.0%; height: 100.0%;">8 Rue Lamblardie, 75012 Paris</div>`)[0];
|
|
popup_ff6fafb37c6641c99a179b67a8cc9ff5.setContent(html_dd871a3de67a4cdfb6f480356956057d);
|
|
|
|
|
|
circle_4268e571f75440479a57cd561e4044b6.bindPopup(popup_ff6fafb37c6641c99a179b67a8cc9ff5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4268e571f75440479a57cd561e4044b6.bindTooltip(
|
|
`<div>
|
|
Sakura Sushi (#1510) | n_orders=327
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2e75a223fac44f60b33995bcc70ceb79 = L.circle(
|
|
[48.846645, 2.28651],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b380f325f91040a3ba1e2605a3bee1b6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a2103675bce2480f8c6e0bbb41a1c2e3 = $(`<div id="html_a2103675bce2480f8c6e0bbb41a1c2e3" style="width: 100.0%; height: 100.0%;">75 Avenue Emile Zola, 75015 Paris</div>`)[0];
|
|
popup_b380f325f91040a3ba1e2605a3bee1b6.setContent(html_a2103675bce2480f8c6e0bbb41a1c2e3);
|
|
|
|
|
|
circle_2e75a223fac44f60b33995bcc70ceb79.bindPopup(popup_b380f325f91040a3ba1e2605a3bee1b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2e75a223fac44f60b33995bcc70ceb79.bindTooltip(
|
|
`<div>
|
|
Exotica (#1534) | n_orders=80
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8929c0dbd34445deb9255bcb902fd345 = L.circle(
|
|
[48.883793, 2.371625],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_171e8a3f9c4642c0967c6754405b4f92 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f658ee274d624ebb8f02a247b93cc1a7 = $(`<div id="html_f658ee274d624ebb8f02a247b93cc1a7" style="width: 100.0%; height: 100.0%;">14 Quai De La Loire, 75019 Paris</div>`)[0];
|
|
popup_171e8a3f9c4642c0967c6754405b4f92.setContent(html_f658ee274d624ebb8f02a247b93cc1a7);
|
|
|
|
|
|
circle_8929c0dbd34445deb9255bcb902fd345.bindPopup(popup_171e8a3f9c4642c0967c6754405b4f92)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8929c0dbd34445deb9255bcb902fd345.bindTooltip(
|
|
`<div>
|
|
Koko Bistro (#1537) | n_orders=280
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b544ab63758e458c9ab541df441d64f0 = L.circle(
|
|
[48.854828, 2.323639],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b981a7885b13434bb593f018f2cb4624 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e0154462a83a4976a7b3a190c2543198 = $(`<div id="html_e0154462a83a4976a7b3a190c2543198" style="width: 100.0%; height: 100.0%;">63 Rue De Grenelle, 75007 Paris</div>`)[0];
|
|
popup_b981a7885b13434bb593f018f2cb4624.setContent(html_e0154462a83a4976a7b3a190c2543198);
|
|
|
|
|
|
circle_b544ab63758e458c9ab541df441d64f0.bindPopup(popup_b981a7885b13434bb593f018f2cb4624)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b544ab63758e458c9ab541df441d64f0.bindTooltip(
|
|
`<div>
|
|
Dalloyau Raspail (#1540) | n_orders=23
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3be9e09f92934eeda792d5f116bec001 = L.circle(
|
|
[48.872047, 2.365836],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_099086e77c6c4462be75763a3bdde992 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_851ee5e8b36b4d57be71513dbfcfe207 = $(`<div id="html_851ee5e8b36b4d57be71513dbfcfe207" style="width: 100.0%; height: 100.0%;">10 Avenue Richerand, 75010 Paris</div>`)[0];
|
|
popup_099086e77c6c4462be75763a3bdde992.setContent(html_851ee5e8b36b4d57be71513dbfcfe207);
|
|
|
|
|
|
circle_3be9e09f92934eeda792d5f116bec001.bindPopup(popup_099086e77c6c4462be75763a3bdde992)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3be9e09f92934eeda792d5f116bec001.bindTooltip(
|
|
`<div>
|
|
Le Cambodge (#1542) | n_orders=3042
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a982a67f52af4f41a2ebfbbca4b03015 = L.circle(
|
|
[48.865829, 2.280859],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a40588dc56cd40f097b3278da176bfc2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0afb25dd52dc4bab9f4d600f1b62d29d = $(`<div id="html_0afb25dd52dc4bab9f4d600f1b62d29d" style="width: 100.0%; height: 100.0%;">6 - 16 Rue Des Belles Feuilles, 75116 Neuilly-Sur-Seine</div>`)[0];
|
|
popup_a40588dc56cd40f097b3278da176bfc2.setContent(html_0afb25dd52dc4bab9f4d600f1b62d29d);
|
|
|
|
|
|
circle_a982a67f52af4f41a2ebfbbca4b03015.bindPopup(popup_a40588dc56cd40f097b3278da176bfc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a982a67f52af4f41a2ebfbbca4b03015.bindTooltip(
|
|
`<div>
|
|
La Maison Du Bagel 16E (#1545) | n_orders=83
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d4871f451f834154938b35bfe065adfa = L.circle(
|
|
[48.867989, 2.333279],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d4b11328affe4eb7991eb16e9f99ac0f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2faa3928393f44c0a691dd037238f384 = $(`<div id="html_2faa3928393f44c0a691dd037238f384" style="width: 100.0%; height: 100.0%;">45 Passage Choiseul, 75002 Paris</div>`)[0];
|
|
popup_d4b11328affe4eb7991eb16e9f99ac0f.setContent(html_2faa3928393f44c0a691dd037238f384);
|
|
|
|
|
|
circle_d4871f451f834154938b35bfe065adfa.bindPopup(popup_d4b11328affe4eb7991eb16e9f99ac0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d4871f451f834154938b35bfe065adfa.bindTooltip(
|
|
`<div>
|
|
Agapi (#1548) | n_orders=76
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8fa7a4e0076444508b41bf02c7560c09 = L.circle(
|
|
[48.8755, 2.38643],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_95ec5e1b56314ebda1f5a50360f4c1d9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7c848b5644554a1aa5fe338f2a4aea2e = $(`<div id="html_7c848b5644554a1aa5fe338f2a4aea2e" style="width: 100.0%; height: 100.0%;">15 Rue De La Villette, 75019 Paris</div>`)[0];
|
|
popup_95ec5e1b56314ebda1f5a50360f4c1d9.setContent(html_7c848b5644554a1aa5fe338f2a4aea2e);
|
|
|
|
|
|
circle_8fa7a4e0076444508b41bf02c7560c09.bindPopup(popup_95ec5e1b56314ebda1f5a50360f4c1d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8fa7a4e0076444508b41bf02c7560c09.bindTooltip(
|
|
`<div>
|
|
Miyako (#1552) | n_orders=214
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_70341242ded0418295c0cb9bb02f91eb = L.circle(
|
|
[48.873356, 2.320567],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9e1212f883044721ade24368aa9d25c3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_814f531250404c29a18c07749c14c3b1 = $(`<div id="html_814f531250404c29a18c07749c14c3b1" style="width: 100.0%; height: 100.0%;">51 Rue Des Mathurins, 75008 Paris</div>`)[0];
|
|
popup_9e1212f883044721ade24368aa9d25c3.setContent(html_814f531250404c29a18c07749c14c3b1);
|
|
|
|
|
|
circle_70341242ded0418295c0cb9bb02f91eb.bindPopup(popup_9e1212f883044721ade24368aa9d25c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_70341242ded0418295c0cb9bb02f91eb.bindTooltip(
|
|
`<div>
|
|
Sources Mathurins (#1554) | n_orders=205
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_35c2f81b5fd14696a6ed4bfa0bf52ff0 = L.circle(
|
|
[48.890049, 2.321381],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1f63929bc5a648cd80fd756ebe867b62 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e455158db6864991a8490a81442fef21 = $(`<div id="html_e455158db6864991a8490a81442fef21" style="width: 100.0%; height: 100.0%;">118 Avenue De Clichy, 75017 Paris</div>`)[0];
|
|
popup_1f63929bc5a648cd80fd756ebe867b62.setContent(html_e455158db6864991a8490a81442fef21);
|
|
|
|
|
|
circle_35c2f81b5fd14696a6ed4bfa0bf52ff0.bindPopup(popup_1f63929bc5a648cd80fd756ebe867b62)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_35c2f81b5fd14696a6ed4bfa0bf52ff0.bindTooltip(
|
|
`<div>
|
|
Chez Sam (#1561) | n_orders=212
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5fede38545dd426f9f2b7e09b199c6e1 = L.circle(
|
|
[48.866264, 2.335981],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ae0549277499485c8238f5a50c1651d8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f97447f217d14d849f33ef6d5a542571 = $(`<div id="html_f97447f217d14d849f33ef6d5a542571" style="width: 100.0%; height: 100.0%;">9 Rue Villedo, 75001, 75001 Paris</div>`)[0];
|
|
popup_ae0549277499485c8238f5a50c1651d8.setContent(html_f97447f217d14d849f33ef6d5a542571);
|
|
|
|
|
|
circle_5fede38545dd426f9f2b7e09b199c6e1.bindPopup(popup_ae0549277499485c8238f5a50c1651d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5fede38545dd426f9f2b7e09b199c6e1.bindTooltip(
|
|
`<div>
|
|
Nest (#1562) | n_orders=72
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_600c005a39b945048225e9b548b02ee3 = L.circle(
|
|
[48.841179, 2.337648],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_523af2056e3345b981d15968a441f152 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_10235565558a4189ac6f85f7ceefce04 = $(`<div id="html_10235565558a4189ac6f85f7ceefce04" style="width: 100.0%; height: 100.0%;">143 Boulevard St-Michel, 75005 Paris</div>`)[0];
|
|
popup_523af2056e3345b981d15968a441f152.setContent(html_10235565558a4189ac6f85f7ceefce04);
|
|
|
|
|
|
circle_600c005a39b945048225e9b548b02ee3.bindPopup(popup_523af2056e3345b981d15968a441f152)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_600c005a39b945048225e9b548b02ee3.bindTooltip(
|
|
`<div>
|
|
Saigon Lointain (#1565) | n_orders=176
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f9060fc4279a429abda0549a576bf0e8 = L.circle(
|
|
[48.862045, 2.384118],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c4d781261cbc469f99eeb3285592cb6f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_186100cd5e1644e794507e56c50aeeab = $(`<div id="html_186100cd5e1644e794507e56c50aeeab" style="width: 100.0%; height: 100.0%;">128 Rue Du Chemin Vert, 75011 Montreuil</div>`)[0];
|
|
popup_c4d781261cbc469f99eeb3285592cb6f.setContent(html_186100cd5e1644e794507e56c50aeeab);
|
|
|
|
|
|
circle_f9060fc4279a429abda0549a576bf0e8.bindPopup(popup_c4d781261cbc469f99eeb3285592cb6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f9060fc4279a429abda0549a576bf0e8.bindTooltip(
|
|
`<div>
|
|
Couscous Deli (#1568) | n_orders=47
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b9fc43a6c658483189c912b1f1cfd0b4 = L.circle(
|
|
[48.871052, 2.375418],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_38adf36b4daf4dd8aabb9272933d4044 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_49ba04379c114376bcf410f884e4ef58 = $(`<div id="html_49ba04379c114376bcf410f884e4ef58" style="width: 100.0%; height: 100.0%;">15 Rue Louis Bonnet, 75011 Paris</div>`)[0];
|
|
popup_38adf36b4daf4dd8aabb9272933d4044.setContent(html_49ba04379c114376bcf410f884e4ef58);
|
|
|
|
|
|
circle_b9fc43a6c658483189c912b1f1cfd0b4.bindPopup(popup_38adf36b4daf4dd8aabb9272933d4044)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b9fc43a6c658483189c912b1f1cfd0b4.bindTooltip(
|
|
`<div>
|
|
Bobun (#1570) | n_orders=298
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bd57f9405c2144abae64dd8b6f57086c = L.circle(
|
|
[48.852783, 2.371239],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_69550fa1c6c140c880e9a05b0b844d6f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_29de5322991a4cd69886e18c4f04703a = $(`<div id="html_29de5322991a4cd69886e18c4f04703a" style="width: 100.0%; height: 100.0%;">21 Rue Du Faubourg Saint Antoine, 75012 Paris</div>`)[0];
|
|
popup_69550fa1c6c140c880e9a05b0b844d6f.setContent(html_29de5322991a4cd69886e18c4f04703a);
|
|
|
|
|
|
circle_bd57f9405c2144abae64dd8b6f57086c.bindPopup(popup_69550fa1c6c140c880e9a05b0b844d6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bd57f9405c2144abae64dd8b6f57086c.bindTooltip(
|
|
`<div>
|
|
Ben'S (#1572) | n_orders=365
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c2c9be4366de4a7aa67103c0e92dbf21 = L.circle(
|
|
[48.897221, 2.288249],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3f697938d7464ea5bcd6697826131e4e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_810f0f5ccdd5435fb4943049d337f91b = $(`<div id="html_810f0f5ccdd5435fb4943049d337f91b" style="width: 100.0%; height: 100.0%;">En Face Du 66 Rue Paul Vaillant Couturier, 92300 Courbevoie</div>`)[0];
|
|
popup_3f697938d7464ea5bcd6697826131e4e.setContent(html_810f0f5ccdd5435fb4943049d337f91b);
|
|
|
|
|
|
circle_c2c9be4366de4a7aa67103c0e92dbf21.bindPopup(popup_3f697938d7464ea5bcd6697826131e4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c2c9be4366de4a7aa67103c0e92dbf21.bindTooltip(
|
|
`<div>
|
|
Les Mioches (#1573) | n_orders=55
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6f61bec880f94de395211abeb863e1e3 = L.circle(
|
|
[48.887794, 2.319926],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_15cb704df08f450bbaf3577faa0941ec = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a7dc397cd5884a71b031154e71ebda13 = $(`<div id="html_a7dc397cd5884a71b031154e71ebda13" style="width: 100.0%; height: 100.0%;">16 - 18 Rue Jacquemont, 75017 Paris</div>`)[0];
|
|
popup_15cb704df08f450bbaf3577faa0941ec.setContent(html_a7dc397cd5884a71b031154e71ebda13);
|
|
|
|
|
|
circle_6f61bec880f94de395211abeb863e1e3.bindPopup(popup_15cb704df08f450bbaf3577faa0941ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6f61bec880f94de395211abeb863e1e3.bindTooltip(
|
|
`<div>
|
|
Pi Hour (#1574) | n_orders=93
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_42b1c5bd93f24f109cd0774244741351 = L.circle(
|
|
[48.872372, 2.342433],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1201224132544fbfa1a0145634eb40f6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a159aed9cba4471891eee0d3c53fbb8c = $(`<div id="html_a159aed9cba4471891eee0d3c53fbb8c" style="width: 100.0%; height: 100.0%;">13 Avenue Du Faubourg Montmartre, 75009 Paris</div>`)[0];
|
|
popup_1201224132544fbfa1a0145634eb40f6.setContent(html_a159aed9cba4471891eee0d3c53fbb8c);
|
|
|
|
|
|
circle_42b1c5bd93f24f109cd0774244741351.bindPopup(popup_1201224132544fbfa1a0145634eb40f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_42b1c5bd93f24f109cd0774244741351.bindTooltip(
|
|
`<div>
|
|
Cedra Gourmet (#1577) | n_orders=59
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a9dc9a1377e24080928748d856638ee7 = L.circle(
|
|
[48.854347, 2.342512],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7c846ec330c042b1ad247e3238b17fa4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_51a7b027f4d745a892e45ce434098f8e = $(`<div id="html_51a7b027f4d745a892e45ce434098f8e" style="width: 100.0%; height: 100.0%;">29 Quai Des Grands Augustins, 75006 Paris</div>`)[0];
|
|
popup_7c846ec330c042b1ad247e3238b17fa4.setContent(html_51a7b027f4d745a892e45ce434098f8e);
|
|
|
|
|
|
circle_a9dc9a1377e24080928748d856638ee7.bindPopup(popup_7c846ec330c042b1ad247e3238b17fa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a9dc9a1377e24080928748d856638ee7.bindTooltip(
|
|
`<div>
|
|
Paradis Marguerite (#1579) | n_orders=145
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4d676cd70f674ac8a2793f037ee1c0f9 = L.circle(
|
|
[48.838596, 2.369628],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_55a2c564c91341e2863a496efda37600 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_600ed5c9c1e148c09055ca06267e5004 = $(`<div id="html_600ed5c9c1e148c09055ca06267e5004" style="width: 100.0%; height: 100.0%;">34 Avenue Mendes, 75013 Paris</div>`)[0];
|
|
popup_55a2c564c91341e2863a496efda37600.setContent(html_600ed5c9c1e148c09055ca06267e5004);
|
|
|
|
|
|
circle_4d676cd70f674ac8a2793f037ee1c0f9.bindPopup(popup_55a2c564c91341e2863a496efda37600)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4d676cd70f674ac8a2793f037ee1c0f9.bindTooltip(
|
|
`<div>
|
|
Bellacci (#1592) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c50f809caf7e40e1ba67ef558ec385fc = L.circle(
|
|
[48.869106, 2.359863],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ef968279c29c429fa9722b7443770a5c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1eccc04cf29a489e9c7730c827fadaaa = $(`<div id="html_1eccc04cf29a489e9c7730c827fadaaa" style="width: 100.0%; height: 100.0%;">5 Rue De Lancry, 75010 Paris</div>`)[0];
|
|
popup_ef968279c29c429fa9722b7443770a5c.setContent(html_1eccc04cf29a489e9c7730c827fadaaa);
|
|
|
|
|
|
circle_c50f809caf7e40e1ba67ef558ec385fc.bindPopup(popup_ef968279c29c429fa9722b7443770a5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c50f809caf7e40e1ba67ef558ec385fc.bindTooltip(
|
|
`<div>
|
|
Bio Degustation (#1593) | n_orders=21
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_de9f01183b234614959c7c2aeba654a5 = L.circle(
|
|
[48.849884, 2.351984],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f5fee3b00b9d4e9eb77675e6b723f838 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e60b0024899f4b71a65ab6a295693013 = $(`<div id="html_e60b0024899f4b71a65ab6a295693013" style="width: 100.0%; height: 100.0%;">9 Rue De Pontoise, 75005 Paris</div>`)[0];
|
|
popup_f5fee3b00b9d4e9eb77675e6b723f838.setContent(html_e60b0024899f4b71a65ab6a295693013);
|
|
|
|
|
|
circle_de9f01183b234614959c7c2aeba654a5.bindPopup(popup_f5fee3b00b9d4e9eb77675e6b723f838)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_de9f01183b234614959c7c2aeba654a5.bindTooltip(
|
|
`<div>
|
|
Alimento (#1597) | n_orders=141
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_285662937fce46b0bea5ede34d7fa25b = L.circle(
|
|
[48.866989, 2.396579],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d0c5c0e7b87848d4a3cece29c16c2d25 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a8e89198019e497099eaa28f8a7c1869 = $(`<div id="html_a8e89198019e497099eaa28f8a7c1869" style="width: 100.0%; height: 100.0%;">49 Rue Orfila, 75020 Paris</div>`)[0];
|
|
popup_d0c5c0e7b87848d4a3cece29c16c2d25.setContent(html_a8e89198019e497099eaa28f8a7c1869);
|
|
|
|
|
|
circle_285662937fce46b0bea5ede34d7fa25b.bindPopup(popup_d0c5c0e7b87848d4a3cece29c16c2d25)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_285662937fce46b0bea5ede34d7fa25b.bindTooltip(
|
|
`<div>
|
|
La Cantine Sicilienne (#1601) | n_orders=44
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8a2471f6be344eb5893a4f02fbc06e71 = L.circle(
|
|
[48.849594, 2.292799],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_2388828ecf114211acc51a8bad28c07b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b3b52a34342e4b7dbdbd2cf4dcaaee07 = $(`<div id="html_b3b52a34342e4b7dbdbd2cf4dcaaee07" style="width: 100.0%; height: 100.0%;">5 Rue Violet, 75015 Malakoff</div>`)[0];
|
|
popup_2388828ecf114211acc51a8bad28c07b.setContent(html_b3b52a34342e4b7dbdbd2cf4dcaaee07);
|
|
|
|
|
|
circle_8a2471f6be344eb5893a4f02fbc06e71.bindPopup(popup_2388828ecf114211acc51a8bad28c07b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8a2471f6be344eb5893a4f02fbc06e71.bindTooltip(
|
|
`<div>
|
|
Le Beaufour (#1602) | n_orders=469
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_171f844084ad41afa7746fce09d0bd20 = L.circle(
|
|
[48.84845, 2.291765],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_483bdbcfa5d249ad92c6e1de0a011527 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a7b4622a9e1a4565a5e5e7ce986a4dbb = $(`<div id="html_a7b4622a9e1a4565a5e5e7ce986a4dbb" style="width: 100.0%; height: 100.0%;">27 Rue Violet, 75015 Paris</div>`)[0];
|
|
popup_483bdbcfa5d249ad92c6e1de0a011527.setContent(html_a7b4622a9e1a4565a5e5e7ce986a4dbb);
|
|
|
|
|
|
circle_171f844084ad41afa7746fce09d0bd20.bindPopup(popup_483bdbcfa5d249ad92c6e1de0a011527)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_171f844084ad41afa7746fce09d0bd20.bindTooltip(
|
|
`<div>
|
|
Il Colosseo (#1605) | n_orders=226
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_770a32b620ba49fb899b78c26018085b = L.circle(
|
|
[48.833275, 2.386658],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_36a06b9badd24ed2b6dc60898378dda5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_77208c838f23461c82cf90072d523cb3 = $(`<div id="html_77208c838f23461c82cf90072d523cb3" style="width: 100.0%; height: 100.0%;">41 Cour Saint-Emilion, 75012 Paris</div>`)[0];
|
|
popup_36a06b9badd24ed2b6dc60898378dda5.setContent(html_77208c838f23461c82cf90072d523cb3);
|
|
|
|
|
|
circle_770a32b620ba49fb899b78c26018085b.bindPopup(popup_36a06b9badd24ed2b6dc60898378dda5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_770a32b620ba49fb899b78c26018085b.bindTooltip(
|
|
`<div>
|
|
Maison Kayser - Paris 12 Saint-Emilion (#1606) | n_orders=24
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b7cb7fa92e6d469aa570b60e2ac2dd68 = L.circle(
|
|
[48.861568, 2.350679],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_78291cda6ed7484fb74839a30107d9f5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cd16bf82cc3b4f66a9738b854ea93c70 = $(`<div id="html_cd16bf82cc3b4f66a9738b854ea93c70" style="width: 100.0%; height: 100.0%;">60 Rue Quincampoix, 75004 Paris</div>`)[0];
|
|
popup_78291cda6ed7484fb74839a30107d9f5.setContent(html_cd16bf82cc3b4f66a9738b854ea93c70);
|
|
|
|
|
|
circle_b7cb7fa92e6d469aa570b60e2ac2dd68.bindPopup(popup_78291cda6ed7484fb74839a30107d9f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b7cb7fa92e6d469aa570b60e2ac2dd68.bindTooltip(
|
|
`<div>
|
|
Olive And Thym (#1607) | n_orders=162
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_bec354fffbdd4ec6a992e47be7c84d31 = L.circle(
|
|
[48.875576, 2.34035],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1fbddc2fbd4141779a56b9f00b444bfb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7136e970c8554124b803895133edf2f0 = $(`<div id="html_7136e970c8554124b803895133edf2f0" style="width: 100.0%; height: 100.0%;">57 Rue Du Fbg Montmartre, 75009 Paris</div>`)[0];
|
|
popup_1fbddc2fbd4141779a56b9f00b444bfb.setContent(html_7136e970c8554124b803895133edf2f0);
|
|
|
|
|
|
circle_bec354fffbdd4ec6a992e47be7c84d31.bindPopup(popup_1fbddc2fbd4141779a56b9f00b444bfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_bec354fffbdd4ec6a992e47be7c84d31.bindTooltip(
|
|
`<div>
|
|
L'Improbab (#1608) | n_orders=60
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5f274a8ba6fe4434ae4a1c323326194c = L.circle(
|
|
[48.830112, 2.238549],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_95d72e41a22644039c3a8c668635f268 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f0bee902e92141b2b85fc758551f8f2b = $(`<div id="html_f0bee902e92141b2b85fc758551f8f2b" style="width: 100.0%; height: 100.0%;">8 Place De Bir Hakeim, 92100 Paris</div>`)[0];
|
|
popup_95d72e41a22644039c3a8c668635f268.setContent(html_f0bee902e92141b2b85fc758551f8f2b);
|
|
|
|
|
|
circle_5f274a8ba6fe4434ae4a1c323326194c.bindPopup(popup_95d72e41a22644039c3a8c668635f268)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5f274a8ba6fe4434ae4a1c323326194c.bindTooltip(
|
|
`<div>
|
|
Kayani (#1609) | n_orders=80
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9fcf501722bf4c72ba097729f482f6e3 = L.circle(
|
|
[48.889736, 2.28305],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a2991b38cf5d4224abcec1431c8edc41 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8b97be064d3443828d154d182efda552 = $(`<div id="html_8b97be064d3443828d154d182efda552" style="width: 100.0%; height: 100.0%;">46 Rue Chaptal, 92300 Levallois-Perret</div>`)[0];
|
|
popup_a2991b38cf5d4224abcec1431c8edc41.setContent(html_8b97be064d3443828d154d182efda552);
|
|
|
|
|
|
circle_9fcf501722bf4c72ba097729f482f6e3.bindPopup(popup_a2991b38cf5d4224abcec1431c8edc41)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9fcf501722bf4c72ba097729f482f6e3.bindTooltip(
|
|
`<div>
|
|
Made By Jess (#1611) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_69a9a4a0b16641e3915e9392eda56b9f = L.circle(
|
|
[48.840401, 2.351758],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6ecec792907f442e8ea613ec4d677096 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_628fad9a03a4447cb7da4627702ea588 = $(`<div id="html_628fad9a03a4447cb7da4627702ea588" style="width: 100.0%; height: 100.0%;">105 Rue Monge, 75005 Paris</div>`)[0];
|
|
popup_6ecec792907f442e8ea613ec4d677096.setContent(html_628fad9a03a4447cb7da4627702ea588);
|
|
|
|
|
|
circle_69a9a4a0b16641e3915e9392eda56b9f.bindPopup(popup_6ecec792907f442e8ea613ec4d677096)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_69a9a4a0b16641e3915e9392eda56b9f.bindTooltip(
|
|
`<div>
|
|
Chez Rob (#1613) | n_orders=333
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_878a0045557e45c39ddf4586ded98b85 = L.circle(
|
|
[48.865143, 2.286575],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ecf15e667ae442a29fe06a59d446790d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8bfa07ee1f4149a8bc9d8ebe3797f2a5 = $(`<div id="html_8bfa07ee1f4149a8bc9d8ebe3797f2a5" style="width: 100.0%; height: 100.0%;">22 Avenue Raymond Poincare, 75116 Paris</div>`)[0];
|
|
popup_ecf15e667ae442a29fe06a59d446790d.setContent(html_8bfa07ee1f4149a8bc9d8ebe3797f2a5);
|
|
|
|
|
|
circle_878a0045557e45c39ddf4586ded98b85.bindPopup(popup_ecf15e667ae442a29fe06a59d446790d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_878a0045557e45c39ddf4586ded98b85.bindTooltip(
|
|
`<div>
|
|
Le Poincare (#1614) | n_orders=35
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_56c386259b354f1bbaa4a62f05e7367d = L.circle(
|
|
[48.839386, 2.360152],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bcca1a0c688e4a71a20aea0e6f8e4ee6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9cfdca8b2a38440bbff48712ecd9addb = $(`<div id="html_9cfdca8b2a38440bbff48712ecd9addb" style="width: 100.0%; height: 100.0%;">5 Boulevard Saint Marcel, 75013 Paris</div>`)[0];
|
|
popup_bcca1a0c688e4a71a20aea0e6f8e4ee6.setContent(html_9cfdca8b2a38440bbff48712ecd9addb);
|
|
|
|
|
|
circle_56c386259b354f1bbaa4a62f05e7367d.bindPopup(popup_bcca1a0c688e4a71a20aea0e6f8e4ee6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_56c386259b354f1bbaa4a62f05e7367d.bindTooltip(
|
|
`<div>
|
|
Dip Tandoori (#1617) | n_orders=133
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_8fdb07cd7baa4e5d8d948512ecb947a5 = L.circle(
|
|
[48.888168, 2.361901],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_09fe366ba1924b768f1c5a3e3593cda1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a49a387cfb6b4506a666ce9235bcb5a1 = $(`<div id="html_a49a387cfb6b4506a666ce9235bcb5a1" style="width: 100.0%; height: 100.0%;">12 Esplanade Nathalie Sarraute, 75018 Paris</div>`)[0];
|
|
popup_09fe366ba1924b768f1c5a3e3593cda1.setContent(html_a49a387cfb6b4506a666ce9235bcb5a1);
|
|
|
|
|
|
circle_8fdb07cd7baa4e5d8d948512ecb947a5.bindPopup(popup_09fe366ba1924b768f1c5a3e3593cda1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_8fdb07cd7baa4e5d8d948512ecb947a5.bindTooltip(
|
|
`<div>
|
|
Les Petites Gouttes (#1618) | n_orders=15
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_87309f317dbb4b17a1541aedb6ad0c70 = L.circle(
|
|
[48.885685, 2.379228],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0d0473b55ab049b79cc3608fe143c71a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ec0de3879ac5479bbc449f4301579f2f = $(`<div id="html_ec0de3879ac5479bbc449f4301579f2f" style="width: 100.0%; height: 100.0%;">101 Avenue Jean Jaures, 75019 Paris</div>`)[0];
|
|
popup_0d0473b55ab049b79cc3608fe143c71a.setContent(html_ec0de3879ac5479bbc449f4301579f2f);
|
|
|
|
|
|
circle_87309f317dbb4b17a1541aedb6ad0c70.bindPopup(popup_0d0473b55ab049b79cc3608fe143c71a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_87309f317dbb4b17a1541aedb6ad0c70.bindTooltip(
|
|
`<div>
|
|
Cedars (#1620) | n_orders=82
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_223983bd29c7436aad98146f857398fc = L.circle(
|
|
[48.872452, 2.315771],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_aa6b81fc99134800a5c80c44d31ba1ab = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_60d1935385e64c29bbbf056a9b801d75 = $(`<div id="html_60d1935385e64c29bbbf056a9b801d75" style="width: 100.0%; height: 100.0%;">19 Rue De Miromesnil, 75008 Paris</div>`)[0];
|
|
popup_aa6b81fc99134800a5c80c44d31ba1ab.setContent(html_60d1935385e64c29bbbf056a9b801d75);
|
|
|
|
|
|
circle_223983bd29c7436aad98146f857398fc.bindPopup(popup_aa6b81fc99134800a5c80c44d31ba1ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_223983bd29c7436aad98146f857398fc.bindTooltip(
|
|
`<div>
|
|
O Comptoir Du Sud-Ouest (#1621) | n_orders=81
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d2b647c02e904ba3a496e50704657ab1 = L.circle(
|
|
[48.87661, 2.342491],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d522eb99736949999f13333c1510d82e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_733c87659e8d46f29524b94fa7417757 = $(`<div id="html_733c87659e8d46f29524b94fa7417757" style="width: 100.0%; height: 100.0%;">20 Rue Lamartine, 75009 Paris</div>`)[0];
|
|
popup_d522eb99736949999f13333c1510d82e.setContent(html_733c87659e8d46f29524b94fa7417757);
|
|
|
|
|
|
circle_d2b647c02e904ba3a496e50704657ab1.bindPopup(popup_d522eb99736949999f13333c1510d82e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d2b647c02e904ba3a496e50704657ab1.bindTooltip(
|
|
`<div>
|
|
Couscous Kitchen (#1623) | n_orders=20
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e9aab09401784b348005cc670b9e1105 = L.circle(
|
|
[48.876591, 2.341944],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_78bd2dce0f5e48bc941842c10db0bdb3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bf13c32280714d9f995ff3be6b982024 = $(`<div id="html_bf13c32280714d9f995ff3be6b982024" style="width: 100.0%; height: 100.0%;">26 Rue Lamartine, 75009 Paris</div>`)[0];
|
|
popup_78bd2dce0f5e48bc941842c10db0bdb3.setContent(html_bf13c32280714d9f995ff3be6b982024);
|
|
|
|
|
|
circle_e9aab09401784b348005cc670b9e1105.bindPopup(popup_78bd2dce0f5e48bc941842c10db0bdb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e9aab09401784b348005cc670b9e1105.bindTooltip(
|
|
`<div>
|
|
Moriarty (#1626) | n_orders=44
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d533fec72aee4587bff5098e0a2501ab = L.circle(
|
|
[48.836411, 2.358637],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b4cade8eccfb4f83b6df55582ece24d7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_5a74ecb032664712b1b204fc5c2767df = $(`<div id="html_5a74ecb032664712b1b204fc5c2767df" style="width: 100.0%; height: 100.0%;">98 Boulevard De L'Hopital, 75013 Paris</div>`)[0];
|
|
popup_b4cade8eccfb4f83b6df55582ece24d7.setContent(html_5a74ecb032664712b1b204fc5c2767df);
|
|
|
|
|
|
circle_d533fec72aee4587bff5098e0a2501ab.bindPopup(popup_b4cade8eccfb4f83b6df55582ece24d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d533fec72aee4587bff5098e0a2501ab.bindTooltip(
|
|
`<div>
|
|
Yummy Bar (#1627) | n_orders=6
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_35f50720fdca4f85a29a14de9c119207 = L.circle(
|
|
[48.878876, 2.353779],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_13e152dce66842ac979c2e4549f96ba8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a33564f3df044bd3b5362b84a03a38e0 = $(`<div id="html_a33564f3df044bd3b5362b84a03a38e0" style="width: 100.0%; height: 100.0%;">103 Boulevard Magenta, 75010 Paris</div>`)[0];
|
|
popup_13e152dce66842ac979c2e4549f96ba8.setContent(html_a33564f3df044bd3b5362b84a03a38e0);
|
|
|
|
|
|
circle_35f50720fdca4f85a29a14de9c119207.bindPopup(popup_13e152dce66842ac979c2e4549f96ba8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_35f50720fdca4f85a29a14de9c119207.bindTooltip(
|
|
`<div>
|
|
Au Poulailler (#1633) | n_orders=17
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b48fbd285bde431ea66ad43f39b66f70 = L.circle(
|
|
[48.86541, 2.288798],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1022e45e1394464f9aeec16ff15cd71e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_21e57952e6254db18117025c61c48ce7 = $(`<div id="html_21e57952e6254db18117025c61c48ce7" style="width: 100.0%; height: 100.0%;">73 Avenue Kleber, 75116 Levallois-Perret</div>`)[0];
|
|
popup_1022e45e1394464f9aeec16ff15cd71e.setContent(html_21e57952e6254db18117025c61c48ce7);
|
|
|
|
|
|
circle_b48fbd285bde431ea66ad43f39b66f70.bindPopup(popup_1022e45e1394464f9aeec16ff15cd71e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b48fbd285bde431ea66ad43f39b66f70.bindTooltip(
|
|
`<div>
|
|
La Brasserie Italienne (#1635) | n_orders=43
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f8039695fa8646f2b772eb7a3b38886c = L.circle(
|
|
[48.87402, 2.31462],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b59e62bbe69540c69ae8e77e1121437c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8924646373804d57bd5c5e76c7b40ab4 = $(`<div id="html_8924646373804d57bd5c5e76c7b40ab4" style="width: 100.0%; height: 100.0%;">6 Avenue Percier, 75008 Levallois-Perret</div>`)[0];
|
|
popup_b59e62bbe69540c69ae8e77e1121437c.setContent(html_8924646373804d57bd5c5e76c7b40ab4);
|
|
|
|
|
|
circle_f8039695fa8646f2b772eb7a3b38886c.bindPopup(popup_b59e62bbe69540c69ae8e77e1121437c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f8039695fa8646f2b772eb7a3b38886c.bindTooltip(
|
|
`<div>
|
|
Roomies 08 (#1636) | n_orders=207
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6469845f79ce4493a393777945f7a730 = L.circle(
|
|
[48.86224, 2.349452],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f7d48115fdd54385bf02126e87fd09e4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9164aa48d0c54acc953764b47de678b0 = $(`<div id="html_9164aa48d0c54acc953764b47de678b0" style="width: 100.0%; height: 100.0%;">74 Rue Rambuteau, 75001 Paris</div>`)[0];
|
|
popup_f7d48115fdd54385bf02126e87fd09e4.setContent(html_9164aa48d0c54acc953764b47de678b0);
|
|
|
|
|
|
circle_6469845f79ce4493a393777945f7a730.bindPopup(popup_f7d48115fdd54385bf02126e87fd09e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6469845f79ce4493a393777945f7a730.bindTooltip(
|
|
`<div>
|
|
It Trattoria Rambuteau (#1637) | n_orders=58
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_670426c4ed2f45be84eca3537b9a3852 = L.circle(
|
|
[48.835503, 2.229809],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_97d7284ba28c47ada60088153410c425 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ba679bbed1924af88ef4db88154b203e = $(`<div id="html_ba679bbed1924af88ef4db88154b203e" style="width: 100.0%; height: 100.0%;">203 Rue Gallieni, 92100 Paris</div>`)[0];
|
|
popup_97d7284ba28c47ada60088153410c425.setContent(html_ba679bbed1924af88ef4db88154b203e);
|
|
|
|
|
|
circle_670426c4ed2f45be84eca3537b9a3852.bindPopup(popup_97d7284ba28c47ada60088153410c425)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_670426c4ed2f45be84eca3537b9a3852.bindTooltip(
|
|
`<div>
|
|
Royal Inde (#1638) | n_orders=27
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_18bc71946ff440ddbf40ee53f5f0ab35 = L.circle(
|
|
[48.873035, 2.351567],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e41c4d6f1eba47bda85eb728ec0f77d2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f70d5b0b3f5241599a81f297fcd53211 = $(`<div id="html_f70d5b0b3f5241599a81f297fcd53211" style="width: 100.0%; height: 100.0%;">11 Rue Des Petites Ecuries, 75010 Paris</div>`)[0];
|
|
popup_e41c4d6f1eba47bda85eb728ec0f77d2.setContent(html_f70d5b0b3f5241599a81f297fcd53211);
|
|
|
|
|
|
circle_18bc71946ff440ddbf40ee53f5f0ab35.bindPopup(popup_e41c4d6f1eba47bda85eb728ec0f77d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_18bc71946ff440ddbf40ee53f5f0ab35.bindTooltip(
|
|
`<div>
|
|
Loumi'S 2 (#1640) | n_orders=22
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_78130803f931481b9bde39705ab5f501 = L.circle(
|
|
[48.880093, 2.237445],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a7c78e7066ae4d678a1e051a9a2b6c9e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_adefcc530d8c42d8a24d4f6f7b2f1577 = $(`<div id="html_adefcc530d8c42d8a24d4f6f7b2f1577" style="width: 100.0%; height: 100.0%;">38 Boulevard Richard Wallace, 92800 Puteaux</div>`)[0];
|
|
popup_a7c78e7066ae4d678a1e051a9a2b6c9e.setContent(html_adefcc530d8c42d8a24d4f6f7b2f1577);
|
|
|
|
|
|
circle_78130803f931481b9bde39705ab5f501.bindPopup(popup_a7c78e7066ae4d678a1e051a9a2b6c9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_78130803f931481b9bde39705ab5f501.bindTooltip(
|
|
`<div>
|
|
Tomme Puteaux (#1641) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e5becee8df67494e8a29ac3ebdf8349b = L.circle(
|
|
[48.889923, 2.339608],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f0fc8f0e456143998fed8cd1639adb4f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8cc3a467fac14e4c8942f73b42977dd6 = $(`<div id="html_8cc3a467fac14e4c8942f73b42977dd6" style="width: 100.0%; height: 100.0%;">123 Rue Caulaincourt, 75018 Paris</div>`)[0];
|
|
popup_f0fc8f0e456143998fed8cd1639adb4f.setContent(html_8cc3a467fac14e4c8942f73b42977dd6);
|
|
|
|
|
|
circle_e5becee8df67494e8a29ac3ebdf8349b.bindPopup(popup_f0fc8f0e456143998fed8cd1639adb4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e5becee8df67494e8a29ac3ebdf8349b.bindTooltip(
|
|
`<div>
|
|
Les Novices (#1645) | n_orders=40
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d9f6f69f08b34f2cacbb1f46bc8093a7 = L.circle(
|
|
[48.857201, 2.358856],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8770af7b17854f2ea1f4575eb3da8466 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c674ef4e470449b1badbb1b639f277ab = $(`<div id="html_c674ef4e470449b1badbb1b639f277ab" style="width: 100.0%; height: 100.0%;">24 Rue Des Ecouffes, 75004 Paris</div>`)[0];
|
|
popup_8770af7b17854f2ea1f4575eb3da8466.setContent(html_c674ef4e470449b1badbb1b639f277ab);
|
|
|
|
|
|
circle_d9f6f69f08b34f2cacbb1f46bc8093a7.bindPopup(popup_8770af7b17854f2ea1f4575eb3da8466)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d9f6f69f08b34f2cacbb1f46bc8093a7.bindTooltip(
|
|
`<div>
|
|
Florence Kahn (#1646) | n_orders=44
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9220d1c53f8f4563a844f28c76a290c5 = L.circle(
|
|
[48.894096, 2.359421],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_32956c2897094368b9e5d3834a237144 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e27bf939223c4ce7834496d4e4d03cd8 = $(`<div id="html_e27bf939223c4ce7834496d4e4d03cd8" style="width: 100.0%; height: 100.0%;">52 Rue De La Chapelle, 75018 Paris</div>`)[0];
|
|
popup_32956c2897094368b9e5d3834a237144.setContent(html_e27bf939223c4ce7834496d4e4d03cd8);
|
|
|
|
|
|
circle_9220d1c53f8f4563a844f28c76a290c5.bindPopup(popup_32956c2897094368b9e5d3834a237144)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9220d1c53f8f4563a844f28c76a290c5.bindTooltip(
|
|
`<div>
|
|
La Braise Doree (#1648) | n_orders=40
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_32cd351524d84ab6bdff1fd49b19335f = L.circle(
|
|
[48.831593, 2.373641],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8e269577b844487d80d39537d2832001 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3a606bdb6363435d839f6daaa046265f = $(`<div id="html_3a606bdb6363435d839f6daaa046265f" style="width: 100.0%; height: 100.0%;">130 Avenue De France, 75013 Ivry-Sur-Seine</div>`)[0];
|
|
popup_8e269577b844487d80d39537d2832001.setContent(html_3a606bdb6363435d839f6daaa046265f);
|
|
|
|
|
|
circle_32cd351524d84ab6bdff1fd49b19335f.bindPopup(popup_8e269577b844487d80d39537d2832001)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_32cd351524d84ab6bdff1fd49b19335f.bindTooltip(
|
|
`<div>
|
|
Restaurants #1649, #1678 | n_orders=80
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_31ac43bc105f4f11b3421e3a6a56931e = L.circle(
|
|
[48.893238, 2.335193],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e178a6ecb93342de91abe3d383063cd2 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0975d8e89b8b440c9766a6cf29f3fd98 = $(`<div id="html_0975d8e89b8b440c9766a6cf29f3fd98" style="width: 100.0%; height: 100.0%;">100 Rue Darmemont, 75018 Paris</div>`)[0];
|
|
popup_e178a6ecb93342de91abe3d383063cd2.setContent(html_0975d8e89b8b440c9766a6cf29f3fd98);
|
|
|
|
|
|
circle_31ac43bc105f4f11b3421e3a6a56931e.bindPopup(popup_e178a6ecb93342de91abe3d383063cd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_31ac43bc105f4f11b3421e3a6a56931e.bindTooltip(
|
|
`<div>
|
|
La Caravane Passe (#1650) | n_orders=37
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1f622f56895c4c2fb7e6c74254220aac = L.circle(
|
|
[48.840069, 2.235567],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0f6271a3967d4f118118468d554f0084 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c1801dbd8d2c44079f37c4097bb9c092 = $(`<div id="html_c1801dbd8d2c44079f37c4097bb9c092" style="width: 100.0%; height: 100.0%;">96 Route De La Reine, 92100 Paris</div>`)[0];
|
|
popup_0f6271a3967d4f118118468d554f0084.setContent(html_c1801dbd8d2c44079f37c4097bb9c092);
|
|
|
|
|
|
circle_1f622f56895c4c2fb7e6c74254220aac.bindPopup(popup_0f6271a3967d4f118118468d554f0084)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1f622f56895c4c2fb7e6c74254220aac.bindTooltip(
|
|
`<div>
|
|
Asiati-K (#1651) | n_orders=33
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3fb26865b8e94a2d9d636a1ddfca2c42 = L.circle(
|
|
[48.835129, 2.317294],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cfcc463df41749649e4646b834aa559c = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bdbf95e54c434100a116ffc5ae31004d = $(`<div id="html_bdbf95e54c434100a116ffc5ae31004d" style="width: 100.0%; height: 100.0%;">44 Rue Raymond Losserand, 75014 Paris</div>`)[0];
|
|
popup_cfcc463df41749649e4646b834aa559c.setContent(html_bdbf95e54c434100a116ffc5ae31004d);
|
|
|
|
|
|
circle_3fb26865b8e94a2d9d636a1ddfca2c42.bindPopup(popup_cfcc463df41749649e4646b834aa559c)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3fb26865b8e94a2d9d636a1ddfca2c42.bindTooltip(
|
|
`<div>
|
|
Freshie (#1653) | n_orders=20
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1d82ccaa0c89431aa79b408ed98d26c3 = L.circle(
|
|
[48.87149, 2.377836],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_134baa841a33440d9d70bf3617ecfe2a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_937885f1b9934fb1b62683bd5da4a65f = $(`<div id="html_937885f1b9934fb1b62683bd5da4a65f" style="width: 100.0%; height: 100.0%;">9 Rue Denoyez, 75020 Paris</div>`)[0];
|
|
popup_134baa841a33440d9d70bf3617ecfe2a.setContent(html_937885f1b9934fb1b62683bd5da4a65f);
|
|
|
|
|
|
circle_1d82ccaa0c89431aa79b408ed98d26c3.bindPopup(popup_134baa841a33440d9d70bf3617ecfe2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1d82ccaa0c89431aa79b408ed98d26c3.bindTooltip(
|
|
`<div>
|
|
Chez Trois (#1655) | n_orders=15
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7ae73bfd0fd44e1f83c710e6e5a22266 = L.circle(
|
|
[48.866657, 2.336972],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_370433d89f0f47ddb8a2eb7538b4effb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8521a919d8b14fe19681ef65c6025406 = $(`<div id="html_8521a919d8b14fe19681ef65c6025406" style="width: 100.0%; height: 100.0%;">27 Rue Des Petits Champs, 75001 Paris</div>`)[0];
|
|
popup_370433d89f0f47ddb8a2eb7538b4effb.setContent(html_8521a919d8b14fe19681ef65c6025406);
|
|
|
|
|
|
circle_7ae73bfd0fd44e1f83c710e6e5a22266.bindPopup(popup_370433d89f0f47ddb8a2eb7538b4effb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7ae73bfd0fd44e1f83c710e6e5a22266.bindTooltip(
|
|
`<div>
|
|
Ensuite (#1657) | n_orders=26
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e91b71a38a82401284120083d940d577 = L.circle(
|
|
[48.836365, 2.391142],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cf5d467db8734f91ab41652115f2a39a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1810a4bfdb84430085fbc1ec4fad2f7f = $(`<div id="html_1810a4bfdb84430085fbc1ec4fad2f7f" style="width: 100.0%; height: 100.0%;">280 Rue De Charenton, 75012 Saint-Mande</div>`)[0];
|
|
popup_cf5d467db8734f91ab41652115f2a39a.setContent(html_1810a4bfdb84430085fbc1ec4fad2f7f);
|
|
|
|
|
|
circle_e91b71a38a82401284120083d940d577.bindPopup(popup_cf5d467db8734f91ab41652115f2a39a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e91b71a38a82401284120083d940d577.bindTooltip(
|
|
`<div>
|
|
La Maison Du Poulet (#1658) | n_orders=45
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5755d8150cd741a199f0d9752b60c1f9 = L.circle(
|
|
[48.85384, 2.343725],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bd5d2b43566041468d5d02d932c2725d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9dea8a5083384ae2879caccdbf768645 = $(`<div id="html_9dea8a5083384ae2879caccdbf768645" style="width: 100.0%; height: 100.0%;">2 Place Saint-Michel, 75006 Paris</div>`)[0];
|
|
popup_bd5d2b43566041468d5d02d932c2725d.setContent(html_9dea8a5083384ae2879caccdbf768645);
|
|
|
|
|
|
circle_5755d8150cd741a199f0d9752b60c1f9.bindPopup(popup_bd5d2b43566041468d5d02d932c2725d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5755d8150cd741a199f0d9752b60c1f9.bindTooltip(
|
|
`<div>
|
|
Le Paradis Du Fruit Saint-Michel (#1659) | n_orders=152
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7e9ac395e811473e919de8c8c812a54d = L.circle(
|
|
[48.867447, 2.347665],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_38ec4aed0ebd4d99aeafaf081a808636 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d28159c92ba54ec7ae27b746a64d0118 = $(`<div id="html_d28159c92ba54ec7ae27b746a64d0118" style="width: 100.0%; height: 100.0%;">104 Rue Reaumur, 75002 Paris</div>`)[0];
|
|
popup_38ec4aed0ebd4d99aeafaf081a808636.setContent(html_d28159c92ba54ec7ae27b746a64d0118);
|
|
|
|
|
|
circle_7e9ac395e811473e919de8c8c812a54d.bindPopup(popup_38ec4aed0ebd4d99aeafaf081a808636)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7e9ac395e811473e919de8c8c812a54d.bindTooltip(
|
|
`<div>
|
|
Miss Kale (#1660) | n_orders=35
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f9db9784d2ff475ab2f3e74dc77429d3 = L.circle(
|
|
[48.826382, 2.26302],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a36e586ad4464d64b6dd5b196dfb566f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e830e2d96b184797a09badd5a595b0a8 = $(`<div id="html_e830e2d96b184797a09badd5a595b0a8" style="width: 100.0%; height: 100.0%;">16 Rue Michel Jazy, 92130 Issy-Les-Moulineaux</div>`)[0];
|
|
popup_a36e586ad4464d64b6dd5b196dfb566f.setContent(html_e830e2d96b184797a09badd5a595b0a8);
|
|
|
|
|
|
circle_f9db9784d2ff475ab2f3e74dc77429d3.bindPopup(popup_a36e586ad4464d64b6dd5b196dfb566f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f9db9784d2ff475ab2f3e74dc77429d3.bindTooltip(
|
|
`<div>
|
|
Tomme Issy (#1661) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d63a5125511648be92ec0661a0f46c6e = L.circle(
|
|
[48.891693, 2.251932],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3926dc3024ea49959f7dfdd39681edb7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fff05042672c41f683b02040b1621f39 = $(`<div id="html_fff05042672c41f683b02040b1621f39" style="width: 100.0%; height: 100.0%;">15 Rue De L'Abreuvoir, 92400 Courbevoie</div>`)[0];
|
|
popup_3926dc3024ea49959f7dfdd39681edb7.setContent(html_fff05042672c41f683b02040b1621f39);
|
|
|
|
|
|
circle_d63a5125511648be92ec0661a0f46c6e.bindPopup(popup_3926dc3024ea49959f7dfdd39681edb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d63a5125511648be92ec0661a0f46c6e.bindTooltip(
|
|
`<div>
|
|
Le Pecharmant (#1662) | n_orders=35
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_172312ca5f5e4483b58b79271779bb38 = L.circle(
|
|
[48.89333, 2.288474],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3d334309334f41da88eac722c40d23e7 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d771d751990041f297cf10f4c1b3ebf2 = $(`<div id="html_d771d751990041f297cf10f4c1b3ebf2" style="width: 100.0%; height: 100.0%;">92 Rue Aristide Briand, 92300 Paris</div>`)[0];
|
|
popup_3d334309334f41da88eac722c40d23e7.setContent(html_d771d751990041f297cf10f4c1b3ebf2);
|
|
|
|
|
|
circle_172312ca5f5e4483b58b79271779bb38.bindPopup(popup_3d334309334f41da88eac722c40d23e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_172312ca5f5e4483b58b79271779bb38.bindTooltip(
|
|
`<div>
|
|
Planet Bagel (#1664) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d08543c9cd0243a383ab9d0f98f8eea1 = L.circle(
|
|
[48.874001, 2.385302],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_09d90a9c1f754aa5ba08b780184a6629 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c79123c2f186404798ed37078fc102e0 = $(`<div id="html_c79123c2f186404798ed37078fc102e0" style="width: 100.0%; height: 100.0%;">356 Rue Des Pyrenees, 75019 Paris</div>`)[0];
|
|
popup_09d90a9c1f754aa5ba08b780184a6629.setContent(html_c79123c2f186404798ed37078fc102e0);
|
|
|
|
|
|
circle_d08543c9cd0243a383ab9d0f98f8eea1.bindPopup(popup_09d90a9c1f754aa5ba08b780184a6629)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d08543c9cd0243a383ab9d0f98f8eea1.bindTooltip(
|
|
`<div>
|
|
Oky Sushi (#1665) | n_orders=153
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1e210d8aa3a3428693134dd6fb2db2fb = L.circle(
|
|
[48.833633, 2.340966],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e4cb3ae4a208471ea9a06304dea6a656 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6c2166b6977e4590b71c046cc3dcbae2 = $(`<div id="html_6c2166b6977e4590b71c046cc3dcbae2" style="width: 100.0%; height: 100.0%;">145 Rue Leon Maurice Nordmann, 75013 Paris</div>`)[0];
|
|
popup_e4cb3ae4a208471ea9a06304dea6a656.setContent(html_6c2166b6977e4590b71c046cc3dcbae2);
|
|
|
|
|
|
circle_1e210d8aa3a3428693134dd6fb2db2fb.bindPopup(popup_e4cb3ae4a208471ea9a06304dea6a656)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1e210d8aa3a3428693134dd6fb2db2fb.bindTooltip(
|
|
`<div>
|
|
Entoto (#1667) | n_orders=16
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2307271b36384298b2e11ce5a419b39f = L.circle(
|
|
[48.872257, 2.34034],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9b507f553b1c49f7a5c2b18a4fa5de56 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8571b46631314edb9bbd0f04dec5dff4 = $(`<div id="html_8571b46631314edb9bbd0f04dec5dff4" style="width: 100.0%; height: 100.0%;">18 Boulevard Montmartre, 75009 Paris</div>`)[0];
|
|
popup_9b507f553b1c49f7a5c2b18a4fa5de56.setContent(html_8571b46631314edb9bbd0f04dec5dff4);
|
|
|
|
|
|
circle_2307271b36384298b2e11ce5a419b39f.bindPopup(popup_9b507f553b1c49f7a5c2b18a4fa5de56)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2307271b36384298b2e11ce5a419b39f.bindTooltip(
|
|
`<div>
|
|
Le Bar A Sandwich (#1670) | n_orders=35
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f3dffcd4a47145a2bfa5af46939888d7 = L.circle(
|
|
[48.832085, 2.373677],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_15e9d766cbb9437d95f6ee1292da39a1 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cd84326be27249b4a8aa1e22b0a0935c = $(`<div id="html_cd84326be27249b4a8aa1e22b0a0935c" style="width: 100.0%; height: 100.0%;">Parvis Du Cinema Mk2 Bnf, 75013 Paris</div>`)[0];
|
|
popup_15e9d766cbb9437d95f6ee1292da39a1.setContent(html_cd84326be27249b4a8aa1e22b0a0935c);
|
|
|
|
|
|
circle_f3dffcd4a47145a2bfa5af46939888d7.bindPopup(popup_15e9d766cbb9437d95f6ee1292da39a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f3dffcd4a47145a2bfa5af46939888d7.bindTooltip(
|
|
`<div>
|
|
Nykos (#1672) | n_orders=45
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d2527df0da9d4da8baf9db70d1c9407b = L.circle(
|
|
[48.83577, 2.230469],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6a14e5ac73034fad9bedf9ae8a25ad52 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0032a975f7c04a8b851bfcd012fec302 = $(`<div id="html_0032a975f7c04a8b851bfcd012fec302" style="width: 100.0%; height: 100.0%;">87 Rue De Silly, 92100 Paris</div>`)[0];
|
|
popup_6a14e5ac73034fad9bedf9ae8a25ad52.setContent(html_0032a975f7c04a8b851bfcd012fec302);
|
|
|
|
|
|
circle_d2527df0da9d4da8baf9db70d1c9407b.bindPopup(popup_6a14e5ac73034fad9bedf9ae8a25ad52)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d2527df0da9d4da8baf9db70d1c9407b.bindTooltip(
|
|
`<div>
|
|
Yankee (#1673) | n_orders=24
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_469ea5811ab84933a5719fbe303cd7e0 = L.circle(
|
|
[48.881641, 2.345831],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b8bc89ca520f40608a17f6a5476cd6d5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4c4a4059e0364e4daa9631fe188f85cf = $(`<div id="html_4c4a4059e0364e4daa9631fe188f85cf" style="width: 100.0%; height: 100.0%;">5 Avenue Trudaine, 75009 Paris</div>`)[0];
|
|
popup_b8bc89ca520f40608a17f6a5476cd6d5.setContent(html_4c4a4059e0364e4daa9631fe188f85cf);
|
|
|
|
|
|
circle_469ea5811ab84933a5719fbe303cd7e0.bindPopup(popup_b8bc89ca520f40608a17f6a5476cd6d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_469ea5811ab84933a5719fbe303cd7e0.bindTooltip(
|
|
`<div>
|
|
B-Boyz (#1674) | n_orders=88
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_12870d1fe47f47608fd1f3fc9b5bf11b = L.circle(
|
|
[48.835384, 2.281555],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5664e6dd972d4db8a50c2450841c6587 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_354cca097cd54452bab810cfa5a05def = $(`<div id="html_354cca097cd54452bab810cfa5a05def" style="width: 100.0%; height: 100.0%;">5 Boulevard Victor, 75015 Paris</div>`)[0];
|
|
popup_5664e6dd972d4db8a50c2450841c6587.setContent(html_354cca097cd54452bab810cfa5a05def);
|
|
|
|
|
|
circle_12870d1fe47f47608fd1f3fc9b5bf11b.bindPopup(popup_5664e6dd972d4db8a50c2450841c6587)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_12870d1fe47f47608fd1f3fc9b5bf11b.bindTooltip(
|
|
`<div>
|
|
Milibio (#1677) | n_orders=11
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_322fcecbe2e84149bbf28c1a4a6dd0ff = L.circle(
|
|
[48.836765, 2.392003],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7e615076e9554e8d9a24497087efcde5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_09e7623d74494df6885807027c69ee8a = $(`<div id="html_09e7623d74494df6885807027c69ee8a" style="width: 100.0%; height: 100.0%;">13 Rue Wattignies, 75012 Paris</div>`)[0];
|
|
popup_7e615076e9554e8d9a24497087efcde5.setContent(html_09e7623d74494df6885807027c69ee8a);
|
|
|
|
|
|
circle_322fcecbe2e84149bbf28c1a4a6dd0ff.bindPopup(popup_7e615076e9554e8d9a24497087efcde5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_322fcecbe2e84149bbf28c1a4a6dd0ff.bindTooltip(
|
|
`<div>
|
|
Pause Sushi (#1679) | n_orders=131
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_92de0b619c974269bb81a35e04a08a91 = L.circle(
|
|
[48.870331, 2.340277],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9dad07680e7b42dabc24f336a6a6acd0 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e4cbdacd488d40d486b4d392f59711bc = $(`<div id="html_e4cbdacd488d40d486b4d392f59711bc" style="width: 100.0%; height: 100.0%;">17 Rue Saint Marc, 75002 Paris</div>`)[0];
|
|
popup_9dad07680e7b42dabc24f336a6a6acd0.setContent(html_e4cbdacd488d40d486b4d392f59711bc);
|
|
|
|
|
|
circle_92de0b619c974269bb81a35e04a08a91.bindPopup(popup_9dad07680e7b42dabc24f336a6a6acd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_92de0b619c974269bb81a35e04a08a91.bindTooltip(
|
|
`<div>
|
|
Blun (#1680) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2eec6c8cbca84c1691e117281e78dbab = L.circle(
|
|
[48.842869, 2.311249],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a3ec4405ad0645d48e4826986900bafb = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ade35a00d84341eca481e029782c6867 = $(`<div id="html_ade35a00d84341eca481e029782c6867" style="width: 100.0%; height: 100.0%;">179 Rue Vaugirard, 75015 Paris</div>`)[0];
|
|
popup_a3ec4405ad0645d48e4826986900bafb.setContent(html_ade35a00d84341eca481e029782c6867);
|
|
|
|
|
|
circle_2eec6c8cbca84c1691e117281e78dbab.bindPopup(popup_a3ec4405ad0645d48e4826986900bafb)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2eec6c8cbca84c1691e117281e78dbab.bindTooltip(
|
|
`<div>
|
|
Restaurants #1681, #1682 | n_orders=300
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_132a778764aa4ea9898104b565aee5bd = L.circle(
|
|
[48.853401, 2.343132],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_4de57050f463436caa88809352a48e64 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_adf383a0654246c391c4a2e164878dcc = $(`<div id="html_adf383a0654246c391c4a2e164878dcc" style="width: 100.0%; height: 100.0%;">21 Quai Saint-Michel, 75006 Paris</div>`)[0];
|
|
popup_4de57050f463436caa88809352a48e64.setContent(html_adf383a0654246c391c4a2e164878dcc);
|
|
|
|
|
|
circle_132a778764aa4ea9898104b565aee5bd.bindPopup(popup_4de57050f463436caa88809352a48e64)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_132a778764aa4ea9898104b565aee5bd.bindTooltip(
|
|
`<div>
|
|
Shiso Burger (#1683) | n_orders=53
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_abe6730fad1b4a8aa7c49a72dbb0d553 = L.circle(
|
|
[48.855644, 2.358031],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c17fa0c186774b42899ca2f2d1c06699 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3699eac0d0b94e99bc785279b8130dff = $(`<div id="html_3699eac0d0b94e99bc785279b8130dff" style="width: 100.0%; height: 100.0%;">33 Rue Francois Miron, 75004 Paris</div>`)[0];
|
|
popup_c17fa0c186774b42899ca2f2d1c06699.setContent(html_3699eac0d0b94e99bc785279b8130dff);
|
|
|
|
|
|
circle_abe6730fad1b4a8aa7c49a72dbb0d553.bindPopup(popup_c17fa0c186774b42899ca2f2d1c06699)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_abe6730fad1b4a8aa7c49a72dbb0d553.bindTooltip(
|
|
`<div>
|
|
Tamarind (#1686) | n_orders=61
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1983d32c705b44929ac968f1fa1ee50d = L.circle(
|
|
[48.879566, 2.343495],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c01e4d3810534043b7c6b4a506c5739f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b61c1fc217184e3996d01a9d292e9b46 = $(`<div id="html_b61c1fc217184e3996d01a9d292e9b46" style="width: 100.0%; height: 100.0%;">42 Rue Rodier, 75009 Paris</div>`)[0];
|
|
popup_c01e4d3810534043b7c6b4a506c5739f.setContent(html_b61c1fc217184e3996d01a9d292e9b46);
|
|
|
|
|
|
circle_1983d32c705b44929ac968f1fa1ee50d.bindPopup(popup_c01e4d3810534043b7c6b4a506c5739f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1983d32c705b44929ac968f1fa1ee50d.bindTooltip(
|
|
`<div>
|
|
1000 And 1 Delices (#1687) | n_orders=33
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_b1d044ca834846e5804f97e8dba05d24 = L.circle(
|
|
[48.890041, 2.379153],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f12954a9dbcf4b9f8a8cfc37fea480da = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e9aea0f588374f049b5aeca1009a541c = $(`<div id="html_e9aea0f588374f049b5aeca1009a541c" style="width: 100.0%; height: 100.0%;">187 Avenue Jean Jaures, 75019 Paris</div>`)[0];
|
|
popup_f12954a9dbcf4b9f8a8cfc37fea480da.setContent(html_e9aea0f588374f049b5aeca1009a541c);
|
|
|
|
|
|
circle_b1d044ca834846e5804f97e8dba05d24.bindPopup(popup_f12954a9dbcf4b9f8a8cfc37fea480da)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_b1d044ca834846e5804f97e8dba05d24.bindTooltip(
|
|
`<div>
|
|
O'Sushi (#1688) | n_orders=49
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eac1572a2101480799a728bb048567fb = L.circle(
|
|
[48.865158, 2.346659],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5a9a029e4d3d46f496298607fb51724b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_11f2ff99f98e40c2a36fcf10737b5da7 = $(`<div id="html_11f2ff99f98e40c2a36fcf10737b5da7" style="width: 100.0%; height: 100.0%;">49 Rue Montorgueil, 75002 Paris</div>`)[0];
|
|
popup_5a9a029e4d3d46f496298607fb51724b.setContent(html_11f2ff99f98e40c2a36fcf10737b5da7);
|
|
|
|
|
|
circle_eac1572a2101480799a728bb048567fb.bindPopup(popup_5a9a029e4d3d46f496298607fb51724b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eac1572a2101480799a728bb048567fb.bindTooltip(
|
|
`<div>
|
|
Cesar (#1689) | n_orders=41
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_eb3ca1aa362a4c34a224b1b0c4b3cf8c = L.circle(
|
|
[48.832787, 2.240768],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ea3a7d014dde4d89b709953da8f4444a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9718fa38d9874e3b927f55f4e3259f4a = $(`<div id="html_9718fa38d9874e3b927f55f4e3259f4a" style="width: 100.0%; height: 100.0%;">10 Bis Rue Des Quatre Cheminees, 92100 Paris</div>`)[0];
|
|
popup_ea3a7d014dde4d89b709953da8f4444a.setContent(html_9718fa38d9874e3b927f55f4e3259f4a);
|
|
|
|
|
|
circle_eb3ca1aa362a4c34a224b1b0c4b3cf8c.bindPopup(popup_ea3a7d014dde4d89b709953da8f4444a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_eb3ca1aa362a4c34a224b1b0c4b3cf8c.bindTooltip(
|
|
`<div>
|
|
Le Taj Mahal (#1690) | n_orders=32
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6742b7782b4642c3be7386fbb82e89b5 = L.circle(
|
|
[48.826527, 2.342159],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_b190407c7eac45fe8172bcb397ac3d0f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_90969127d2c349c6b6af489b7705af51 = $(`<div id="html_90969127d2c349c6b6af489b7705af51" style="width: 100.0%; height: 100.0%;">242 Rue De Tolbiac, 75013 Paris</div>`)[0];
|
|
popup_b190407c7eac45fe8172bcb397ac3d0f.setContent(html_90969127d2c349c6b6af489b7705af51);
|
|
|
|
|
|
circle_6742b7782b4642c3be7386fbb82e89b5.bindPopup(popup_b190407c7eac45fe8172bcb397ac3d0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6742b7782b4642c3be7386fbb82e89b5.bindTooltip(
|
|
`<div>
|
|
Paris Beirut (#1696) | n_orders=35
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_27521410347641738b06d9e68d15ccf9 = L.circle(
|
|
[48.86919, 2.366264],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eeaa980f72d242ba9991b69db12f26ca = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_866d57ca196a49758ad37f2ee50c88bb = $(`<div id="html_866d57ca196a49758ad37f2ee50c88bb" style="width: 100.0%; height: 100.0%;">37 Quai De Valmy, 75010 Paris</div>`)[0];
|
|
popup_eeaa980f72d242ba9991b69db12f26ca.setContent(html_866d57ca196a49758ad37f2ee50c88bb);
|
|
|
|
|
|
circle_27521410347641738b06d9e68d15ccf9.bindPopup(popup_eeaa980f72d242ba9991b69db12f26ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_27521410347641738b06d9e68d15ccf9.bindTooltip(
|
|
`<div>
|
|
Gallina (#1698) | n_orders=23
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_949896d9c5d34d8580f6b6982aa690e7 = L.circle(
|
|
[48.889675, 2.24344],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_bfd19a6dbc044ffda9a857bab8205c6b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_74a64a1f11ff4becbc7e4fcd5d5967b3 = $(`<div id="html_74a64a1f11ff4becbc7e4fcd5d5967b3" style="width: 100.0%; height: 100.0%;">70 Esplanade Du General De Gaulle, 92800 Puteaux</div>`)[0];
|
|
popup_bfd19a6dbc044ffda9a857bab8205c6b.setContent(html_74a64a1f11ff4becbc7e4fcd5d5967b3);
|
|
|
|
|
|
circle_949896d9c5d34d8580f6b6982aa690e7.bindPopup(popup_bfd19a6dbc044ffda9a857bab8205c6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_949896d9c5d34d8580f6b6982aa690e7.bindTooltip(
|
|
`<div>
|
|
Matsuri La Defense (#1701) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_5a83f683c89d4b478609a4674a4427d8 = L.circle(
|
|
[48.870403, 2.356387],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7a0c12e1d4054fd48a26d4eab23fd880 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2e3e22f6a8374160ba2dc345fc666959 = $(`<div id="html_2e3e22f6a8374160ba2dc345fc666959" style="width: 100.0%; height: 100.0%;">38 Rue Du Faubourg Saint Martin, 75010 Paris</div>`)[0];
|
|
popup_7a0c12e1d4054fd48a26d4eab23fd880.setContent(html_2e3e22f6a8374160ba2dc345fc666959);
|
|
|
|
|
|
circle_5a83f683c89d4b478609a4674a4427d8.bindPopup(popup_7a0c12e1d4054fd48a26d4eab23fd880)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_5a83f683c89d4b478609a4674a4427d8.bindTooltip(
|
|
`<div>
|
|
La Vague (#1702) | n_orders=13
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_3b51a5f6b9ed4e9e95eec4fbe38744f5 = L.circle(
|
|
[48.859016, 2.391734],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_27b8595889034a779d9f959ab4226d54 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_da3b885fc1ca422c81b0e9c932eaf0b3 = $(`<div id="html_da3b885fc1ca422c81b0e9c932eaf0b3" style="width: 100.0%; height: 100.0%;">86 Boulevard De Charonne, 75020 Paris</div>`)[0];
|
|
popup_27b8595889034a779d9f959ab4226d54.setContent(html_da3b885fc1ca422c81b0e9c932eaf0b3);
|
|
|
|
|
|
circle_3b51a5f6b9ed4e9e95eec4fbe38744f5.bindPopup(popup_27b8595889034a779d9f959ab4226d54)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_3b51a5f6b9ed4e9e95eec4fbe38744f5.bindTooltip(
|
|
`<div>
|
|
Poivron Rouge (#1704) | n_orders=157
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_38dc7d22b57e4019b00bc1c4c6fc95c0 = L.circle(
|
|
[48.896343, 2.29103],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_312f223d7643407cb31c9a304d087c5e = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_28ba1d3e2bdb41f2bc12214dc2fce59e = $(`<div id="html_28ba1d3e2bdb41f2bc12214dc2fce59e" style="width: 100.0%; height: 100.0%;">12 Rue Raspail, 92300 Levallois-Perret</div>`)[0];
|
|
popup_312f223d7643407cb31c9a304d087c5e.setContent(html_28ba1d3e2bdb41f2bc12214dc2fce59e);
|
|
|
|
|
|
circle_38dc7d22b57e4019b00bc1c4c6fc95c0.bindPopup(popup_312f223d7643407cb31c9a304d087c5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_38dc7d22b57e4019b00bc1c4c6fc95c0.bindTooltip(
|
|
`<div>
|
|
Le Bento Francais (#1706) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f2f801afe66d40d2a4e46b1573201187 = L.circle(
|
|
[48.883324, 2.291113],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7e8850a4638f416d85b65dc5a2341819 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_19dac2de642b41ac8014ab554a04ebf2 = $(`<div id="html_19dac2de642b41ac8014ab554a04ebf2" style="width: 100.0%; height: 100.0%;">54 Rue Laugier, 75017 Paris</div>`)[0];
|
|
popup_7e8850a4638f416d85b65dc5a2341819.setContent(html_19dac2de642b41ac8014ab554a04ebf2);
|
|
|
|
|
|
circle_f2f801afe66d40d2a4e46b1573201187.bindPopup(popup_7e8850a4638f416d85b65dc5a2341819)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f2f801afe66d40d2a4e46b1573201187.bindTooltip(
|
|
`<div>
|
|
Bibimbowl (#1707) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_67989aca740140e1a44e6b11c420c9ef = L.circle(
|
|
[48.846519, 2.283611],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3ccdbca22b6b463f9fa316b892e85350 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_262ff9beda4e42ada92b87aedc8ded32 = $(`<div id="html_262ff9beda4e42ada92b87aedc8ded32" style="width: 100.0%; height: 100.0%;">53 Avenue Emile Zola, 75015 Paris</div>`)[0];
|
|
popup_3ccdbca22b6b463f9fa316b892e85350.setContent(html_262ff9beda4e42ada92b87aedc8ded32);
|
|
|
|
|
|
circle_67989aca740140e1a44e6b11c420c9ef.bindPopup(popup_3ccdbca22b6b463f9fa316b892e85350)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_67989aca740140e1a44e6b11c420c9ef.bindTooltip(
|
|
`<div>
|
|
Sawadee (#1709) | n_orders=48
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f8843e4828514d5db7c3ea1796c7a94a = L.circle(
|
|
[48.896149, 2.388647],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9f4bd0f6f3d64d7c97ab54ef1aa02a80 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bf495b80edd940a680148415571ea1df = $(`<div id="html_bf495b80edd940a680148415571ea1df" style="width: 100.0%; height: 100.0%;">30 Avenue Cariou, 75019 Paris</div>`)[0];
|
|
popup_9f4bd0f6f3d64d7c97ab54ef1aa02a80.setContent(html_bf495b80edd940a680148415571ea1df);
|
|
|
|
|
|
circle_f8843e4828514d5db7c3ea1796c7a94a.bindPopup(popup_9f4bd0f6f3d64d7c97ab54ef1aa02a80)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f8843e4828514d5db7c3ea1796c7a94a.bindTooltip(
|
|
`<div>
|
|
It Trattoria Vill'Up (#1710) | n_orders=74
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_14f10e7a925b4acc82016d0e84d925a6 = L.circle(
|
|
[48.870628, 2.357884],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9bf60a27e06a4a3f8fe453fb160b145a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_e6f3bcc263ee4a6cb72f9261ba76d015 = $(`<div id="html_e6f3bcc263ee4a6cb72f9261ba76d015" style="width: 100.0%; height: 100.0%;">Marche Saint-Martin - 31-33 Rue Du Chateau D'Eau, 75010 Paris</div>`)[0];
|
|
popup_9bf60a27e06a4a3f8fe453fb160b145a.setContent(html_e6f3bcc263ee4a6cb72f9261ba76d015);
|
|
|
|
|
|
circle_14f10e7a925b4acc82016d0e84d925a6.bindPopup(popup_9bf60a27e06a4a3f8fe453fb160b145a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_14f10e7a925b4acc82016d0e84d925a6.bindTooltip(
|
|
`<div>
|
|
La Casba Marocaine (#1715) | n_orders=24
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9126ca92558a4c47aba4e8f72a4e7004 = L.circle(
|
|
[48.868172, 2.279954],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_0b55ab4d5fe84a5ba02520ba3b95e105 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4449eb2e872e40359ec7fe513839cf9a = $(`<div id="html_4449eb2e872e40359ec7fe513839cf9a" style="width: 100.0%; height: 100.0%;">119 Avenue Victor Hugo, 75116 Paris</div>`)[0];
|
|
popup_0b55ab4d5fe84a5ba02520ba3b95e105.setContent(html_4449eb2e872e40359ec7fe513839cf9a);
|
|
|
|
|
|
circle_9126ca92558a4c47aba4e8f72a4e7004.bindPopup(popup_0b55ab4d5fe84a5ba02520ba3b95e105)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9126ca92558a4c47aba4e8f72a4e7004.bindTooltip(
|
|
`<div>
|
|
Matsuri Victor Hugo (#1717) | n_orders=24
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7fdf2b3380fb4ff08cb995df124752f1 = L.circle(
|
|
[48.826546, 2.32361],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_8188214bde134dafbbf0b4fac2a88376 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1e33b96996e54ed9b65259752ff0772c = $(`<div id="html_1e33b96996e54ed9b65259752ff0772c" style="width: 100.0%; height: 100.0%;">36 Avenue Jean Moulin, 75014 Paris</div>`)[0];
|
|
popup_8188214bde134dafbbf0b4fac2a88376.setContent(html_1e33b96996e54ed9b65259752ff0772c);
|
|
|
|
|
|
circle_7fdf2b3380fb4ff08cb995df124752f1.bindPopup(popup_8188214bde134dafbbf0b4fac2a88376)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7fdf2b3380fb4ff08cb995df124752f1.bindTooltip(
|
|
`<div>
|
|
La Basilicata (#1719) | n_orders=50
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9ef199de52734a3dac0089da9c6a5c61 = L.circle(
|
|
[48.850677, 2.347007],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fd92027e3132412b995a71842cae1f40 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_1df352f49da14a9c8945a7460ddeeb23 = $(`<div id="html_1df352f49da14a9c8945a7460ddeeb23" style="width: 100.0%; height: 100.0%;">72 Boulevard Saint-Germain, 75005 Paris</div>`)[0];
|
|
popup_fd92027e3132412b995a71842cae1f40.setContent(html_1df352f49da14a9c8945a7460ddeeb23);
|
|
|
|
|
|
circle_9ef199de52734a3dac0089da9c6a5c61.bindPopup(popup_fd92027e3132412b995a71842cae1f40)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9ef199de52734a3dac0089da9c6a5c61.bindTooltip(
|
|
`<div>
|
|
Le Maharajah (#1721) | n_orders=15
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d41a7096e8184c90a73cb9eb0539ff2b = L.circle(
|
|
[48.896141, 2.388441],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_6e3be9ede60f4a9ea1b0aa414d3adcd9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_70ad249b60e249baa8f8d1ef70d3c806 = $(`<div id="html_70ad249b60e249baa8f8d1ef70d3c806" style="width: 100.0%; height: 100.0%;">30 Avenue Corentin Cariou, 75019 Paris</div>`)[0];
|
|
popup_6e3be9ede60f4a9ea1b0aa414d3adcd9.setContent(html_70ad249b60e249baa8f8d1ef70d3c806);
|
|
|
|
|
|
circle_d41a7096e8184c90a73cb9eb0539ff2b.bindPopup(popup_6e3be9ede60f4a9ea1b0aa414d3adcd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d41a7096e8184c90a73cb9eb0539ff2b.bindTooltip(
|
|
`<div>
|
|
Panasia (#1724) | n_orders=6
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_edb364fc975a4f0586c20569eea48e6b = L.circle(
|
|
[48.864567, 2.279994],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fb57290483ca4a929fdc719f3b87af4a = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_ede7e9222400414d8a4d6a8952fce20c = $(`<div id="html_ede7e9222400414d8a4d6a8952fce20c" style="width: 100.0%; height: 100.0%;">32 Rue Greuze, 75116 Paris</div>`)[0];
|
|
popup_fb57290483ca4a929fdc719f3b87af4a.setContent(html_ede7e9222400414d8a4d6a8952fce20c);
|
|
|
|
|
|
circle_edb364fc975a4f0586c20569eea48e6b.bindPopup(popup_fb57290483ca4a929fdc719f3b87af4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_edb364fc975a4f0586c20569eea48e6b.bindTooltip(
|
|
`<div>
|
|
L'Aile Ou La Cuisse (#1726) | n_orders=23
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a6bb36b4db534faabfd06b5cabfe6f61 = L.circle(
|
|
[48.839882, 2.351667],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_951cc07ef1a746a1bf71dd051949d646 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2d96b8d44ebf4a3e860c6131c979402f = $(`<div id="html_2d96b8d44ebf4a3e860c6131c979402f" style="width: 100.0%; height: 100.0%;">41 Rue Censier, 75005 Paris</div>`)[0];
|
|
popup_951cc07ef1a746a1bf71dd051949d646.setContent(html_2d96b8d44ebf4a3e860c6131c979402f);
|
|
|
|
|
|
circle_a6bb36b4db534faabfd06b5cabfe6f61.bindPopup(popup_951cc07ef1a746a1bf71dd051949d646)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a6bb36b4db534faabfd06b5cabfe6f61.bindTooltip(
|
|
`<div>
|
|
Le Pot O'Lait (#1730) | n_orders=21
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c68e71c51d824ba6a5a2a03ab80e2662 = L.circle(
|
|
[48.871269, 2.304959],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_92941c739bf44191996b525687ff5895 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6615094fc0534bbb9830737679715297 = $(`<div id="html_6615094fc0534bbb9830737679715297" style="width: 100.0%; height: 100.0%;">103 Rue La Boetie, 75008 Paris</div>`)[0];
|
|
popup_92941c739bf44191996b525687ff5895.setContent(html_6615094fc0534bbb9830737679715297);
|
|
|
|
|
|
circle_c68e71c51d824ba6a5a2a03ab80e2662.bindPopup(popup_92941c739bf44191996b525687ff5895)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c68e71c51d824ba6a5a2a03ab80e2662.bindTooltip(
|
|
`<div>
|
|
Matsuri Boetie (#1734) | n_orders=25
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_96173a0dc34d4fdfb24b7b1f607bebbb = L.circle(
|
|
[48.869297, 2.366138],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_702c0328203146709374479c8a175879 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_988a1a53517e48fcbf690c0449ddf994 = $(`<div id="html_988a1a53517e48fcbf690c0449ddf994" style="width: 100.0%; height: 100.0%;">39 Quai De Valmy, 75010 Paris</div>`)[0];
|
|
popup_702c0328203146709374479c8a175879.setContent(html_988a1a53517e48fcbf690c0449ddf994);
|
|
|
|
|
|
circle_96173a0dc34d4fdfb24b7b1f607bebbb.bindPopup(popup_702c0328203146709374479c8a175879)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_96173a0dc34d4fdfb24b7b1f607bebbb.bindTooltip(
|
|
`<div>
|
|
Ima (#1737) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_485a65a0b4584c27ba217e73fddacdee = L.circle(
|
|
[48.843464, 2.234631],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c2c6dfe5d5934db8bd301892008d15a9 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_021fef4a8bd94e87a15de3eafc973237 = $(`<div id="html_021fef4a8bd94e87a15de3eafc973237" style="width: 100.0%; height: 100.0%;">41 Rue Escudier, 92100 Paris</div>`)[0];
|
|
popup_c2c6dfe5d5934db8bd301892008d15a9.setContent(html_021fef4a8bd94e87a15de3eafc973237);
|
|
|
|
|
|
circle_485a65a0b4584c27ba217e73fddacdee.bindPopup(popup_c2c6dfe5d5934db8bd301892008d15a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_485a65a0b4584c27ba217e73fddacdee.bindTooltip(
|
|
`<div>
|
|
66 Diner (#1738) | n_orders=6
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4bcce0eacc884957a6e6b117afe95a16 = L.circle(
|
|
[48.856686, 2.358558],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_888c447af9fc483eb09699f7fbd06cfe = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_028a07ce395b4b6e90774a62e1eb0b95 = $(`<div id="html_028a07ce395b4b6e90774a62e1eb0b95" style="width: 100.0%; height: 100.0%;">12 Rue Des Ecouffes, 75004 Paris</div>`)[0];
|
|
popup_888c447af9fc483eb09699f7fbd06cfe.setContent(html_028a07ce395b4b6e90774a62e1eb0b95);
|
|
|
|
|
|
circle_4bcce0eacc884957a6e6b117afe95a16.bindPopup(popup_888c447af9fc483eb09699f7fbd06cfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4bcce0eacc884957a6e6b117afe95a16.bindTooltip(
|
|
`<div>
|
|
Slo Focaccia (#1742) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_2072d1e80dfa43318bd63cc847e9e231 = L.circle(
|
|
[48.867004, 2.329582],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_e222e05e464d4796ac7cfe83f1fa5bb6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_863dbe4d68594b3d94856a12dd03b322 = $(`<div id="html_863dbe4d68594b3d94856a12dd03b322" style="width: 100.0%; height: 100.0%;">Passage Des Jacobins - Place Du Marche Saint-Honore, 75001 Paris</div>`)[0];
|
|
popup_e222e05e464d4796ac7cfe83f1fa5bb6.setContent(html_863dbe4d68594b3d94856a12dd03b322);
|
|
|
|
|
|
circle_2072d1e80dfa43318bd63cc847e9e231.bindPopup(popup_e222e05e464d4796ac7cfe83f1fa5bb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_2072d1e80dfa43318bd63cc847e9e231.bindTooltip(
|
|
`<div>
|
|
Maison Pradier - Marche Saint Honore (#1743) | n_orders=11
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_6699b851c9f4409b8864668410ccfc6c = L.circle(
|
|
[48.866463, 2.334916],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c5d0d96febf24e49b2c94f0ccff45f6d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3b4a18a195e4460f9aef6cd3a39bc0a8 = $(`<div id="html_3b4a18a195e4460f9aef6cd3a39bc0a8" style="width: 100.0%; height: 100.0%;">18 Rue Therese, 75001 Paris</div>`)[0];
|
|
popup_c5d0d96febf24e49b2c94f0ccff45f6d.setContent(html_3b4a18a195e4460f9aef6cd3a39bc0a8);
|
|
|
|
|
|
circle_6699b851c9f4409b8864668410ccfc6c.bindPopup(popup_c5d0d96febf24e49b2c94f0ccff45f6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_6699b851c9f4409b8864668410ccfc6c.bindTooltip(
|
|
`<div>
|
|
Manna (#1745) | n_orders=41
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ad7be3358d9e4e2bade8cec809955e44 = L.circle(
|
|
[48.861496, 2.342452],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_32200d45f9b24e1d9ac297fe190bf708 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f4b289ad974a4add9aa82fc79d271651 = $(`<div id="html_f4b289ad974a4add9aa82fc79d271651" style="width: 100.0%; height: 100.0%;">94 Rue Saint Honore, 75001 Paris, 75001 Paris</div>`)[0];
|
|
popup_32200d45f9b24e1d9ac297fe190bf708.setContent(html_f4b289ad974a4add9aa82fc79d271651);
|
|
|
|
|
|
circle_ad7be3358d9e4e2bade8cec809955e44.bindPopup(popup_32200d45f9b24e1d9ac297fe190bf708)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ad7be3358d9e4e2bade8cec809955e44.bindTooltip(
|
|
`<div>
|
|
Itacate (#1746) | n_orders=14
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_adc4767478224d7fa8a1883cb27b701f = L.circle(
|
|
[48.876751, 2.354122],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_58834c4dc35d4bdb919487f0a649a472 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_a64cb5adf81e4a85ac69cf1d57120cd4 = $(`<div id="html_a64cb5adf81e4a85ac69cf1d57120cd4" style="width: 100.0%; height: 100.0%;">25 Rue De Chabrol, 75010 Paris</div>`)[0];
|
|
popup_58834c4dc35d4bdb919487f0a649a472.setContent(html_a64cb5adf81e4a85ac69cf1d57120cd4);
|
|
|
|
|
|
circle_adc4767478224d7fa8a1883cb27b701f.bindPopup(popup_58834c4dc35d4bdb919487f0a649a472)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_adc4767478224d7fa8a1883cb27b701f.bindTooltip(
|
|
`<div>
|
|
El Vinedo (#1747) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_62181d2684b444468f553384a5b6f1d5 = L.circle(
|
|
[48.822727, 2.244982],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c5b629f7171e44fe84b112b1c879bd44 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_908bbebb089845368598bfe6de9144c9 = $(`<div id="html_908bbebb089845368598bfe6de9144c9" style="width: 100.0%; height: 100.0%;">30 Avenue Du Bas Meudon, 92130 Issy-Les-Moulineaux</div>`)[0];
|
|
popup_c5b629f7171e44fe84b112b1c879bd44.setContent(html_908bbebb089845368598bfe6de9144c9);
|
|
|
|
|
|
circle_62181d2684b444468f553384a5b6f1d5.bindPopup(popup_c5b629f7171e44fe84b112b1c879bd44)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_62181d2684b444468f553384a5b6f1d5.bindTooltip(
|
|
`<div>
|
|
O 30 (#1748) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_128b3bbde80c4b90a3d34a5be9569743 = L.circle(
|
|
[48.870434, 2.353593],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3ffed432c40e478da038d407a4e33c81 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b249ffa59a9945439d0622901aff8b75 = $(`<div id="html_b249ffa59a9945439d0622901aff8b75" style="width: 100.0%; height: 100.0%;">33 Rue Du Faubourg Saint-Martin, 75010 Paris</div>`)[0];
|
|
popup_3ffed432c40e478da038d407a4e33c81.setContent(html_b249ffa59a9945439d0622901aff8b75);
|
|
|
|
|
|
circle_128b3bbde80c4b90a3d34a5be9569743.bindPopup(popup_3ffed432c40e478da038d407a4e33c81)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_128b3bbde80c4b90a3d34a5be9569743.bindTooltip(
|
|
`<div>
|
|
Hobo (#1749) | n_orders=8
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_107b63ebef734ebda68173340e19d2c5 = L.circle(
|
|
[48.828114, 2.347885],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_d19fd874cb694dd3a5f563f40c911ba5 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b187463db3304f318937890f36a06db5 = $(`<div id="html_b187463db3304f318937890f36a06db5" style="width: 100.0%; height: 100.0%;">43B Rue Des Cinq Diamants, 75013 Paris</div>`)[0];
|
|
popup_d19fd874cb694dd3a5f563f40c911ba5.setContent(html_b187463db3304f318937890f36a06db5);
|
|
|
|
|
|
circle_107b63ebef734ebda68173340e19d2c5.bindPopup(popup_d19fd874cb694dd3a5f563f40c911ba5)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_107b63ebef734ebda68173340e19d2c5.bindTooltip(
|
|
`<div>
|
|
O'Fajitas Bar (#1751) | n_orders=28
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_407b1b29ed274ea5bbed71d66a599369 = L.circle(
|
|
[48.855576, 2.36973],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1a75d5e73cbd4657a0819b78e5f9d4b4 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_01de573d2b0a4f838071698fe641c308 = $(`<div id="html_01de573d2b0a4f838071698fe641c308" style="width: 100.0%; height: 100.0%;">1 Rue Sedaine, 75011 Paris</div>`)[0];
|
|
popup_1a75d5e73cbd4657a0819b78e5f9d4b4.setContent(html_01de573d2b0a4f838071698fe641c308);
|
|
|
|
|
|
circle_407b1b29ed274ea5bbed71d66a599369.bindPopup(popup_1a75d5e73cbd4657a0819b78e5f9d4b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_407b1b29ed274ea5bbed71d66a599369.bindTooltip(
|
|
`<div>
|
|
Muscovado (#1753) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_a64b9da3869e4760a15a8d72b850801f = L.circle(
|
|
[48.871483, 2.37625],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_c016363defde400ba545fbf684074c14 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_0d9cf82288aa4280ade9c8069effcba2 = $(`<div id="html_0d9cf82288aa4280ade9c8069effcba2" style="width: 100.0%; height: 100.0%;">4 Rue Lemon, 75011 Paris</div>`)[0];
|
|
popup_c016363defde400ba545fbf684074c14.setContent(html_0d9cf82288aa4280ade9c8069effcba2);
|
|
|
|
|
|
circle_a64b9da3869e4760a15a8d72b850801f.bindPopup(popup_c016363defde400ba545fbf684074c14)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_a64b9da3869e4760a15a8d72b850801f.bindTooltip(
|
|
`<div>
|
|
Primeur (#1754) | n_orders=5
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7ae2d19a3b2c45cfa459048847832dda = L.circle(
|
|
[48.874756, 2.346042],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_97ab39b9e0e44647931caf1ea8f42dfd = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_282160c04bd6416c94d7b0ad80545219 = $(`<div id="html_282160c04bd6416c94d7b0ad80545219" style="width: 100.0%; height: 100.0%;">54 Rue Du Faubourg Poissonniere, 75009 Levallois-Perret</div>`)[0];
|
|
popup_97ab39b9e0e44647931caf1ea8f42dfd.setContent(html_282160c04bd6416c94d7b0ad80545219);
|
|
|
|
|
|
circle_7ae2d19a3b2c45cfa459048847832dda.bindPopup(popup_97ab39b9e0e44647931caf1ea8f42dfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7ae2d19a3b2c45cfa459048847832dda.bindTooltip(
|
|
`<div>
|
|
Kraft (#1756) | n_orders=74
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_0dd3e43c2dea4bbd8e25e6e04a2d4e7b = L.circle(
|
|
[48.868351, 2.397481],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_db57eb9dede44844a0bbd6c4dff01b09 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_7869170a180f446786084182b3134465 = $(`<div id="html_7869170a180f446786084182b3134465" style="width: 100.0%; height: 100.0%;">26 Rue De La Chine, 75020 Paris</div>`)[0];
|
|
popup_db57eb9dede44844a0bbd6c4dff01b09.setContent(html_7869170a180f446786084182b3134465);
|
|
|
|
|
|
circle_0dd3e43c2dea4bbd8e25e6e04a2d4e7b.bindPopup(popup_db57eb9dede44844a0bbd6c4dff01b09)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_0dd3e43c2dea4bbd8e25e6e04a2d4e7b.bindTooltip(
|
|
`<div>
|
|
Atelier Fratelli (#1757) | n_orders=13
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ebd516ed2e014e82a79141d3fa674f04 = L.circle(
|
|
[48.88303, 2.386557],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_21540e160d35461f86217e68300126c8 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_917c80d0cc464dada618578dacfdec57 = $(`<div id="html_917c80d0cc464dada618578dacfdec57" style="width: 100.0%; height: 100.0%;">18 Rue Manin, 75019 Paris</div>`)[0];
|
|
popup_21540e160d35461f86217e68300126c8.setContent(html_917c80d0cc464dada618578dacfdec57);
|
|
|
|
|
|
circle_ebd516ed2e014e82a79141d3fa674f04.bindPopup(popup_21540e160d35461f86217e68300126c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ebd516ed2e014e82a79141d3fa674f04.bindTooltip(
|
|
`<div>
|
|
Meatos Deli (#1758) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_21ce63351b4449bf9beef56729745576 = L.circle(
|
|
[48.873119, 2.300269],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ffb7cecfc51846aca36756968a25a7f6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_b16b27e3c63447d0a3ab1b874a69b462 = $(`<div id="html_b16b27e3c63447d0a3ab1b874a69b462" style="width: 100.0%; height: 100.0%;">9 Rue Lord Byron, 75008 Paris</div>`)[0];
|
|
popup_ffb7cecfc51846aca36756968a25a7f6.setContent(html_b16b27e3c63447d0a3ab1b874a69b462);
|
|
|
|
|
|
circle_21ce63351b4449bf9beef56729745576.bindPopup(popup_ffb7cecfc51846aca36756968a25a7f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_21ce63351b4449bf9beef56729745576.bindTooltip(
|
|
`<div>
|
|
Simla Hill (#1760) | n_orders=15
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_ba1ead49a667415096b116a719b82aae = L.circle(
|
|
[48.885723, 2.312092],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_fe0f93bfef584d478b80776512de7713 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6adadec4e1a44cb4bbeab27fadc23662 = $(`<div id="html_6adadec4e1a44cb4bbeab27fadc23662" style="width: 100.0%; height: 100.0%;">24 Rue Salneuve, 75017 Levallois-Perret</div>`)[0];
|
|
popup_fe0f93bfef584d478b80776512de7713.setContent(html_6adadec4e1a44cb4bbeab27fadc23662);
|
|
|
|
|
|
circle_ba1ead49a667415096b116a719b82aae.bindPopup(popup_fe0f93bfef584d478b80776512de7713)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_ba1ead49a667415096b116a719b82aae.bindTooltip(
|
|
`<div>
|
|
Meat And Bread (#1762) | n_orders=47
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f253cd39a8f94883a19aebee1ea7a241 = L.circle(
|
|
[48.879707, 2.29415],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_261948b9ef714f66b86396640da5eb29 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_62c68e8ebb62484da18f31c19ba06fb6 = $(`<div id="html_62c68e8ebb62484da18f31c19ba06fb6" style="width: 100.0%; height: 100.0%;">14 Rue Saussier Leroy, 75017 Paris</div>`)[0];
|
|
popup_261948b9ef714f66b86396640da5eb29.setContent(html_62c68e8ebb62484da18f31c19ba06fb6);
|
|
|
|
|
|
circle_f253cd39a8f94883a19aebee1ea7a241.bindPopup(popup_261948b9ef714f66b86396640da5eb29)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f253cd39a8f94883a19aebee1ea7a241.bindTooltip(
|
|
`<div>
|
|
Atelier Gallus (#1763) | n_orders=26
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_d721813669574bbeaf95b76a754b2f34 = L.circle(
|
|
[48.893303, 2.290475],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_07e9dc95f803409ab182797e6ed33102 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_62a5c29ba4fe4b4b99036d3756c8e3bd = $(`<div id="html_62a5c29ba4fe4b4b99036d3756c8e3bd" style="width: 100.0%; height: 100.0%;">48 Rue Jules Guesde, 92300 Levallois-Perret</div>`)[0];
|
|
popup_07e9dc95f803409ab182797e6ed33102.setContent(html_62a5c29ba4fe4b4b99036d3756c8e3bd);
|
|
|
|
|
|
circle_d721813669574bbeaf95b76a754b2f34.bindPopup(popup_07e9dc95f803409ab182797e6ed33102)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_d721813669574bbeaf95b76a754b2f34.bindTooltip(
|
|
`<div>
|
|
Hbk House Burger (#1764) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_9b214e4f7d0647d0a571633d783876f9 = L.circle(
|
|
[48.83403, 2.301752],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ed3fa2debad44d6685308c3b453aa3c6 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bff4af9475ff45869d0eef6d2638715a = $(`<div id="html_bff4af9475ff45869d0eef6d2638715a" style="width: 100.0%; height: 100.0%;">25 Rue De Cronstadt, 75015 Paris</div>`)[0];
|
|
popup_ed3fa2debad44d6685308c3b453aa3c6.setContent(html_bff4af9475ff45869d0eef6d2638715a);
|
|
|
|
|
|
circle_9b214e4f7d0647d0a571633d783876f9.bindPopup(popup_ed3fa2debad44d6685308c3b453aa3c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_9b214e4f7d0647d0a571633d783876f9.bindTooltip(
|
|
`<div>
|
|
Bobun Moi (#1765) | n_orders=30
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7515a5ce498a4c2ab1ed8cbc68fb708d = L.circle(
|
|
[48.871597, 2.312166],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_77fdd924041f44dd9900d52f6ee95a12 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_20c4fca3be9f4e7ab59f52c005af8292 = $(`<div id="html_20c4fca3be9f4e7ab59f52c005af8292" style="width: 100.0%; height: 100.0%;">32 Rue Jean Mermoz, 75008 Paris</div>`)[0];
|
|
popup_77fdd924041f44dd9900d52f6ee95a12.setContent(html_20c4fca3be9f4e7ab59f52c005af8292);
|
|
|
|
|
|
circle_7515a5ce498a4c2ab1ed8cbc68fb708d.bindPopup(popup_77fdd924041f44dd9900d52f6ee95a12)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7515a5ce498a4c2ab1ed8cbc68fb708d.bindTooltip(
|
|
`<div>
|
|
Juice It Mermoz (#1768) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7705ce35117e4a238932c339ea870d73 = L.circle(
|
|
[48.876526, 2.338399],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_a80c6bea050b49ee95e7aa40d5911a14 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_75b91e1aac8b433885911a069c1801f1 = $(`<div id="html_75b91e1aac8b433885911a069c1801f1" style="width: 100.0%; height: 100.0%;">7 Rue Bourdaloue, 75009 Paris</div>`)[0];
|
|
popup_a80c6bea050b49ee95e7aa40d5911a14.setContent(html_75b91e1aac8b433885911a069c1801f1);
|
|
|
|
|
|
circle_7705ce35117e4a238932c339ea870d73.bindPopup(popup_a80c6bea050b49ee95e7aa40d5911a14)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7705ce35117e4a238932c339ea870d73.bindTooltip(
|
|
`<div>
|
|
Isana (#1769) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_52421688733b4976ae3216b5e4ca465e = L.circle(
|
|
[48.880066, 2.366685],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_eea30c1078db4af3973ea4859d913156 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_32cd488f04df47768e44ddc7121b09ba = $(`<div id="html_32cd488f04df47768e44ddc7121b09ba" style="width: 100.0%; height: 100.0%;">23 Rue Louis Blanc, 75010 Paris</div>`)[0];
|
|
popup_eea30c1078db4af3973ea4859d913156.setContent(html_32cd488f04df47768e44ddc7121b09ba);
|
|
|
|
|
|
circle_52421688733b4976ae3216b5e4ca465e.bindPopup(popup_eea30c1078db4af3973ea4859d913156)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_52421688733b4976ae3216b5e4ca465e.bindTooltip(
|
|
`<div>
|
|
Flesh Canal Saint Martin (#1770) | n_orders=15
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_cfbb4018da704e23893c70fbdcb58651 = L.circle(
|
|
[48.882389, 2.333115],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_59b6a98cf145459f88dcb9ae3d4a14ad = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_083b4ce2d07a40cc8e540ff0412fd470 = $(`<div id="html_083b4ce2d07a40cc8e540ff0412fd470" style="width: 100.0%; height: 100.0%;">25 Rue De Douai, 75009 Paris</div>`)[0];
|
|
popup_59b6a98cf145459f88dcb9ae3d4a14ad.setContent(html_083b4ce2d07a40cc8e540ff0412fd470);
|
|
|
|
|
|
circle_cfbb4018da704e23893c70fbdcb58651.bindPopup(popup_59b6a98cf145459f88dcb9ae3d4a14ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_cfbb4018da704e23893c70fbdcb58651.bindTooltip(
|
|
`<div>
|
|
Flesh Pigalle (#1771) | n_orders=12
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f485d9610d594fa4b9e03f95babcce77 = L.circle(
|
|
[48.868073, 2.347362],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_1f186aa4385d4fa0bb5ec071e86ea532 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_8654473e3996426db33d85d4c607237c = $(`<div id="html_8654473e3996426db33d85d4c607237c" style="width: 100.0%; height: 100.0%;">43 Rue Des Petits Carreaux, 75002 Paris</div>`)[0];
|
|
popup_1f186aa4385d4fa0bb5ec071e86ea532.setContent(html_8654473e3996426db33d85d4c607237c);
|
|
|
|
|
|
circle_f485d9610d594fa4b9e03f95babcce77.bindPopup(popup_1f186aa4385d4fa0bb5ec071e86ea532)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f485d9610d594fa4b9e03f95babcce77.bindTooltip(
|
|
`<div>
|
|
Lemon Iceland (#1773) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_222400c87c9143baa614eb9ba82d14cb = L.circle(
|
|
[48.849026, 2.376655],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_500520a5ccaf4847b78b2ff2907c6445 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_064c66dc754547b28cf877b3d826b6e8 = $(`<div id="html_064c66dc754547b28cf877b3d826b6e8" style="width: 100.0%; height: 100.0%;">11 Bis Rue De Cotte, 75012 Paris</div>`)[0];
|
|
popup_500520a5ccaf4847b78b2ff2907c6445.setContent(html_064c66dc754547b28cf877b3d826b6e8);
|
|
|
|
|
|
circle_222400c87c9143baa614eb9ba82d14cb.bindPopup(popup_500520a5ccaf4847b78b2ff2907c6445)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_222400c87c9143baa614eb9ba82d14cb.bindTooltip(
|
|
`<div>
|
|
Scotta ! (#1774) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_986ef805e49c4046a4f6fe2bbe8b9148 = L.circle(
|
|
[48.829617, 2.347753],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_dbd5d35a4d994704874d05f9e12a78f3 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_cf7e466a47564496a7370c0e800b216c = $(`<div id="html_cf7e466a47564496a7370c0e800b216c" style="width: 100.0%; height: 100.0%;">75 Boulevard Auguste Blanqui, 75013 Paris</div>`)[0];
|
|
popup_dbd5d35a4d994704874d05f9e12a78f3.setContent(html_cf7e466a47564496a7370c0e800b216c);
|
|
|
|
|
|
circle_986ef805e49c4046a4f6fe2bbe8b9148.bindPopup(popup_dbd5d35a4d994704874d05f9e12a78f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_986ef805e49c4046a4f6fe2bbe8b9148.bindTooltip(
|
|
`<div>
|
|
Sushi Zen (#1776) | n_orders=10
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_98943373f7974337aa44cd2f041d2b53 = L.circle(
|
|
[48.851139, 2.388403],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_5b408e631a784edcbec865dde567f206 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c8c2f48371244361a13d338593614c76 = $(`<div id="html_c8c2f48371244361a13d338593614c76" style="width: 100.0%; height: 100.0%;">246-248 Boulevard Voltaire, 75011 Paris</div>`)[0];
|
|
popup_5b408e631a784edcbec865dde567f206.setContent(html_c8c2f48371244361a13d338593614c76);
|
|
|
|
|
|
circle_98943373f7974337aa44cd2f041d2b53.bindPopup(popup_5b408e631a784edcbec865dde567f206)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_98943373f7974337aa44cd2f041d2b53.bindTooltip(
|
|
`<div>
|
|
Hbk House Burger Voltaire (#1777) | n_orders=9
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_c70eb6a61e3f4c2388ebec7622b3d85e = L.circle(
|
|
[48.843094, 2.361362],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_30843974c3a140adaf3d727ffcdf837f = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_3ea9a9087a4c46cdb770fe2a1a7775bf = $(`<div id="html_3ea9a9087a4c46cdb770fe2a1a7775bf" style="width: 100.0%; height: 100.0%;">3 Rue Buffon, 75005 Paris</div>`)[0];
|
|
popup_30843974c3a140adaf3d727ffcdf837f.setContent(html_3ea9a9087a4c46cdb770fe2a1a7775bf);
|
|
|
|
|
|
circle_c70eb6a61e3f4c2388ebec7622b3d85e.bindPopup(popup_30843974c3a140adaf3d727ffcdf837f)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_c70eb6a61e3f4c2388ebec7622b3d85e.bindTooltip(
|
|
`<div>
|
|
Pause Bobun (#1778) | n_orders=7
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_fe5c71fa1ce64061841573acde7d7f57 = L.circle(
|
|
[48.881092, 2.293852],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_f45f8625a5d74ceeadc35e24ba37d558 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_c30604878e564ad3b5dc84e55f2d2690 = $(`<div id="html_c30604878e564ad3b5dc84e55f2d2690" style="width: 100.0%; height: 100.0%;">25 Rue Pierre Demours, 75017 Paris</div>`)[0];
|
|
popup_f45f8625a5d74ceeadc35e24ba37d558.setContent(html_c30604878e564ad3b5dc84e55f2d2690);
|
|
|
|
|
|
circle_fe5c71fa1ce64061841573acde7d7f57.bindPopup(popup_f45f8625a5d74ceeadc35e24ba37d558)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_fe5c71fa1ce64061841573acde7d7f57.bindTooltip(
|
|
`<div>
|
|
Clasico Argentino 17 (#1779) | n_orders=11
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_4f5171dbb15f4edab688cb15c76e90a1 = L.circle(
|
|
[48.864742, 2.375107],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_3cb2060795dc4303a4b770ee028bed3d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_713411471af04bb89b9ecfacf9cb862e = $(`<div id="html_713411471af04bb89b9ecfacf9cb862e" style="width: 100.0%; height: 100.0%;">86 Avenue Parmentier, 75011 Paris</div>`)[0];
|
|
popup_3cb2060795dc4303a4b770ee028bed3d.setContent(html_713411471af04bb89b9ecfacf9cb862e);
|
|
|
|
|
|
circle_4f5171dbb15f4edab688cb15c76e90a1.bindPopup(popup_3cb2060795dc4303a4b770ee028bed3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_4f5171dbb15f4edab688cb15c76e90a1.bindTooltip(
|
|
`<div>
|
|
Le Village (#1780) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_7c9585fda061472f9a1d93c87977d050 = L.circle(
|
|
[48.859154, 2.386001],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_ef1760791da24cc0a224f38898419d95 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_6774742370d24ee198e61927126c477d = $(`<div id="html_6774742370d24ee198e61927126c477d" style="width: 100.0%; height: 100.0%;">50 Rue De La Folie De Regnault, 75011 Paris</div>`)[0];
|
|
popup_ef1760791da24cc0a224f38898419d95.setContent(html_6774742370d24ee198e61927126c477d);
|
|
|
|
|
|
circle_7c9585fda061472f9a1d93c87977d050.bindPopup(popup_ef1760791da24cc0a224f38898419d95)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_7c9585fda061472f9a1d93c87977d050.bindTooltip(
|
|
`<div>
|
|
Q Bar (#1781) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_879d6eb23dda4a838c636012be66466f = L.circle(
|
|
[48.876926, 2.321164],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_7ae2a089b61848ab87ddbb14a8e2ebbe = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_68aaa75f1f914c7c9a1eb2ef3039a266 = $(`<div id="html_68aaa75f1f914c7c9a1eb2ef3039a266" style="width: 100.0%; height: 100.0%;">29 Rue Du Rocher, 75008 Paris</div>`)[0];
|
|
popup_7ae2a089b61848ab87ddbb14a8e2ebbe.setContent(html_68aaa75f1f914c7c9a1eb2ef3039a266);
|
|
|
|
|
|
circle_879d6eb23dda4a838c636012be66466f.bindPopup(popup_7ae2a089b61848ab87ddbb14a8e2ebbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_879d6eb23dda4a838c636012be66466f.bindTooltip(
|
|
`<div>
|
|
La Frontera (#1782) | n_orders=4
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_1010a9e64e2c4082a9607c427872a6a3 = L.circle(
|
|
[48.842522, 2.322313],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_9db09314e9754af9922bd7d418364bea = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2661e9d1f94247f1bb3562c0fb059826 = $(`<div id="html_2661e9d1f94247f1bb3562c0fb059826" style="width: 100.0%; height: 100.0%;">Centre Commercial Montparnasse, 11 Rue De L'Arrivee, 75015 Paris</div>`)[0];
|
|
popup_9db09314e9754af9922bd7d418364bea.setContent(html_2661e9d1f94247f1bb3562c0fb059826);
|
|
|
|
|
|
circle_1010a9e64e2c4082a9607c427872a6a3.bindPopup(popup_9db09314e9754af9922bd7d418364bea)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_1010a9e64e2c4082a9607c427872a6a3.bindTooltip(
|
|
`<div>
|
|
Bruegger'S (#1783) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_f5375130f98d446b9158264c601dad8a = L.circle(
|
|
[48.887825, 2.34894],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_df282acff4704bd6885b57306622c0da = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_404f590958f84bb6a0f4ab00dbd1712c = $(`<div id="html_404f590958f84bb6a0f4ab00dbd1712c" style="width: 100.0%; height: 100.0%;">6 Rue Custine, 75018 Paris</div>`)[0];
|
|
popup_df282acff4704bd6885b57306622c0da.setContent(html_404f590958f84bb6a0f4ab00dbd1712c);
|
|
|
|
|
|
circle_f5375130f98d446b9158264c601dad8a.bindPopup(popup_df282acff4704bd6885b57306622c0da)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_f5375130f98d446b9158264c601dad8a.bindTooltip(
|
|
`<div>
|
|
Au Paradis Tropical (#1784) | n_orders=1
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_e24a6c8c831f4bc3833907cce67be14f = L.circle(
|
|
[48.830215, 2.353655],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_71e48f4e4e8e404b961ff60489f128ee = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_9cb692388115491c9e49b23652594b13 = $(`<div id="html_9cb692388115491c9e49b23652594b13" style="width: 100.0%; height: 100.0%;">8 Rue Du Pere Guerin, 75013 Paris</div>`)[0];
|
|
popup_71e48f4e4e8e404b961ff60489f128ee.setContent(html_9cb692388115491c9e49b23652594b13);
|
|
|
|
|
|
circle_e24a6c8c831f4bc3833907cce67be14f.bindPopup(popup_71e48f4e4e8e404b961ff60489f128ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_e24a6c8c831f4bc3833907cce67be14f.bindTooltip(
|
|
`<div>
|
|
Paris French Cantine (#1785) | n_orders=2
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
|
|
var circle_51386386693e426d8f7217280b99149b = L.circle(
|
|
[48.871937, 2.326901],
|
|
{"bubblingMouseEvents": 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_38ff44b4cc1746aebf012d351d5ecf7e);
|
|
|
|
|
|
var popup_cc8d6c1ae34449bbb0555cefd5bb9353 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_4a90f15340b34ca6a34597d8477c2877 = $(`<div id="html_4a90f15340b34ca6a34597d8477c2877" style="width: 100.0%; height: 100.0%;">29 Rue Godot De Mauroy, 75009 Paris</div>`)[0];
|
|
popup_cc8d6c1ae34449bbb0555cefd5bb9353.setContent(html_4a90f15340b34ca6a34597d8477c2877);
|
|
|
|
|
|
circle_51386386693e426d8f7217280b99149b.bindPopup(popup_cc8d6c1ae34449bbb0555cefd5bb9353)
|
|
;
|
|
|
|
|
|
|
|
|
|
circle_51386386693e426d8f7217280b99149b.bindTooltip(
|
|
`<div>
|
|
Ker Juliette (#1786) | n_orders=3
|
|
</div>`,
|
|
{"sticky": true}
|
|
);
|
|
|
|
</script> |