Last active
March 3, 2025 21:11
-
-
Save theophilec/351f17ece36477bc48438d5ec6d14b5a to your computer and use it in GitHub Desktop.
Restaurant Graph Clean
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<gexf version="1.2" xmlns="http://www.gexf.net/1.2draft" xmlns:viz="http:///www.gexf.net/1.1draft/viz"> | |
<meta> | |
<title>Restaurants et chefs</title> | |
<authors>Théophile Cantelobre</authors> | |
<description>github.com/theophilec/foudinge</description> | |
</meta> | |
<graph defaultedgetype="undirected"> | |
<attributes class="node"> | |
<attribute id="type" title="type" type="string"/> | |
<attribute id="rawSize" title="rawSize" type="double"/> | |
<attribute id="url" title="url" type="string"/> | |
</attributes> | |
<nodes> | |
<node> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-432.2986867661158" y="-1230.5359867814395"/> | |
</node> | |
<node id="La Vague d’Or" label="La Vague d’Or"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1139.6428021157944" y="867.5899959117115"/> | |
</node> | |
<node id="La Belle Équipe" label="La Belle Équipe"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-140.97064837591688" y="1288.2557219727867"/> | |
</node> | |
<node id="L'étape du Berger" label="L'étape du Berger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-l-etape-du-berger-la-mongie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-540.0496180931884" y="-289.8037818598572"/> | |
</node> | |
<node id="Grain[s]" label="Grain[s]"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/grains"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="897.5526342477489" y="938.4317703139382"/> | |
</node> | |
<node id="Des Roses et des Orties" label="Des Roses et des Orties"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="936.1750350635576" y="-959.4570928572278"/> | |
</node> | |
<node id="Iné" label="Iné"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-763.8091803260027" y="612.8126309450423"/> | |
</node> | |
<node id="Quique Dacosta" label="Quique Dacosta"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1317.9050679793418" y="-163.2819186601203"/> | |
</node> | |
<node id="Breizh Café Odéon" label="Breizh Café Odéon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-breizh-cafe-odeon-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-554.7718916196175" y="-343.63025111364067"/> | |
</node> | |
<node id="Maurice le limonadier" label="Maurice le limonadier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maurice-le-limonadier"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-275.0277900120108" y="-315.6616948590739"/> | |
</node> | |
<node id="La Grande Brasserie" label="La Grande Brasserie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-505.77242552792666" y="1223.0942789144087"/> | |
</node> | |
<node id="Musa Dwich Club" label="Musa Dwich Club"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/musa-dwich-club"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="742.0639330720585" y="-1108.1200549046878"/> | |
</node> | |
<node id="'t Fornuis" label="'t Fornuis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="849.5580840847769" y="-442.0022636448539"/> | |
</node> | |
<node id="Café des Spores" label="Café des Spores"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-736.0439805689177" y="556.606146655255"/> | |
</node> | |
<node id="IMA" label="IMA"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ima-rennes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="959.3412080537805" y="-696.817100105984"/> | |
</node> | |
<node id="Baron" label="Baron"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-184.66608091247565" y="1255.9941522070121"/> | |
</node> | |
<node id="restaurant des anciens proprios Yi Lin Chang" label="restaurant des anciens proprios Yi Lin Chang"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1909.9578707797407" y="815.6592596180955"/> | |
</node> | |
<node id="Candelaria" label="Candelaria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-700.5205461422914" y="1392.7768867901007"/> | |
</node> | |
<node id="Père & Fish" label="Père & Fish"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2164.260661163707" y="424.6372425115079"/> | |
</node> | |
<node id="Cambuse" label="Cambuse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cambuse-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-212.60505579320977" y="-998.9757768587546"/> | |
</node> | |
<node id="Jean Sulpice" label="Jean Sulpice"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="47.01226657253517" y="1839.9842573249778"/> | |
</node> | |
<node id="Taverna" label="Taverna"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/taverna"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="927.4338074733341" y="938.0468942429834"/> | |
</node> | |
<node id="Monique" label="Monique"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/monique-boire-et-manger"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-61.27551258140596" y="1551.9248644377915"/> | |
</node> | |
<node id="Ithurria" label="Ithurria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-453.10957153843987" y="-708.1530431119894"/> | |
</node> | |
<node id="Le Mermoz" label="Le Mermoz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="590.2012561208621" y="-1150.3954011287171"/> | |
</node> | |
<node id="Sugar Blue" label="Sugar Blue"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-77.47470385375621" y="757.6368642436897"/> | |
</node> | |
<node id="Alma Libre" label="Alma Libre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/alma-libre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1841.840679799031" y="-403.2623682104104"/> | |
</node> | |
<node id="Cravan" label="Cravan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-cravan-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="415.76096018688986" y="1819.56453245666"/> | |
</node> | |
<node id="Frasca" label="Frasca"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/frasca"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1712.4045415881455" y="-504.77913408621345"/> | |
</node> | |
<node id="Bonvivant" label="Bonvivant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="413.67471971684813" y="1086.1348289317923"/> | |
</node> | |
<node id="Big Mamma" label="Big Mamma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1041.6475839913292" y="843.0732975307011"/> | |
</node> | |
<node id="Relais de la Poste" label="Relais de la Poste"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1448.3658974850919" y="940.4339322007891"/> | |
</node> | |
<node id="Smudged" label="Smudged"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/smudged"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="1143.639908431478" y="250.52254048967765"/> | |
</node> | |
<node id="Bon-Bon" label="Bon-Bon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-453.559111270906" y="-628.7623193955924"/> | |
</node> | |
<node id="Fong Mei" label="Fong Mei"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fong-mei"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1165.5445013796214" y="-351.1404215503477"/> | |
</node> | |
<node id="Ramen Wang" label="Ramen Wang"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ramen-wang"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1364.7970709720782" y="272.2434185261824"/> | |
</node> | |
<node id="Beans" label="Beans"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/beans"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-666.2269172815872" y="533.6641169559834"/> | |
</node> | |
<node id="Sweet Raviolis" label="Sweet Raviolis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sweet-raviolis"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="1130.869576083787" y="2126.2487712906805"/> | |
</node> | |
<node id="Enishi by Toshiro" label="Enishi by Toshiro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/enishi-by-toshiro"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-713.6965958737726" y="-547.1483824660485"/> | |
</node> | |
<node id="Bisous" label="Bisous"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bisous"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1356.0054582849432" y="-640.0126473806895"/> | |
</node> | |
<node id="Bistro Paradis" label="Bistro Paradis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1342.6072906657" y="1398.6523415008023"/> | |
</node> | |
<node id="Grand Bain" label="Grand Bain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="850.659980496473" y="681.435413175309"/> | |
</node> | |
<node id="Özlem" label="Özlem"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ozlem-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="668.4735547118112" y="-1364.0255230364835"/> | |
</node> | |
<node id="Oberweis" label="Oberweis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-593.1512679812439" y="633.1026469631671"/> | |
</node> | |
<node id="Le Rigmarole" label="Le Rigmarole"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-rigmarole-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="42.11967110701438" y="-871.2924006975934"/> | |
</node> | |
<node id="La Boria" label="La Boria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1719.8202954034418" y="74.06244049423088"/> | |
</node> | |
<node id="Caillebotte" label="Caillebotte"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-caillebotte-paris-5"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="1175.2888984138615" y="-271.82603366945347"/> | |
</node> | |
<node id="Pluviôse" label="Pluviôse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pluviose"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1322.5932941475628" y="1244.258799350807"/> | |
</node> | |
<node id="La Grignothèque" label="La Grignothèque"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-grignotheque"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="888.2505278174738" y="408.1983340283274"/> | |
</node> | |
<node id="Cosi" label="Cosi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1392.7514156801892" y="154.40782411664065"/> | |
</node> | |
<node id="Paulownia" label="Paulownia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/paulownia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1635.9514270322843" y="759.5390756978873"/> | |
</node> | |
<node id="Le Vieux Mila" label="Le Vieux Mila"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-vieux-mila"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1272.9246025029033" y="-1068.8831341749658"/> | |
</node> | |
<node id="Cuisine et Café Charbon" label="Cuisine et Café Charbon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="466.90172005661697" y="-1258.078881565517"/> | |
</node> | |
<node id="Chez Mariette" label="Chez Mariette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-757.6433168717205" y="1116.7772973720982"/> | |
</node> | |
<node id="Huître Brûlée" label="Huître Brûlée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-huitre-brulee-honfleur"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="244.3121166727962" y="178.27534162007274"/> | |
</node> | |
<node id="Vivier" label="Vivier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-285.247755022927" y="-695.895292844526"/> | |
</node> | |
<node id="La Brasserie Communale" label="La Brasserie Communale"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-996.3913523390155" y="386.3414789466233"/> | |
</node> | |
<node id="Ressources" label="Ressources"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ressources"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1007.8674070473079" y="-223.44788043350198"/> | |
</node> | |
<node id="Le Balzac à Paris" label="Le Balzac à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1096.7981215869843" y="895.7854422693302"/> | |
</node> | |
<node id="Cave de César à Labège" label="Cave de César à Labège"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-140.75083713298204" y="-666.9356171290744"/> | |
</node> | |
<node id="Moreno Cedroni" label="Moreno Cedroni"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="829.9591958715871" y="1026.2089661703362"/> | |
</node> | |
<node id="Substance" label="Substance"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="64.83075414362224" y="-861.2295210891253"/> | |
</node> | |
<node id="iCook ! de Jean-Philippe Watteyne" label="iCook ! de Jean-Philippe Watteyne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="383.7373310780144" y="1074.3290208827138"/> | |
</node> | |
<node id="La Cabane des Poissons Rouges" label="La Cabane des Poissons Rouges"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-cabane-des-poissons-rouges-saint-gildas-de-rhuys"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-438.4021084537379" y="500.00937319302653"/> | |
</node> | |
<node id="L'Épicerie Simple" label="L'Épicerie Simple"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-l-epicerie-simple-toulon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="698.9240960190447" y="-1205.54344508423"/> | |
</node> | |
<node id="Le Moulin de Lourmarin" label="Le Moulin de Lourmarin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-moulin-de-lourmarin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1014.1323399273808" y="1119.4650729383914"/> | |
</node> | |
<node id="Osaka" label="Osaka"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/osaka"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="913.7276779378708" y="-389.69177820418287"/> | |
</node> | |
<node id="Les Potes au Feu" label="Les Potes au Feu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-potes-au-feu"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-288.62265227646174" y="1416.5686944077347"/> | |
</node> | |
<node id="Bistrot Mee" label="Bistrot Mee"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-bistrot-mee-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-681.0420226414435" y="2010.071453596982"/> | |
</node> | |
<node id="Les Enfants Terribles" label="Les Enfants Terribles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1029.49928761196" y="-143.2408774536973"/> | |
</node> | |
<node id="Ptitbeur" label="Ptitbeur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ptitbeur"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-862.8798948066387" y="1037.640319563291"/> | |
</node> | |
<node id="Meshuga" label="Meshuga"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/meshuga"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-633.7480458186536" y="1760.068745308268"/> | |
</node> | |
<node id="Spok" label="Spok"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-186.9453680374348" y="1063.5588943645248"/> | |
</node> | |
<node id="Auberge de Lavaux" label="Auberge de Lavaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1187.6820726597682" y="-324.5516073266162"/> | |
</node> | |
<node id="Le Maquis" label="Le Maquis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-maquis-paris-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1216.3988915331531" y="181.54449920191678"/> | |
</node> | |
<node id="Navarino à Montréal" label="Navarino à Montréal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1018.8257907666374" y="623.9757473117115"/> | |
</node> | |
<node id="Gros Bao" label="Gros Bao"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-gros-bao-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="760.4685752944911" y="2064.763353922929"/> | |
</node> | |
<node id="L.E.S.S Eatery" label="L.E.S.S Eatery"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/l-e-s-s-eatery"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-301.30111423799343" y="-810.0263163535844"/> | |
</node> | |
<node id="Plum" label="Plum"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/plum"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="774.4721539703306" y="962.5025211548968"/> | |
</node> | |
<node id="Charbon Rouge" label="Charbon Rouge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1189.0806946814423" y="-235.31695170837037"/> | |
</node> | |
<node id="Deck & Donohue" label="Deck & Donohue"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1003.6504040523464" y="711.5977538493962"/> | |
</node> | |
<node id="Petit Keller" label="Petit Keller"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="217.8757719791136" y="-73.92624208732902"/> | |
</node> | |
<node id="Dersou" label="Dersou"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-439.39503307319194" y="922.5038820711785"/> | |
</node> | |
<node id="Café Constant" label="Café Constant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1753.6968173852015" y="5.368597094251399"/> | |
</node> | |
<node id="Au Pont Corbeau" label="Au Pont Corbeau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-au-pont-corbeau-strasbourg-11"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="1906.9180700943193" y="-664.2971842882274"/> | |
</node> | |
<node id="Bras" label="Bras"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="584.9479561930738" y="754.3028382075923"/> | |
</node> | |
<node id="Simple & Meilleur" label="Simple & Meilleur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-simple-meilleur-saint-martin-de-belleville"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1576.0730837511048" y="1232.2451985979344"/> | |
</node> | |
<node id="Tanuki" label="Tanuki"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tanuki"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-39.438626053917304" y="1789.8866682192966"/> | |
</node> | |
<node id="Buffet" label="Buffet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="458.91576067667813" y="1777.0330057493206"/> | |
</node> | |
<node id="Superposé" label="Superposé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/superpose"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-409.539181459294" y="562.9586114118723"/> | |
</node> | |
<node id="Koul" label="Koul"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/koul"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="365.73389711716226" y="645.1316309796787"/> | |
</node> | |
<node id="Chez Georges" label="Chez Georges"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-georges"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1602.8472354540365" y="1670.7027462200633"/> | |
</node> | |
<node id="Les Rêveuses" label="Les Rêveuses"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-162.36001883830804" y="1304.8011347454003"/> | |
</node> | |
<node id="The Fishes" label="The Fishes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-461.7727253591971" y="-430.8615045639742"/> | |
</node> | |
<node id="La Table d’Ayzi" label="La Table d’Ayzi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-table-d-ayzi-argeles-gazost"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1554.818940591354" y="-664.6027390057525"/> | |
</node> | |
<node id="Kinugawa" label="Kinugawa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="773.0244270180144" y="-820.6304337122473"/> | |
</node> | |
<node id="Empereur de Huê" label="Empereur de Huê"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="997.6079169380789" y="82.73706575101357"/> | |
</node> | |
<node id="Yoshinori" label="Yoshinori"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-yoshinori-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-281.895424015667" y="-368.5120990903117"/> | |
</node> | |
<node id="Bleu canard" label="Bleu canard"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bleu-canard"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="243.18688424759947" y="369.1769175383315"/> | |
</node> | |
<node id="Chiberta de Guy Savoy" label="Chiberta de Guy Savoy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-804.388394149384" y="1668.1784857325201"/> | |
</node> | |
<node id="Aux Deux Amis" label="Aux Deux Amis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="27.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-aux-deux-amis-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="27.142857142857142"/> | |
<viz:position x="447.82759105536763" y="-95.45443750200107"/> | |
</node> | |
<node id="Mimosa" label="Mimosa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="881.3955599241913" y="76.6417216826907"/> | |
</node> | |
<node id="Meilleur burger Guide 2020" label="Meilleur burger Guide 2020"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-137.76217840275598" y="1773.024839393086"/> | |
</node> | |
<node id="L’Anecdote" label="L’Anecdote"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1676.5405830953248" y="944.0416271782402"/> | |
</node> | |
<node id="Café Enez" label="Café Enez"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-enez"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="428.0491456441153" y="-1107.970564376686"/> | |
</node> | |
<node id="Kiff-Kiff" label="Kiff-Kiff"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kiff-kiff"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="222.32704127281957" y="-1300.8782685562649"/> | |
</node> | |
<node id="La Grappe d'Or" label="La Grappe d'Or"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-grappe-dor"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="924.1911678157951" y="-1085.9016032679397"/> | |
</node> | |
<node id="Nakatsu" label="Nakatsu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nakatsu"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1381.8175708078788" y="1338.335030959535"/> | |
</node> | |
<node id="La Maison de l’Uhabia" label="La Maison de l’Uhabia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-maison-de-luhabia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="425.771783566917" y="-529.7562158353581"/> | |
</node> | |
<node id="Les Caves d'Alex" label="Les Caves d'Alex"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-caves-dalex"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-98.19082215247288" y="1489.344670918571"/> | |
</node> | |
<node id="Bouchéry" label="Bouchéry"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bouchery"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="6.2537742072781555" y="-491.4560987645584"/> | |
</node> | |
<node id="Capitaine Paris" label="Capitaine Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-250.74477231683915" y="1882.4783000055545"/> | |
</node> | |
<node id="Denen Kanttua" label="Denen Kanttua"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/denen-kanttua"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-228.56509703852703" y="-425.0586870457288"/> | |
</node> | |
<node id="L'Express" label="L'Express"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lexpress"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-1201.8687377707618" y="58.17947137721309"/> | |
</node> | |
<node id="Beatriz" label="Beatriz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/beatriz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-556.563769594673" y="-341.6175323864588"/> | |
</node> | |
<node id="ancien distributeur de vins nat’" label="ancien distributeur de vins nat’"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-68.19741571771729" y="2088.933168098444"/> | |
</node> | |
<node id="Vacarme" label="Vacarme"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-vacarme-nantes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1832.5404173919958" y="410.9554530063049"/> | |
</node> | |
<node id="Agapé" label="Agapé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-678.4742506756554" y="-106.9977415345497"/> | |
</node> | |
<node id="Le Café du 19M" label="Le Café du 19M"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-cafe-du-19m"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-620.8301859018752" y="28.288567624323832"/> | |
</node> | |
<node id="Gaùta" label="Gaùta"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/gauta"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1843.6147878446022" y="-521.6214633357706"/> | |
</node> | |
<node id="Dreamin' Man Roastery" label="Dreamin' Man Roastery"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/dreamin-man-roastery"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1316.8596579630223" y="37.897396588660925"/> | |
</node> | |
<node id="La Récré" label="La Récré"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-recre-les-vans"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="735.9711219371477" y="-527.0716809440361"/> | |
</node> | |
<node id="Le Verre à Soie" label="Le Verre à Soie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-verre-a-soie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1172.680702889956" y="-212.22490997053228"/> | |
</node> | |
<node id="Restaurant Bras" label="Restaurant Bras"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-bras-laguiole-6"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="67.87027487001936" y="-534.8089754920225"/> | |
</node> | |
<node id="CO/DA" label="CO/DA"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/coda"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="45.38639719980385" y="-654.6168072466612"/> | |
</node> | |
<node id="Oyster Club" label="Oyster Club"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1336.1069411546882" y="-908.6196551109376"/> | |
</node> | |
<node id="Paddo Café" label="Paddo Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/paddo-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1800.5547044074428" y="557.7156421361577"/> | |
</node> | |
<node id="Lerouge aux Lèvres" label="Lerouge aux Lèvres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-lerouge-aux-levres-la-rochelle"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1296.1899417092825" y="-978.0807985183042"/> | |
</node> | |
<node id="Station des Gus" label="Station des Gus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/station-des-gus"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-917.4540387156246" y="-490.0374075301602"/> | |
</node> | |
<node id="Les Pissenlits" label="Les Pissenlits"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1096.1441332797158" y="312.622465114041"/> | |
</node> | |
<node id="Jugaad" label="Jugaad"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/jugaad"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1176.253847300192" y="-953.7721143091693"/> | |
</node> | |
<node id="Le Café de l’Usine" label="Le Café de l’Usine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-cafe-de-lusine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="887.3586607118345" y="-593.870966583615"/> | |
</node> | |
<node id="L'Herboriste" label="L'Herboriste"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lherboriste"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-384.62128758885024" y="-1026.4143174360454"/> | |
</node> | |
<node id="Frangines" label="Frangines"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/frangines"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="661.348211842395" y="1779.3669424886527"/> | |
</node> | |
<node id="Alain Ducasse au Plaza Athénée" label="Alain Ducasse au Plaza Athénée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1709.0484506528314" y="-707.2536793304566"/> | |
</node> | |
<node id="Piège" label="Piège"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="274.11179675953747" y="1401.2349154997378"/> | |
</node> | |
<node id="Épicerie Nomad" label="Épicerie Nomad"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1317.016737260045" y="-995.6717622772061"/> | |
</node> | |
<node id="Lottie" label="Lottie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lottie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="134.30699616161766" y="-638.8576328445314"/> | |
</node> | |
<node id="Robert et Martin" label="Robert et Martin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1691.5969224079831" y="-581.3439902546229"/> | |
</node> | |
<node id="Qui Plume la Lune" label="Qui Plume la Lune"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1153.4862330313247" y="1109.8544446713452"/> | |
</node> | |
<node id="Vincenzo" label="Vincenzo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/vincenzo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1064.7171027522484" y="920.2220805947693"/> | |
</node> | |
<node id="Iris Café" label="Iris Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/iris-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-254.30087476191275" y="409.6480215997376"/> | |
</node> | |
<node id="Le Relais Plaza" label="Le Relais Plaza"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-relais-plaza"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1222.4946872591765" y="628.2960297427531"/> | |
</node> | |
<node id="La Côte Saint-Jacques" label="La Côte Saint-Jacques"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="714.9952779229386" y="-367.0850063010341"/> | |
</node> | |
<node id="Au Ciel" label="Au Ciel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-au-ciel-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-488.7845532496899" y="-1111.1009296364941"/> | |
</node> | |
<node id="Tempero" label="Tempero"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tempero"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-992.6304463958797" y="1259.6040107990673"/> | |
</node> | |
<node id="Garage-à-Manger" label="Garage-à-Manger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/garage-a-manger"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="701.0050385129792" y="385.9899303941522"/> | |
</node> | |
<node id="La Merenda" label="La Merenda"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-merenda-nice-6"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-746.6360546522604" y="1383.663872752661"/> | |
</node> | |
<node id="Limmat" label="Limmat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-limmat-marseille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1004.0015154960206" y="-263.32945109268354"/> | |
</node> | |
<node id="Volt" label="Volt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/volt"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="943.3547219662485" y="36.099172693076696"/> | |
</node> | |
<node id="Chez Luma" label="Chez Luma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-luma"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="637.1588702899629" y="-76.63372129865738"/> | |
</node> | |
<node id="Bistrot le jeu de paume" label="Bistrot le jeu de paume"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bistrot-le-jeu-de-paume"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1000.5123607883738" y="796.343812284686"/> | |
</node> | |
<node id="Kitchen Galerie" label="Kitchen Galerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="248.48720552027623" y="2255.6000625026454"/> | |
</node> | |
<node id="Mashya" label="Mashya"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="476.77056394317367" y="-806.1108464833185"/> | |
</node> | |
<node id="Cibo" label="Cibo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cibo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-16.0390451168359" y="2216.4279260204426"/> | |
</node> | |
<node id="Pin-Pan" label="Pin-Pan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pin-pan"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2270.170756118221" y="719.320085802863"/> | |
</node> | |
<node id="L’Herbe Rouge" label="L’Herbe Rouge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1456.850853026202" y="1538.2074072826147"/> | |
</node> | |
<node id="Fleur de Pavé à Paris" label="Fleur de Pavé à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-395.2088930679674" y="1413.6128857794142"/> | |
</node> | |
<node id="Le Réservoir" label="Le Réservoir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-reservoir"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="665.8890005281353" y="65.97363442741893"/> | |
</node> | |
<node id="Apocalypse" label="Apocalypse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-809.9459004539414" y="-478.6342535905269"/> | |
</node> | |
<node id="Grand Véfour" label="Grand Véfour"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-544.2110924844126" y="-55.097979679163785"/> | |
</node> | |
<node id="Textures Comptoir & Objets" label="Textures Comptoir & Objets"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/textures"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="761.7582427817697" y="797.999988116315"/> | |
</node> | |
<node id="Ama" label="Ama"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ama"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-911.9629773348871" y="810.2739746052407"/> | |
</node> | |
<node id="Zinzin" label="Zinzin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/zinzin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="1257.4227945707837" y="1295.0729042592636"/> | |
</node> | |
<node id="Marchesi" label="Marchesi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1652.4085043136047" y="1207.9292905332757"/> | |
</node> | |
<node id="L’Ouzeri" label="L’Ouzeri"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/louzeri"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1762.0605911174673" y="-347.95968116152613"/> | |
</node> | |
<node id="Paris Pop Up" label="Paris Pop Up"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-90.50419923846263" y="807.7221137977874"/> | |
</node> | |
<node id="Convento Wijnbistro" label="Convento Wijnbistro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/convento"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1027.8425220516986" y="709.9067442461112"/> | |
</node> | |
<node id="La Marine des Goudes" label="La Marine des Goudes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-marine-des-goudes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1184.8528310702793" y="247.54683487048663"/> | |
</node> | |
<node id="La Bourse et la Vie" label="La Bourse et la Vie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-bourse-et-la-vie-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="84.17752278856616" y="-976.5451611123814"/> | |
</node> | |
<node id="Buck" label="Buck"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/buck"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1504.4168261623347" y="-53.215554598634526"/> | |
</node> | |
<node id="Menuiserie" label="Menuiserie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-151.29937408836452" y="-767.7549408636276"/> | |
</node> | |
<node id="Door 73" label="Door 73"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/door-73"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="183.6559151247572" y="1869.6322980133425"/> | |
</node> | |
<node id="Lobita Atelier" label="Lobita Atelier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lobita-atelier"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="278.3362540292001" y="-803.3928466039415"/> | |
</node> | |
<node id="¡Toma!" label="¡Toma!"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/toma"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1004.3670148454547" y="-453.3353129373532"/> | |
</node> | |
<node id="Petite Fleur" label="Petite Fleur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-21.089172488377017" y="-541.4391558472628"/> | |
</node> | |
<node id="Invincible" label="Invincible"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/invincible"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="355.6122963907318" y="-597.1786250014429"/> | |
</node> | |
<node id="La Stazione Alimentari" label="La Stazione Alimentari"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-stazione-alimentari"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-247.98764998216058" y="376.95706330535114"/> | |
</node> | |
<node id="Tempête" label="Tempête"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tempete"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="681.0133664282628" y="-291.6380043469823"/> | |
</node> | |
<node id="Le Chenin" label="Le Chenin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-chenin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="505.18677573547603" y="-219.9589450983483"/> | |
</node> | |
<node id="Tontine" label="Tontine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-28.115987625228428" y="1266.0743024537505"/> | |
</node> | |
<node id="Petit Nice" label="Petit Nice"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-371.85129606069273" y="-1164.5597282855745"/> | |
</node> | |
<node id="Royal-Monceau à Paris" label="Royal-Monceau à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="207.00910823284232" y="-1293.4369255291697"/> | |
</node> | |
<node id="Een Twee Vijf" label="Een Twee Vijf"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/een-twee-vijf"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1470.8580940806607" y="1115.4771748343833"/> | |
</node> | |
<node id="Bistrot Tontine" label="Bistrot Tontine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1723.2396772795373" y="-667.1693061083724"/> | |
</node> | |
<node id="We are Ona" label="We are Ona"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1037.5565015303462" y="-446.4811208557272"/> | |
</node> | |
<node id="Jacqueline" label="Jacqueline"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/jacqueline"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="717.6967919220235" y="-267.68555964646487"/> | |
</node> | |
<node id="Manneken Pis Café" label="Manneken Pis Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/manneken-pis-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1520.8438401720916" y="-82.38464726712954"/> | |
</node> | |
<node id="Le Goncourt" label="Le Goncourt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-goncourt"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1195.8305559088628" y="1650.9750777723139"/> | |
</node> | |
<node id="Halle aux Grains" label="Halle aux Grains"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="12.1753067567915" y="162.38097612403968"/> | |
</node> | |
<node id="Chez Mamane" label="Chez Mamane"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-mamane-paris-16"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-472.9051920112827" y="-572.7667964531558"/> | |
</node> | |
<node id="Passerini" label="Passerini"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="786.1304452335498" y="179.00070983324156"/> | |
</node> | |
<node id="El Gato Gordo" label="El Gato Gordo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/el-gato-gordo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-943.4578411180491" y="-429.718551618648"/> | |
</node> | |
<node id="Vieux Logis" label="Vieux Logis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1465.7362845511902" y="303.8891681028835"/> | |
</node> | |
<node id="Le Bistroquet de La Dame" label="Le Bistroquet de La Dame"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-bistroquet-de-la-dame"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-876.7177253753546" y="-738.9561829086288"/> | |
</node> | |
<node id="Sweet Pea" label="Sweet Pea"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sweet-pea"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-746.911436319438" y="-244.6137201013669"/> | |
</node> | |
<node id="Christopher Coutanceau" label="Christopher Coutanceau"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-249.37099967040092" y="-852.4411671778009"/> | |
</node> | |
<node id="Hôtel Julien" label="Hôtel Julien"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="786.9044067882103" y="-569.830015792756"/> | |
</node> | |
<node id="Bien Élevé" label="Bien Élevé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1950.154207290214" y="-479.6981876863231"/> | |
</node> | |
<node id="Chez Marie" label="Chez Marie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-marie-linguizzetta"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-281.1121133188642" y="1723.2148742858308"/> | |
</node> | |
<node id="Urfa Dürüm" label="Urfa Dürüm"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-urfa-durum-paris-3"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1046.6187881593214" y="-350.8487095689703"/> | |
</node> | |
<node id="Carabot" label="Carabot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/carabot"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="413.93836699410394" y="1674.7644758976578"/> | |
</node> | |
<node id="Mas du Langoustier" label="Mas du Langoustier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="460.7616525832434" y="-1354.7628959487474"/> | |
</node> | |
<node id="Nnadoz" label="Nnadoz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nnadoz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="369.28606589762836" y="-1341.003935469593"/> | |
</node> | |
<node id="Pizza Vino" label="Pizza Vino"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pizza-vino"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1852.9953216259964" y="597.6206869720829"/> | |
</node> | |
<node id="Kline" label="Kline"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kline"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1111.5909921293237" y="80.12408717430921"/> | |
</node> | |
<node id="Le Vieux Logis" label="Le Vieux Logis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="862.2137662714888" y="-133.79537060019376"/> | |
</node> | |
<node id="Astro Boy" label="Astro Boy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/astro-boy"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="722.5136630522073" y="-1168.1849395219451"/> | |
</node> | |
<node id="Goût Gueule" label="Goût Gueule"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-608.7100334888248" y="-718.3784054774192"/> | |
</node> | |
<node id="Koba" label="Koba"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1437.1323665300017" y="-418.99784796061306"/> | |
</node> | |
<node id="D’une île" label="D’une île"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-900.9988616607969" y="-737.3555900171874"/> | |
</node> | |
<node id="Fulgurances, L’Adresse" label="Fulgurances, L’Adresse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fulgurances-ladresse"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="999.6360958966283" y="1236.3726887674002"/> | |
</node> | |
<node id="La Grande Marée" label="La Grande Marée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-grande-maree"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1233.3772310820736" y="355.8435570792657"/> | |
</node> | |
<node id="Peska" label="Peska"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/peska"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1086.4549776189722" y="1031.8537027024636"/> | |
</node> | |
<node id="Diffa" label="Diffa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/diffa"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="3.861296717570582" y="-462.1496628890228"/> | |
</node> | |
<node id="Ezkaratza" label="Ezkaratza"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ezkaratza"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-474.48969646202454" y="-699.2165360583942"/> | |
</node> | |
<node id="Institut Paul-Bocuse" label="Institut Paul-Bocuse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1703.3661972874015" y="1235.2170747050986"/> | |
</node> | |
<node id="Antre" label="Antre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1956.9034749384284" y="999.8951699568883"/> | |
</node> | |
<node id="Dauphin" label="Dauphin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="954.6072907424941" y="860.564973420587"/> | |
</node> | |
<node id="Ogata" label="Ogata"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ogata-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-482.9533201483595" y="1429.3814206939787"/> | |
</node> | |
<node id="De Vitrine" label="De Vitrine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1104.556885533193" y="441.90406854193856"/> | |
</node> | |
<node id="Maïdo" label="Maïdo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-maido-nice"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1056.8231969689227" y="1164.9460798801633"/> | |
</node> | |
<node id="Marsan d’Hélène Darroze" label="Marsan d’Hélène Darroze"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-738.242832980366" y="241.68246409547925"/> | |
</node> | |
<node id="le Taquin" label="le Taquin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="720.7925265409679" y="-762.0155377943513"/> | |
</node> | |
<node id="Hôtel Costes" label="Hôtel Costes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-907.1615172693614" y="29.603494757730438"/> | |
</node> | |
<node id="Gargouille" label="Gargouille"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/gargouille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="662.9447701619497" y="1683.8064321047013"/> | |
</node> | |
<node id="Le Petit Rhin" label="Le Petit Rhin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-petit-rhin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-332.2910542207967" y="-783.9575030847633"/> | |
</node> | |
<node id="Yi Chan" label="Yi Chan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/yi-chan"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-759.8197412834664" y="776.5341867280085"/> | |
</node> | |
<node id="Le Servan" label="Le Servan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-servan-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="1318.6253964136718" y="1266.2795670490084"/> | |
</node> | |
<node id="Chez Joy" label="Chez Joy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-joy-paris-8"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="561.4259051471441" y="-902.807699113519"/> | |
</node> | |
<node id="Après l'école" label="Après l'école"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/apres-lecole"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="2053.7875829179407" y="29.22075544634326"/> | |
</node> | |
<node id="Roskam" label="Roskam"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1425.6141586632652" y="-771.4816327831169"/> | |
</node> | |
<node id="Au fil du Temps" label="Au fil du Temps"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-684.8842993315969" y="-289.2740026059458"/> | |
</node> | |
<node id="Otonali" label="Otonali"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/otonali"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-741.9363011082793" y="321.74420347912667"/> | |
</node> | |
<node id="Meurice" label="Meurice"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="306.63564359276825" y="909.9681964999954"/> | |
</node> | |
<node id="Chez Pimousse" label="Chez Pimousse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pimousse"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-338.41136167030413" y="-610.9176940204136"/> | |
</node> | |
<node id="Maitenia" label="Maitenia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maitenia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="1240.980547165683" y="862.9252809439625"/> | |
</node> | |
<node id="L'Auberge du Menez" label="L'Auberge du Menez"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/auberge-du-menez"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="964.8023756854702" y="72.7293855734201"/> | |
</node> | |
<node id="Le Relais Louis XIII" label="Le Relais Louis XIII"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1603.2462890224674" y="339.1346207361409"/> | |
</node> | |
<node id="Chambre Noire" label="Chambre Noire"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-746.9632750322174" y="1137.9623340194466"/> | |
</node> | |
<node id="Hôtels Amour" label="Hôtels Amour"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-676.9565286197562" y="577.9239024527835"/> | |
</node> | |
<node id="Ververt" label="Ververt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ververt"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1766.289274284373" y="-143.60125634233844"/> | |
</node> | |
<node id="Crudo" label="Crudo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/crudo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="293.9969455188488" y="731.622062383916"/> | |
</node> | |
<node id="Tomy & Co" label="Tomy & Co"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-84.25261874400151" y="-1302.4298541319833"/> | |
</node> | |
<node id="Uccle" label="Uccle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="236.56793672115708" y="-1063.4277639724542"/> | |
</node> | |
<node id="Lento" label="Lento"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lento"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="897.6277596254841" y="-1135.8335279320108"/> | |
</node> | |
<node id="Comptoir des Galeries" label="Comptoir des Galeries"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1378.9804676075885" y="-640.7687753153311"/> | |
</node> | |
<node id="Batch" label="Batch"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/batch"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="886.7133800497965" y="1685.3517855970276"/> | |
</node> | |
<node id="L’Ambassade" label="L’Ambassade"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="665.0548927384438" y="-313.32990530999274"/> | |
</node> | |
<node id="Instincts" label="Instincts"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-instincts-saint-jean-de-luz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="424.17147993055073" y="1986.1348501577297"/> | |
</node> | |
<node id="Sushi Shunei" label="Sushi Shunei"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sushi-shunei"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-636.4617642371162" y="357.1532097621367"/> | |
</node> | |
<node id="Pimpant" label="Pimpant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pimpant"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="522.6734723358713" y="-359.94091039146565"/> | |
</node> | |
<node id="Bartolo Calderone" label="Bartolo Calderone"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1296.9034318412753" y="179.77216637853192"/> | |
</node> | |
<node id="La Cigale" label="La Cigale"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-cigale"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="988.2937361684869" y="-882.2300691173001"/> | |
</node> | |
<node id="Le Soleil" label="Le Soleil"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-soleil"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="752.0949223661988" y="345.2548820847386"/> | |
</node> | |
<node id="Claire et Hugo" label="Claire et Hugo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-claire-et-hugo-sainte-savine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1059.0595316265048" y="-505.0729613085548"/> | |
</node> | |
<node id="Tiger Milk" label="Tiger Milk"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-616.0328774103468" y="1220.5931310359067"/> | |
</node> | |
<node id="Londres" label="Londres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-235.7983119809449" y="-1139.4404319125283"/> | |
</node> | |
<node id="Bouillon Morny" label="Bouillon Morny"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bouillon-morny"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-908.1290022766667" y="1660.4885043184454"/> | |
</node> | |
<node id="Carte des Vins à Paris" label="Carte des Vins à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="23.525861705013128" y="-768.4697259803355"/> | |
</node> | |
<node id="Jeanne-Aimée" label="Jeanne-Aimée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/jeanne-aimee"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="130.45608369118247" y="-828.5081554831802"/> | |
</node> | |
<node id="Maison Drouot" label="Maison Drouot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-maison-drouot-maussane-les-alpilles"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="150.8498701159892" y="-916.7124095798138"/> | |
</node> | |
<node id="Libertalia" label="Libertalia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-libertalia-patrimonio-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1245.4749295925653" y="697.3127313721308"/> | |
</node> | |
<node id="Maximin" label="Maximin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1380.19164766213" y="35.244708960288285"/> | |
</node> | |
<node id="The Jane" label="The Jane"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="685.8762306227356" y="-1148.2965403227158"/> | |
</node> | |
<node id="DA" label="DA"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="494.15826954000585" y="1536.9627339047158"/> | |
</node> | |
<node id="Restaurant Passerini" label="Restaurant Passerini"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-passerini-paris-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="900.5936903255284" y="815.2246098726716"/> | |
</node> | |
<node id="Cantinetta" label="Cantinetta"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-202.27176863787886" y="1670.2490202946606"/> | |
</node> | |
<node id="Yima" label="Yima"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1839.9456078677256" y="1198.4517374769039"/> | |
</node> | |
<node id="Le Doyenné" label="Le Doyenné"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-doyenne"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="29.50778333259612" y="1507.4161449401613"/> | |
</node> | |
<node id="Baby Love Burger" label="Baby Love Burger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/baby-love-burger"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-435.83426325555445" y="1210.289716224399"/> | |
</node> | |
<node id="Café des Musiciens" label="Café des Musiciens"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-des-musiciens"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-244.02103059159208" y="1883.506526091486"/> | |
</node> | |
<node id="Shosh" label="Shosh"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1556.783747495369" y="277.382976108237"/> | |
</node> | |
<node id="Hôtel du Palais" label="Hôtel du Palais"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-99.41038883858867" y="2152.856693869254"/> | |
</node> | |
<node id="L’Acajou" label="L’Acajou"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1161.6815090592004" y="-187.59900528200944"/> | |
</node> | |
<node id="Poiskaï Sud" label="Poiskaï Sud"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/poiskai-sud"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1898.124979831585" y="1020.1902576009637"/> | |
</node> | |
<node id="Le Comptoir de la Butte" label="Le Comptoir de la Butte"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-comptoir-de-la-butte"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2148.1432290985863" y="106.45377980404862"/> | |
</node> | |
<node id="Petit Jacques" label="Petit Jacques"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/petit-jacques"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="239.46123256200798" y="1107.7224443889531"/> | |
</node> | |
<node id="L'incantu" label="L'incantu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lincantu"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1636.0300889144908" y="1067.4037882508107"/> | |
</node> | |
<node id="Mrs. Robinson" label="Mrs. Robinson"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="598.4644811258593" y="-1092.943268374537"/> | |
</node> | |
<node id="Jérôme Banctel" label="Jérôme Banctel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-236.79935257145854" y="1693.3998766874556"/> | |
</node> | |
<node id="Tastebuds" label="Tastebuds"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tastebuds"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-753.1885890292027" y="1367.5140820181282"/> | |
</node> | |
<node id="Glou Glou" label="Glou Glou"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/glou-glou"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-21.970607531654565" y="1804.0403658774721"/> | |
</node> | |
<node id="Gramme 11" label="Gramme 11"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/gramme-11"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="225.31857148092814" y="-1164.1231552153251"/> | |
</node> | |
<node id="Chardon" label="Chardon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="27.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chardon-arles-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="27.142857142857142"/> | |
<viz:position x="-389.8935090934551" y="263.64103611045624"/> | |
</node> | |
<node id="Taco Mesa" label="Taco Mesa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/taco-mesa"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-331.94516749788784" y="-668.8270154453912"/> | |
</node> | |
<node id="Télescope Café" label="Télescope Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/telescope-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2187.881535091159" y="691.9248893628082"/> | |
</node> | |
<node id="Sarra Deli" label="Sarra Deli"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1462.396438518861" y="-703.7962808769653"/> | |
</node> | |
<node id="restaurant de Christian Constant" label="restaurant de Christian Constant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1569.3073218005297" y="1160.8410818790055"/> | |
</node> | |
<node id="Comptoir à Manger" label="Comptoir à Manger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1309.6468816684712" y="477.470731613947"/> | |
</node> | |
<node id="Yannick Alléno" label="Yannick Alléno"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="663.8811843165903" y="562.6692080914086"/> | |
</node> | |
<node id="Passages" label="Passages"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/passages"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-398.7105944976279" y="-535.4128464640386"/> | |
</node> | |
<node id="Indie Beach" label="Indie Beach"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-485.19795546327816" y="1583.905949262373"/> | |
</node> | |
<node id="food-truck belge" label="food-truck belge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-412.3277972284351" y="-760.6511898064441"/> | |
</node> | |
<node id="Le Meurice" label="Le Meurice"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1026.5518726925256" y="75.94322686008128"/> | |
</node> | |
<node id="Le Mary Celeste" label="Le Mary Celeste"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-mary-celeste-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1109.6137118869249" y="372.1407960333597"/> | |
</node> | |
<node id="Grand Café Occitan" label="Grand Café Occitan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-grand-cafe-occitan-felines-minervois"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1172.6994619908291" y="675.7774674652186"/> | |
</node> | |
<node id="Le Jourdain" label="Le Jourdain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-jourdain-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="328.0206857972262" y="-16.93047039296919"/> | |
</node> | |
<node id="Substrat" label="Substrat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1698.7837998168968" y="24.51756514141013"/> | |
</node> | |
<node id="Rewined" label="Rewined"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1316.991813635695" y="-28.855782743499603"/> | |
</node> | |
<node id="Belleville Brûlerie" label="Belleville Brûlerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1272.2755674724312" y="1048.3903474824585"/> | |
</node> | |
<node id="Autour d’un Cep" label="Autour d’un Cep"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1713.3753032115628" y="-825.1459404018319"/> | |
</node> | |
<node id="Benchy" label="Benchy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/benchy"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1553.8391734366471" y="1067.7293302765738"/> | |
</node> | |
<node id="Square Gardette" label="Square Gardette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-421.1116682678113" y="1585.2658967927034"/> | |
</node> | |
<node id="Le Bénélux" label="Le Bénélux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="811.6173743265839" y="-952.2619721085478"/> | |
</node> | |
<node id="Pré aux Clercs" label="Pré aux Clercs"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-450.19861868746307" y="1910.8132262453444"/> | |
</node> | |
<node id="Quo Vadis" label="Quo Vadis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2149.9177240548593" y="287.0885799607781"/> | |
</node> | |
<node id="Carmine" label="Carmine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/carmine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1597.9027761557427" y="513.8404755786594"/> | |
</node> | |
<node id="Zero53" label="Zero53"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-520.4564219984367" y="-699.0333210684021"/> | |
</node> | |
<node id="Aux Viviers de Penfoulic" label="Aux Viviers de Penfoulic"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/aux-viviers-de-penfoulic"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-607.2211525383707" y="1252.0465951837232"/> | |
</node> | |
<node id="Comme des Poissons" label="Comme des Poissons"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-800.5278496479818" y="-52.998170143184424"/> | |
</node> | |
<node id="Jenet" label="Jenet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="527.2180937985631" y="1116.297630705685"/> | |
</node> | |
<node id="L’Avant-Comptoir du Marché" label="L’Avant-Comptoir du Marché"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="378.42457881523467" y="1787.431243949014"/> | |
</node> | |
<node id="Bobi" label="Bobi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1027.6370136601415" y="472.3725992277489"/> | |
</node> | |
<node id="Citrons et Huîtres" label="Citrons et Huîtres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/citrons-et-huitres"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="768.409579822053" y="2116.203066165861"/> | |
</node> | |
<node id="La Table du Marché" label="La Table du Marché"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-table-du-marche-couvert-bergerac-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1300.8909753358903" y="2010.271699240729"/> | |
</node> | |
<node id="Café Kitsuné" label="Café Kitsuné"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2010.9978554051215" y="459.19285694670555"/> | |
</node> | |
<node id="Les Déserteurs" label="Les Déserteurs"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2024.2939415036515" y="1030.8841071888094"/> | |
</node> | |
<node id="Villa Lorraine" label="Villa Lorraine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-528.6461151942624" y="799.5836111467654"/> | |
</node> | |
<node id="Ferme Sain’Biose" label="Ferme Sain’Biose"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-739.0062929659297" y="666.1180887255468"/> | |
</node> | |
<node id="Les Parisiens" label="Les Parisiens"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-parisiens"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-631.5842591599389" y="1398.2001405094206"/> | |
</node> | |
<node id="Odette" label="Odette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="17.594154009495718" y="-616.6637264381168"/> | |
</node> | |
<node id="Le Cap" label="Le Cap"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1332.0799642404086" y="-672.3149464178202"/> | |
</node> | |
<node id="Gaya de Gagnaire" label="Gaya de Gagnaire"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-673.6899041985624" y="1307.5335741111346"/> | |
</node> | |
<node id="BDS" label="BDS"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bds"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-992.4954662064264" y="379.0421936992655"/> | |
</node> | |
<node id="Le Garde Champêtre" label="Le Garde Champêtre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-garde-champetre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1527.7828681807816" y="-515.4211350842304"/> | |
</node> | |
<node id="rue Saint-Dominique" label="rue Saint-Dominique"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-982.1873939796359" y="703.5250199762348"/> | |
</node> | |
<node id="La Grève" label="La Grève"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-greve"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1724.2097735251068" y="1022.1361599380758"/> | |
</node> | |
<node id="café Muxu" label="café Muxu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="33.97349163093392" y="-1165.7146864189963"/> | |
</node> | |
<node id="Dillens" label="Dillens"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-243.4483248622438" y="56.51237686798193"/> | |
</node> | |
<node id="Strato" label="Strato"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/strato"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1755.4022237667368" y="-361.82652247253714"/> | |
</node> | |
<node id="La Grenouillère" label="La Grenouillère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-grenouillere-la-madelaine-sous-montreuil-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-496.7309777637514" y="-3.295021419951496"/> | |
</node> | |
<node id="Super Faim" label="Super Faim"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/super-faim"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-635.3005415875381" y="-767.587435805111"/> | |
</node> | |
<node id="La Menuiserie" label="La Menuiserie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-menuiserie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-596.1326879716049" y="1835.4997782908172"/> | |
</node> | |
<node id="Uncle Babe's" label="Uncle Babe's"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/uncle-babes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1157.598597394842" y="56.148797705160504"/> | |
</node> | |
<node id="Basa" label="Basa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/basa"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-696.142235444646" y="-499.5750465366041"/> | |
</node> | |
<node id="Midi Minuit" label="Midi Minuit"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/midi-minuit-plein-soleil"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-434.80193004266056" y="1940.0450672191166"/> | |
</node> | |
<node id="Bar Vert" label="Bar Vert"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bar-vert"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="387.3301509317824" y="-1248.0651377291363"/> | |
</node> | |
<node id="Le Royal Monceau" label="Le Royal Monceau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1389.813721236822" y="-947.5349027045282"/> | |
</node> | |
<node id="Le Pantruche" label="Le Pantruche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-pantruche-paris-16"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="553.6776291003243" y="484.34842295819624"/> | |
</node> | |
<node id="Bai Wei" label="Bai Wei"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bai-wei"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2159.104498993658" y="-78.18865344333685"/> | |
</node> | |
<node id="Farmers" label="Farmers"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1530.4200321085725" y="642.876218569545"/> | |
</node> | |
<node id="Café Ineko" label="Café Ineko"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-843.8495466148756" y="-935.0803995043765"/> | |
</node> | |
<node id="Bottega di Mario" label="Bottega di Mario"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1561.6237415630421" y="1642.5346436329216"/> | |
</node> | |
<node id="Melon" label="Melon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/melon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-579.9117965194686" y="306.5249280771932"/> | |
</node> | |
<node id="Café du Rhône" label="Café du Rhône"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-78.06923894142113" y="1993.3728722109777"/> | |
</node> | |
<node id="Rhizome" label="Rhizome"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-rhizome-compiegne"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="95.32022949611931" y="-581.0921515548213"/> | |
</node> | |
<node id="Touki Bouki" label="Touki Bouki"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/touki-bouki"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1399.8822141667363" y="1442.2121313917128"/> | |
</node> | |
<node id="Capitaine" label="Capitaine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-capitaine-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="873.8218953765333" y="645.5030400694744"/> | |
</node> | |
<node id="La Blague" label="La Blague"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-blague"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-818.5343977989975" y="316.4446455621323"/> | |
</node> | |
<node id="Bocuse" label="Bocuse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1690.5475961060986" y="377.09835669926713"/> | |
</node> | |
<node id="Ikonka" label="Ikonka"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="715.0774928789076" y="1240.1717207245565"/> | |
</node> | |
<node id="Salto!" label="Salto!"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/salto"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-263.41166066444737" y="-737.413110215625"/> | |
</node> | |
<node id="La Halle aux Grains" label="La Halle aux Grains"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/halle-aux-grains"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-764.1162903077981" y="265.2010454148117"/> | |
</node> | |
<node id="Hop" label="Hop"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hop"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="126.46090019002801" y="2185.573210237882"/> | |
</node> | |
<node id="Iyagi" label="Iyagi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/iyagi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-717.7351953612044" y="1001.4192415065033"/> | |
</node> | |
<node id="Radioeat" label="Radioeat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-radioeat-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="249.43514332451412" y="-660.3124009967614"/> | |
</node> | |
<node id="Trattoria Giannuzzi" label="Trattoria Giannuzzi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="652.0902029371606" y="-964.2055680904823"/> | |
</node> | |
<node id="Shangri-La" label="Shangri-La"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-33.28192200286895" y="988.6870369726502"/> | |
</node> | |
<node id="cantines Spok" label="cantines Spok"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-201.6974966586177" y="-178.8640285300747"/> | |
</node> | |
<node id="Monik" label="Monik"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/monik"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1101.091707346515" y="-19.8013656777926"/> | |
</node> | |
<node id="Fouquet’s" label="Fouquet’s"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1076.5604005214911" y="-147.5036007421518"/> | |
</node> | |
<node id="ancienne communicante parisienne" label="ancienne communicante parisienne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1588.5336574336122" y="1213.1621540721478"/> | |
</node> | |
<node id="Belliou La Fumée" label="Belliou La Fumée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/belliou-la-fumee"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-666.7485387362924" y="1505.4146342155334"/> | |
</node> | |
<node id="Mampuku" label="Mampuku"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1066.8567411989825" y="-1097.220129009789"/> | |
</node> | |
<node id="Maison du saké" label="Maison du saké"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1456.6295800287853" y="480.2740453882927"/> | |
</node> | |
<node id="Levain Le Vin" label="Levain Le Vin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/levain-le-vin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="149.56921558543948" y="1293.7659339949018"/> | |
</node> | |
<node id="formé à Naples" label="formé à Naples"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-788.3461133621648" y="426.42171725281946"/> | |
</node> | |
<node id="Oud Sluis" label="Oud Sluis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="118.01974352764245" y="359.54476848070505"/> | |
</node> | |
<node id="Taberna Lisboa" label="Taberna Lisboa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-961.8839687829297" y="464.61619744473444"/> | |
</node> | |
<node id="Caluche" label="Caluche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-caluche-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-132.29486134899065" y="-611.1249262839278"/> | |
</node> | |
<node id="Brasserie des Halles" label="Brasserie des Halles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1123.05016959388" y="1708.7330594574642"/> | |
</node> | |
<node id="tapasseur Jourdain" label="tapasseur Jourdain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="25.89348031154629" y="-1323.378554962813"/> | |
</node> | |
<node id="Yen" label="Yen"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/yen"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-519.8098860053184" y="2116.9457898804308"/> | |
</node> | |
<node id="Pirouette" label="Pirouette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pirouette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-599.1782312300252" y="1.6664503627396385"/> | |
</node> | |
<node id="Luz Verde" label="Luz Verde"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1140.9281539638769" y="683.4874056320245"/> | |
</node> | |
<node id="Hako+" label="Hako+"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-hako-marseille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1214.5288122548923" y="988.2179328209488"/> | |
</node> | |
<node id="Arnaud Faye à Eze" label="Arnaud Faye à Eze"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1237.9975363672868" y="-500.00669544320624"/> | |
</node> | |
<node id="Étiquable" label="Étiquable"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1576.5288016146485" y="793.5379965640319"/> | |
</node> | |
<node id="Rives" label="Rives"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/rives"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1702.7160053868415" y="-442.791123760099"/> | |
</node> | |
<node id="Bistrot du Potager" label="Bistrot du Potager"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1421.8890460532798" y="-1180.7523538215996"/> | |
</node> | |
<node id="ADMO aux Ombres" label="ADMO aux Ombres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="568.1861852019389" y="-439.27548563065176"/> | |
</node> | |
<node id="BonBon" label="BonBon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="430.22687126703283" y="-963.6929774730229"/> | |
</node> | |
<node id="Iwao" label="Iwao"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/iwao"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1056.2857720113243" y="762.9608434000259"/> | |
</node> | |
<node id="Bonne Nouvelle" label="Bonne Nouvelle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-411.13730993379244" y="-1081.3863773151006"/> | |
</node> | |
<node id="Henri" label="Henri"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/henri"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-711.0008992661336" y="578.5639911538018"/> | |
</node> | |
<node id="Chez Pinot" label="Chez Pinot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-15.887820455116234" y="-940.9703714468191"/> | |
</node> | |
<node id="Cette à Paris" label="Cette à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="834.8449245082089" y="-674.3248028084457"/> | |
</node> | |
<node id="Auberge de la Tourre" label="Auberge de la Tourre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-auberge-de-la-tourre-marchastel-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-442.39317028749576" y="1781.101808563841"/> | |
</node> | |
<node id="non spécifié" label="non spécifié"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="1456.5177145649384" y="462.96492316312685"/> | |
</node> | |
<node id="Verre Volé" label="Verre Volé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="31.428571428571427"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="31.428571428571427"/> | |
<viz:position x="549.193738881868" y="89.05659405179404"/> | |
</node> | |
<node id="Acte II" label="Acte II"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/acte-ii"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1758.235573951942" y="1365.423799908066"/> | |
</node> | |
<node id="Non spécifié" label="Non spécifié"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-178.70986545910492" y="-394.2078026866311"/> | |
</node> | |
<node id="Symbiose à Bordeaux" label="Symbiose à Bordeaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="538.5857066661237" y="570.7733389489052"/> | |
</node> | |
<node id="Laila by Boker Tov" label="Laila by Boker Tov"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1135.6621568427115" y="-1189.1692624600632"/> | |
</node> | |
<node id="Une Fille et des Quilles" label="Une Fille et des Quilles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-une-fille-et-des-quilles-angers"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="690.8407735085365" y="-1386.6160669671933"/> | |
</node> | |
<node id="Kursaal" label="Kursaal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="663.0037227143997" y="2188.7940162412056"/> | |
</node> | |
<node id="Kigawa" label="Kigawa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-kigawa-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1312.9668807297166" y="-27.90285648729163"/> | |
</node> | |
<node id="Café Brunet" label="Café Brunet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-991.095050977664" y="584.6792179046251"/> | |
</node> | |
<node id="Binchstub" label="Binchstub"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-161.59855529358111" y="-872.3108004562449"/> | |
</node> | |
<node id="Familia" label="Familia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/familia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-351.32571425511424" y="-703.8702594533064"/> | |
</node> | |
<node id="Château moderne" label="Château moderne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="192.40074359948096" y="1710.8448350022027"/> | |
</node> | |
<node id="Beige" label="Beige"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1501.9920638498072" y="-579.2285945229138"/> | |
</node> | |
<node id="Belfort" label="Belfort"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1154.4309904524166" y="282.31802748526115"/> | |
</node> | |
<node id="Moga" label="Moga"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/moga"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1045.5993492601738" y="239.37474068570145"/> | |
</node> | |
<node id="maison coxydoise" label="maison coxydoise"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="991.5375471659604" y="755.8213809274578"/> | |
</node> | |
<node id="L’Éphémère" label="L’Éphémère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lephemere"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-902.8215177939367" y="-471.31179688679214"/> | |
</node> | |
<node id="The Catch" label="The Catch"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/the-catch"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1186.174682775334" y="249.63844945362217"/> | |
</node> | |
<node id="Fantine" label="Fantine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fantine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-853.6955770149858" y="-288.6440330122365"/> | |
</node> | |
<node id="Le Dénicheur" label="Le Dénicheur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-denicheur-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-113.13474973009357" y="-1239.8313599839305"/> | |
</node> | |
<node id="Accents" label="Accents"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1369.609213240533" y="-1011.1768818052922"/> | |
</node> | |
<node id="Sésame" label="Sésame"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1910.1484805701707" y="144.2246262434625"/> | |
</node> | |
<node id="Superette" label="Superette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/superette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-689.3602362707595" y="1609.0416749648832"/> | |
</node> | |
<node id="Robbi" label="Robbi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/robbi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="185.45085107031514" y="1842.9603347212294"/> | |
</node> | |
<node id="Petit Bao" label="Petit Bao"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/petit-bao"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1027.5820548850895" y="2040.2451224213848"/> | |
</node> | |
<node id="Petite Nature" label="Petite Nature"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-petite-nature-rennes-5"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-873.7161211079153" y="1403.7916359829633"/> | |
</node> | |
<node id="Chiltern Firehouse" label="Chiltern Firehouse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-467.63084821769235" y="-975.9753378714124"/> | |
</node> | |
<node id="Chez Mamé" label="Chez Mamé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-mame"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-842.3491383764606" y="-504.63299955633136"/> | |
</node> | |
<node id="Entrée des Artistes" label="Entrée des Artistes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-467.91884633724175" y="1617.7469812639351"/> | |
</node> | |
<node id="L’Histoire 32" label="L’Histoire 32"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-27.29054768678624" y="2031.9865391973826"/> | |
</node> | |
<node id="Cinq-Mars" label="Cinq-Mars"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-907.1778666180627" y="189.47834514839874"/> | |
</node> | |
<node id="Jium" label="Jium"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-jium-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-992.0470581135861" y="-725.1132482366097"/> | |
</node> | |
<node id="Ter Ter" label="Ter Ter"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ter-ter"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-356.0523554615776" y="1369.2738400589174"/> | |
</node> | |
<node id="Divigne" label="Divigne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-924.9466449692006" y="188.85296503555367"/> | |
</node> | |
<node id="Roza" label="Roza"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-roza-nantes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1363.2605117317903" y="707.951870593334"/> | |
</node> | |
<node id="La Marmite" label="La Marmite"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-marmite-nimes-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-947.4448300723798" y="-377.71234284974855"/> | |
</node> | |
<node id="la Grenouillère" label="la Grenouillère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-557.3611072493708" y="1152.3078515334944"/> | |
</node> | |
<node id="Les Carmes" label="Les Carmes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-933.5535861703609" y="747.6616361491141"/> | |
</node> | |
<node id="L'Air du Temps (bistro)" label="L'Air du Temps (bistro)"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lair-du-temps-bistro"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="957.8124713875236" y="398.24355798027284"/> | |
</node> | |
<node id="Bar Ami" label="Bar Ami"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bar-ami"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1573.0837787291769" y="1769.233956911321"/> | |
</node> | |
<node id="52" label="52"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1051.8011057468398" y="-1150.7314967418715"/> | |
</node> | |
<node id="Clamato" label="Clamato"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-clamato-paris-5"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="879.3742998113802" y="105.79929006389087"/> | |
</node> | |
<node id="consultant" label="consultant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="470.56172233079235" y="1242.5874926385097"/> | |
</node> | |
<node id="Il Cuoco Galante" label="Il Cuoco Galante"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1303.1906989300846" y="-695.6251042121906"/> | |
</node> | |
<node id="Pantagruel" label="Pantagruel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="605.4481392858363" y="-1310.1836968477016"/> | |
</node> | |
<node id="Monsieur Papier" label="Monsieur Papier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/monsieur-papier"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="17.62692962507508" y="-725.0693649322973"/> | |
</node> | |
<node id="Gaztelur" label="Gaztelur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/gaztelur"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-200.07391784479069" y="1661.262033052771"/> | |
</node> | |
<node id="19 Saint Roch" label="19 Saint Roch"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/19-saint-roch"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1277.930063394439" y="1439.5202540094713"/> | |
</node> | |
<node id="Lanchois" label="Lanchois"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1581.5026485499325" y="873.6399573458795"/> | |
</node> | |
<node id="La Petite Ecole" label="La Petite Ecole"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-petite-ecole-vergongheon-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-602.4989465771658" y="-466.25340843618267"/> | |
</node> | |
<node id="Breizh Café Cancale" label="Breizh Café Cancale"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-breizh-cafe-cancale-cancale-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="130.38959600142366" y="581.3767856680906"/> | |
</node> | |
<node id="D’une Île" label="D’une Île"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1513.323678914378" y="-632.6185440522787"/> | |
</node> | |
<node id="Comptoir du Canal à Paris" label="Comptoir du Canal à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1740.992210326423" y="30.736731291290837"/> | |
</node> | |
<node id="Senderens" label="Senderens"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="620.8512425615102" y="-200.0099449326631"/> | |
</node> | |
<node id="Madeleine" label="Madeleine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/madeleine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1642.398320039794" y="-168.11807924859554"/> | |
</node> | |
<node id="La Marine" label="La Marine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-760.6679495018846" y="249.6270591361502"/> | |
</node> | |
<node id="L'Oiseau du Temps" label="L'Oiseau du Temps"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/loiseau-du-temps"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1144.3648328661693" y="788.1282814477141"/> | |
</node> | |
<node id="Cannolo" label="Cannolo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cannolo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="18.00732221368581" y="387.91286439450266"/> | |
</node> | |
<node id="La Cave du 11" label="La Cave du 11"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-cave-du-11-versailles"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1355.3159815402948" y="1413.0204797347365"/> | |
</node> | |
<node id="Mikado" label="Mikado"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-mikado-montpellier"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="813.4917964254337" y="24.639667171566735"/> | |
</node> | |
<node id="Petit Verdot" label="Petit Verdot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="848.069945817502" y="-1150.8745397225657"/> | |
</node> | |
<node id="Paz e Arroz" label="Paz e Arroz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/paz-e-arroz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="63.15192057379705" y="-1279.873155546958"/> | |
</node> | |
<node id="Indrani Lodge" label="Indrani Lodge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1042.4695909494978" y="-680.700519432427"/> | |
</node> | |
<node id="Oxalis" label="Oxalis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/oxalis"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1576.1570831243785" y="-277.8157426868462"/> | |
</node> | |
<node id="Interfabric" label="Interfabric"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/interfabric"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-579.6046444031109" y="1237.9475132448758"/> | |
</node> | |
<node id="Massilia" label="Massilia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="621.6479103438701" y="631.9529532637939"/> | |
</node> | |
<node id="Fugazi" label="Fugazi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fugazi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-208.92443556890805" y="-680.4442248017588"/> | |
</node> | |
<node id="Radicelle" label="Radicelle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2128.6936664437094" y="508.65480555778856"/> | |
</node> | |
<node id="Pierre Gagnaire" label="Pierre Gagnaire"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-154.46965283011414" y="827.3972903958833"/> | |
</node> | |
<node id="Mahaina" label="Mahaina"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mahaina"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-82.34319245688565" y="-702.8622604360612"/> | |
</node> | |
<node id="Racine" label="Racine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/racine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-386.03326004908286" y="1301.8542448562716"/> | |
</node> | |
<node id="La Digue du large" label="La Digue du large"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="490.0214496057856" y="-431.81311155066396"/> | |
</node> | |
<node id="Neon" label="Neon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/neon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-129.42992006772351" y="-373.6746925498761"/> | |
</node> | |
<node id="Baston Pizza" label="Baston Pizza"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/baston"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-330.2305826032707" y="-823.382864157348"/> | |
</node> | |
<node id="Tempo" label="Tempo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tempo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-762.3146817163649" y="729.6718597769185"/> | |
</node> | |
<node id="Caracas" label="Caracas"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="2060.8766970440015" y="201.26476181928209"/> | |
</node> | |
<node id="Aperta" label="Aperta"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/aperta"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1046.135478335869" y="218.87186081182523"/> | |
</node> | |
<node id="Epiro" label="Epiro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-epiro-nice"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1759.0719686081334" y="858.0391733489122"/> | |
</node> | |
<node id="Dojo" label="Dojo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/dojo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1030.9346707921336" y="-1279.0169968241748"/> | |
</node> | |
<node id="La Ferme de la Ruchotte" label="La Ferme de la Ruchotte"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-ferme-de-la-ruchotte-bligny-sur-ouche-6"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-501.96705278828136" y="-381.07218594453684"/> | |
</node> | |
<node id="L'Air de Rien" label="L'Air de Rien"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lair-de-rien"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="700.6395973618094" y="-1003.9887853405711"/> | |
</node> | |
<node id="Tinto all day" label="Tinto all day"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tinto-all-day"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-420.72026901123365" y="631.7468467036803"/> | |
</node> | |
<node id="Izakaya Joyi" label="Izakaya Joyi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/izakaya-joyi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="320.66526042718795" y="1060.4283941483193"/> | |
</node> | |
<node id="Kunthun 2" label="Kunthun 2"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kunthun-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="1241.7085898750809" y="2023.3787828183736"/> | |
</node> | |
<node id="Le Clos Saint Pierre" label="Le Clos Saint Pierre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-clos-saint-pierre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-821.5255949443851" y="-286.7108538956795"/> | |
</node> | |
<node id="Mory Sacko" label="Mory Sacko"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="793.3189888238802" y="327.5289336513696"/> | |
</node> | |
<node id="Mamagoto" label="Mamagoto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="158.22551857756096" y="-258.279151549447"/> | |
</node> | |
<node id="Bistrot Quàsi" label="Bistrot Quàsi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bistrot-quasi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-107.86783958099839" y="-939.0406738424897"/> | |
</node> | |
<node id="La Bòria" label="La Bòria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-boria"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="726.7991666909129" y="-810.6695621701319"/> | |
</node> | |
<node id="Camionette" label="Camionette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/camionette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-167.78040007061108" y="839.5633391690822"/> | |
</node> | |
<node id="Verjus" label="Verjus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-663.1444923009465" y="1516.0172904367996"/> | |
</node> | |
<node id="Olive Chicken" label="Olive Chicken"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/olive-chicken"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1793.7741802177256" y="882.8855048010546"/> | |
</node> | |
<node id="Noung Inle" label="Noung Inle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/noung-inle"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="35.490990961385606" y="2291.471505616699"/> | |
</node> | |
<node id="Au Passage" label="Au Passage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-au-passage-paris-13"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="-460.11979714207916" y="1255.8422730496331"/> | |
</node> | |
<node id="Atelier Renata" label="Atelier Renata"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/atelier-renata"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1292.178163827077" y="-1047.4020193355866"/> | |
</node> | |
<node id="Maison Musubi" label="Maison Musubi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maison-musubi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1355.16413492395" y="-648.4241765442302"/> | |
</node> | |
<node id="La Terrasse" label="La Terrasse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-terrasse"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-625.948226878683" y="-693.4452862665929"/> | |
</node> | |
<node id="Aspérule" label="Aspérule"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-998.7101513626201" y="398.9900074006813"/> | |
</node> | |
<node id="La Tablée de Tillac" label="La Tablée de Tillac"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-tablee-de-tillac"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1376.2768061261063" y="64.56919662063208"/> | |
</node> | |
<node id="Spelt" label="Spelt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/spelt"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1437.99228041697" y="913.8964482760314"/> | |
</node> | |
<node id="Initial" label="Initial"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1655.4994273048446" y="-258.00070004330485"/> | |
</node> | |
<node id="Sellae" label="Sellae"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-sellae-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-294.1432164399099" y="1331.487251692767"/> | |
</node> | |
<node id="La Général" label="La Général"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-generale"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="564.6178015572372" y="1812.2274531171852"/> | |
</node> | |
<node id="Orso" label="Orso"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/orso"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="775.0278116614454" y="-1115.9278694429488"/> | |
</node> | |
<node id="Maison Ailhon" label="Maison Ailhon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maison-ailhon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-990.8321983902897" y="942.7210070542135"/> | |
</node> | |
<node id="Oktobre" label="Oktobre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/oktobre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1467.6026406898052" y="915.4119917079714"/> | |
</node> | |
<node id="Glaz" label="Glaz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/glaz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-176.0382301886115" y="-91.23163297206983"/> | |
</node> | |
<node id="Bouillon A" label="Bouillon A"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bouillon-a"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="460.99033423852563" y="815.6657950741544"/> | |
</node> | |
<node id="Tempilenti" label="Tempilenti"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-tempilenti-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="513.3704617970111" y="2053.7945384019486"/> | |
</node> | |
<node id="Les Bouteilles" label="Les Bouteilles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-bouteilles-nantes-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="679.6075025512686" y="-976.0600047681921"/> | |
</node> | |
<node id="restaurant au Canada" label="restaurant au Canada"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1637.9726929465817" y="317.91900842200243"/> | |
</node> | |
<node id="Café Sillon" label="Café Sillon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-629.1292073083384" y="833.4996194070452"/> | |
</node> | |
<node id="Haikara" label="Haikara"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-haikara-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-796.6118680309706" y="340.3788905256309"/> | |
</node> | |
<node id="Regain" label="Regain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/regain-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-545.5290617658636" y="-288.49025730475773"/> | |
</node> | |
<node id="Passard" label="Passard"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1144.4722987646776" y="987.970788659989"/> | |
</node> | |
<node id="Saba" label="Saba"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/saba"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-11.470929602582316" y="-522.2264814867383"/> | |
</node> | |
<node id="Chez Odette" label="Chez Odette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-odette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-967.9204849861815" y="1199.7509416196065"/> | |
</node> | |
<node id="La Cave de l’Insolite" label="La Cave de l’Insolite"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-47.08143725997593" y="1473.8228494434707"/> | |
</node> | |
<node id="Loupino" label="Loupino"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/loupino"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1208.0416190614535" y="190.94449553312967"/> | |
</node> | |
<node id="Rivage" label="Rivage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/rivage"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="827.3384259761398" y="-893.2846070218795"/> | |
</node> | |
<node id="Lake House" label="Lake House"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lake-house"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="968.8519771815368" y="-916.1240800448402"/> | |
</node> | |
<node id="Café des Arcades" label="Café des Arcades"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-des-arcades"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-564.1045125814301" y="920.9830733811323"/> | |
</node> | |
<node id="Ossek Garden" label="Ossek Garden"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ossek-garden"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-247.76109390566228" y="-876.1109573997187"/> | |
</node> | |
<node id="Hiro" label="Hiro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hiro"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1870.3917282587977" y="181.00881677749535"/> | |
</node> | |
<node id="Frenchie Covent Garden" label="Frenchie Covent Garden"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1259.2661141492392" y="511.5494020270452"/> | |
</node> | |
<node id="Parcelles" label="Parcelles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-parcelles-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="845.4671989877478" y="-206.4930538032945"/> | |
</node> | |
<node id="Sea Grill" label="Sea Grill"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1271.1985529599651" y="1040.9278925660808"/> | |
</node> | |
<node id="Kitchen 32" label="Kitchen 32"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kitchen-32"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="408.6662405329041" y="-1320.0309706179312"/> | |
</node> | |
<node id="Brasserie Rubens" label="Brasserie Rubens"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/brasserie-rubens"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1039.567479479224" y="-602.052847956812"/> | |
</node> | |
<node id="La Charcuterie" label="La Charcuterie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-charcuterie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-56.340450665415034" y="-684.4916761629974"/> | |
</node> | |
<node id="Saké Bar" label="Saké Bar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1197.5910356620902" y="246.70501418510415"/> | |
</node> | |
<node id="Dadino Pizze" label="Dadino Pizze"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/dadino-pizze"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-201.61026786556997" y="31.36256748745214"/> | |
</node> | |
<node id="Broer Bretel" label="Broer Bretel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="732.7957770791672" y="-841.0236506494125"/> | |
</node> | |
<node id="Røk" label="Røk"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/rok"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1104.1234610456715" y="373.8062447894749"/> | |
</node> | |
<node id="La Fontaine de Mars" label="La Fontaine de Mars"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-fontaine-de-mars-paris-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1049.4153146352842" y="999.050859042746"/> | |
</node> | |
<node id="Auberge de Layotte" label="Auberge de Layotte"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-auberge-de-layotte-tursac"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1815.973818108943" y="-1055.3834605661282"/> | |
</node> | |
<node id="Coquillage" label="Coquillage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-572.3679600909527" y="1959.0352542981316"/> | |
</node> | |
<node id="Chakaiseki Akiyoshi" label="Chakaiseki Akiyoshi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chakaiseki-akiyoshi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-231.37566763454294" y="-200.4616543544345"/> | |
</node> | |
<node id="Hertog Jan" label="Hertog Jan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1135.1911681277488" y="1050.9768148283745"/> | |
</node> | |
<node id="Kaïku" label="Kaïku"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1783.2016468917595" y="292.8874822002216"/> | |
</node> | |
<node id="Bistrot du Paradou" label="Bistrot du Paradou"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-832.9962333698278" y="-783.5679673265771"/> | |
</node> | |
<node id="Hôtel de Paris à Monaco" label="Hôtel de Paris à Monaco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1254.039184915019" y="520.9761321836096"/> | |
</node> | |
<node id="Robert" label="Robert"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1016.2021764431419" y="-365.1544590826504"/> | |
</node> | |
<node id="Hando Parisian Handroll" label="Hando Parisian Handroll"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hando-parisian-handroll"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1265.6638268941558" y="-98.8561152554243"/> | |
</node> | |
<node id="Ébauchoir à Paris" label="Ébauchoir à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="907.8958726863084" y="-794.1108127759917"/> | |
</node> | |
<node id="Bèou Bistrot" label="Bèou Bistrot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/beou-bistrot"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-768.0622331086893" y="710.2096076095011"/> | |
</node> | |
<node id="Brasserie Thoumieux" label="Brasserie Thoumieux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1249.7329079772446" y="1249.023618265028"/> | |
</node> | |
<node id="Gramm" label="Gramm"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/gramm"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="591.818557340421" y="-777.8004165189017"/> | |
</node> | |
<node id="Le Confessionnal" label="Le Confessionnal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-confessionnal"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-718.0602646762873" y="607.8603208820058"/> | |
</node> | |
<node id="fast-good" label="fast-good"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-479.82741038879874" y="1606.2814474187944"/> | |
</node> | |
<node id="Penny Lane" label="Penny Lane"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="414.1392023855054" y="-582.2516867656122"/> | |
</node> | |
<node id="Casa Bomba" label="Casa Bomba"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/casa-bomba"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-479.36070503809736" y="1126.243219023784"/> | |
</node> | |
<node id="Bars Populaires" label="Bars Populaires"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-283.6361617506884" y="814.9924071202677"/> | |
</node> | |
<node id="Kyatcha" label="Kyatcha"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="158.21655172313945" y="1100.657544501347"/> | |
</node> | |
<node id="Mario" label="Mario"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mario"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="862.6605209686714" y="1724.3896796466704"/> | |
</node> | |
<node id="Fight Club" label="Fight Club"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fight-club"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1093.0020523592655" y="-380.04737791078605"/> | |
</node> | |
<node id="Caféothèque de Paris" label="Caféothèque de Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1115.2087384783192" y="-1054.4185598921313"/> | |
</node> | |
<node id="Le Nessay" label="Le Nessay"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1246.5792369728338" y="1852.6914062843518"/> | |
</node> | |
<node id="Le Marronnier" label="Le Marronnier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-marronnier"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="1161.0517272136751" y="-1095.177219704944"/> | |
</node> | |
<node id="L'Abri" label="L'Abri"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/labri"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-365.06062324348454" y="-502.3674865337677"/> | |
</node> | |
<node id="Auberge Ostapé" label="Auberge Ostapé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-674.908896241725" y="225.2415212946574"/> | |
</node> | |
<node id="Adiu" label="Adiu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/adiu"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="345.7607097024943" y="-1298.1964874667256"/> | |
</node> | |
<node id="Brion" label="Brion"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/brion"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-480.85133748981576" y="617.3802958382316"/> | |
</node> | |
<node id="Table d'Ho" label="Table d'Ho"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/table-dho"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="271.97812510420516" y="-943.936944339975"/> | |
</node> | |
<node id="La Cantine ô Moines" label="La Cantine ô Moines"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1361.3520314796533" y="-518.989248198001"/> | |
</node> | |
<node id="Sources" label="Sources"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-sources-nantes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1331.5131068820704" y="-378.37696270858225"/> | |
</node> | |
<node id="Le Garage" label="Le Garage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-garage-trizac-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1217.8371997585969" y="-1078.6155408238149"/> | |
</node> | |
<node id="Pecora Negra" label="Pecora Negra"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pecora-negra"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1342.2692649454643" y="-209.88812595331768"/> | |
</node> | |
<node id="Auberge du Père Bise" label="Auberge du Père Bise"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1960.6090896155633" y="538.6642733170406"/> | |
</node> | |
<node id="Le Chalet de la Forêt" label="Le Chalet de la Forêt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="207.35709246776796" y="-36.30073197867594"/> | |
</node> | |
<node id="Paloma" label="Paloma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/paloma"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1572.5689699545687" y="-378.23312747019725"/> | |
</node> | |
<node id="L'Amateur de Thés" label="L'Amateur de Thés"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1019.2191687149422" y="963.4634582347749"/> | |
</node> | |
<node id="Terra" label="Terra"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1114.080747412302" y="1016.3799563832252"/> | |
</node> | |
<node id="Sens" label="Sens"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sens"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1355.7309003427195" y="1152.285336683241"/> | |
</node> | |
<node id="Golden Gai" label="Golden Gai"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/golden-gai"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-1371.792062133269" y="507.23995121448456"/> | |
</node> | |
<node id="Golda" label="Golda"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/golda"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1376.447291993687" y="-537.4533362790615"/> | |
</node> | |
<node id="Betty Beef" label="Betty Beef"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-betty-beef-mascaras"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-685.1985364547801" y="415.6723801917085"/> | |
</node> | |
<node id="Le Kitchen" label="Le Kitchen"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-kitchen-cafe-lyon-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1004.5170812969577" y="1054.7593204630323"/> | |
</node> | |
<node id="Le 203" label="Le 203"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-203"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="911.5067287623433" y="1272.5412964140683"/> | |
</node> | |
<node id="Lasserre" label="Lasserre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-303.81517290697184" y="-573.5166762418775"/> | |
</node> | |
<node id="La Meilleure Jeunesse" label="La Meilleure Jeunesse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-619.943845603354" y="1105.6332302974888"/> | |
</node> | |
<node id="Hôtel Voltaire" label="Hôtel Voltaire"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1120.1428436974109" y="524.0928345693849"/> | |
</node> | |
<node id="Les Caves Madeleine" label="Les Caves Madeleine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-caves-madeleine-beaune-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="805.5989953815349" y="1889.7333025147277"/> | |
</node> | |
<node id="Le Poinçon" label="Le Poinçon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-poincon-guethary-7"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-996.569060062767" y="-28.07568464133891"/> | |
</node> | |
<node id="Les Marches" label="Les Marches"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-marches-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="693.1182149099911" y="617.1869486706521"/> | |
</node> | |
<node id="Têtedoie" label="Têtedoie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="479.33910333400604" y="895.1461608447069"/> | |
</node> | |
<node id="Haï Kaï" label="Haï Kaï"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1970.5661542056205" y="424.23716023827075"/> | |
</node> | |
<node id="Gingette d'été Gargote" label="Gingette d'été Gargote"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-831.2348609746514" y="-147.3268182019056"/> | |
</node> | |
<node id="Roco" label="Roco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-roco-paris-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="301.2612436970727" y="-1026.592538209327"/> | |
</node> | |
<node id="Broche" label="Broche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/broche"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="229.1414941419457" y="-1042.7309793855159"/> | |
</node> | |
<node id="Mūn" label="Mūn"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1882.6006863092375" y="166.239367737309"/> | |
</node> | |
<node id="Café du Coin" label="Café du Coin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-cafe-du-coin-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-884.6229258300791" y="1279.4396867282276"/> | |
</node> | |
<node id="Mazmiz" label="Mazmiz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mazmiz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="123.84477894928548" y="-1043.7807500738186"/> | |
</node> | |
<node id="Breizh Café" label="Breizh Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/breizh-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="139.06526781832764" y="-473.3569553766897"/> | |
</node> | |
<node id="Deli Banh Mi" label="Deli Banh Mi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-deli-banh-mi-nice"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-805.8673946474337" y="1946.9632158935763"/> | |
</node> | |
<node id="Maison de Mézos" label="Maison de Mézos"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maison-de-mezos"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-664.7654669703045" y="-853.5453889678273"/> | |
</node> | |
<node id="Lyon" label="Lyon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-837.3862008894806" y="717.974629890418"/> | |
</node> | |
<node id="Nonos" label="Nonos"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nonos"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-151.88716251606613" y="933.8146332002127"/> | |
</node> | |
<node id="Relais de Bouhy" label="Relais de Bouhy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/relais-de-bouhy"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1210.0439127371744" y="1312.0917897621148"/> | |
</node> | |
<node id="Peter Goossens à Kruisem" label="Peter Goossens à Kruisem"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="327.233894572317" y="853.6758079896167"/> | |
</node> | |
<node id="Toshiro" label="Toshiro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="469.1917776091928" y="-1043.3597702166546"/> | |
</node> | |
<node id="Sanukiya" label="Sanukiya"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-sanukiya-paris-6"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="922.2031200948821" y="79.95677577060545"/> | |
</node> | |
<node id="La Buvette" label="La Buvette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="969.1722653628178" y="1647.2496527956616"/> | |
</node> | |
<node id="Bombay BBQ" label="Bombay BBQ"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bombay-bbq"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1793.4329626940487" y="271.14526293289754"/> | |
</node> | |
<node id="6 Paul Bert" label="6 Paul Bert"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="912.442928562122" y="-892.056058948415"/> | |
</node> | |
<node id="Perchoir Ménilmontant" label="Perchoir Ménilmontant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-404.08549884477225" y="-879.4831308449152"/> | |
</node> | |
<node id="Bleach" label="Bleach"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bleach"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="427.83438437601967" y="882.6887965847072"/> | |
</node> | |
<node id="Chez Ta Mère" label="Chez Ta Mère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1238.2860674124736" y="-1121.865511316815"/> | |
</node> | |
<node id="Madame Jeanne" label="Madame Jeanne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1051.0357976570015" y="-1265.191879076866"/> | |
</node> | |
<node id="La Raffinerie" label="La Raffinerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1328.8233043504395" y="-1139.2535824929757"/> | |
</node> | |
<node id="Café du Clown" label="Café du Clown"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-du-clown"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1839.2659806827974" y="782.560582486695"/> | |
</node> | |
<node id="Le Croquant" label="Le Croquant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-croquant"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1128.8410663745742" y="1523.7051212173735"/> | |
</node> | |
<node id="Ten Belles 6" label="Ten Belles 6"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ten-belles-6-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-428.041699144718" y="1274.1565450652179"/> | |
</node> | |
<node id="La Mercerie" label="La Mercerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-mercerie-marseille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-439.9168173852264" y="601.8771220111828"/> | |
</node> | |
<node id="Au Petit Panisse" label="Au Petit Panisse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-au-petit-panisse-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1712.4022586325777" y="-852.7979185084058"/> | |
</node> | |
<node id="Grand Place Café" label="Grand Place Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/grand-place-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1015.998042268648" y="-0.6856602904829074"/> | |
</node> | |
<node id="La Baignoire" label="La Baignoire"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-baignoire"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1791.9726915461827" y="1146.8215016801355"/> | |
</node> | |
<node id="Le Petit Grain" label="Le Petit Grain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1179.8480921733965" y="-148.30588220945583"/> | |
</node> | |
<node id="Gazzetta" label="Gazzetta"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/gazzetta"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1037.2834080060811" y="-746.6699254503021"/> | |
</node> | |
<node id="L'Antidote" label="L'Antidote"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lantidote"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-71.85480422746461" y="-868.8815424863844"/> | |
</node> | |
<node id="Affligem Café Brussels" label="Affligem Café Brussels"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="355.2793170783977" y="1591.4102369662057"/> | |
</node> | |
<node id="Le Bon Saint Pourçain" label="Le Bon Saint Pourçain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-bon-saint-pourcain-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-135.5222962045722" y="-168.81640872646395"/> | |
</node> | |
<node id="Mandarin Oriental" label="Mandarin Oriental"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="27.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="27.142857142857142"/> | |
<viz:position x="1232.0318829479972" y="-95.51711150734694"/> | |
</node> | |
<node id="Entre-Nous" label="Entre-Nous"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/entre-nous"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-749.6651817041302" y="1613.1151933470771"/> | |
</node> | |
<node id="Le Vitis" label="Le Vitis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-vitis-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-280.0724056458283" y="-413.15347805147667"/> | |
</node> | |
<node id="Papi" label="Papi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/papi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-725.9352494114086" y="-302.39680196127955"/> | |
</node> | |
<node id="Centre Culturel" label="Centre Culturel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-298.5458016669523" y="625.925216714912"/> | |
</node> | |
<node id="Cordon Bleu à Paris" label="Cordon Bleu à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1575.2572666494652" y="933.4555705947313"/> | |
</node> | |
<node id="Racines" label="Racines"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/racines-bruxelles"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="526.7645102931847" y="733.9793521874745"/> | |
</node> | |
<node id="Zoko Moko" label="Zoko Moko"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1.4924766835942194" y="-985.5692324611027"/> | |
</node> | |
<node id="Reyna" label="Reyna"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/reyna"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2005.1282198359831" y="-264.89761913444016"/> | |
</node> | |
<node id="Carboni’s" label="Carboni’s"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/carbonis"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1759.1276791411517" y="617.3161335030456"/> | |
</node> | |
<node id="Au Cul de Poule" label="Au Cul de Poule"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-918.0190170121393" y="640.2175050181551"/> | |
</node> | |
<node id="Cope" label="Cope"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cope"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1586.7461300957402" y="-779.0686062348418"/> | |
</node> | |
<node id="Ötap" label="Ötap"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-90.10373066198008" y="316.029219534543"/> | |
</node> | |
<node id="Ratapoil" label="Ratapoil"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-506.3896442453986" y="-823.1133082599245"/> | |
</node> | |
<node id="MangiaSempre" label="MangiaSempre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mangiasempre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1360.7387275574013" y="1578.9355640603032"/> | |
</node> | |
<node id="Marcella" label="Marcella"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-830.5320037545697" y="701.0266038763885"/> | |
</node> | |
<node id="Caffè dei Cioppi" label="Caffè dei Cioppi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="437.48543483382934" y="-880.5448298566693"/> | |
</node> | |
<node id="restaurant de son daron Henri" label="restaurant de son daron Henri"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1294.7781940112313" y="-141.23094331938057"/> | |
</node> | |
<node id="J.E.F." label="J.E.F."> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="969.164190607262" y="1159.9357208734184"/> | |
</node> | |
<node id="Janine" label="Janine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-janine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1397.879622534101" y="875.3037811991951"/> | |
</node> | |
<node id="Super Gros" label="Super Gros"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/super-gros"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="765.0032759120529" y="-1246.6779813151975"/> | |
</node> | |
<node id="Bristol" label="Bristol"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="503.78283757719544" y="-256.6856461203315"/> | |
</node> | |
<node id="maison mère" label="maison mère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1097.9640251147403" y="-268.7596237938547"/> | |
</node> | |
<node id="Totto" label="Totto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/totto"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="639.2297721251651" y="-1252.0821408977042"/> | |
</node> | |
<node id="Chez Bruno" label="Chez Bruno"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-bruno-dijon-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-341.36191454259085" y="1678.417038654131"/> | |
</node> | |
<node id="Bel Ordinaire" label="Bel Ordinaire"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-806.6332425826014" y="-688.4783780275599"/> | |
</node> | |
<node id="Poison" label="Poison"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2009.0878268752238" y="847.8549414628739"/> | |
</node> | |
<node id="Julia" label="Julia"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/julia"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="173.26428672377983" y="-526.4674978663614"/> | |
</node> | |
<node id="Bidaian, le cuisinier voyageur" label="Bidaian, le cuisinier voyageur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bidaian"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="770.1505236808803" y="-59.81091075200544"/> | |
</node> | |
<node id="Churrasqueira Portugalia" label="Churrasqueira Portugalia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/churrasqueira-portugalia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-815.4883483183577" y="1003.1313250754574"/> | |
</node> | |
<node id="'T Werftje" label="'T Werftje"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/t-werftje"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="735.5387467968789" y="1222.2856651606612"/> | |
</node> | |
<node id="De Drie Ridders" label="De Drie Ridders"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/de-drie-ridders"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="591.5869861799539" y="-725.9128034867937"/> | |
</node> | |
<node id="bar à vins" label="bar à vins"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="334.56878361587553" y="1666.1125379912507"/> | |
</node> | |
<node id="Kalank" label="Kalank"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-717.4473700517174" y="-289.81347467956755"/> | |
</node> | |
<node id="Hubo" label="Hubo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hubo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-384.17045415546147" y="-452.5315313100559"/> | |
</node> | |
<node id="Belle Maison" label="Belle Maison"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1205.9335160990645" y="163.53043534053228"/> | |
</node> | |
<node id="Café Trama" label="Café Trama"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1266.6144004524283" y="-145.46510754125754"/> | |
</node> | |
<node id="L'Ami Marcel" label="L'Ami Marcel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1384.8788221320542" y="1193.0039262651412"/> | |
</node> | |
<node id="Bairoz" label="Bairoz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bairoz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-856.5489435001969" y="295.03811817722016"/> | |
</node> | |
<node id="Le Bouche à Oreille" label="Le Bouche à Oreille"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-bouche-a-oreille-simorre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1046.8030906840893" y="1507.3607557652467"/> | |
</node> | |
<node id="Café Commercial" label="Café Commercial"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-commercial"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="805.8506505223834" y="-851.1833008474669"/> | |
</node> | |
<node id="La pâtisserie du Nessay" label="La pâtisserie du Nessay"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-patisserie-du-nessay"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1316.9239029129242" y="1192.415587981225"/> | |
</node> | |
<node id="Maison Boulud à Montréal" label="Maison Boulud à Montréal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-78.4428363233151" y="1254.6523339680546"/> | |
</node> | |
<node id="Le Bar des Amis" label="Le Bar des Amis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1368.3561944600679" y="1204.7710146080433"/> | |
</node> | |
<node id="Bar Billie" label="Bar Billie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bar-billie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1308.2061435108158" y="-604.6509301092515"/> | |
</node> | |
<node id="Bar Bristol" label="Bar Bristol"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bar-bristol"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-910.4261708402439" y="28.339248730108295"/> | |
</node> | |
<node id="Pure & Vins" label="Pure & Vins"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pure-vins"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="97.64519043736266" y="2017.2450311729094"/> | |
</node> | |
<node id="Imayoko" label="Imayoko"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/imayoko"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-348.63424850801755" y="-791.2908021396962"/> | |
</node> | |
<node id="Raaf" label="Raaf"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/raaf"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-600.113747249961" y="-45.59483003149742"/> | |
</node> | |
<node id="Coq Rico d’Antoine Westermann" label="Coq Rico d’Antoine Westermann"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-623.6906397262035" y="-6.251218980285245"/> | |
</node> | |
<node id="Rozo" label="Rozo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="360.72996504995183" y="1559.7315566200434"/> | |
</node> | |
<node id="Mica à Bruxelles" label="Mica à Bruxelles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-455.3482063364436" y="-154.4386542205812"/> | |
</node> | |
<node id="Merry" label="Merry"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/merry"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1725.2527099712554" y="369.68367529682604"/> | |
</node> | |
<node id="Pain Paulin" label="Pain Paulin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-859.5657073705127" y="-966.9879768572365"/> | |
</node> | |
<node id="Yirmi" label="Yirmi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/yirmi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="422.50954978820926" y="-1126.0804087675665"/> | |
</node> | |
<node id="Champeaux" label="Champeaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2108.087371792066" y="268.50125655559987"/> | |
</node> | |
<node id="Coutanceau" label="Coutanceau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-42.309340436149355" y="-1222.434612452494"/> | |
</node> | |
<node id="Le Grand Bol" label="Le Grand Bol"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-grand-bol-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-877.8538483003804" y="1933.7554893962931"/> | |
</node> | |
<node id="Etika" label="Etika"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/etika"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="61.421175070489795" y="2159.5701689910193"/> | |
</node> | |
<node id="Nénuphar" label="Nénuphar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="375.11787820856796" y="-1137.1049337094632"/> | |
</node> | |
<node id="Le Chabanais" label="Le Chabanais"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-chabanais"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1927.4806151269486" y="332.0322307363648"/> | |
</node> | |
<node id="Plénitude" label="Plénitude"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-958.6328385723675" y="1693.919662194209"/> | |
</node> | |
<node id="Kaiju" label="Kaiju"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kaiju"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="536.4414691163674" y="-1325.7459808465396"/> | |
</node> | |
<node id="Bouillon à Marseille" label="Bouillon à Marseille"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1648.4663380079494" y="424.490194583186"/> | |
</node> | |
<node id="Abri" label="Abri"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1133.3656760868785" y="680.3060336975913"/> | |
</node> | |
<node id="Tasmanie" label="Tasmanie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="683.7624510349438" y="94.44468158348874"/> | |
</node> | |
<node id="En pleine nature" label="En pleine nature"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2170.462952953776" y="-130.35981792801618"/> | |
</node> | |
<node id="Yachting au Cap Ferret" label="Yachting au Cap Ferret"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-222.63805671677085" y="-819.7722618248139"/> | |
</node> | |
<node id="Bloesem" label="Bloesem"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bloesem"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="668.7720189378441" y="1604.1793033927809"/> | |
</node> | |
<node id="Café Madeleine" label="Café Madeleine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-madeleine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="80.33000480993483" y="-775.8133834551895"/> | |
</node> | |
<node id="Ramen Ya Rennes" label="Ramen Ya Rennes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-831.6770204298174" y="1445.3539196368552"/> | |
</node> | |
<node id="Grappe D'Or" label="Grappe D'Or"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1327.3325653241902" y="-991.3289404621293"/> | |
</node> | |
<node id="Soif" label="Soif"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-soif-bordeaux"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1595.3111413630816" y="-237.73159675510263"/> | |
</node> | |
<node id="Textures Bistrot" label="Textures Bistrot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/textures-bistrot"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="767.3698536123875" y="1736.858206975124"/> | |
</node> | |
<node id="Armani Caffè" label="Armani Caffè"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1531.747756735538" y="-33.71957434387295"/> | |
</node> | |
<node id="Double Dragon" label="Double Dragon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-double-dragon-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="175.3726506765202" y="276.1243435418007"/> | |
</node> | |
<node id="Du Peps" label="Du Peps"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/du-peps"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="687.3218711492367" y="319.05547364910564"/> | |
</node> | |
<node id="Pure & V" label="Pure & V"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-pure-v-nice"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="372.6825295943292" y="1724.32492134757"/> | |
</node> | |
<node id="Holymelt" label="Holymelt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/holymelt"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="190.4970576196269" y="1343.3602614347685"/> | |
</node> | |
<node id="À la Bonne Mer" label="À la Bonne Mer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1833.8909018711233" y="-640.8974884004507"/> | |
</node> | |
<node id="Haikara Deep Fried" label="Haikara Deep Fried"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/haikara-deep-fried"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-268.71385855202607" y="190.49030421898027"/> | |
</node> | |
<node id="Café Monk" label="Café Monk"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-699.0519601089245" y="749.0662653555241"/> | |
</node> | |
<node id="Jaja" label="Jaja"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1322.3476072981148" y="391.1771838057301"/> | |
</node> | |
<node id="Le Mezquité" label="Le Mezquité"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-mezquite"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="984.7812528243616" y="167.55900500491128"/> | |
</node> | |
<node id="Comptoir Sur Mer" label="Comptoir Sur Mer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/comptoir-sur-mer"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-924.4135582945269" y="3.1435217348497755"/> | |
</node> | |
<node id="Mingles" label="Mingles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-676.5246087013795" y="869.3393415589578"/> | |
</node> | |
<node id="Pure C" label="Pure C"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-352.27698263312004" y="-142.19798567326376"/> | |
</node> | |
<node id="Panivore" label="Panivore"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/panivore"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="693.1240960307647" y="-758.1970285850805"/> | |
</node> | |
<node id="Arabelle Meirlaen" label="Arabelle Meirlaen"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1521.912972570199" y="-447.5390675406517"/> | |
</node> | |
<node id="Tzeferakos" label="Tzeferakos"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-tzeferakos-paris-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1044.9963359832448" y="-230.79419942144284"/> | |
</node> | |
<node id="Nabu & Jéro" label="Nabu & Jéro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nabu-jero"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-501.5798546631312" y="628.2343176435639"/> | |
</node> | |
<node id="Gram's" label="Gram's"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/grams"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1077.5363517216763" y="74.70054853551382"/> | |
</node> | |
<node id="Jourdain" label="Jourdain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-228.6287634662204" y="1698.0992199265547"/> | |
</node> | |
<node id="Åke Table & Vin" label="Åke Table & Vin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ake-table-vin-paris-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1670.735795090697" y="1262.0231877833148"/> | |
</node> | |
<node id="Bintje" label="Bintje"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bintje"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-982.7776940988689" y="495.7568770415107"/> | |
</node> | |
<node id="Pastis" label="Pastis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pastis-restaurant-montpellier-5"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-965.8872047711321" y="-257.6057129578863"/> | |
</node> | |
<node id="Mosuke" label="Mosuke"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mosuke"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1124.755191815823" y="-13.231502340699905"/> | |
</node> | |
<node id="Kolam" label="Kolam"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kolam"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1769.5748422095564" y="1252.009564227567"/> | |
</node> | |
<node id="La Morinais" label="La Morinais"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-morinais"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-451.09717509425184" y="-83.40132653427963"/> | |
</node> | |
<node id="Anga" label="Anga"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="317.32384798439705" y="-389.15873794993223"/> | |
</node> | |
<node id="table d’hôte à Gaillac" label="table d’hôte à Gaillac"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1979.8031731521862" y="1087.4106272728734"/> | |
</node> | |
<node id="Menje Ecaille" label="Menje Ecaille"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-menje-ecaille-argeles-sur-mer-10"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="321.7689323858509" y="-1261.4516849613115"/> | |
</node> | |
<node id="Gordon Ramsay à Londres" label="Gordon Ramsay à Londres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1212.8864724325579" y="747.5431654904703"/> | |
</node> | |
<node id="Kalos" label="Kalos"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-kalos-nice"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="196.16747040146296" y="-681.7890406919298"/> | |
</node> | |
<node id="L’Avant-Comptoir de la Terre" label="L’Avant-Comptoir de la Terre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="525.5823095396984" y="1853.325359391678"/> | |
</node> | |
<node id="Maison Jeunet" label="Maison Jeunet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-995.6640568727543" y="132.9519184250686"/> | |
</node> | |
<node id="Terre et Blé" label="Terre et Blé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/terre-de-ble"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1246.3529715701136" y="7.825015633469434"/> | |
</node> | |
<node id="Sola" label="Sola"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-sola-paris-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1156.9810465560615" y="1327.5245592514802"/> | |
</node> | |
<node id="Apicius" label="Apicius"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="650.045608614495" y="1459.9980453225337"/> | |
</node> | |
<node id="Banh Mi Angela" label="Banh Mi Angela"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-banh-mi-paris-5"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1836.5182119864146" y="814.5941190626322"/> | |
</node> | |
<node id="La Grappe d’Or" label="La Grappe d’Or"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="922.0520292963438" y="-838.2780736230814"/> | |
</node> | |
<node id="Chingu" label="Chingu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chingu"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="2163.369690925055" y="951.5349736654077"/> | |
</node> | |
<node id="Il Brigante" label="Il Brigante"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-il-brigante-paris-8"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="535.7489165050387" y="-1174.3382800311902"/> | |
</node> | |
<node id="Fortune" label="Fortune"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fortune"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-497.675285788315" y="1258.2505906018855"/> | |
</node> | |
<node id="Bart-À-Vin" label="Bart-À-Vin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bart-a-vin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1971.74547970509" y="1128.9899858087188"/> | |
</node> | |
<node id="Domaine des Étangs" label="Domaine des Étangs"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-201.32121500102704" y="2037.7643431381784"/> | |
</node> | |
<node id="Carbón" label="Carbón"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="365.3481622401828" y="-1195.4061906765194"/> | |
</node> | |
<node id="Aigle d’or de Jean-Luc Fève" label="Aigle d’or de Jean-Luc Fève"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1204.7986754963506" y="-445.34089216495516"/> | |
</node> | |
<node id="Christophe Pelé" label="Christophe Pelé"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-215.99825970604414" y="-300.92058410882623"/> | |
</node> | |
<node id="Sébastien Bras au Suquet" label="Sébastien Bras au Suquet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-356.44959706359316" y="1405.8746000697952"/> | |
</node> | |
<node id="Le Chai" label="Le Chai"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-chai"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-1313.9075283544398" y="283.281094526558"/> | |
</node> | |
<node id="Ducasse Baccarat" label="Ducasse Baccarat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ducasse-baccarat"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="408.4317430741457" y="-763.2780733934763"/> | |
</node> | |
<node id="QG de la Mer" label="QG de la Mer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-qg-de-la-mer-saint-martin-de-re"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-706.6887330578792" y="-1061.3006050165354"/> | |
</node> | |
<node id="Les Œillets" label="Les Œillets"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-oeillets-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-553.8216807427428" y="1006.6839848440642"/> | |
</node> | |
<node id="Smala" label="Smala"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/smala-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1987.884063710372" y="787.7422098117999"/> | |
</node> | |
<node id="Douze" label="Douze"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-927.81556850824" y="-279.8564335917324"/> | |
</node> | |
<node id="Al'Baraque" label="Al'Baraque"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/albaraque"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="670.5745030514464" y="-411.12334113099905"/> | |
</node> | |
<node id="Les Oiseaux" label="Les Oiseaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-553.2326066601229" y="-818.8308210969152"/> | |
</node> | |
<node id="La Messardière à Saint-Tropez" label="La Messardière à Saint-Tropez"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1375.6870008816536" y="-1131.3141749684212"/> | |
</node> | |
<node id="Ken Kawasaki" label="Ken Kawasaki"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-124.27280785754944" y="-1194.008206593459"/> | |
</node> | |
<node id="Christophe Aribert" label="Christophe Aribert"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="343.5863256396545" y="271.19757817166465"/> | |
</node> | |
<node id="La Table / Sébastien Gravé" label="La Table / Sébastien Gravé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-table-sebastien-grave-bayonne"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="479.8062901219385" y="-287.3660167941877"/> | |
</node> | |
<node id="Hanoï Corner" label="Hanoï Corner"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-hanoi-corner-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1915.3156131145245" y="678.5767669984833"/> | |
</node> | |
<node id="Marcon" label="Marcon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="97.12205519389889" y="-601.2423225448485"/> | |
</node> | |
<node id="Café Boudin" label="Café Boudin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-boudin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1434.3250695832257" y="8.578832502389247"/> | |
</node> | |
<node id="Lurrak" label="Lurrak"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lurrak"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="296.07975644493644" y="-1080.8264034331214"/> | |
</node> | |
<node id="L’Épicerie du Cirque" label="L’Épicerie du Cirque"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="536.9809885666357" y="318.17341070480336"/> | |
</node> | |
<node id="Les Lumières" label="Les Lumières"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-lumieres"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1253.4586316512668" y="1194.9237521111888"/> | |
</node> | |
<node id="Les Dilletants" label="Les Dilletants"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-dilletants-vallauris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1172.9947711186376" y="1662.921061833314"/> | |
</node> | |
<node id="Montezuma café" label="Montezuma café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="681.2608702534551" y="-266.65396317871705"/> | |
</node> | |
<node id="Le Crillon" label="Le Crillon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="770.3823382921047" y="1416.8971191249677"/> | |
</node> | |
<node id="Mi Garba" label="Mi Garba"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mi-garba"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1835.6451167456937" y="-429.4622327957036"/> | |
</node> | |
<node id="Doppio" label="Doppio"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-863.8387881877908" y="-41.348240879186605"/> | |
</node> | |
<node id="Faggio Pizzeria" label="Faggio Pizzeria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/faggio-pizzeria-et-salumeria"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-344.3685382418138" y="1252.6965189114421"/> | |
</node> | |
<node id="Furia" label="Furia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/furia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-419.61236196664106" y="552.7193219195655"/> | |
</node> | |
<node id="Orfenor" label="Orfenor"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/orfenor"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="212.48649743355256" y="1553.1093727627704"/> | |
</node> | |
<node id="Chez Paul & Tout" label="Chez Paul & Tout"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-paul-tout"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1623.848997436758" y="-586.6916418446085"/> | |
</node> | |
<node id="Tandem" label="Tandem"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tandem"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="243.66670460807916" y="-713.7148145858193"/> | |
</node> | |
<node id="Pavillon Ledoyen" label="Pavillon Ledoyen"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1096.4402428471708" y="1264.1595187191472"/> | |
</node> | |
<node id="Rond" label="Rond"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-rond-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-975.3493747609186" y="-425.7785023786182"/> | |
</node> | |
<node id="Le Tigre" label="Le Tigre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2145.8493365560494" y="-160.72775761244657"/> | |
</node> | |
<node id="L’Auberge du Château" label="L’Auberge du Château"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1657.5104853322193" y="381.7807528981533"/> | |
</node> | |
<node id="Giovanni Passerini" label="Giovanni Passerini"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="406.36878309066833" y="1272.2056761761492"/> | |
</node> | |
<node id="Quel Bon Vin T'Amène" label="Quel Bon Vin T'Amène"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/quel-bon-vin-tamene"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="550.3208106061259" y="218.83429076016657"/> | |
</node> | |
<node id="Overvloed" label="Overvloed"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1421.0430078324448" y="-970.0253452510997"/> | |
</node> | |
<node id="Hely" label="Hely"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hely"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1511.1411040160099" y="-582.7215446770095"/> | |
</node> | |
<node id="Camas-Sutra" label="Camas-Sutra"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/camas-sutra"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="594.8498535776047" y="-580.592708814156"/> | |
</node> | |
<node id="Taberna Bask" label="Taberna Bask"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/taberna-bask"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="912.2504906144624" y="-572.1615844097778"/> | |
</node> | |
<node id="Le Garriane" label="Le Garriane"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-garriane-perpignan-13"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-232.1073545544635" y="1677.674312367952"/> | |
</node> | |
<node id="Barbiche" label="Barbiche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-215.69709994600967" y="1838.6748420936244"/> | |
</node> | |
<node id="Boavista Social Club" label="Boavista Social Club"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1228.5976779435007" y="1333.167919442956"/> | |
</node> | |
<node id="Oiseau Blanc" label="Oiseau Blanc"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1164.6972654628557" y="792.260926297721"/> | |
</node> | |
<node id="Toraya" label="Toraya"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-toraya-paris-13"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-55.417230715578285" y="748.1658976216423"/> | |
</node> | |
<node id="Le Ciel de Rennes" label="Le Ciel de Rennes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1469.404522470661" y="-75.06857213077672"/> | |
</node> | |
<node id="Nuance" label="Nuance"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nuance"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-817.2178929302253" y="-534.9846700241341"/> | |
</node> | |
<node id="Vecchio" label="Vecchio"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/vecchio"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="320.52397947069664" y="-467.00249202040516"/> | |
</node> | |
<node id="Chai Vincent" label="Chai Vincent"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="925.400917075219" y="-950.2158607950603"/> | |
</node> | |
<node id="Vantre" label="Vantre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-vantre-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1340.2064430978653" y="1582.6115429218794"/> | |
</node> | |
<node id="Friture René" label="Friture René"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/friture-rene"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="1575.8372947383102" y="-1003.6738937254688"/> | |
</node> | |
<node id="Georges" label="Georges"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/georges"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="526.90940391741" y="2021.7179584060764"/> | |
</node> | |
<node id="Carøe" label="Carøe"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="368.383782496723" y="-48.750194243768334"/> | |
</node> | |
<node id="Georges Blanc" label="Georges Blanc"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-686.0702103008085" y="-829.4728392322386"/> | |
</node> | |
<node id="Pré Galoffre" label="Pré Galoffre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2196.4777357908974" y="109.22106187134882"/> | |
</node> | |
<node id="Au Vieux Port" label="Au Vieux Port"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/au-vieux-port"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-113.0787793160579" y="-605.6504859014856"/> | |
</node> | |
<node id="restaurant à Iwate" label="restaurant à Iwate"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-857.2004670768322" y="-452.8080752959168"/> | |
</node> | |
<node id="Anema" label="Anema"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/anema"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-410.1996696509224" y="339.8261588537216"/> | |
</node> | |
<node id="Clown Bar" label="Clown Bar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1215.1051218326638" y="1235.2941733446278"/> | |
</node> | |
<node id="CopperBay" label="CopperBay"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1197.2273014652933" y="-744.7223569194401"/> | |
</node> | |
<node id="Winery Brugmann" label="Winery Brugmann"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="363.18321651727933" y="701.7404054634173"/> | |
</node> | |
<node id="Kokoro" label="Kokoro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="126.79247637634947" y="-1111.9631090869095"/> | |
</node> | |
<node id="Ajiyoshi" label="Ajiyoshi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ajiyoshi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="787.8984800140124" y="2161.802246157821"/> | |
</node> | |
<node id="Gribiche" label="Gribiche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/gribiche"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-960.9156115724422" y="67.83940944573362"/> | |
</node> | |
<node id="Pulpe" label="Pulpe"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pulpe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="78.46236731893843" y="1021.6484091826308"/> | |
</node> | |
<node id="Caffè al Dente" label="Caffè al Dente"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1419.989533405715" y="110.21866357259634"/> | |
</node> | |
<node id="Sapnà" label="Sapnà"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-sapna-lyon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1972.8196545148535" y="653.8200627250865"/> | |
</node> | |
<node id="Lolo Bistro" label="Lolo Bistro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="678.6132241276811" y="-374.11299271750414"/> | |
</node> | |
<node id="Café des Épices" label="Café des Épices"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1566.8716844231215" y="260.41301896646564"/> | |
</node> | |
<node id="Cocotte" label="Cocotte"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cocotte"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-852.5141724624796" y="1430.7687914839616"/> | |
</node> | |
<node id="Opéra Zoizo" label="Opéra Zoizo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1402.668368496756" y="1687.8829024866836"/> | |
</node> | |
<node id="Le Ponton" label="Le Ponton"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-ponton"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="749.4580533008412" y="1945.4442683686989"/> | |
</node> | |
<node id="Pois Chiche" label="Pois Chiche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pois-chiche"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-506.5475622391832" y="640.5467033014327"/> | |
</node> | |
<node id="Les Filles" label="Les Filles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-824.9475343687056" y="-313.6275747851555"/> | |
</node> | |
<node id="Slow Rood" label="Slow Rood"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-879.9549405514836" y="1004.4176686002975"/> | |
</node> | |
<node id="Pépite" label="Pépite"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pepite"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="347.75028671564394" y="1743.7058013784158"/> | |
</node> | |
<node id="Ola" label="Ola"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ola"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-642.031922077792" y="1365.5103609185296"/> | |
</node> | |
<node id="Kyo Sushi" label="Kyo Sushi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-201.388848287236" y="214.60593416783593"/> | |
</node> | |
<node id="Chez Taeko" label="Chez Taeko"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-taeko-paris-17"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1451.8691747760254" y="-247.54890826894984"/> | |
</node> | |
<node id="Plume" label="Plume"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-plume-paris-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-105.71791194103938" y="486.989255874573"/> | |
</node> | |
<node id="Menkicchi" label="Menkicchi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-menkicchi-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1406.2323146476572" y="1192.870735436728"/> | |
</node> | |
<node id="Coquillages Bouchet" label="Coquillages Bouchet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/coquillages-bouchet"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-697.5536100049221" y="-474.8871936037368"/> | |
</node> | |
<node id="Black Axe Mangal" label="Black Axe Mangal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="700.1282765429354" y="1202.5956011320775"/> | |
</node> | |
<node id="Banh mi 88" label="Banh mi 88"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/banh-mi-88"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2145.65615305787" y="956.3099638643419"/> | |
</node> | |
<node id="Pristine" label="Pristine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pristine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-253.33280356504233" y="-93.59486526528849"/> | |
</node> | |
<node id="Garopapilles" label="Garopapilles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1504.2771226600219" y="1046.8286211175955"/> | |
</node> | |
<node id="Blueberry" label="Blueberry"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-blueberry-paris-8"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1897.1636253320196" y="428.95612542823875"/> | |
</node> | |
<node id="Les Rigoles" label="Les Rigoles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-rigoles"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="731.2556769466529" y="-772.5236046035948"/> | |
</node> | |
<node id="In't Spinnekopke" label="In't Spinnekopke"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/int-spinnekopke"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-14.785419250601137" y="930.8311877070785"/> | |
</node> | |
<node id="Cancale" label="Cancale"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-657.2268393943958" y="122.16331898275843"/> | |
</node> | |
<node id="San Francisco" label="San Francisco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-536.6549492939811" y="-958.6906000918871"/> | |
</node> | |
<node id="Humus" label="Humus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1698.9633521381802" y="720.3254551979305"/> | |
</node> | |
<node id="Osma" label="Osma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/osma"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-121.96719117958926" y="-793.6834729222967"/> | |
</node> | |
<node id="Kamo" label="Kamo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kamo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="675.1631197006465" y="-378.6763019276594"/> | |
</node> | |
<node id="Ippudo" label="Ippudo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ippudo-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="706.088582784292" y="-452.52797492037354"/> | |
</node> | |
<node id="Bibendum" label="Bibendum"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-798.7554553421999" y="1159.3390059870273"/> | |
</node> | |
<node id="Anima" label="Anima"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-anima-paris-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="46.461111021105374" y="978.4445634877698"/> | |
</node> | |
<node id="Domaine Chiroulet" label="Domaine Chiroulet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1350.4714414406744" y="1644.210704134682"/> | |
</node> | |
<node id="La Cantinetta" label="La Cantinetta"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-cantinetta"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-258.99633601384403" y="-510.1744675845234"/> | |
</node> | |
<node id="Antidote" label="Antidote"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1045.2244693373673" y="1330.6529561845914"/> | |
</node> | |
<node id="Achille" label="Achille"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/achille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="513.6050693751941" y="-728.2997043691676"/> | |
</node> | |
<node id="Flonflon à Paris" label="Flonflon à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="179.04296719532604" y="-1021.7289617599918"/> | |
</node> | |
<node id="Bistrot des Cristalliers" label="Bistrot des Cristalliers"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bistrot-des-cristalliers"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-542.2147180127281" y="-672.9960580737002"/> | |
</node> | |
<node id="Early June" label="Early June"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-early-june-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-983.9964781167599" y="459.18580223851325"/> | |
</node> | |
<node id="Canon Canon" label="Canon Canon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1520.9599885780647" y="-738.4273230967497"/> | |
</node> | |
<node id="Jimmyz" label="Jimmyz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="427.92609233765256" y="773.2340164843524"/> | |
</node> | |
<node id="Sergent Recruteur" label="Sergent Recruteur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-170.0402126434419" y="704.3092526372385"/> | |
</node> | |
<node id="El Xadic del Mar" label="El Xadic del Mar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-el-xadic-del-mar-banyuls-sur-mer-13"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="76.31235025444857" y="-761.2666194455898"/> | |
</node> | |
<node id="Rouge" label="Rouge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/rouge-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="252.56879895001396" y="1451.9964097807501"/> | |
</node> | |
<node id="Armada" label="Armada"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/armada"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-142.71636832717468" y="-163.13212297313004"/> | |
</node> | |
<node id="Bon Bon" label="Bon Bon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="117.50214825615164" y="-241.9429014419313"/> | |
</node> | |
<node id="Maison Sota" label="Maison Sota"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-517.8796973350223" y="1434.2188336762588"/> | |
</node> | |
<node id="Gido" label="Gido"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/gido"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1029.789287786284" y="-1173.9726114896616"/> | |
</node> | |
<node id="Klok" label="Klok"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/klok"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1099.9927391564815" y="-117.59201531291436"/> | |
</node> | |
<node id="Les Agitateurs" label="Les Agitateurs"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-agitateurs-nice"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-514.5165508399546" y="1550.8936268069926"/> | |
</node> | |
<node id="Louve" label="Louve"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1256.165330097603" y="1466.7496727838707"/> | |
</node> | |
<node id="Living Room" label="Living Room"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1466.4197666664497" y="-1003.1312085934795"/> | |
</node> | |
<node id="Café Bras" label="Café Bras"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-bras"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1137.7058932214977" y="449.92206726009056"/> | |
</node> | |
<node id="Perruche" label="Perruche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/perruche"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="418.2995655653356" y="-950.5726441508106"/> | |
</node> | |
<node id="La Petite Ourse" label="La Petite Ourse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-petite-ourse-rennes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1432.1351928524134" y="-248.89282347108897"/> | |
</node> | |
<node id="Sept à Huître" label="Sept à Huître"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sept-a-huitre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1005.2398758188835" y="1050.8893355823616"/> | |
</node> | |
<node id="Grand Maison" label="Grand Maison"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/grand-maison"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-546.7423804146542" y="1121.27930417124"/> | |
</node> | |
<node id="Les Jardins de la Matz" label="Les Jardins de la Matz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-jardins-de-la-matz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="224.17895170457814" y="1479.0818731572008"/> | |
</node> | |
<node id="Amass" label="Amass"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-75.36600044989828" y="1911.9785587687913"/> | |
</node> | |
<node id="Le Bistrot Lucien" label="Le Bistrot Lucien"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-bistrot-lucien-gevrey-chambertin-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="422.60876371198907" y="1245.6324857154495"/> | |
</node> | |
<node id="Caractère de Cochon" label="Caractère de Cochon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-caractere-de-cochon-paris-5"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-42.02328900945241" y="1771.6619766188007"/> | |
</node> | |
<node id="Es/pacio" label="Es/pacio"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/es-pacio"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-26.49392898035725" y="925.9533244045375"/> | |
</node> | |
<node id="Mamaona" label="Mamaona"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1340.5534932495843" y="892.6465277821973"/> | |
</node> | |
<node id="Beef Club" label="Beef Club"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1136.203197831613" y="-124.66665956178639"/> | |
</node> | |
<node id="Chez Pépé Nicolas" label="Chez Pépé Nicolas"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-pepe-nicolas-val-thorens-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="593.1427721335845" y="-971.7243810103453"/> | |
</node> | |
<node id="Cagette" label="Cagette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cagette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1076.7282879775835" y="636.0103866644962"/> | |
</node> | |
<node id="Caos" label="Caos"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/caos"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="345.1276602017339" y="-622.4504171579246"/> | |
</node> | |
<node id="Le Flores" label="Le Flores"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-flores"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-107.77663891307284" y="-1006.0122632398306"/> | |
</node> | |
<node id="Les Jours de Damas" label="Les Jours de Damas"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-jours-de-damas"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-587.0101229122747" y="-1153.500211201784"/> | |
</node> | |
<node id="Fondation Azzedine Alaïa" label="Fondation Azzedine Alaïa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-266.56738805326637" y="1835.620419538151"/> | |
</node> | |
<node id="Dame Jane" label="Dame Jane"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1748.9846670840884" y="477.828772738997"/> | |
</node> | |
<node id="La Plage d’Amée" label="La Plage d’Amée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-581.3753156425778" y="981.2814184604573"/> | |
</node> | |
<node id="Marrow" label="Marrow"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1082.7640813093412" y="-3.583582977845957"/> | |
</node> | |
<node id="Juveniles" label="Juveniles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-juveniles-paris-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1033.7256987488915" y="686.7626651156123"/> | |
</node> | |
<node id="Bobby" label="Bobby"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bobby"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1611.9947928678414" y="-775.7646743231031"/> | |
</node> | |
<node id="El Taco Olímpico" label="El Taco Olímpico"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1610.024303598522" y="144.0646055569227"/> | |
</node> | |
<node id="Ko ishi" label="Ko ishi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ko-ishi-marseille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1702.5170986052508" y="1450.3440226212242"/> | |
</node> | |
<node id="Pickles à Nantes" label="Pickles à Nantes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1143.1250962938416" y="1165.6125258899804"/> | |
</node> | |
<node id="Le Bistrot des Serruriers" label="Le Bistrot des Serruriers"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-bistrot-des-serruriers"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="767.6253170803519" y="-1107.5299162808956"/> | |
</node> | |
<node id="Anthony Genovese" label="Anthony Genovese"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-409.894391540268" y="1091.8531824049246"/> | |
</node> | |
<node id="Le Suquet" label="Le Suquet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-234.71631071265486" y="-448.2314555512085"/> | |
</node> | |
<node id="La Mare aux Oiseaux" label="La Mare aux Oiseaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-995.2422511761838" y="1043.7288063553704"/> | |
</node> | |
<node id="Jong-no Samgyetang" label="Jong-no Samgyetang"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-jong-no-samgyetang-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-135.93069750852595" y="-1278.6620568599326"/> | |
</node> | |
<node id="La Cena" label="La Cena"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1214.9770566626453" y="-721.3667144690722"/> | |
</node> | |
<node id="Fulgurances" label="Fulgurances"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-233.44961933709865" y="399.55713620983613"/> | |
</node> | |
<node id="Jamat" label="Jamat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/jamat"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1319.4754814964413" y="861.4162260445265"/> | |
</node> | |
<node id="Nives" label="Nives"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nives"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="627.7291936655663" y="-1197.7363147715546"/> | |
</node> | |
<node id="Rebel à Bruxelles" label="Rebel à Bruxelles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-550.3614416565957" y="-834.3209100372906"/> | |
</node> | |
<node id="À l’Épi d’Or" label="À l’Épi d’Or"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="357.5024087861875" y="772.0855601841508"/> | |
</node> | |
<node id="Ferme et Gourmande" label="Ferme et Gourmande"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-754.5017980416296" y="973.8651546705172"/> | |
</node> | |
<node id="Horiz" label="Horiz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/horiz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-222.91727192808116" y="1225.7370498531345"/> | |
</node> | |
<node id="Naïf" label="Naïf"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/naif"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="902.4801187877521" y="-1181.6260630260258"/> | |
</node> | |
<node id="Brutos" label="Brutos"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-brutos-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1748.3895976602823" y="955.5826805798645"/> | |
</node> | |
<node id="Fogon" label="Fogon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1092.7545864979504" y="262.4212866697787"/> | |
</node> | |
<node id="Place Mage" label="Place Mage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1048.3706377003207" y="469.57162876456397"/> | |
</node> | |
<node id="Alchemist" label="Alchemist"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="199.34123426554044" y="2228.9981614054286"/> | |
</node> | |
<node id="Sugaar" label="Sugaar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sugaar"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="947.983739330568" y="1410.2959540981715"/> | |
</node> | |
<node id="Sept" label="Sept"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1886.628967630816" y="878.4310038762792"/> | |
</node> | |
<node id="Balls" label="Balls"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-962.505207579726" y="121.87941839461551"/> | |
</node> | |
<node id="Mission Chinese Food" label="Mission Chinese Food"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-308.04600404944193" y="-396.7238127301812"/> | |
</node> | |
<node id="La Biscuiterie" label="La Biscuiterie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-biscuiterie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="740.9413207331073" y="-517.2757910320412"/> | |
</node> | |
<node id="Pétrin Couchette" label="Pétrin Couchette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/petrin-couchette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="235.17044040525687" y="869.1268660662599"/> | |
</node> | |
<node id="Le Cambodge" label="Le Cambodge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="704.192977734904" y="-831.3512611983565"/> | |
</node> | |
<node id="Kokoya" label="Kokoya"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-kokoya-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-272.18167987309835" y="1393.8910511660438"/> | |
</node> | |
<node id="Australie" label="Australie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="495.7176565781274" y="-1012.5100466893396"/> | |
</node> | |
<node id="Dabba King" label="Dabba King"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/dabba-king"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="176.8792773510955" y="2190.9500598818927"/> | |
</node> | |
<node id="Lucas Carton" label="Lucas Carton"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-637.7618336648407" y="-776.3661975395296"/> | |
</node> | |
<node id="Agrology" label="Agrology"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-agrology-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-149.87392506227417" y="-700.1627239838476"/> | |
</node> | |
<node id="Old Boy Brasserie" label="Old Boy Brasserie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/old-boy-brasserie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-50.157676900578934" y="918.2890717159796"/> | |
</node> | |
<node id="Drouant" label="Drouant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="563.7927502687628" y="-1362.6740901662984"/> | |
</node> | |
<node id="Au Nouveau Nez" label="Au Nouveau Nez"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-au-nouveau-nez-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-719.4497060065012" y="-542.4086145956348"/> | |
</node> | |
<node id="Vrijmoed" label="Vrijmoed"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="94.28731170962247" y="-577.6840805733116"/> | |
</node> | |
<node id="Melt" label="Melt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1454.2100393613186" y="-894.5677827286687"/> | |
</node> | |
<node id="Carabasse" label="Carabasse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-carabasse-beaulieu-5"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-644.9991324826375" y="1542.4769865155426"/> | |
</node> | |
<node id="Circé" label="Circé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/circe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="1209.9424448591496" y="-67.68937407407424"/> | |
</node> | |
<node id="Fitzcaraldo" label="Fitzcaraldo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fitzcaraldo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-336.98698799746376" y="565.140030823786"/> | |
</node> | |
<node id="Carousel" label="Carousel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1375.0908292924942" y="-761.2403194884814"/> | |
</node> | |
<node id="L’Écrin" label="L’Écrin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-526.2351426198016" y="-930.6677528985695"/> | |
</node> | |
<node id="La Cabane à Huîtres" label="La Cabane à Huîtres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-cabane-a-huitres"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-216.9448237513637" y="1428.4077256541336"/> | |
</node> | |
<node id="La Famille" label="La Famille"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-famille-uzes-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="334.8626670496089" y="1064.790495275999"/> | |
</node> | |
<node id="Round" label="Round"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/round"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1377.399873118827" y="1584.54034176312"/> | |
</node> | |
<node id="Nüetnigenough" label="Nüetnigenough"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nuetnigenough"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-391.71968685949514" y="162.3213582920228"/> | |
</node> | |
<node id="Bocata" label="Bocata"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bocata"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-444.3171409071765" y="1211.001254664879"/> | |
</node> | |
<node id="Le Bec du Coq" label="Le Bec du Coq"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-bec-du-coq-marseille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-515.8507811037982" y="-1240.3507517046892"/> | |
</node> | |
<node id="Le Cinq" label="Le Cinq"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-514.6295461994744" y="-16.941738194959186"/> | |
</node> | |
<node id="T'Xuan" label="T'Xuan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/txuan"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1763.8221152875624" y="721.7598181251453"/> | |
</node> | |
<node id="Café Singuliers" label="Café Singuliers"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-singuliers"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-831.7796917333033" y="-942.6012337739751"/> | |
</node> | |
<node id="Onaka" label="Onaka"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/onaka"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1043.0801219050077" y="-941.8663995586703"/> | |
</node> | |
<node id="Les Saveurs de Yamada" label="Les Saveurs de Yamada"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-saveurs-de-yamada"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="182.31852797341537" y="-664.0799382967568"/> | |
</node> | |
<node id="Guillaume Grasso, La vera pizza napoletana" label="Guillaume Grasso, La vera pizza napoletana"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-guillaume-grasso-la-vera-pizza-napoletana-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1966.0681192019258" y="-3.0077593268913745"/> | |
</node> | |
<node id="Coppia" label="Coppia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/coppia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="776.5822641736504" y="1296.9431532702647"/> | |
</node> | |
<node id="Wanderlust" label="Wanderlust"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="362.26454255865485" y="-718.1360821696685"/> | |
</node> | |
<node id="Comme chez Soi" label="Comme chez Soi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="85.71107997803199" y="1307.0305623599377"/> | |
</node> | |
<node id="Takara" label="Takara"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1277.7546989388975" y="1089.1329488046981"/> | |
</node> | |
<node id="Petit Cuistot" label="Petit Cuistot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-412.45148579285615" y="-0.5924215419786947"/> | |
</node> | |
<node id="Bistrot Cocagne" label="Bistrot Cocagne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1763.6622553457773" y="1042.7243419836052"/> | |
</node> | |
<node id="Chocho" label="Chocho"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chocho-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="79.36011867942449" y="-1061.8220450209542"/> | |
</node> | |
<node id="Le Vert Mont" label="Le Vert Mont"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1238.6338205580237" y="-809.7980303329603"/> | |
</node> | |
<node id="Constant" label="Constant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="7.317663275902156" y="876.3008077484048"/> | |
</node> | |
<node id="Lao Siam" label="Lao Siam"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-lao-siam-paris-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-886.0340361125303" y="-735.6287340445224"/> | |
</node> | |
<node id="Santa Rosalia" label="Santa Rosalia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-santa-rosalia-toulon-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-236.67461988899726" y="-895.621404425661"/> | |
</node> | |
<node id="Elmer" label="Elmer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-elmer-paris-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-304.96150031832553" y="82.38165159665088"/> | |
</node> | |
<node id="Le Rocher de la Vierge" label="Le Rocher de la Vierge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-rocher-de-la-vierge-toulouse"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="508.93296475867743" y="-1255.8786082846648"/> | |
</node> | |
<node id="restaurant des anciens proprios Chang Chen Ho" label="restaurant des anciens proprios Chang Chen Ho"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2172.355889027631" y="291.93626215853294"/> | |
</node> | |
<node id="Chanceux Galande" label="Chanceux Galande"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chanceux-galande"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-701.969280169788" y="-170.73677254775527"/> | |
</node> | |
<node id="Spot Palace" label="Spot Palace"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/spot-palace"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1534.5360619815385" y="-496.40405115901535"/> | |
</node> | |
<node id="Le Coquillage" label="Le Coquillage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-coquillage-saint-meloir-des-ondes-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-60.1113925105992" y="611.2032714927143"/> | |
</node> | |
<node id="Kapé" label="Kapé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kape"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-432.6322958569018" y="373.5081401412378"/> | |
</node> | |
<node id="Les Trois Parcelles" label="Les Trois Parcelles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="570.707761471089" y="-1147.9364797604057"/> | |
</node> | |
<node id="Café Les Deux Gares" label="Café Les Deux Gares"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-cafe-les-deux-gares-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1571.1489537784767" y="1117.5402437997814"/> | |
</node> | |
<node id="Coprin" label="Coprin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/coprin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="147.09115063272398" y="-1158.9323172124477"/> | |
</node> | |
<node id="Altro Frenchie" label="Altro Frenchie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/altro-frenchie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="902.9062135594219" y="-1073.2865783389252"/> | |
</node> | |
<node id="Le Loup Blanc" label="Le Loup Blanc"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-loup-blanc"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-919.4297899815089" y="-937.2278527391938"/> | |
</node> | |
<node id="Miam" label="Miam"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-281.51946319203876" y="-583.5689283775221"/> | |
</node> | |
<node id="L'Archeste" label="L'Archeste"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-l-archeste-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1362.3593832470842" y="733.6929600901058"/> | |
</node> | |
<node id="Bistrot Mentin" label="Bistrot Mentin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bistrot-mentin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="411.1232194432054" y="1907.3636364793033"/> | |
</node> | |
<node id="La Ciucciarella" label="La Ciucciarella"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-ciucciarella-galeria"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="741.2888873814769" y="2090.5755067754853"/> | |
</node> | |
<node id="Elbow Lunch Counter" label="Elbow Lunch Counter"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/elbow-lunch-counter"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1172.2370431318232" y="197.9537478135804"/> | |
</node> | |
<node id="Comptoir à manger" label="Comptoir à manger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="249.38203167864967" y="545.1838266340792"/> | |
</node> | |
<node id="Aux bons vivres" label="Aux bons vivres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/aux-bons-vivres"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1607.4470842556952" y="-736.4716936085376"/> | |
</node> | |
<node id="Pho Diem Xuan" label="Pho Diem Xuan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pho-diem-xuan"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2108.5831233864546" y="-608.1448393072906"/> | |
</node> | |
<node id="Deux Amis" label="Deux Amis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1260.5548033024713" y="152.0595445206626"/> | |
</node> | |
<node id="Bar Vendôme" label="Bar Vendôme"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-431.49691943841935" y="1528.916434138906"/> | |
</node> | |
<node id="Dame Jeanne" label="Dame Jeanne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/dame-jeanne"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="412.2806981923103" y="-155.63239502026582"/> | |
</node> | |
<node id="Mercato" label="Mercato"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mercato"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="802.5437443925936" y="-817.0282277166093"/> | |
</node> | |
<node id="Friko" label="Friko"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/friko"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1185.9783006852872" y="578.6618652188968"/> | |
</node> | |
<node id="Amaro" label="Amaro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/amaro"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="210.8080230419809" y="-1319.1343092109742"/> | |
</node> | |
<node id="Chez Rosette" label="Chez Rosette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-rosette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1114.5079640604201" y="366.9079453059713"/> | |
</node> | |
<node id="Mina" label="Mina"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-934.7314739925763" y="-88.89956668803066"/> | |
</node> | |
<node id="Tatar" label="Tatar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tatar"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1563.8506979370993" y="-457.90430238814344"/> | |
</node> | |
<node id="Café Circus" label="Café Circus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-circus"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-269.56167062773886" y="1096.360728788047"/> | |
</node> | |
<node id="Auprès du clocher" label="Auprès du clocher"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/aupres-du-clocher"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="517.1177990068389" y="-359.25406995511224"/> | |
</node> | |
<node id="Chëf" label="Chëf"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chef"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1236.5723970602414" y="1594.3288039435124"/> | |
</node> | |
<node id="Màs Eatery" label="Màs Eatery"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mas-eatery"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="2027.0703411599627" y="1259.4442527973874"/> | |
</node> | |
<node id="restaurant coquin" label="restaurant coquin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="159.3894864901584" y="-896.4673095387781"/> | |
</node> | |
<node id="Chardenoux" label="Chardenoux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-829.4405973791036" y="1436.03932179518"/> | |
</node> | |
<node id="Les Huîtres de Trousse-Chemise" label="Les Huîtres de Trousse-Chemise"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-huitres-de-trousse-chemise-les-portes-en-re-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1438.108217932432" y="0.07096083769170747"/> | |
</node> | |
<node id="Chevallot" label="Chevallot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="273.9967369084791" y="1296.3586241007156"/> | |
</node> | |
<node id="Faubourg Daimant" label="Faubourg Daimant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/faubourg-daimant"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="593.7110306946686" y="-758.2163982203908"/> | |
</node> | |
<node id="VRR" label="VRR"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-149.96580979554847" y="-885.224389911164"/> | |
</node> | |
<node id="L'Epicerie au Bon Manger" label="L'Epicerie au Bon Manger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-l-epicerie-au-bon-manger-reims-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="493.8534709704842" y="-560.2806744039586"/> | |
</node> | |
<node id="Pilgrim" label="Pilgrim"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1429.5563317660506" y="1104.4744285779414"/> | |
</node> | |
<node id="Halles Auberge" label="Halles Auberge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-halles-auberge-nimes-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1255.738709199954" y="179.40024176595895"/> | |
</node> | |
<node id="La Table de Megumi" label="La Table de Megumi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-table-de-megumi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2028.2933348407819" y="-313.5845848444843"/> | |
</node> | |
<node id="Roseaux" label="Roseaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="706.3719671415851" y="-992.7010213908868"/> | |
</node> | |
<node id="La Virée" label="La Virée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-viree"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1710.7764807589942" y="-633.083736245826"/> | |
</node> | |
<node id="Korail" label="Korail"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-799.4821703339226" y="1157.0265652288404"/> | |
</node> | |
<node id="Guzzi" label="Guzzi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/guzzi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="550.5292918581601" y="827.5098201602182"/> | |
</node> | |
<node id="Rococo" label="Rococo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1153.1015105017525" y="-1261.3888588128796"/> | |
</node> | |
<node id="restaurant de ses parents" label="restaurant de ses parents"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1356.2299693403074" y="1037.9144909564438"/> | |
</node> | |
<node id="Goosse" label="Goosse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="412.8753837383883" y="2045.712666688702"/> | |
</node> | |
<node id="Le Grand Bain" label="Le Grand Bain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-grand-bain-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-490.8353440087996" y="41.98810217539466"/> | |
</node> | |
<node id="De Ganzerik" label="De Ganzerik"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/de-ganzerik"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1247.8717487782799" y="-676.973333494065"/> | |
</node> | |
<node id="La Table de Mamane" label="La Table de Mamane"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-table-de-mamane"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="65.77791919422683" y="2308.888276378032"/> | |
</node> | |
<node id="Chambre noire" label="Chambre noire"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-922.8534805176479" y="175.15806126443212"/> | |
</node> | |
<node id="Riviera à Paris" label="Riviera à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="5.087770735992535" y="383.68103997472474"/> | |
</node> | |
<node id="Onassis" label="Onassis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/onassis"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="127.1359948380925" y="1596.5462209303876"/> | |
</node> | |
<node id="Paulette à Bicyclette" label="Paulette à Bicyclette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/paulette-a-bicyclette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-9.069587392242113" y="-484.6924304723541"/> | |
</node> | |
<node id="Aulis" label="Aulis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1366.0781656926301" y="442.8764456019635"/> | |
</node> | |
<node id="Chéri Bibi" label="Chéri Bibi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="255.81919885802571" y="-667.7742911242104"/> | |
</node> | |
<node id="CRU" label="CRU"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cru"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1454.1731481180068" y="372.64324305234936"/> | |
</node> | |
<node id="Le Doyenné à Saint-Vrain" label="Le Doyenné à Saint-Vrain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2092.310004810635" y="-103.8407509542028"/> | |
</node> | |
<node id="La 5e Saison" label="La 5e Saison"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1203.9842307189263" y="-0.5505434856481735"/> | |
</node> | |
<node id="Jean-sur-Mer Harbor Café" label="Jean-sur-Mer Harbor Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/jean-sur-mer-harbor-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-792.7373192367398" y="-677.3338583337376"/> | |
</node> | |
<node id="Café Bellot" label="Café Bellot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-bellot"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-626.6052835979118" y="1470.3591232604526"/> | |
</node> | |
<node id="Drie Riders" label="Drie Riders"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-178.35121364518275" y="630.4532323253842"/> | |
</node> | |
<node id="Strofilia" label="Strofilia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/strofilia-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-648.3428655339212" y="-662.9296574121752"/> | |
</node> | |
<node id="Rock Fort" label="Rock Fort"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/rock-fort"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-139.018513449952" y="1793.7430220092544"/> | |
</node> | |
<node id="ostréiculture bretonne" label="ostréiculture bretonne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1010.3569105846797" y="1378.5133544327814"/> | |
</node> | |
<node id="Akrame Benallal" label="Akrame Benallal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="101.22647983404934" y="1914.0168152930705"/> | |
</node> | |
<node id="The Hood" label="The Hood"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/the-hood"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-991.4102821011487" y="-131.49386763417334"/> | |
</node> | |
<node id="Le Cheval d’Or" label="Le Cheval d’Or"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cheval-dor"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="785.8015276542892" y="939.0335912671508"/> | |
</node> | |
<node id="Manoir de Surville" label="Manoir de Surville"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2022.145865467894" y="-247.90034106958873"/> | |
</node> | |
<node id="Gang of Food" label="Gang of Food"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-105.12651962982477" y="1756.0186212836093"/> | |
</node> | |
<node id="Laurent" label="Laurent"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="25"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="25"/> | |
<viz:position x="107.38062229899586" y="553.0022309895951"/> | |
</node> | |
<node id="Frenchie" label="Frenchie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-frenchie-paris-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="-70.79700994532737" y="702.1230715531944"/> | |
</node> | |
<node id="Mala Boom" label="Mala Boom"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mala-boom"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1211.698857849225" y="-416.06677912288785"/> | |
</node> | |
<node id="La Dilletante" label="La Dilletante"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1616.988091204484" y="-171.80797146824997"/> | |
</node> | |
<node id="L'Épicurien" label="L'Épicurien"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-l-epicurien-colmar-13"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1154.7348481444978" y="-891.99792155466"/> | |
</node> | |
<node id="Parapluie" label="Parapluie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1196.4127452634832" y="656.3545884843189"/> | |
</node> | |
<node id="Baby Smash Burger" label="Baby Smash Burger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/baby-smash-burger"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1163.2008214993461" y="1636.113360380702"/> | |
</node> | |
<node id="Leclère" label="Leclère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/leclere"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-926.8226710837885" y="1295.0098700216543"/> | |
</node> | |
<node id="Thierry Schwartz" label="Thierry Schwartz"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/thierry-schwartz"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="712.5147792584394" y="1286.5252096559711"/> | |
</node> | |
<node id="Camion" label="Camion"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/camion"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-915.5455766041373" y="1265.3836137732749"/> | |
</node> | |
<node id="Chez Pia" label="Chez Pia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-pia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="541.6374027898844" y="-714.0076817289139"/> | |
</node> | |
<node id="L’Épuisette" label="L’Épuisette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-801.862024137309" y="-128.982348712084"/> | |
</node> | |
<node id="Casimir" label="Casimir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/casimir"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-81.89771431330584" y="628.3633336180645"/> | |
</node> | |
<node id="Pescadoras" label="Pescadoras"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pescadoras"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-182.7683268764502" y="1512.4375731523994"/> | |
</node> | |
<node id="Les Amoureux" label="Les Amoureux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-amoureux-nice-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-449.2204005708778" y="-985.6062576108604"/> | |
</node> | |
<node id="Toya" label="Toya"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="786.220925819461" y="-1310.328779475507"/> | |
</node> | |
<node id="Azerole" label="Azerole"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1703.3645451385462" y="-371.3828362700314"/> | |
</node> | |
<node id="La Vierge" label="La Vierge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="590.5597650493851" y="31.77325055184545"/> | |
</node> | |
<node id="Likoké" label="Likoké"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-likoke-les-vans-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-253.81055390894323" y="1648.4252321346742"/> | |
</node> | |
<node id="Sain à Nantes" label="Sain à Nantes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="29.67053019487171" y="-959.8404641165939"/> | |
</node> | |
<node id="Cécile Food Club" label="Cécile Food Club"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1078.7522673203132" y="803.013689466081"/> | |
</node> | |
<node id="Café Raisin" label="Café Raisin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-raisin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-912.1330813477803" y="981.056935524962"/> | |
</node> | |
<node id="Monsieur Kim" label="Monsieur Kim"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/monsieur-kim"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="516.9103074366052" y="1693.8886649735468"/> | |
</node> | |
<node id="Braise" label="Braise"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-braise-montpellier"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-247.1960260816944" y="1413.0762033919707"/> | |
</node> | |
<node id="Savage" label="Savage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/savage"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-926.7873014165657" y="-285.0578143345576"/> | |
</node> | |
<node id="Guillaume Monjuré" label="Guillaume Monjuré"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-891.3152971359207" y="416.2160909356413"/> | |
</node> | |
<node id="Hando Vendôme" label="Hando Vendôme"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hando-vendome"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="480.694653083822" y="972.4868776939891"/> | |
</node> | |
<node id="Liquiderie Bar" label="Liquiderie Bar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-liquiderie-bar-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-883.9889906553024" y="1224.1777148454526"/> | |
</node> | |
<node id="Chateaubriand" label="Chateaubriand"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="454.68811325799334" y="356.0814955163822"/> | |
</node> | |
<node id="Oliviera" label="Oliviera"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-oliviera-nice-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-921.2725205539643" y="857.7136435027617"/> | |
</node> | |
<node id="Maison Aribert" label="Maison Aribert"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-maison-aribert-saint-martin-d-uriage"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="239.8889939577831" y="-436.12998249094994"/> | |
</node> | |
<node id="com’" label="com’"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1126.0423630975508" y="-448.94605548077254"/> | |
</node> | |
<node id="Café Corbon" label="Café Corbon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-corbon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-247.08724260588593" y="-165.66098371858146"/> | |
</node> | |
<node id="Brigand" label="Brigand"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bistrot-brigand"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="707.9542891909686" y="-1203.1890464815276"/> | |
</node> | |
<node id="Richer" label="Richer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-816.7627103662061" y="-327.66961969475744"/> | |
</node> | |
<node id="La Chabotterie" label="La Chabotterie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1510.2577515682342" y="894.3133446008341"/> | |
</node> | |
<node id="Arrikiiati" label="Arrikiiati"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/arrikiiati"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-77.25631145384664" y="1451.879187016009"/> | |
</node> | |
<node id="Ravigote" label="Ravigote"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ravigote-lyon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1781.9608156206198" y="120.77974103589167"/> | |
</node> | |
<node id="Paté Paté" label="Paté Paté"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-917.6735277923935" y="330.345213283231"/> | |
</node> | |
<node id="Amour" label="Amour"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/amour"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1528.5830845331013" y="1356.5595119797588"/> | |
</node> | |
<node id="Lolo" label="Lolo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-587.26646133705" y="1009.5656180629487"/> | |
</node> | |
<node id="Ripailles" label="Ripailles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ripailles-brest"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1998.7175876310682" y="149.0024765679046"/> | |
</node> | |
<node id="La Ola" label="La Ola"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-ola"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1013.3644013643002" y="1940.2803280266417"/> | |
</node> | |
<node id="La Grande-Motte" label="La Grande-Motte"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-514.0864894884492" y="277.03743053880544"/> | |
</node> | |
<node id="Ǔ" label="Ǔ"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/u"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="707.8944182203797" y="-864.6843445382965"/> | |
</node> | |
<node id="L'Ossau" label="L'Ossau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lossau"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1606.2887209292355" y="887.8911319192018"/> | |
</node> | |
<node id="Crème" label="Crème"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1705.7644123234334" y="-152.41398780114957"/> | |
</node> | |
<node id="Razzia" label="Razzia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/razzia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1541.5649876969505" y="1391.7800169596555"/> | |
</node> | |
<node id="L'Altitude" label="L'Altitude"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/laltitude"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1013.498266037524" y="872.2146629346104"/> | |
</node> | |
<node id="Mok" label="Mok"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="752.5665515639073" y="-197.42136923423828"/> | |
</node> | |
<node id="Angleterre" label="Angleterre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1717.418636170415" y="1290.4108294383013"/> | |
</node> | |
<node id="Les Mots et le Ciel" label="Les Mots et le Ciel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-mots-et-le-ciel"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="620.241265876152" y="-1279.8305664311783"/> | |
</node> | |
<node id="Diu Biban" label="Diu Biban"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/diu-biban"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="312.05892410356654" y="702.4325616457552"/> | |
</node> | |
<node id="caviste à Montpellier" label="caviste à Montpellier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1111.1179645835864" y="964.7004455064981"/> | |
</node> | |
<node id="El Nopal" label="El Nopal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1651.7936291041096" y="438.6045254276362"/> | |
</node> | |
<node id="Prosper et Fortunée" label="Prosper et Fortunée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-prosper-et-fortunee-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1119.7130379838886" y="-1145.31294462882"/> | |
</node> | |
<node id="Eleven Madison Park" label="Eleven Madison Park"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-83.89526420449403" y="1770.3579469900167"/> | |
</node> | |
<node id="Basile" label="Basile"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/basile"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-707.7695254895111" y="-219.7291162280815"/> | |
</node> | |
<node id="Amigo" label="Amigo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/amigo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-827.4398526474973" y="1350.3401367517386"/> | |
</node> | |
<node id="Mercerie" label="Mercerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="699.0067709585774" y="865.5069602606787"/> | |
</node> | |
<node id="Trouble" label="Trouble"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/trouble"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="992.0191845248022" y="875.7538125783708"/> | |
</node> | |
<node id="L'Espousse" label="L'Espousse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lespousse"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="525.2027097791296" y="768.4976231180115"/> | |
</node> | |
<node id="Freddy’s" label="Freddy’s"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-freddy-s-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="897.925771175592" y="808.7511623993753"/> | |
</node> | |
<node id="Dindon en Laisse" label="Dindon en Laisse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1677.8743192620868" y="-940.5947353336884"/> | |
</node> | |
<node id="Elements" label="Elements"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/elements-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="432.36853601479777" y="116.03989464620861"/> | |
</node> | |
<node id="Shibui" label="Shibui"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-577.0609811694396" y="1527.6014186142938"/> | |
</node> | |
<node id="Lausanne Palace" label="Lausanne Palace"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="177.2898454677314" y="1807.2571343397585"/> | |
</node> | |
<node id="Tintamarre" label="Tintamarre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tintamarre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2140.472644605228" y="-62.867875255351436"/> | |
</node> | |
<node id="La Cantine de Babelville" label="La Cantine de Babelville"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-cantine-de-babelville"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-1096.9696438322514" y="1493.136868793717"/> | |
</node> | |
<node id="Conrad" label="Conrad"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-147.46774045163338" y="-154.46140956336023"/> | |
</node> | |
<node id="Yves Camdeborde" label="Yves Camdeborde"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="628.72041476841" y="1424.4594619330874"/> | |
</node> | |
<node id="Au QG de la Mer" label="Au QG de la Mer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-919.390387844843" y="-624.7488362785593"/> | |
</node> | |
<node id="Ploc" label="Ploc"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ploc"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="655.7200752056591" y="68.52448635180674"/> | |
</node> | |
<node id="Jeanjean" label="Jeanjean"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/jeanjean"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="448.8241654722337" y="1027.3251494566744"/> | |
</node> | |
<node id="L'Horloge du Sud" label="L'Horloge du Sud"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lhorloge-du-sud"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1271.7738899130093" y="1232.465085926"/> | |
</node> | |
<node id="Mamma Roma" label="Mamma Roma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1660.5487855417725" y="-664.774631339395"/> | |
</node> | |
<node id="Biquet Plage" label="Biquet Plage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="906.1073096805753" y="1312.2539727497738"/> | |
</node> | |
<node id="Astrance" label="Astrance"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="29.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/astrance"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="29.285714285714285"/> | |
<viz:position x="922.8180709707858" y="245.45117651845442"/> | |
</node> | |
<node id="Dumbo Petites-Écuries" label="Dumbo Petites-Écuries"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/dumbo-petites-ecuries-meilleur-smash-burger-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-479.1089484254254" y="1448.9933759817054"/> | |
</node> | |
<node id="Maria" label="Maria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-maria-lyon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1921.203924418607" y="-765.5950458088398"/> | |
</node> | |
<node id="Panorama" label="Panorama"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/panorama"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="-260.5185559857495" y="-68.47247861886137"/> | |
</node> | |
<node id="Nodaïwa" label="Nodaïwa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nodaiwa"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="2100.0036779850693" y="1135.2631406052838"/> | |
</node> | |
<node id="L’Épicerie L’Idéal" label="L’Épicerie L’Idéal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="747.9536539245187" y="-100.52402939142362"/> | |
</node> | |
<node id="Le Réfectoire" label="Le Réfectoire"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-refectoire"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-931.2697418714891" y="-422.6683938766106"/> | |
</node> | |
<node id="À la Ville" label="À la Ville"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1084.4166673562413" y="-1014.1250782607327"/> | |
</node> | |
<node id="le Grand Huit" label="le Grand Huit"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="663.1332857251895" y="-1259.5783986108713"/> | |
</node> | |
<node id="Top Chef" label="Top Chef"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="101.19181858829404" y="1766.766225751739"/> | |
</node> | |
<node id="Nimmanhaemin" label="Nimmanhaemin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nimmanhaemin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1078.4291755289394" y="1996.0554159654278"/> | |
</node> | |
<node id="La Cazal'aise" label="La Cazal'aise"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-cazalaise"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-682.6233963326292" y="738.9112367628617"/> | |
</node> | |
<node id="Le Marloe" label="Le Marloe"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1805.0199944982778" y="1099.4130958087044"/> | |
</node> | |
<node id="Pied de Bouche" label="Pied de Bouche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pied-de-bouche"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="257.5532019314119" y="2147.7002075460023"/> | |
</node> | |
<node id="Den" label="Den"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="727.970919790491" y="-1044.1392707199248"/> | |
</node> | |
<node id="Écailler du Palais Royal" label="Écailler du Palais Royal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="915.656786370733" y="1581.4147613439088"/> | |
</node> | |
<node id="les jajas" label="les jajas"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="407.74878342501154" y="1995.8527397523426"/> | |
</node> | |
<node id="La Table du Décanteur" label="La Table du Décanteur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-table-du-decanteur"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1173.848006415873" y="-141.13052365004035"/> | |
</node> | |
<node id="Le Cabanon" label="Le Cabanon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-cabanon-ajaccio-13"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-241.3975025878957" y="-1038.7749787239359"/> | |
</node> | |
<node id="Karbon" label="Karbon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/karbon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-400.6136773572183" y="-753.9515579443547"/> | |
</node> | |
<node id="Kaaicafé" label="Kaaicafé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="184.29696481273945" y="-856.8147745225974"/> | |
</node> | |
<node id="Pigeons Blancs" label="Pigeons Blancs"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2180.085452280913" y="108.11543352107478"/> | |
</node> | |
<node id="La Bonne Chère" label="La Bonne Chère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-bonne-chere"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="754.8270734427152" y="-966.1965087375438"/> | |
</node> | |
<node id="Café des Musées" label="Café des Musées"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-70.68362595668702" y="1051.7007068411879"/> | |
</node> | |
<node id="Sain" label="Sain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sain"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="196.97131070098428" y="-936.5727384845895"/> | |
</node> | |
<node id="Liu Lin" label="Liu Lin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/liu-lin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-9.635830751805315" y="-580.7049841047785"/> | |
</node> | |
<node id="Le Perchoir" label="Le Perchoir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-803.6203399672552" y="1548.3747116419322"/> | |
</node> | |
<node id="Les Bords de Mer" label="Les Bords de Mer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1029.2687898867125" y="-6.2460464631970005"/> | |
</node> | |
<node id="L'Orillon" label="L'Orillon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lorillon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1097.4892703135122" y="287.8412454573903"/> | |
</node> | |
<node id="Table du Marché à Bergerac" label="Table du Marché à Bergerac"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1203.7198076571467" y="434.08265512038656"/> | |
</node> | |
<node id="Aveyron" label="Aveyron"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1041.487004110516" y="-429.55004402045324"/> | |
</node> | |
<node id="La Couleur du Renard" label="La Couleur du Renard"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-couleur-du-renard"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1275.4806628297613" y="-29.228996853121714"/> | |
</node> | |
<node id="Eygalières" label="Eygalières"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1584.5359202663517" y="1457.7929503061687"/> | |
</node> | |
<node id="Ugly Duckling" label="Ugly Duckling"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ugly-duckling"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1240.0681836484925" y="-13.692324109673933"/> | |
</node> | |
<node id="Crêperie de l'Ancienne Poste" label="Crêperie de l'Ancienne Poste"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/creperie-de-lancienne-poste"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="653.3075354623454" y="2018.935337252576"/> | |
</node> | |
<node id="Sous les Pins" label="Sous les Pins"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sous-les-pins"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-664.8888648862173" y="-441.5840481893642"/> | |
</node> | |
<node id="Brewer's Kitchen" label="Brewer's Kitchen"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/brewers-kitchen"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1693.527143758804" y="39.07303124587166"/> | |
</node> | |
<node id="Brocéliande" label="Brocéliande"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="882.6172306322887" y="2124.4411849005405"/> | |
</node> | |
<node id="Maison Rostang" label="Maison Rostang"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="276.3543871320606" y="-816.7378213839827"/> | |
</node> | |
<node id="Auberge de Monceaux" label="Auberge de Monceaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/auberge-de-monceaux"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-231.8601430893641" y="-592.3722686454944"/> | |
</node> | |
<node id="Joël Robuchon" label="Joël Robuchon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="396.30733884839" y="1643.3273508072898"/> | |
</node> | |
<node id="Mico & Jon" label="Mico & Jon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mico-jon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-801.5189041178182" y="-850.9364856802196"/> | |
</node> | |
<node id="Ivresse" label="Ivresse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-575.573459651378" y="-4.512319398265561"/> | |
</node> | |
<node id="Baigneuses au Port-Vieux" label="Baigneuses au Port-Vieux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-229.4294683054858" y="-1028.3722505037924"/> | |
</node> | |
<node id="Garde Champêtre" label="Garde Champêtre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-687.1870252851544" y="-792.899656563424"/> | |
</node> | |
<node id="Bonbonne" label="Bonbonne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-270.00891987393936" y="384.69336617636486"/> | |
</node> | |
<node id="Trâm 130" label="Trâm 130"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tram-130"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-159.74945603121094" y="1287.0571904368037"/> | |
</node> | |
<node id="Boleh Lah" label="Boleh Lah"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-boleh-lah-lyon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-546.3224247576134" y="1448.1031944902043"/> | |
</node> | |
<node id="Triple D" label="Triple D"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1379.7786232883432" y="-734.4099187545779"/> | |
</node> | |
<node id="Hau" label="Hau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hau"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1477.8228066796294" y="1520.6386254846893"/> | |
</node> | |
<node id="Les Grandes Tables de la Criée" label="Les Grandes Tables de la Criée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-983.5489992652396" y="-835.5745176751783"/> | |
</node> | |
<node id="Ferme-Auberge du Huss" label="Ferme-Auberge du Huss"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ferme-auberge-du-huss"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-598.6095356519337" y="79.46224054383761"/> | |
</node> | |
<node id="Bel Ami" label="Bel Ami"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1276.2509747821177" y="-1220.1033502049727"/> | |
</node> | |
<node id="Bleu Bao" label="Bleu Bao"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-625.0082567957891" y="820.3505847808042"/> | |
</node> | |
<node id="Nour" label="Nour"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-590.4187233618392" y="980.5515710469116"/> | |
</node> | |
<node id="Caffe Cuisine" label="Caffe Cuisine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-caffe-cuisine-branne-8"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-243.84811622145787" y="1977.4721851196048"/> | |
</node> | |
<node id="Bistro du Châtelet" label="Bistro du Châtelet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bistro-du-chatelet"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1039.8167235626229" y="-205.1553629500758"/> | |
</node> | |
<node id="Cao" label="Cao"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-cao-anglet"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="998.161109162881" y="1221.9521350052405"/> | |
</node> | |
<node id="Howard Burger Joint" label="Howard Burger Joint"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/howard-burger-joint"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-484.3745753247982" y="1547.1809464247892"/> | |
</node> | |
<node id="Calice" label="Calice"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/calice"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="-337.0234646051831" y="507.6492672454824"/> | |
</node> | |
<node id="Café Pollux" label="Café Pollux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-pollux"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1137.7573496410994" y="1865.4612921247897"/> | |
</node> | |
<node id="La Dalle" label="La Dalle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="486.575846408693" y="1989.2179492361024"/> | |
</node> | |
<node id="Organic Burger House" label="Organic Burger House"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/organic-burger-house"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="742.3599455796557" y="-1301.6286405739054"/> | |
</node> | |
<node id="Mine madeh" label="Mine madeh"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="966.3352534160949" y="852.3314618255769"/> | |
</node> | |
<node id="Charmi" label="Charmi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-438.4968956883241" y="686.0724996088713"/> | |
</node> | |
<node id="Renaissance" label="Renaissance"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="535.3062885087569" y="-382.4859868598534"/> | |
</node> | |
<node id="Beyrouth" label="Beyrouth"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/beyrouth"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-1070.7992196021205" y="1445.3290694641382"/> | |
</node> | |
<node id="Akrame" label="Akrame"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-521.4582186457952" y="614.1876335899701"/> | |
</node> | |
<node id="Asie" label="Asie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-64.90334284083093" y="-599.3988099106734"/> | |
</node> | |
<node id="L’Avant-Comptoir de la Mer" label="L’Avant-Comptoir de la Mer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-l-avant-comptoir-de-la-mer-paris-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="1286.9471243730286" y="513.4800030376398"/> | |
</node> | |
<node id="Edù" label="Edù"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-edu-saint-remy-de-provence"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="41.31021730520509" y="67.77477992129306"/> | |
</node> | |
<node id="Soma" label="Soma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="133.45460366474882" y="-962.5271731928052"/> | |
</node> | |
<node id="Comice" label="Comice"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-comice-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="328.73083198275845" y="1445.4972879587617"/> | |
</node> | |
<node id="Café De L'Ormeau" label="Café De L'Ormeau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-de-lormeau"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1046.3553924969215" y="808.5504201147961"/> | |
</node> | |
<node id="Ritz" label="Ritz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-161.04111866023055" y="489.29109295040115"/> | |
</node> | |
<node id="Homiz" label="Homiz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/homiz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-898.5570044604589" y="529.3510906694731"/> | |
</node> | |
<node id="Hanoi Station" label="Hanoi Station"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hanoi-station"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-914.9176394797548" y="1434.7202464225747"/> | |
</node> | |
<node id="Le Bistrot d’Antoine" label="Le Bistrot d’Antoine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-220.32302877806165" y="1211.9428930652596"/> | |
</node> | |
<node id="Albion" label="Albion"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-248.83881084703134" y="1069.18928917685"/> | |
</node> | |
<node id="Ginza Onodera" label="Ginza Onodera"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-609.3664300995675" y="-962.0891429658764"/> | |
</node> | |
<node id="Paris Dabang" label="Paris Dabang"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/paris-dabang"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-619.8989200913729" y="1942.2181816012635"/> | |
</node> | |
<node id="Tokidoki" label="Tokidoki"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tokidoki"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2229.2268571723394" y="583.780236346865"/> | |
</node> | |
<node id="Chez Francis" label="Chez Francis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-francis-brive-la-gaillarde-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="560.3899993782919" y="-548.1601702620767"/> | |
</node> | |
<node id="Bruno Verjus" label="Bruno Verjus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-217.8237594727862" y="1738.9013153470569"/> | |
</node> | |
<node id="Panda" label="Panda"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/panda"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-407.38882259630407" y="-581.6702894985999"/> | |
</node> | |
<node id="Maison Devaux" label="Maison Devaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maison-devaux"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-4.819920552911526" y="-1035.5815831215643"/> | |
</node> | |
<node id="Kubri" label="Kubri"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kubri"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="301.49284246377755" y="-309.8257527585607"/> | |
</node> | |
<node id="Mosugo" label="Mosugo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mosugo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="975.9938183131413" y="-261.84603602059826"/> | |
</node> | |
<node id="La Table des Matières" label="La Table des Matières"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-table-des-matieres"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="690.4293935010279" y="848.543175467604"/> | |
</node> | |
<node id="La Cale" label="La Cale"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-cale-blainville-sur-mer-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1784.4135447258666" y="-584.6103221421156"/> | |
</node> | |
<node id="Otto" label="Otto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/otto"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-885.1275699482544" y="346.54188876111414"/> | |
</node> | |
<node id="Bagnat" label="Bagnat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bagnat"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1982.8894448749404" y="601.9211497244156"/> | |
</node> | |
<node id="Uroco" label="Uroco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/uroco"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-345.1440085996775" y="383.55636599004043"/> | |
</node> | |
<node id="L'Aromatique" label="L'Aromatique"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/l-aromatique"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1880.326177334463" y="-452.5422073872896"/> | |
</node> | |
<node id="Oklahoma" label="Oklahoma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1930.5783697687916" y="-192.52002678031764"/> | |
</node> | |
<node id="L’Arpaon" label="L’Arpaon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/larpaon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-8.691045860918706" y="801.8098337439224"/> | |
</node> | |
<node id="Les Gamins" label="Les Gamins"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-gamins"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="929.4011846881673" y="467.60511776877564"/> | |
</node> | |
<node id="Kitchen Ter(re)" label="Kitchen Ter(re)"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-kitchen-ter-re-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="787.0776203737203" y="-487.90789112885693"/> | |
</node> | |
<node id="Mômes" label="Mômes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/momes-bande-de-gourmets"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1012.6509543356823" y="1060.592195473562"/> | |
</node> | |
<node id="Kraz Gand" label="Kraz Gand"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kraz-gand"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1176.0732409299478" y="-535.2370735860798"/> | |
</node> | |
<node id="Inspyration" label="Inspyration"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/inspyration"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-911.817572460117" y="403.6966200551661"/> | |
</node> | |
<node id="Minibar" label="Minibar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/minibar"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1270.6795794641487" y="1270.821901212947"/> | |
</node> | |
<node id="Les Pantins" label="Les Pantins"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-pantins-pantin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1996.1119498226653" y="87.61047493768075"/> | |
</node> | |
<node id="SAaM" label="SAaM"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-saam-paris-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-997.7369545301904" y="1378.5471035185894"/> | |
</node> | |
<node id="Ni Shifu" label="Ni Shifu"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ni-shifu"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-899.1197663936316" y="1888.4548460315593"/> | |
</node> | |
<node id="Chez Pif" label="Chez Pif"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-pif-soorts-hossegor"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1722.715856942893" y="-42.516247443697054"/> | |
</node> | |
<node id="Les Enfants Rouges" label="Les Enfants Rouges"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-enfants-rouges-paris-15"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1279.6431525124094" y="552.5858175451893"/> | |
</node> | |
<node id="Epicerie Nomad" label="Epicerie Nomad"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/epicerie-nomad"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="925.523864807896" y="459.6175793418722"/> | |
</node> | |
<node id="Le Petit Banc" label="Le Petit Banc"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-petit-banc"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-645.7460998664072" y="1219.1295330072078"/> | |
</node> | |
<node id="L’Esquisse" label="L’Esquisse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-887.6575361770555" y="-481.0454197024296"/> | |
</node> | |
<node id="Le P'tit Rouquin" label="Le P'tit Rouquin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-ptit-rouquin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="332.70516699071163" y="-1277.5044014137052"/> | |
</node> | |
<node id="Jones à Paris" label="Jones à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="558.6772557325235" y="2002.822619998299"/> | |
</node> | |
<node id="Nemesis" label="Nemesis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nemesis"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-581.4654828870823" y="1086.821037432612"/> | |
</node> | |
<node id="Elizaberriko Etxeberria" label="Elizaberriko Etxeberria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/elizaberriko-etxeberria"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-256.0081920298652" y="1159.9543502612232"/> | |
</node> | |
<node id="Hyotei" label="Hyotei"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="543.6700998947374" y="-762.3873304970527"/> | |
</node> | |
<node id="Les Bacchanales" label="Les Bacchanales"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-634.0855479217839" y="-990.6440944110684"/> | |
</node> | |
<node id="Comptoir Gambetta" label="Comptoir Gambetta"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1297.5139033770722" y="-317.95172339521287"/> | |
</node> | |
<node id="Mine Madeh" label="Mine Madeh"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mine-madeh"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="307.6977809903719" y="871.4986796625241"/> | |
</node> | |
<node id="Camille" label="Camille"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-238.9028452054171" y="1814.3945947592197"/> | |
</node> | |
<node id="Champion" label="Champion"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/champion"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-269.6926404002952" y="604.3410726268471"/> | |
</node> | |
<node id="Ducasse à Monaco" label="Ducasse à Monaco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-802.4849226389285" y="641.1474794014968"/> | |
</node> | |
<node id="Chiocchio" label="Chiocchio"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chiocchio-bordeaux"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1157.0196570148141" y="-436.07839565428617"/> | |
</node> | |
<node id="Zuru Zuru Ramen" label="Zuru Zuru Ramen"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/zuru-zuru-ramen"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-600.2219662365094" y="-80.74763920935752"/> | |
</node> | |
<node id="Maison Souquet" label="Maison Souquet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="921.8186126621074" y="1289.977906900906"/> | |
</node> | |
<node id="Kedem" label="Kedem"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kedem"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="485.6722388121575" y="-329.0016660068695"/> | |
</node> | |
<node id="Soulenq" label="Soulenq"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/soulenq"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="299.2788265573814" y="-520.9009864850075"/> | |
</node> | |
<node id="Le Restaurant Sans Nom" label="Le Restaurant Sans Nom"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-restaurant-sans-nom"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="366.01996145650253" y="150.51717156514067"/> | |
</node> | |
<node id="Saint Eutrope" label="Saint Eutrope"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-35.18153207623176" y="1821.3009255887353"/> | |
</node> | |
<node id="Thuy Long" label="Thuy Long"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-thuy-long-paris-5"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2039.836299251367" y="-723.5851798619417"/> | |
</node> | |
<node id="Quinsou" label="Quinsou"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-quinsou-paris-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-640.1194950035595" y="1657.7263686965935"/> | |
</node> | |
<node id="Restaurant Michel Bras" label="Restaurant Michel Bras"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1003.4231435359917" y="-510.4991741246646"/> | |
</node> | |
<node id="AirRepublic" label="AirRepublic"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1817.8314436075711" y="687.9269402521247"/> | |
</node> | |
<node id="Little Bún" label="Little Bún"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/little-bun"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-952.7702541668159" y="432.9660489114122"/> | |
</node> | |
<node id="Jouvence" label="Jouvence"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-jouvence-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1118.0019806589085" y="17.138327875367608"/> | |
</node> | |
<node id="Kul" label="Kul"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1163.776608317791" y="-631.9887504376346"/> | |
</node> | |
<node id="Kip Kot" label="Kip Kot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-167.63971677632045" y="-848.8883849099423"/> | |
</node> | |
<node id="Lil Boy" label="Lil Boy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-398.96995314773045" y="1985.5449362684722"/> | |
</node> | |
<node id="Facette" label="Facette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/facette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-66.00948084149087" y="1505.6408151595012"/> | |
</node> | |
<node id="service de catering no waste" label="service de catering no waste"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1642.6338881470417" y="-170.82567189206057"/> | |
</node> | |
<node id="Jinchan Shokudo" label="Jinchan Shokudo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/jinchan-shokudo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-829.9901837893733" y="372.2977634118117"/> | |
</node> | |
<node id="Negresco" label="Negresco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="243.06812256703762" y="1776.0234610595198"/> | |
</node> | |
<node id="Bambino" label="Bambino"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="143.53031059203636" y="4.84979451384973"/> | |
</node> | |
<node id="Comer" label="Comer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/comer"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1329.3114760955295" y="285.1228517240052"/> | |
</node> | |
<node id="Hôtel Providence" label="Hôtel Providence"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1313.661325857902" y="-231.71752577317937"/> | |
</node> | |
<node id="Amakara" label="Amakara"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/amakara"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="252.72333373828525" y="-1239.614262939378"/> | |
</node> | |
<node id="La Traversée" label="La Traversée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-675.5195773170145" y="-459.6782975176254"/> | |
</node> | |
<node id="Le Floor" label="Le Floor"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-floor"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="15.00643307238824" y="329.1234369991623"/> | |
</node> | |
<node id="52 Faubourg Saint Denis" label="52 Faubourg Saint Denis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="507.83195037847867" y="-537.1114786040253"/> | |
</node> | |
<node id="Relais de la Vallée" label="Relais de la Vallée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/relais-de-la-vallee"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="30.517238781987288" y="672.6688382862587"/> | |
</node> | |
<node id="Rossi" label="Rossi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/rossi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-925.2873590922836" y="822.7454278162024"/> | |
</node> | |
<node id="Bistrot des Falaises" label="Bistrot des Falaises"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bistrot-des-falaises"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-938.8117398686601" y="332.0247486739244"/> | |
</node> | |
<node id="bistrot de la rue de la Valfère" label="bistrot de la rue de la Valfère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-317.922268014357" y="606.9338474185295"/> | |
</node> | |
<node id="La maison du Gasseau" label="La maison du Gasseau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-maison-du-gasseau"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1589.1297710086917" y="-131.86478195010665"/> | |
</node> | |
<node id="Solina" label="Solina"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="612.3581792769749" y="-100.42949329515116"/> | |
</node> | |
<node id="Chez P'tit Louis" label="Chez P'tit Louis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-ptit-louis"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="69.51974493919533" y="1539.750414400418"/> | |
</node> | |
<node id="Ambroisie" label="Ambroisie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1223.5222611440893" y="351.2568741370419"/> | |
</node> | |
<node id="Chez Alphonse" label="Chez Alphonse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-alphonse-limoges-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-1299.6325978247205" y="910.4436551529061"/> | |
</node> | |
<node id="Ola's Café" label="Ola's Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/olas-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="158.51684980365727" y="2186.0230792963"/> | |
</node> | |
<node id="L'Entente" label="L'Entente"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-l-entente-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1602.4695984817213" y="216.15439231258406"/> | |
</node> | |
<node id="Takuto" label="Takuto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/takuto"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1271.7460944619593" y="321.71050083719604"/> | |
</node> | |
<node id="Sétopa" label="Sétopa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/setopa"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="328.18114215407604" y="1701.6286624441996"/> | |
</node> | |
<node id="Café Belardi" label="Café Belardi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-belardi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1778.7033433807671" y="297.6425414916176"/> | |
</node> | |
<node id="Louis XV à Monaco" label="Louis XV à Monaco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1253.4931641847206" y="-1113.7922851357287"/> | |
</node> | |
<node id="Frenchie caviste" label="Frenchie caviste"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-299.4752644148282" y="1787.6135588100653"/> | |
</node> | |
<node id="Seino" label="Seino"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/seino"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-195.81650222098526" y="-533.2321902281919"/> | |
</node> | |
<node id="Bierbuik" label="Bierbuik"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-bierbuik-bloemeke-lille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1351.8920394041527" y="-630.6083598398146"/> | |
</node> | |
<node id="écurie Bras" label="écurie Bras"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1647.0822887376362" y="1221.0293411906002"/> | |
</node> | |
<node id="Bautier" label="Bautier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bautier"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1544.0456036642092" y="1385.1283843334056"/> | |
</node> | |
<node id="ancienne graphiste" label="ancienne graphiste"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="838.9301385159151" y="1867.2144082439968"/> | |
</node> | |
<node id="Brace" label="Brace"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="272.12812423617356" y="-1282.534125702176"/> | |
</node> | |
<node id="Gazzosa" label="Gazzosa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/gazzosa"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1436.3595225332283" y="28.9754398349867"/> | |
</node> | |
<node id="cantine des Ateliers du Vent" label="cantine des Ateliers du Vent"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-714.3405743371103" y="-705.0060829767874"/> | |
</node> | |
<node id="Alajmo" label="Alajmo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1774.7408413063401" y="1110.1960917475967"/> | |
</node> | |
<node id="Café Cardinal" label="Café Cardinal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-cardinal"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1.9007522036185875" y="-772.7324993180941"/> | |
</node> | |
<node id="Archimède" label="Archimède"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/archimede"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="244.9907937744073" y="-1054.402911017928"/> | |
</node> | |
<node id="Brume" label="Brume"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/brume"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="735.5247062129896" y="691.6410056667747"/> | |
</node> | |
<node id="Rendez-Vous de la Marine à Paris" label="Rendez-Vous de la Marine à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1253.7562069100886" y="160.39178144817956"/> | |
</node> | |
<node id="Ursus à Tignes" label="Ursus à Tignes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1095.9148765254997" y="249.08811486701302"/> | |
</node> | |
<node id="Mamma Shelter" label="Mamma Shelter"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-714.8199132012029" y="-257.8683052870701"/> | |
</node> | |
<node id="Den Beer" label="Den Beer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/den-beer"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-662.9106382493012" y="-699.3706539129065"/> | |
</node> | |
<node id="Avant-Poste" label="Avant-Poste"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="350.33205345408714" y="-1045.4947273077858"/> | |
</node> | |
<node id="Coloré" label="Coloré"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/colore"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1402.9458247800428" y="1801.4805618471787"/> | |
</node> | |
<node id="Pavillon Lamartine" label="Pavillon Lamartine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-918.6496431184248" y="1602.4045684756927"/> | |
</node> | |
<node id="Tagawa" label="Tagawa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-701.6506161325497" y="-833.0220288421534"/> | |
</node> | |
<node id="Maven" label="Maven"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1276.9627738065417" y="944.5591636363895"/> | |
</node> | |
<node id="Massa" label="Massa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1034.9620189645193" y="-1098.972778232984"/> | |
</node> | |
<node id="Auberge de la Forge" label="Auberge de la Forge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/auberge-de-la-forge"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-650.2205084672771" y="1228.3204106926585"/> | |
</node> | |
<node id="Minore" label="Minore"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/minore"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="264.2389079030043" y="-588.6332412672461"/> | |
</node> | |
<node id="Maison Karlie" label="Maison Karlie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maison-karlie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="331.144911285749" y="-822.2576094128626"/> | |
</node> | |
<node id="Hôtel Babel" label="Hôtel Babel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hotel-babel"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-268.8791119538669" y="2124.074202258991"/> | |
</node> | |
<node id="Gérald Passedat" label="Gérald Passedat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-700.2651785386747" y="637.1748812547753"/> | |
</node> | |
<node id="Joon Ok" label="Joon Ok"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="950.0618568329342" y="2075.885032289913"/> | |
</node> | |
<node id="Le Pinceau" label="Le Pinceau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-pinceau-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-532.3028399533489" y="-93.38634908122567"/> | |
</node> | |
<node id="Pizza e Basta" label="Pizza e Basta"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pizza-e-basta"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="759.2661089587591" y="657.9332589365949"/> | |
</node> | |
<node id="l’Entrepôt" label="l’Entrepôt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1160.2182810578536" y="56.681829121155516"/> | |
</node> | |
<node id="Pic" label="Pic"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-21.72545861310101" y="1094.8147462053391"/> | |
</node> | |
<node id="Le Grand Pan" label="Le Grand Pan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-grand-pan-paris-16"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1328.478865562804" y="823.410427343799"/> | |
</node> | |
<node id="Universal" label="Universal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="180.40805862817808" y="-1302.1842047475525"/> | |
</node> | |
<node id="Petit Hôtel du Grand Large" label="Petit Hôtel du Grand Large"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-691.4755922522356" y="29.164289649877418"/> | |
</node> | |
<node id="Panda Panda" label="Panda Panda"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-panda-panda-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1010.3379055617652" y="-222.78402721317528"/> | |
</node> | |
<node id="Caves Legrand" label="Caves Legrand"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1593.1664376027456" y="-397.17896926498986"/> | |
</node> | |
<node id="Chapeau Blanc" label="Chapeau Blanc"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chapeau-blanc"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-162.66030325581534" y="1455.9135859776625"/> | |
</node> | |
<node id="la Lyfe" label="la Lyfe"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="837.5089707091222" y="836.8188233512444"/> | |
</node> | |
<node id="Yaka Afrotoria" label="Yaka Afrotoria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/yaka-afrotoria"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1217.9146858370377" y="2040.0364038455114"/> | |
</node> | |
<node id="Jocteur" label="Jocteur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1040.1894361987254" y="-259.76366607696417"/> | |
</node> | |
<node id="Song-Heng" label="Song-Heng"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-song-heng-paris-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="308.6951334833465" y="1912.29734917636"/> | |
</node> | |
<node id="A Nosa Casa Galicia" label="A Nosa Casa Galicia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/a-nosa-casa-galicia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-279.85476380607804" y="-196.7295200783696"/> | |
</node> | |
<node id="Aux Crus de Bourgogne" label="Aux Crus de Bourgogne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-aux-crus-de-bourgogne-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="531.9934238537431" y="1542.7827690606734"/> | |
</node> | |
<node id="Subaco" label="Subaco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/subaco"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="988.9468592190337" y="453.4928853500883"/> | |
</node> | |
<node id="Ambassade" label="Ambassade"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="730.1692812066424" y="1700.6846845206185"/> | |
</node> | |
<node id="Aga" label="Aga"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/aga"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="686.8537756726419" y="-747.1906557332425"/> | |
</node> | |
<node id="Micro Sillon" label="Micro Sillon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-micro-sillon-lyon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-327.6159132945223" y="-382.6876478699021"/> | |
</node> | |
<node id="Le Bar des Prés" label="Le Bar des Prés"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-500.4530173887315" y="-599.4390525407873"/> | |
</node> | |
<node id="Airbus" label="Airbus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="705.1508381151589" y="855.4903251097962"/> | |
</node> | |
<node id="Woodpecker" label="Woodpecker"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2080.9891268262118" y="-488.88309352411585"/> | |
</node> | |
<node id="Rita" label="Rita"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="270.13812008950276" y="1363.6464496417716"/> | |
</node> | |
<node id="Osteria bolognese" label="Osteria bolognese"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/osteria-bolognese"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1010.8855838742294" y="1100.3438287187407"/> | |
</node> | |
<node id="Augusta" label="Augusta"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/augusta"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-965.147976051453" y="277.4486591726888"/> | |
</node> | |
<node id="Apo's" label="Apo's"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/apos"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="888.5128649366528" y="1991.367003988958"/> | |
</node> | |
<node id="Wout Bru" label="Wout Bru"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-254.29987240507614" y="-1011.9425808941145"/> | |
</node> | |
<node id="Kisin" label="Kisin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kisin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1024.589384286965" y="3.806179194775055"/> | |
</node> | |
<node id="Boutique du Bœuf Normand" label="Boutique du Bœuf Normand"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-124.20378954310084" y="1598.7365455997065"/> | |
</node> | |
<node id="Faim" label="Faim"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/faim"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1368.3067672721168" y="-212.64107623942235"/> | |
</node> | |
<node id="Etchebest" label="Etchebest"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="515.5093844256013" y="1798.8538532389307"/> | |
</node> | |
<node id="Rafales" label="Rafales"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/rafales"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1632.5109758212097" y="1563.314688184994"/> | |
</node> | |
<node id="Lil Bao" label="Lil Bao"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lil-bao"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-12.733165703291775" y="744.5902165698375"/> | |
</node> | |
<node id="Sushi B" label="Sushi B"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-sushi-b-paris-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="319.0529106495443" y="-1058.6444230107084"/> | |
</node> | |
<node id="À Moro" label="À Moro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/a-moro"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="537.1936461126979" y="-845.6657154750824"/> | |
</node> | |
<node id="Soixante" label="Soixante"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/soixante"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-868.1760419058877" y="358.4175537751462"/> | |
</node> | |
<node id="Auberge du Vert Mont" label="Auberge du Vert Mont"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-vert-mont-boeschepe-11"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="267.1081054064323" y="-322.0720810702097"/> | |
</node> | |
<node id="Le Petit Cambodge" label="Le Petit Cambodge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-petit-cambodge-paris-11"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="561.7946823234153" y="-393.37672712892606"/> | |
</node> | |
<node id="Le Potager du Nebbio" label="Le Potager du Nebbio"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-potager-du-nebbio"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="507.21655841505446" y="1912.5669959442453"/> | |
</node> | |
<node id="Ze Kitchen Galerie" label="Ze Kitchen Galerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ze-kitchen-galerie-paris-16"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="243.62969969055007" y="273.1505442591116"/> | |
</node> | |
<node id="Auberge du Prieuré" label="Auberge du Prieuré"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="894.8824770757541" y="-192.91441618339994"/> | |
</node> | |
<node id="L'Argence" label="L'Argence"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/largence"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-394.3779195448427" y="910.2103044074559"/> | |
</node> | |
<node id="Cuisine S" label="Cuisine S"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cuisine-s"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-681.6287977404626" y="1945.1582513879184"/> | |
</node> | |
<node id="De Karmeliet" label="De Karmeliet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2162.1966012025114" y="-121.52599561923066"/> | |
</node> | |
<node id="Nanashi" label="Nanashi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1440.9095112929479" y="1329.8964716053542"/> | |
</node> | |
<node id="Essentiel Antwerp" label="Essentiel Antwerp"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="773.4729589522667" y="-783.2670381574076"/> | |
</node> | |
<node id="la maison du même nom" label="la maison du même nom"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-433.4888401970311" y="-896.0607336933673"/> | |
</node> | |
<node id="Le Sergent Recruteur" label="Le Sergent Recruteur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="978.9172404303774" y="319.8594115289809"/> | |
</node> | |
<node id="La Table de Clarance" label="La Table de Clarance"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1358.4567846958598" y="-1149.1402641494305"/> | |
</node> | |
<node id="Wally" label="Wally"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/wally"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="118.8686904082072" y="-368.4466417560736"/> | |
</node> | |
<node id="sœurs Levha" label="sœurs Levha"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="320.91321556630027" y="-854.2637851922107"/> | |
</node> | |
<node id="Café Palto" label="Café Palto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-palto"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-929.3907058565368" y="-468.16982263221604"/> | |
</node> | |
<node id="Habesha" label="Habesha"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/habesha"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="149.28212699701473" y="-808.4189180186031"/> | |
</node> | |
<node id="Tinsel" label="Tinsel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tinsel"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-477.23442313001226" y="-977.938725594907"/> | |
</node> | |
<node id="Café Craft" label="Café Craft"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1015.6410891791753" y="1745.5090256334126"/> | |
</node> | |
<node id="Hito" label="Hito"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-hito-toulouse"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1244.130498721205" y="347.7061228353056"/> | |
</node> | |
<node id="bistrot" label="bistrot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-460.16269265299377" y="1873.2850147648142"/> | |
</node> | |
<node id="ChezAline" label="ChezAline"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-653.3621630703157" y="399.55825204233497"/> | |
</node> | |
<node id="Le Brocéliande" label="Le Brocéliande"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-broceliande"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1252.9451574829577" y="790.8303487087526"/> | |
</node> | |
<node id="Yam’Tcha" label="Yam’Tcha"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-955.2765269292579" y="282.91856341218426"/> | |
</node> | |
<node id="Hortense" label="Hortense"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1785.1810988272186" y="89.03744899647248"/> | |
</node> | |
<node id="Café du Progrès" label="Café du Progrès"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-du-progres"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1141.6306533789475" y="606.1730719025269"/> | |
</node> | |
<node id="Couvert Couvert" label="Couvert Couvert"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/couvert-couvert"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="722.4102897843225" y="271.249854217887"/> | |
</node> | |
<node id="Suzie Wong" label="Suzie Wong"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-518.3446601079529" y="-339.7036271463453"/> | |
</node> | |
<node id="Duende" label="Duende"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="483.13201593506915" y="2093.1358240852223"/> | |
</node> | |
<node id="Les Viviers de Térénez" label="Les Viviers de Térénez"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-viviers-de-terenez-rosnoen"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1209.1667388881183" y="-97.94914599440253"/> | |
</node> | |
<node id="Relais de la Vitarelle" label="Relais de la Vitarelle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/relais-de-la-vitarelle"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1821.0649925956923" y="-854.5146405846923"/> | |
</node> | |
<node id="Verigoud" label="Verigoud"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="159.48277733244333" y="596.8612479566159"/> | |
</node> | |
<node id="La Crèmerie" label="La Crèmerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="594.7588494741642" y="-680.8757464993508"/> | |
</node> | |
<node id="A Casarella" label="A Casarella"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-a-casarella-pigna-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="2052.400045691552" y="42.83887776617547"/> | |
</node> | |
<node id="Petit Bouchon de la Place" label="Petit Bouchon de la Place"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1124.6494458058173" y="-790.7999385743867"/> | |
</node> | |
<node id="Mokochaya" label="Mokochaya"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mokochaya"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-648.4481974566123" y="-248.66326858026787"/> | |
</node> | |
<node id="Mendo" label="Mendo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mendo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="2025.0201475858005" y="296.852883365389"/> | |
</node> | |
<node id="Cobra" label="Cobra"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cobra"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="953.4784789054595" y="-618.5397939264453"/> | |
</node> | |
<node id="Poule au Pot" label="Poule au Pot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1108.4506826831062" y="145.67670520171148"/> | |
</node> | |
<node id="Loiseau des Vignes" label="Loiseau des Vignes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1660.751118596074" y="-747.8726568583711"/> | |
</node> | |
<node id="Café Contemporain" label="Café Contemporain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-316.74428405539686" y="-1204.054286307339"/> | |
</node> | |
<node id="Thierry Breton" label="Thierry Breton"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-219.2308740171114" y="557.920324309057"/> | |
</node> | |
<node id="Restaurant de l’Hôtel Présent" label="Restaurant de l’Hôtel Présent"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-de-lhotel-present"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="527.4262257275967" y="-1109.5574243986948"/> | |
</node> | |
<node id="Auberge de la Roche" label="Auberge de la Roche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/auberge-de-la-roche"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="894.5364432507608" y="-24.525514031802402"/> | |
</node> | |
<node id="Magneùs d’Pèlotes" label="Magneùs d’Pèlotes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/magneus-dpelotes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1359.0404483650013" y="-207.955403621374"/> | |
</node> | |
<node id="Le Boréal" label="Le Boréal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-boreal"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-534.7038669722278" y="-354.4386411715177"/> | |
</node> | |
<node id="Prélude Café" label="Prélude Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="950.3899420640305" y="-75.746689678485"/> | |
</node> | |
<node id="La Corvée" label="La Corvée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-corvee"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-901.2358511009816" y="259.5709105900805"/> | |
</node> | |
<node id="Holy Smoke" label="Holy Smoke"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/holy-smoke"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1467.8560798795854" y="-49.12775925313477"/> | |
</node> | |
<node id="Le Gentil" label="Le Gentil"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-gentil-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="879.9007984500527" y="-1311.1936024777076"/> | |
</node> | |
<node id="Le Café des Alpes" label="Le Café des Alpes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1642.5510674771754" y="419.7177395303918"/> | |
</node> | |
<node id="Chantoiseau" label="Chantoiseau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chantoiseau-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="465.19218446381944" y="-765.8620988139601"/> | |
</node> | |
<node id="Fripon" label="Fripon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1400.9453070976408" y="1130.2636012990902"/> | |
</node> | |
<node id="Bistrot des Rosiers" label="Bistrot des Rosiers"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-bistrot-des-rosiers"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="351.6443612626179" y="-477.9385537151343"/> | |
</node> | |
<node id="Les Cabanettes" label="Les Cabanettes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-cabanettes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1852.666653344304" y="-22.243265009427333"/> | |
</node> | |
<node id="L’abricotier" label="L’abricotier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1373.4338085949353" y="-257.04047992992673"/> | |
</node> | |
<node id="Roellinger" label="Roellinger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="404.14652564017246" y="388.4488044950648"/> | |
</node> | |
<node id="Coffee Ekia" label="Coffee Ekia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/coffee-ekia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-196.14575652600155" y="-82.16054350543007"/> | |
</node> | |
<node id="Mère Brazier" label="Mère Brazier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-287.0842835263065" y="-75.03072766022876"/> | |
</node> | |
<node id="Bar de la dégustation" label="Bar de la dégustation"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="633.8352489543149" y="496.9580001783703"/> | |
</node> | |
<node id="Villa9Trois" label="Villa9Trois"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/villa9trois"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1109.9109090505383" y="1094.5092350988364"/> | |
</node> | |
<node id="September" label="September"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/september"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-369.29965350677617" y="1869.848106530168"/> | |
</node> | |
<node id="Wine Bar des Marolles" label="Wine Bar des Marolles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1111.2635717708704" y="-1064.6444791432818"/> | |
</node> | |
<node id="Café Compagnon" label="Café Compagnon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-compagnon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-60.23049537580721" y="-933.8787849933686"/> | |
</node> | |
<node id="Proximus" label="Proximus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2244.7048504621457" y="591.2967957414737"/> | |
</node> | |
<node id="l’Agapé" label="l’Agapé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="402.5249681048291" y="-1127.456362890163"/> | |
</node> | |
<node id="O Vins D'Anges" label="O Vins D'Anges"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-o-vin-d-anges-lyon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1275.002677723242" y="1974.332720583037"/> | |
</node> | |
<node id="Humm" label="Humm"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/humm"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="207.73777686695797" y="-711.1559334010684"/> | |
</node> | |
<node id="Tomo" label="Tomo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tomo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-773.8907942994056" y="1384.1574576422256"/> | |
</node> | |
<node id="La Table du Cinq" label="La Table du Cinq"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-table-du-cinq-bagneres-de-bigorre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="334.53499843835664" y="-1057.2759499485176"/> | |
</node> | |
<node id="Plaza Athénée époque Ducasse" label="Plaza Athénée époque Ducasse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1716.1446455989462" y="-138.34360403152823"/> | |
</node> | |
<node id="Enfin" label="Enfin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/enfin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-395.9066748804756" y="1533.8055630942372"/> | |
</node> | |
<node id="L’Atelier de Joël Robuchon" label="L’Atelier de Joël Robuchon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1708.1475369306966" y="408.1708590670824"/> | |
</node> | |
<node id="La Librairie" label="La Librairie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-998.1419002085048" y="1436.04146895274"/> | |
</node> | |
<node id="Coupi Bar" label="Coupi Bar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/coupi-bar"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-649.7230179312673" y="-104.38603208213749"/> | |
</node> | |
<node id="Les Délices de Tunisie" label="Les Délices de Tunisie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-delices-de-tunisie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1322.123916702082" y="648.4843202368578"/> | |
</node> | |
<node id="Shabour" label="Shabour"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/shabour"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1483.1650738648211" y="-341.17034476543984"/> | |
</node> | |
<node id="Prémices" label="Prémices"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/premices"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1811.7685289986207" y="1136.4806603961706"/> | |
</node> | |
<node id="Alluma" label="Alluma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/alluma"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-137.22470724986343" y="1810.9949292061185"/> | |
</node> | |
<node id="Dorchester" label="Dorchester"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2018.2571146549149" y="288.13411591466297"/> | |
</node> | |
<node id="Rambo" label="Rambo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/rambo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="126.17176111792293" y="1713.293202170908"/> | |
</node> | |
<node id="Fiskeskur" label="Fiskeskur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fiskeskur"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1214.605808905007" y="369.9553714826839"/> | |
</node> | |
<node id="Zakuro" label="Zakuro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/zakuro"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="953.4258866827071" y="-988.8258007134677"/> | |
</node> | |
<node id="Touósto" label="Touósto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/touosto"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-408.43530236801274" y="478.54713972458103"/> | |
</node> | |
<node id="Choral" label="Choral"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/choral"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="787.8565887737375" y="396.8606122108325"/> | |
</node> | |
<node id="Dizen" label="Dizen"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/dizen"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="675.7487376265512" y="238.34442719160003"/> | |
</node> | |
<node id="La Commune" label="La Commune"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="88.34123054651648" y="2030.4603838896328"/> | |
</node> | |
<node id="École Française de Pizzaiolo" label="École Française de Pizzaiolo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1112.3005748340468" y="557.9484209726807"/> | |
</node> | |
<node id="Pane & Olio" label="Pane & Olio"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pane-olio"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2127.9885907467565" y="776.534881839587"/> | |
</node> | |
<node id="MacVal" label="MacVal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-779.363761616548" y="-624.6115307772512"/> | |
</node> | |
<node id="La Ronde de l’Abbaye" label="La Ronde de l’Abbaye"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-ronde-de-labbaye-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1310.2044971338173" y="-416.44637158035266"/> | |
</node> | |
<node id="trufficulteur" label="trufficulteur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-707.7196676802272" y="628.832037340418"/> | |
</node> | |
<node id="Foujita" label="Foujita"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/foujita"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-568.3545107137106" y="1414.6421984454419"/> | |
</node> | |
<node id="Perchoir de Manon Fleury" label="Perchoir de Manon Fleury"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-972.7748019856401" y="1527.1167542063213"/> | |
</node> | |
<node id="Les Brassins" label="Les Brassins"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-brassins"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1684.3341998341625" y="-357.2297905820343"/> | |
</node> | |
<node id="Les Crayères à Reims" label="Les Crayères à Reims"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="293.22109254055715" y="1278.6694659257575"/> | |
</node> | |
<node id="Taxi’s" label="Taxi’s"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-783.6530095626181" y="-22.482719221981284"/> | |
</node> | |
<node id="Aroy Aroy" label="Aroy Aroy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/aroy-aroy"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-65.81200407115647" y="1340.653593191155"/> | |
</node> | |
<node id="La Grangée" label="La Grangée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-grangee-alluy"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-764.6348567619413" y="1371.795046234021"/> | |
</node> | |
<node id="Bocata et Cætera" label="Bocata et Cætera"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bocata-et-caetera"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1780.3861026332956" y="1427.7561283412028"/> | |
</node> | |
<node id="La Cantina" label="La Cantina"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-cantina"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-777.5623626474697" y="593.5899802902579"/> | |
</node> | |
<node id="La Pente Douce" label="La Pente Douce"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-pente-douce-toulouse-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1121.3652431940595" y="-107.59134552731786"/> | |
</node> | |
<node id="Toursel" label="Toursel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-912.6707407735936" y="612.4043882097087"/> | |
</node> | |
<node id="Les Niçois" label="Les Niçois"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="647.0082890299012" y="-776.0813527659412"/> | |
</node> | |
<node id="ancien berger-fromager" label="ancien berger-fromager"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-882.6817868099442" y="490.65269943619046"/> | |
</node> | |
<node id="Nosso" label="Nosso"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nosso"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-196.72654897882487" y="-150.72808918161934"/> | |
</node> | |
<node id="Simone Tondo" label="Simone Tondo"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-174.33560157642614" y="1140.5596050792856"/> | |
</node> | |
<node id="Chez Monsieur Yang" label="Chez Monsieur Yang"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-monsieur-yang"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="90.9334511253534" y="913.2601609373265"/> | |
</node> | |
<node id="Drum Café" label="Drum Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/drum-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="699.9076857361629" y="1428.7611203800398"/> | |
</node> | |
<node id="Candide à Paris" label="Candide à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1798.1657120095285" y="-5.706970829821159"/> | |
</node> | |
<node id="La Belloteka" label="La Belloteka"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1236.7255852869303" y="-781.4920292201289"/> | |
</node> | |
<node id="Colorova" label="Colorova"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-colorova-paris-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1691.2865750240683" y="-621.6795223288409"/> | |
</node> | |
<node id="Pottoka" label="Pottoka"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="989.8386421760116" y="1310.2807083233474"/> | |
</node> | |
<node id="Gourmets Everyday" label="Gourmets Everyday"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/gourmets-everyday"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1776.7845094964" y="244.40630715930502"/> | |
</node> | |
<node id="Perchoir" label="Perchoir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="945.149792029976" y="1414.4732598912606"/> | |
</node> | |
<node id="Clair / Obscur" label="Clair / Obscur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/clair-obscur"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1828.7132098905263" y="-413.0901095135018"/> | |
</node> | |
<node id="Park Hyatt" label="Park Hyatt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1130.4232432724566" y="815.4625159615238"/> | |
</node> | |
<node id="le Jules Verne à Paris" label="le Jules Verne à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1384.4516512028656" y="-1111.8080208654228"/> | |
</node> | |
<node id="L’Agathopède" label="L’Agathopède"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-224.97106914213796" y="-1259.9077220414458"/> | |
</node> | |
<node id="Old Boy" label="Old Boy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="409.5038908413824" y="1503.7714678576108"/> | |
</node> | |
<node id="L’Impertinent" label="L’Impertinent"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-38.120375121207815" y="-597.2394140400909"/> | |
</node> | |
<node id="Terroir Parisien de Yannick Alleno" label="Terroir Parisien de Yannick Alleno"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1630.0579513375242" y="1120.4160454472453"/> | |
</node> | |
<node id="Euro Pizza" label="Euro Pizza"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1316.9046275525322" y="-845.5097094416881"/> | |
</node> | |
<node id="Café Perdu" label="Café Perdu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-perdu"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="869.4665156544197" y="-190.97588197513338"/> | |
</node> | |
<node id="Tadam" label="Tadam"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tadam"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-854.7516459724081" y="30.033952195603646"/> | |
</node> | |
<node id="Pieter" label="Pieter"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pieter"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="265.5754301880474" y="1323.8412280633372"/> | |
</node> | |
<node id="Michelle Mabelle" label="Michelle Mabelle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/michelle-mabelle"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-66.16930828088667" y="-475.79560882755607"/> | |
</node> | |
<node id="Terminus" label="Terminus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/terminus"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-120.13779152966966" y="-955.4709648341237"/> | |
</node> | |
<node id="Albert" label="Albert"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/albert"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-273.7683515632161" y="-512.1754590757911"/> | |
</node> | |
<node id="Monaco" label="Monaco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/monaco"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-278.0158412237192" y="1138.8982880457504"/> | |
</node> | |
<node id="Salicorne" label="Salicorne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/salicorne"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1374.0859427868345" y="-1164.0321166074657"/> | |
</node> | |
<node id="Album" label="Album"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/album"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-574.0019979048014" y="-1167.4768072005043"/> | |
</node> | |
<node id="Pochana" label="Pochana"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pochana"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="316.4848873565043" y="-1282.7689704939994"/> | |
</node> | |
<node id="Le collier de la reine" label="Le collier de la reine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="636.5112478214802" y="-937.0723755996262"/> | |
</node> | |
<node id="L’Union" label="L’Union"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lunion"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-298.64786290418385" y="-989.3909130078767"/> | |
</node> | |
<node id="Le Contrat" label="Le Contrat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-199.88477356752304" y="-818.1131204768645"/> | |
</node> | |
<node id="Cosí" label="Cosí"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1398.1698297577598" y="357.8520561666537"/> | |
</node> | |
<node id="Cheri Bibi" label="Cheri Bibi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cheri-bibi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-89.5481558781098" y="1898.6504449812437"/> | |
</node> | |
<node id="Närenj" label="Närenj"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-narenj-orleans"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="959.469846072697" y="-717.2597253507183"/> | |
</node> | |
<node id="Het Vliegend Tapijt" label="Het Vliegend Tapijt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/het-vliegend-tapijt"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-9.91963932582168" y="42.97108550092328"/> | |
</node> | |
<node id="Fiskebar" label="Fiskebar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-711.2974496758886" y="1093.756304966442"/> | |
</node> | |
<node id="Hestia" label="Hestia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hestia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1282.6472614899421" y="531.4910073035421"/> | |
</node> | |
<node id="Italie Là-bas" label="Italie Là-bas"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1745.6607946713746" y="-643.8339211420364"/> | |
</node> | |
<node id="Le Pigeon Noir" label="Le Pigeon Noir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-pigeon-noir"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-899.720711028912" y="-450.96190483304554"/> | |
</node> | |
<node id="Domaine de la Petite Isle" label="Domaine de la Petite Isle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-89.31646104524216" y="-614.3891476961301"/> | |
</node> | |
<node id="Figure" label="Figure"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/figure"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-212.31652706645923" y="-459.1985026640225"/> | |
</node> | |
<node id="Le Berlot" label="Le Berlot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-berlot-montlouis-sur-loire"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1190.0727986704214" y="-653.5502390658627"/> | |
</node> | |
<node id="Witlov" label="Witlov"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-831.3400035149277" y="-92.42726092564583"/> | |
</node> | |
<node id="Hôtel Royal Madeleine" label="Hôtel Royal Madeleine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="157.9614486815025" y="-1218.2646952285154"/> | |
</node> | |
<node id="Grand Hôtel" label="Grand Hôtel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="290.89467991465347" y="1782.2574941114835"/> | |
</node> | |
<node id="Nudisme Interdit" label="Nudisme Interdit"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="33.822991117581495" y="1966.3449073170787"/> | |
</node> | |
<node id="Lou Mas Café" label="Lou Mas Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lou-mas-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1573.543954542393" y="-160.4305474019905"/> | |
</node> | |
<node id="Les Pères Populaires" label="Les Pères Populaires"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-peres-populaires-paris-9"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="472.0778870521508" y="525.5356219301846"/> | |
</node> | |
<node id="Café Mirette" label="Café Mirette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-mirette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="716.9335672638962" y="521.3828214104889"/> | |
</node> | |
<node id="Café Service" label="Café Service"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-service"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="859.8660289910202" y="73.8475604354539"/> | |
</node> | |
<node id="Au Stekerlapatte" label="Au Stekerlapatte"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/au-stekerlapatte"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1374.1292213788763" y="-443.7863427740433"/> | |
</node> | |
<node id="Rooster" label="Rooster"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-rooster-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1716.6935565675333" y="282.9635979986309"/> | |
</node> | |
<node id="Freya" label="Freya"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/freya"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1779.9473407029463" y="546.5987304805537"/> | |
</node> | |
<node id="Tire-Bouchon" label="Tire-Bouchon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1281.0443979596555" y="922.3384286982772"/> | |
</node> | |
<node id="Après l’École" label="Après l’École"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1691.2426624483523" y="-541.1600599855901"/> | |
</node> | |
<node id="Noma" label="Noma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-83.18645839004012" y="-1050.5520130762384"/> | |
</node> | |
<node id="Petite Auberge à Bezonnes" label="Petite Auberge à Bezonnes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-969.8679002957895" y="1325.6625713974342"/> | |
</node> | |
<node id="Elders" label="Elders"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/elders"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1339.1046296242475" y="841.5919097978614"/> | |
</node> | |
<node id="Entredgeu" label="Entredgeu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="367.74900059235864" y="33.09101833592868"/> | |
</node> | |
<node id="Bonne Aventure" label="Bonne Aventure"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-bonne-aventure-saint-ouen"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="379.46659229816015" y="163.7066753050392"/> | |
</node> | |
<node id="Osteria Bacetto" label="Osteria Bacetto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="195.35240043515878" y="35.575611981870935"/> | |
</node> | |
<node id="Napoléon à côté des Champs-Élysées" label="Napoléon à côté des Champs-Élysées"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1298.743445733864" y="-898.1044858996538"/> | |
</node> | |
<node id="Les Planeurs" label="Les Planeurs"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-planeurs-toulouse"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-221.08337020788827" y="-1105.8946696443904"/> | |
</node> | |
<node id="L'Alvéole" label="L'Alvéole"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lalveole"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="722.9813377151584" y="-987.7564154574163"/> | |
</node> | |
<node id="Kaki" label="Kaki"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kaki"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-8.581107511882848" y="-636.2672323572762"/> | |
</node> | |
<node id="A Nostre" label="A Nostre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="736.7142546278495" y="1297.6701200318628"/> | |
</node> | |
<node id="Sables" label="Sables"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sables"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-454.7359212890772" y="1742.0062070746974"/> | |
</node> | |
<node id="Anna" label="Anna"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/anna"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="783.4429941494835" y="-1150.6657298582368"/> | |
</node> | |
<node id="Piola Pizza" label="Piola Pizza"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/piola-pizza"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="1095.777626268104" y="2141.1086997304583"/> | |
</node> | |
<node id="Dilia" label="Dilia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-dilia-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="20.444203890720246" y="-774.6124919266894"/> | |
</node> | |
<node id="Orties à Paris" label="Orties à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-601.0081043708063" y="-434.3956271051526"/> | |
</node> | |
<node id="Casa Gaïa" label="Casa Gaïa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/casa-gaia-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1092.0791946996928" y="-1183.5609684967942"/> | |
</node> | |
<node id="Victor" label="Victor"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/victor"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-713.3504064607935" y="903.5631894625562"/> | |
</node> | |
<node id="Les Pères Pop'" label="Les Pères Pop'"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1451.5805125416678" y="717.6686573813962"/> | |
</node> | |
<node id="Amapola Kitchen" label="Amapola Kitchen"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/amapola-kitchen-coffee"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="220.25792393127944" y="-1123.987215712106"/> | |
</node> | |
<node id="Galerna" label="Galerna"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-galerna-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-304.0808899472491" y="1282.8192960643037"/> | |
</node> | |
<node id="Magma" label="Magma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/magma"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="730.6497633351457" y="352.6594964566897"/> | |
</node> | |
<node id="Bohême" label="Bohême"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/boheme"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="757.9215341066237" y="-431.0897629494947"/> | |
</node> | |
<node id="Matza" label="Matza"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/matza"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="853.0983798701395" y="570.404769623088"/> | |
</node> | |
<node id="Tour d’Argent" label="Tour d’Argent"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1031.588451727329" y="-715.2867403795885"/> | |
</node> | |
<node id="Troisgros à Tokyo" label="Troisgros à Tokyo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-826.8871261944189" y="-241.42671037385844"/> | |
</node> | |
<node id="La Réserve de Beaulieu" label="La Réserve de Beaulieu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-554.2687137885005" y="1010.5034379764717"/> | |
</node> | |
<node id="Bouillon Pigalle" label="Bouillon Pigalle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-bouillon-pigalle-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1606.78808020113" y="218.64280399718382"/> | |
</node> | |
<node id="O Coffee" label="O Coffee"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-410.2590667595114" y="-57.97266810102379"/> | |
</node> | |
<node id="Justine" label="Justine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-107.2324326072528" y="-673.407823972775"/> | |
</node> | |
<node id="Manat" label="Manat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/manat"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1040.4009079585403" y="-825.3797833400306"/> | |
</node> | |
<node id="Terrass’ Hotel à Paris" label="Terrass’ Hotel à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1372.2988971586371" y="-590.9447826903461"/> | |
</node> | |
<node id="Les coudes sur ta table" label="Les coudes sur ta table"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1681.8403409500597" y="952.4384965819213"/> | |
</node> | |
<node id="Fernand Obb" label="Fernand Obb"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fernand-obb"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-738.3609703426757" y="-655.4661406473757"/> | |
</node> | |
<node id="Anne-Sophie Pic" label="Anne-Sophie Pic"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-161.49201879791863" y="1171.865478585318"/> | |
</node> | |
<node id="My Tannour" label="My Tannour"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="698.4529109952755" y="968.5428118920231"/> | |
</node> | |
<node id="The Dancing Goat" label="The Dancing Goat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/the-dancing-goat"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1497.109764321483" y="1343.3238325360762"/> | |
</node> | |
<node id="Le Conseil" label="Le Conseil"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-conseil"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1118.0918824583164" y="-64.51197728270296"/> | |
</node> | |
<node id="JJII" label="JJII"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/des-assiettes-jijiigantesques"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1131.9913311306864" y="1897.339986673959"/> | |
</node> | |
<node id="Mare aux Oiseaux" label="Mare aux Oiseaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-928.3032795624467" y="-439.80539648075023"/> | |
</node> | |
<node id="Nyyó" label="Nyyó"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nyyo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2089.81660247397" y="188.34443940415343"/> | |
</node> | |
<node id="Caulaincourt" label="Caulaincourt"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1476.378052806707" y="-1028.2467926263894"/> | |
</node> | |
<node id="Cantina" label="Cantina"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1919.322483381019" y="728.7401462391102"/> | |
</node> | |
<node id="Le Oui" label="Le Oui"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-oui"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-247.2869748340934" y="-1000.4281439150543"/> | |
</node> | |
<node id="Le Relais du Castelet" label="Le Relais du Castelet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-relais-du-castelet-fontvieille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-950.4279357012822" y="-103.43392048282574"/> | |
</node> | |
<node id="Épi" label="Épi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-243.98152043853446" y="1665.661690841109"/> | |
</node> | |
<node id="Odessa l'École" label="Odessa l'École"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/odessa-lecole"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1129.9682344460753" y="765.0897644475217"/> | |
</node> | |
<node id="Le Chardenoux" label="Le Chardenoux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-890.9271110373408" y="-119.54350038787291"/> | |
</node> | |
<node id="Le Cercle des Arômes" label="Le Cercle des Arômes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-cercle-des-aromes-colmar"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1038.540065292425" y="2112.943249955276"/> | |
</node> | |
<node id="Terroirs Wine Bar" label="Terroirs Wine Bar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1057.35083489151" y="698.9174311030938"/> | |
</node> | |
<node id="Bikini" label="Bikini"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bikini"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-364.23685425212693" y="1812.379540212067"/> | |
</node> | |
<node id="Hinterland" label="Hinterland"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="408.25063428811814" y="1339.399998187743"/> | |
</node> | |
<node id="ancien régisseur" label="ancien régisseur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1496.3371305090966" y="1734.6859383420256"/> | |
</node> | |
<node id="La Crique" label="La Crique"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-453.6350828961169" y="1758.484318839415"/> | |
</node> | |
<node id="Inari" label="Inari"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/inari"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-681.046396858348" y="735.5185260051346"/> | |
</node> | |
<node id="De Puta Madre" label="De Puta Madre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/de-puta-madre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="268.9726845107149" y="-1199.0381246942575"/> | |
</node> | |
<node id="Liquide" label="Liquide"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-liquide-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="39.62909465100378" y="-384.4869701509763"/> | |
</node> | |
<node id="Auberge la Perdrix" label="Auberge la Perdrix"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/auberge-la-perdrix"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="370.7121224356007" y="-1295.2273492474917"/> | |
</node> | |
<node id="Mazali" label="Mazali"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mazali"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1832.7423424864205" y="-308.38577329398464"/> | |
</node> | |
<node id="Le Comptoir Kokagué" label="Le Comptoir Kokagué"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-comptoir-kokague"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="586.4518982440079" y="-467.6625595107979"/> | |
</node> | |
<node id="Glastag" label="Glastag"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="802.9598698946626" y="-795.1544393414054"/> | |
</node> | |
<node id="Café Varenne" label="Café Varenne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-varenne"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-61.930395259638544" y="-966.5270717734829"/> | |
</node> | |
<node id="Danieli" label="Danieli"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="143.48475665101134" y="1625.8401786613863"/> | |
</node> | |
<node id="Chixko" label="Chixko"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chixko"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="526.0583314068492" y="-563.9402352762797"/> | |
</node> | |
<node id="hôtel Majestic de Fès" label="hôtel Majestic de Fès"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="300.7555326881552" y="-1340.647843870581"/> | |
</node> | |
<node id="À l’Epi d’Or" label="À l’Epi d’Or"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-a-l-epi-d-or-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="151.7249316560244" y="-317.83061365949084"/> | |
</node> | |
<node id="La Coquerie" label="La Coquerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-coquerie-sete-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-769.76069476176" y="-479.51241613016566"/> | |
</node> | |
<node id="Le Poulpe" label="Le Poulpe"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="252.27974089118433" y="-935.4029254742775"/> | |
</node> | |
<node id="Le Temps des Cerises" label="Le Temps des Cerises"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-temps-des-cerises"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="660.6162211390392" y="1898.5694076547688"/> | |
</node> | |
<node id="Bún Bar & Restaurant" label="Bún Bar & Restaurant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bun-bar-restaurant"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-564.8953220455508" y="-32.59314188726965"/> | |
</node> | |
<node id="Method" label="Method"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/method"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-933.9496352413768" y="989.4447474310671"/> | |
</node> | |
<node id="Willem Hiele" label="Willem Hiele"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="35.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/willem-hiele"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="35.714285714285715"/> | |
<viz:position x="647.6282203942176" y="726.4683605233193"/> | |
</node> | |
<node id="Mazal" label="Mazal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mazal"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-13.267162299454228" y="-498.2092837439104"/> | |
</node> | |
<node id="Nelly's" label="Nelly's"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nellys"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-113.38857974400382" y="1954.3289843665157"/> | |
</node> | |
<node id="Inada" label="Inada"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-316.59111277682575" y="807.9447384045405"/> | |
</node> | |
<node id="Nagora" label="Nagora"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1190.5313675051898" y="1398.6778412662075"/> | |
</node> | |
<node id="Fontaine de Belleville" label="Fontaine de Belleville"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-511.4444187747623" y="-1203.2388283786233"/> | |
</node> | |
<node id="Suzanne" label="Suzanne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/suzanne"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="512.2561828380985" y="-307.7249163169406"/> | |
</node> | |
<node id="Cipiace" label="Cipiace"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cipiace"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="226.58128432958898" y="2094.772036278014"/> | |
</node> | |
<node id="Lekker Huis" label="Lekker Huis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lekker-huis"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1233.5042134119549" y="916.744567625344"/> | |
</node> | |
<node id="Agapes" label="Agapes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/agapes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-670.6217155607785" y="1140.3817749814573"/> | |
</node> | |
<node id="Liesse" label="Liesse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="717.3738061856882" y="1229.976139323106"/> | |
</node> | |
<node id="Le Garet" label="Le Garet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-garet-lyon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1972.5132932589268" y="-367.80991322385546"/> | |
</node> | |
<node id="Wink" label="Wink"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1221.5886812762467" y="-180.87854848262015"/> | |
</node> | |
<node id="Ryô" label="Ryô"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ryo-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1249.614699880032" y="-322.62786101955294"/> | |
</node> | |
<node id="Amérique du Sud" label="Amérique du Sud"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1255.3864268971884" y="-813.5384075474838"/> | |
</node> | |
<node id="Alé" label="Alé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ale"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1618.3465298469705" y="-245.22796875482916"/> | |
</node> | |
<node id="Auberge des Carrières" label="Auberge des Carrières"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/auberge-des-carrieres"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1562.185904213312" y="1491.355656883987"/> | |
</node> | |
<node id="Lido Beach" label="Lido Beach"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lido-beach"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="159.42733217916145" y="-1099.6489322919797"/> | |
</node> | |
<node id="Issé" label="Issé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="645.8099732000738" y="-1226.8530934468872"/> | |
</node> | |
<node id="La Table de Léo" label="La Table de Léo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-table-de-leo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1533.4250538668118" y="605.4398623627518"/> | |
</node> | |
<node id="Hors-Champs" label="Hors-Champs"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hors-champs"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="896.2312010847268" y="-310.67037182077684"/> | |
</node> | |
<node id="Frenchie Bar à Vins" label="Frenchie Bar à Vins"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-487.3647520049618" y="-444.3734584980033"/> | |
</node> | |
<node id="Eunoé" label="Eunoé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/eunoe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1101.6624496251586" y="1363.8433627137063"/> | |
</node> | |
<node id="Chez Robert" label="Chez Robert"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="98.15337885648819" y="1360.173141662404"/> | |
</node> | |
<node id="Le Chat" label="Le Chat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-chat-cosne-cours-sur-loire-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-944.0365715731517" y="-593.2425141802236"/> | |
</node> | |
<node id="Caneton" label="Caneton"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/caneton"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="875.9159426186814" y="413.9896060297008"/> | |
</node> | |
<node id="Het Vliegend Tapijts" label="Het Vliegend Tapijts"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="430.4650537622618" y="1697.157173741623"/> | |
</node> | |
<node id="Autour de l’Âtre" label="Autour de l’Âtre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/autour-de-latre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-602.877293130839" y="-649.6022333253279"/> | |
</node> | |
<node id="Prince Noir" label="Prince Noir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="956.1891175115609" y="-887.3690837294607"/> | |
</node> | |
<node id="Le Komptoir des Amis" label="Le Komptoir des Amis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-komptoir-des-amis-saint-jean-de-luz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="392.21208005991366" y="-1223.3119220938606"/> | |
</node> | |
<node id="Le Petit Victor Hugo" label="Le Petit Victor Hugo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-petit-victor-hugo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1079.9529241140967" y="-36.070261035171114"/> | |
</node> | |
<node id="Marloe" label="Marloe"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/marloe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1335.7147130357512" y="1071.726287299368"/> | |
</node> | |
<node id="Callens Café" label="Callens Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1391.8220122764242" y="-990.3841199115494"/> | |
</node> | |
<node id="atelier des Tartes de Françoise" label="atelier des Tartes de Françoise"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1606.4557594948412" y="-538.3386594709721"/> | |
</node> | |
<node id="Pluto" label="Pluto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pluto"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="156.51080922074777" y="-336.41917421744745"/> | |
</node> | |
<node id="Étiquette" label="Étiquette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1091.4716670871744" y="-874.7156111013945"/> | |
</node> | |
<node id="Contre-pied" label="Contre-pied"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-contre-pied-toulouse"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="96.3928150682839" y="-201.42856631820484"/> | |
</node> | |
<node id="Mama" label="Mama"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-mama-maubec"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1799.8707151894114" y="-527.747304584865"/> | |
</node> | |
<node id="Clover Gordes" label="Clover Gordes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="854.720120007755" y="43.28104823710507"/> | |
</node> | |
<node id="Gusty" label="Gusty"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-116.67197810275226" y="1506.766391776678"/> | |
</node> | |
<node id="Le Georges" label="Le Georges"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1306.8434673590875" y="730.2976362879948"/> | |
</node> | |
<node id="Cave de Belleville" label="Cave de Belleville"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-603.1426027901923" y="1790.331818412397"/> | |
</node> | |
<node id="Coup de Tête" label="Coup de Tête"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-coup-de-tete-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1236.8664630266444" y="-406.4453087371829"/> | |
</node> | |
<node id="Bravo Babette" label="Bravo Babette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bravo-babette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-571.8654708509662" y="302.4826834257261"/> | |
</node> | |
<node id="116 Pages" label="116 Pages"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-116-pages-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1316.9439962900158" y="-805.4672329415846"/> | |
</node> | |
<node id="SiamSally" label="SiamSally"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/siamsally"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-664.8846207474794" y="-312.55080084258833"/> | |
</node> | |
<node id="L’Amphitryon" label="L’Amphitryon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1421.8283569942157" y="765.8824112091771"/> | |
</node> | |
<node id="Pierre Hermé" label="Pierre Hermé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="930.0474660677338" y="-875.2102062148932"/> | |
</node> | |
<node id="Korus" label="Korus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1472.7542126058" y="-457.64468774437614"/> | |
</node> | |
<node id="Sama" label="Sama"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sama"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-41.40044430757774" y="-844.3398756363883"/> | |
</node> | |
<node id="resto italien" label="resto italien"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-160.05982281771196" y="-728.5048339752616"/> | |
</node> | |
<node id="MALMÖ" label="MALMÖ"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/malmo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="620.3415034099343" y="-834.0754784756643"/> | |
</node> | |
<node id="Les Papilles Insolites" label="Les Papilles Insolites"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-papilles-insolites-pau-11"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1231.444897961842" y="1215.0367494136126"/> | |
</node> | |
<node id="L'Artisan" label="L'Artisan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="686.3134656511778" y="-1250.7952458145933"/> | |
</node> | |
<node id="Plump" label="Plump"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/plump"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-671.5786741682598" y="-437.06441007022784"/> | |
</node> | |
<node id="Mauvaises Herbes" label="Mauvaises Herbes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-mauvaises-herbes-sens"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1279.3350396053563" y="789.687922963856"/> | |
</node> | |
<node id="Hibiki" label="Hibiki"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hibiki"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-496.08292392716106" y="1855.5521904499833"/> | |
</node> | |
<node id="Hotel Pilar" label="Hotel Pilar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hotel-pilar"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="108.32290106493396" y="983.6489186667611"/> | |
</node> | |
<node id="Table d'Amis" label="Table d'Amis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/table-damis"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-633.3837499845579" y="-589.4019027955858"/> | |
</node> | |
<node id="NYC" label="NYC"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="909.1363130171441" y="-1032.9982622589098"/> | |
</node> | |
<node id="Il Parasole di Marco" label="Il Parasole di Marco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/il-parasole-di-marco"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1026.870816710308" y="1064.0477328909647"/> | |
</node> | |
<node id="In de Patattezak" label="In de Patattezak"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/in-de-patattezak"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-465.41780074882325" y="99.14661983525664"/> | |
</node> | |
<node id="Jigger’s" label="Jigger’s"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="359.48773085752987" y="-1269.0639372344992"/> | |
</node> | |
<node id="Semilla à Paris" label="Semilla à Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="212.63486538867744" y="-1190.312525052108"/> | |
</node> | |
<node id="Bombance" label="Bombance"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bombance"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-335.88601170529415" y="-861.4629989639063"/> | |
</node> | |
<node id="Épi Dupin" label="Épi Dupin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="135.63494162687093" y="2013.130378215549"/> | |
</node> | |
<node id="Casse-Cailloux" label="Casse-Cailloux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1083.3928618842992" y="-1314.0383585115344"/> | |
</node> | |
<node id="Greenhouse" label="Greenhouse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-523.181434273652" y="1403.0029208255264"/> | |
</node> | |
<node id="Frank" label="Frank"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/frank-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="142.78106195749461" y="-511.73675935028956"/> | |
</node> | |
<node id="Cacou" label="Cacou"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cacou"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="79.7383178645143" y="2185.949602844372"/> | |
</node> | |
<node id="Omnivore" label="Omnivore"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/omnivore"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="185.51603444096307" y="1355.2643480925929"/> | |
</node> | |
<node id="Semilla" label="Semilla"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="29.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-semilla-paris-15"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="29.285714285714285"/> | |
<viz:position x="203.68230550872752" y="320.01847516695784"/> | |
</node> | |
<node id="Yansai" label="Yansai"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-yansai-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1900.670556067028" y="-516.5106546116233"/> | |
</node> | |
<node id="La Co(o)rniche" label="La Co(o)rniche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-co-o-rniche-pyla-sur-mer"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1340.303284223824" y="554.3692191457758"/> | |
</node> | |
<node id="Club Med" label="Club Med"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="522.9747483959491" y="1715.4859335207336"/> | |
</node> | |
<node id="Zeebrugge" label="Zeebrugge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="327.19245269411044" y="1527.2866371699838"/> | |
</node> | |
<node id="Paris" label="Paris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="497.41855102105" y="-237.43644677569367"/> | |
</node> | |
<node id="Quatre Mains" label="Quatre Mains"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1153.806890272322" y="123.23958341406356"/> | |
</node> | |
<node id="Gaya" label="Gaya"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-gaya-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="106.32663313153978" y="381.49283814028206"/> | |
</node> | |
<node id="Café BB" label="Café BB"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-bb"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="156.9224189364597" y="1625.0327398833579"/> | |
</node> | |
<node id="Mimis" label="Mimis"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mimis"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="305.0203404214465" y="-1303.8026771258749"/> | |
</node> | |
<node id="Le Voyage d'Ernestine" label="Le Voyage d'Ernestine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-voyage-dernestine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="625.6164891276238" y="160.67238956131905"/> | |
</node> | |
<node id="Grazie" label="Grazie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-736.475696198071" y="1480.7466905795059"/> | |
</node> | |
<node id="Marché-Couverts" label="Marché-Couverts"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/marche-couverts"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="291.4185846696133" y="-1381.3362161647613"/> | |
</node> | |
<node id="Hanabi" label="Hanabi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/hanabi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="811.1607885931684" y="-709.1562565736189"/> | |
</node> | |
<node id="Little Apo" label="Little Apo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/little-apo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="242.79113606621334" y="-1124.2040563285252"/> | |
</node> | |
<node id="Barbakoa" label="Barbakoa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1333.3894747046086" y="-851.1004451907233"/> | |
</node> | |
<node id="Meraki" label="Meraki"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/meraki"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1030.7801973754438" y="169.38389138639283"/> | |
</node> | |
<node id="Auberge La Fenière" label="Auberge La Fenière"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-auberge-la-feniere-cadenet"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="874.7304681934945" y="-576.7158577141761"/> | |
</node> | |
<node id="L'Oiseau sur sa Branche" label="L'Oiseau sur sa Branche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-l-oiseau-sur-sa-branche-saou-13"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="2095.2119389331874" y="1022.1217912265265"/> | |
</node> | |
<node id="Beijingya" label="Beijingya"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/beijingya"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-808.626681695276" y="1416.8734988923406"/> | |
</node> | |
<node id="Terrae" label="Terrae"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/terrae"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-119.69923373654083" y="1142.223357283568"/> | |
</node> | |
<node id="Bones" label="Bones"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-123.78801694165546" y="1619.875108981899"/> | |
</node> | |
<node id="Matka" label="Matka"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/matka"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-165.78878861256197" y="2184.007365646012"/> | |
</node> | |
<node id="June’s" label="June’s"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="891.5676161976461" y="1382.6896990663029"/> | |
</node> | |
<node id="Café La Pompe et Ici à Bruxelles" label="Café La Pompe et Ici à Bruxelles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1283.811696455101" y="799.5887563500088"/> | |
</node> | |
<node id="Clos des Sens" label="Clos des Sens"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-917.0539930268294" y="478.6154596938978"/> | |
</node> | |
<node id="Clover Grill" label="Clover Grill"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-clover-grill-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="334.7599082405511" y="805.3806956327946"/> | |
</node> | |
<node id="Les Chambres" label="Les Chambres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-chambres-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1006.2154104925312" y="-264.0947819567973"/> | |
</node> | |
<node id="George V" label="George V"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="22.109200312094757" y="-204.40108551787802"/> | |
</node> | |
<node id="La Cave de Bacchus" label="La Cave de Bacchus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="214.70188602321483" y="-844.0627188383646"/> | |
</node> | |
<node id="Le Sahuc" label="Le Sahuc"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-sahuc-riviere-sur-tarn"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-597.1716055373357" y="1000.4263059837074"/> | |
</node> | |
<node id="Les yeux dans l’eau" label="Les yeux dans l’eau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-yeux-dans-l-eau-crozon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1442.2182611476487" y="-1272.3329550570616"/> | |
</node> | |
<node id="Da Long Yi" label="Da Long Yi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/da-long-yi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1799.6775560077226" y="-269.7042713814877"/> | |
</node> | |
<node id="restaurant au Japon" label="restaurant au Japon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1500.3473903292954" y="450.4026393281358"/> | |
</node> | |
<node id="Goujon" label="Goujon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1687.5435152460307" y="630.793632883173"/> | |
</node> | |
<node id="Coya" label="Coya"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1907.1720931695581" y="119.61807191971727"/> | |
</node> | |
<node id="Komatsubaki" label="Komatsubaki"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-komatsubaki-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-228.72311027315615" y="-5.804338319948258"/> | |
</node> | |
<node id="We Are Ona" label="We Are Ona"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="607.3216896568724" y="-942.5191910674907"/> | |
</node> | |
<node id="Bizim Kebap" label="Bizim Kebap"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bizim-kebap"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-733.0553404626482" y="-1001.8404317258918"/> | |
</node> | |
<node id="Tohu Bohu" label="Tohu Bohu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tohu-bohu"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-339.20562044776307" y="810.4240249362939"/> | |
</node> | |
<node id="Maison" label="Maison"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maison"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1583.099187116247" y="890.5940057142441"/> | |
</node> | |
<node id="l’Arpège" label="l’Arpège"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1516.2110650933014" y="-187.26708392563353"/> | |
</node> | |
<node id="Gilles Goujon" label="Gilles Goujon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1250.91037017517" y="939.2895045964747"/> | |
</node> | |
<node id="Saint-James à Bouliac" label="Saint-James à Bouliac"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="164.80978877451435" y="1698.0797989593957"/> | |
</node> | |
<node id="Nashville" label="Nashville"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1899.5854368119628" y="299.6476702319526"/> | |
</node> | |
<node id="Uno" label="Uno"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-205.26379827874987" y="-1194.5169235600129"/> | |
</node> | |
<node id="Beni Falafel" label="Beni Falafel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/beni-falafel"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1769.245383968937" y="-943.4891441847351"/> | |
</node> | |
<node id="Château du Mylord" label="Château du Mylord"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="583.6744477913072" y="-1263.727960439721"/> | |
</node> | |
<node id="Le Comptoir des Alpes" label="Le Comptoir des Alpes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-comptoir-des-alpes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1249.8732517757371" y="-317.72905512755085"/> | |
</node> | |
<node id="Le Baratin" label="Le Baratin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-baratin-paris-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="931.3879534804487" y="1051.73250646246"/> | |
</node> | |
<node id="Hélène Darroze" label="Hélène Darroze"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-428.0740300573272" y="-336.2631379521183"/> | |
</node> | |
<node id="Comptoir Garcin" label="Comptoir Garcin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/comptoir-garcin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="928.7182081123576" y="-1008.6182459744616"/> | |
</node> | |
<node id="August" label="August"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-996.9547226141237" y="-163.2483053984412"/> | |
</node> | |
<node id="Persifleur" label="Persifleur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-485.1741830286509" y="1424.0934107158503"/> | |
</node> | |
<node id="La Chicorée" label="La Chicorée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1284.8017955941646" y="-23.75601656436922"/> | |
</node> | |
<node id="Maison Plisson" label="Maison Plisson"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1225.965026744356" y="209.1960333961378"/> | |
</node> | |
<node id="Godaille" label="Godaille"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/godaille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="725.0217866050892" y="-1142.7106321950994"/> | |
</node> | |
<node id="Briquet" label="Briquet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/briquet"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1104.429873045055" y="352.5763538645211"/> | |
</node> | |
<node id="Roganic" label="Roganic"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1183.1315644638796" y="578.2977796990184"/> | |
</node> | |
<node id="Le Bistrot de la Poissonnerie" label="Le Bistrot de la Poissonnerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-bistrot-de-la-poissonnerie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-805.9285672702144" y="1247.320431619018"/> | |
</node> | |
<node id="Fish Me" label="Fish Me"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fish-me"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="955.6807717979258" y="-894.1533237966298"/> | |
</node> | |
<node id="Samos" label="Samos"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-samos-bordeaux"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="10.159345900633028" y="-768.3304477947702"/> | |
</node> | |
<node id="Frenchie Pigalle" label="Frenchie Pigalle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-frenchie-pigalle-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-339.8960628491896" y="1791.261271131763"/> | |
</node> | |
<node id="Datil" label="Datil"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/datil"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1535.8897942365018" y="1290.915982708637"/> | |
</node> | |
<node id="Scaria" label="Scaria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-345.7562372340058" y="25.54390679390886"/> | |
</node> | |
<node id="L'Épicerie" label="L'Épicerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lepicerie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1443.9387266103843" y="35.17269155679796"/> | |
</node> | |
<node id="Flocons de Sel" label="Flocons de Sel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1083.5041909017257" y="-1100.154970603014"/> | |
</node> | |
<node id="Liza" label="Liza"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="848.7740687198292" y="-427.3486691861638"/> | |
</node> | |
<node id="Piuma" label="Piuma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/piuma"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1774.366516587772" y="1495.6403216090052"/> | |
</node> | |
<node id="Dose" label="Dose"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1581.9691813640095" y="1202.830777181883"/> | |
</node> | |
<node id="Ten Belles Bread" label="Ten Belles Bread"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ten-belles-bread-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="4.44469503576056" y="1064.5213792570974"/> | |
</node> | |
<node id="Saint Sébastien" label="Saint Sébastien"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-556.3822904762659" y="1741.9805151068044"/> | |
</node> | |
<node id="Silencio" label="Silencio"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="616.3800809122238" y="-850.0260366603944"/> | |
</node> | |
<node id="Arka" label="Arka"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/arka"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1108.7540880332483" y="1020.1804676498948"/> | |
</node> | |
<node id="Ducasse" label="Ducasse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="35.714285714285715"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="35.714285714285715"/> | |
<viz:position x="-418.28748261570803" y="201.87796163435996"/> | |
</node> | |
<node id="Buzkashi" label="Buzkashi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-buzkashi-paris-5"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-885.1357633643842" y="-600.6814502428282"/> | |
</node> | |
<node id="Les 4 Saisons" label="Les 4 Saisons"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-4-saisons"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-559.7234859538329" y="-907.5335708012981"/> | |
</node> | |
<node id="Le Bistrot 1903" label="Le Bistrot 1903"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-bistrot-1903-talloires-montmin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="57.17691317132223" y="1896.298453637682"/> | |
</node> | |
<node id="En pleine Nature" label="En pleine Nature"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-684.6448479913806" y="1422.2535319569658"/> | |
</node> | |
<node id="Casinne" label="Casinne"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/casinne"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2246.260775514459" y="838.0795197359115"/> | |
</node> | |
<node id="Louix XV à Monaco" label="Louix XV à Monaco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-769.420527917157" y="1284.5666019421076"/> | |
</node> | |
<node id="Cheval d’Or" label="Cheval d’Or"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1134.9818785282132" y="301.05521280922324"/> | |
</node> | |
<node id="Solstice" label="Solstice"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-solstice-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-425.6039801711785" y="1079.3633673436357"/> | |
</node> | |
<node id="Manon Fleury" label="Manon Fleury"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1106.1766771828811" y="742.3009456287323"/> | |
</node> | |
<node id="Pizza Chic" label="Pizza Chic"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-pizza-chic-paris-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-604.6700874864337" y="1537.0168708088552"/> | |
</node> | |
<node id="Oak" label="Oak"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/oak"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1019.432680011708" y="1614.0470837970822"/> | |
</node> | |
<node id="Le Bistrot des Saveurs" label="Le Bistrot des Saveurs"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-381.0410071978755" y="394.80478567559385"/> | |
</node> | |
<node id="Lolo cave à manger" label="Lolo cave à manger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-lolo-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-410.9032584090781" y="94.98581128981087"/> | |
</node> | |
<node id="20ème Art" label="20ème Art"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="222.3520741120018" y="-713.0014291713111"/> | |
</node> | |
<node id="Mortier" label="Mortier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mortier"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-168.47348295946125" y="1276.2373611428416"/> | |
</node> | |
<node id="Poulpette" label="Poulpette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-poulpette-cognac"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-950.3488691254504" y="-193.48356154178356"/> | |
</node> | |
<node id="Gio Pizza bar" label="Gio Pizza bar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-734.0594314845672" y="-456.59574386645215"/> | |
</node> | |
<node id="Etsi" label="Etsi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-etsi-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1137.106424930069" y="750.5538204132597"/> | |
</node> | |
<node id="Les Sardines à la Plage" label="Les Sardines à la Plage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-sardines-a-la-plage-lancieux"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="11.062208816724429" y="-652.6637564936705"/> | |
</node> | |
<node id="le Grand Bain" label="le Grand Bain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1472.1642810253252" y="-763.6489149178416"/> | |
</node> | |
<node id="E&T" label="E&T"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/et"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="298.6270485014178" y="-40.152122784190496"/> | |
</node> | |
<node id="Blev Hir" label="Blev Hir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/blev-hir"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1680.0662828092734" y="-522.3790364711879"/> | |
</node> | |
<node id="Güerita" label="Güerita"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="654.0139604377987" y="-887.9420296674508"/> | |
</node> | |
<node id="Bambini" label="Bambini"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="814.7172855132538" y="-420.1902507887304"/> | |
</node> | |
<node id="L'Esberit" label="L'Esberit"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lesberit"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-964.6949091854178" y="1508.0206281116891"/> | |
</node> | |
<node id="Ré Ostréa" label="Ré Ostréa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-re-ostrea-saint-martin-de-re-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-897.9956125180404" y="-1054.3240901601364"/> | |
</node> | |
<node id="Baston" label="Baston"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/baston-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-659.932369123659" y="-17.85067959854304"/> | |
</node> | |
<node id="Kamoun" label="Kamoun"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kamoun"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1029.2634050487627" y="569.7318958645576"/> | |
</node> | |
<node id="Ledeuil" label="Ledeuil"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-839.5908532385802" y="-296.8582074250739"/> | |
</node> | |
<node id="Mas de Peint" label="Mas de Peint"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="737.9962045774606" y="2158.9904922758287"/> | |
</node> | |
<node id="D’une Île à l’autre" label="D’une Île à l’autre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-363.73470269900446" y="1125.8482479516888"/> | |
</node> | |
<node id="La Table de Charrou" label="La Table de Charrou"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-table-de-charrou"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1302.8353232232894" y="-904.6090539773639"/> | |
</node> | |
<node id="La Yole de Chris" label="La Yole de Chris"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-yole-de-chris-la-rochelle"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="93.7568812628837" y="-1170.2389138538513"/> | |
</node> | |
<node id="Auberge de la Madeleine" label="Auberge de la Madeleine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/auberge-de-la-madeleine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="766.6002001334867" y="1418.2761189286152"/> | |
</node> | |
<node id="Miyoshi" label="Miyoshi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/miyoshi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1339.8816195251313" y="-142.8415070307613"/> | |
</node> | |
<node id="AHPÉ" label="AHPÉ"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ahpe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1154.9653337890832" y="202.00024080900144"/> | |
</node> | |
<node id="Lunapark" label="Lunapark"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="211.43594392167995" y="1300.3184002288067"/> | |
</node> | |
<node id="Café Midi" label="Café Midi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1043.3034325817966" y="-848.0062773011163"/> | |
</node> | |
<node id="Plaza Athénée" label="Plaza Athénée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="29.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="29.285714285714285"/> | |
<viz:position x="983.2548653655114" y="325.4503111247835"/> | |
</node> | |
<node id="galaxie Costes" label="galaxie Costes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-302.34287971457354" y="1290.6459935661692"/> | |
</node> | |
<node id="Guinguette de la Gravière" label="Guinguette de la Gravière"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/guinguette-de-la-graviere"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="191.1764431287229" y="-1084.8205843018316"/> | |
</node> | |
<node id="Origines" label="Origines"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/origines"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-793.5995487548859" y="-161.7781332959421"/> | |
</node> | |
<node id="Pho bom" label="Pho bom"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pho-bom"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="1661.7973410735135" y="1759.2803264159304"/> | |
</node> | |
<node id="Château de Couffour" label="Château de Couffour"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-382.53253438501855" y="-555.4594796388797"/> | |
</node> | |
<node id="La Plage" label="La Plage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-plage"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1701.6983823430403" y="40.33041234412249"/> | |
</node> | |
<node id="La Chambre aux Oiseaux" label="La Chambre aux Oiseaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1486.6225834196603" y="1002.3949211050829"/> | |
</node> | |
<node id="Martino" label="Martino"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/martino"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1951.9436421365713" y="58.43470751409831"/> | |
</node> | |
<node id="Amagat" label="Amagat"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/amagat"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1461.6120069105461" y="1323.211849787002"/> | |
</node> | |
<node id="Deep" label="Deep"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1460.2424253020222" y="-193.18036328772695"/> | |
</node> | |
<node id="Chalet des Joux" label="Chalet des Joux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chalet-des-joux-la-clusaz"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-707.6734799059442" y="173.23150958117753"/> | |
</node> | |
<node id="Le Pompon" label="Le Pompon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-pompon-cannes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="656.0812732747643" y="-1000.9918265861327"/> | |
</node> | |
<node id="Mắm from Hanoï" label="Mắm from Hanoï"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mam-from-hanoi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1543.0495492914977" y="-22.609802489309352"/> | |
</node> | |
<node id="Fritto" label="Fritto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-fritto-sete"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="760.985781752883" y="1274.5102006778388"/> | |
</node> | |
<node id="Le 6 Paul Bert" label="Le 6 Paul Bert"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-6-paul-bert"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1401.7398691498865" y="784.1371123377616"/> | |
</node> | |
<node id="Le boui-boui du paternel" label="Le boui-boui du paternel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="576.5253498074563" y="1619.295057290284"/> | |
</node> | |
<node id="Brigade du Tigre" label="Brigade du Tigre"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-brigade-du-tigre-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-635.3509386352156" y="581.8284878348679"/> | |
</node> | |
<node id="Taillevent" label="Taillevent"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="109.50781159665041" y="926.4375749667681"/> | |
</node> | |
<node id="Epoq" label="Epoq"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="26.497578193677413" y="-1278.5356472853168"/> | |
</node> | |
<node id="non précisé" label="non précisé"> | |
<attvalues> | |
<attvalue for="type" value="person"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="152" g="154" b="80"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1391.772861597559" y="-201.63616602445427"/> | |
</node> | |
<node id="Chez les Anges" label="Chez les Anges"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="476.26096781693724" y="-86.2690454855962"/> | |
</node> | |
<node id="Simone à l’Hôtel Voltaire" label="Simone à l’Hôtel Voltaire"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-voltaire"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1724.100349917438" y="133.117808661568"/> | |
</node> | |
<node id="Picniq" label="Picniq"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/picniq"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1741.2570217851933" y="1500.1171838763141"/> | |
</node> | |
<node id="Brasserie Bowie" label="Brasserie Bowie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/brasserie-bowie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-523.3949303902017" y="-539.5611037839218"/> | |
</node> | |
<node id="Bois et Charbon à Toulouse" label="Bois et Charbon à Toulouse"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1036.2853756321294" y="-202.14792239717266"/> | |
</node> | |
<node id="La Table du 11" label="La Table du 11"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1761.134560660458" y="762.8720609555328"/> | |
</node> | |
<node id="Butcher's Coffee" label="Butcher's Coffee"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/butchers-coffee"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1075.583399238284" y="774.3187020702896"/> | |
</node> | |
<node id="Le 1862" label="Le 1862"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="411.8412168995306" y="-1079.7271250122255"/> | |
</node> | |
<node id="Pontochoux" label="Pontochoux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-pontochoux-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-954.6448671848484" y="992.7298365656875"/> | |
</node> | |
<node id="Boulud à New York" label="Boulud à New York"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1153.7630395479957" y="711.6854315429554"/> | |
</node> | |
<node id="Café Paté" label="Café Paté"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-557.1090232678041" y="2086.5105167255897"/> | |
</node> | |
<node id="Croûton" label="Croûton"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/crouton"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1055.6494421511852" y="1611.9105104557532"/> | |
</node> | |
<node id="Feel Ling" label="Feel Ling"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/feel-ling"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1665.5464275049624" y="1100.2889946241057"/> | |
</node> | |
<node id="Le Tea Room" label="Le Tea Room"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-tea-room-saint-remy-au-bois"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-782.3189480070752" y="412.20481967253517"/> | |
</node> | |
<node id="Gramme" label="Gramme"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-gramme-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1110.042148209506" y="-81.83225360566212"/> | |
</node> | |
<node id="La Cave à Michel" label="La Cave à Michel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-cave-a-michel-paris-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-999.5980998660402" y="896.4424238679468"/> | |
</node> | |
<node id="La Bergerie" label="La Bergerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-bergerie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1224.2720921699922" y="154.1081761019094"/> | |
</node> | |
<node id="Corico" label="Corico"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/corico"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1083.3383498872693" y="-101.57758709593001"/> | |
</node> | |
<node id="Ivresse Bistro" label="Ivresse Bistro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ivresse-bistro"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="498.8610014260348" y="675.9439694205101"/> | |
</node> | |
<node id="Isolé" label="Isolé"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/isole"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-289.23111322460875" y="1127.8886403957513"/> | |
</node> | |
<node id="Cécile" label="Cécile"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-cecile-toulouse"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-252.73674612527782" y="1551.7044976299132"/> | |
</node> | |
<node id="La Fleur au Fusil" label="La Fleur au Fusil"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-fleur-au-fusil-saint-vivien-de-medoc"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="672.3247506099278" y="-1325.9601925439829"/> | |
</node> | |
<node id="Banh Meï" label="Banh Meï"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/banh-mei"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1490.8362202592907" y="1213.0055648466364"/> | |
</node> | |
<node id="OR Etterbeek" label="OR Etterbeek"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-550.5425936926327" y="-811.6061171672169"/> | |
</node> | |
<node id="Honest" label="Honest"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/honest"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="426.1678911468031" y="2044.391563709987"/> | |
</node> | |
<node id="L’Ébauchoir" label="L’Ébauchoir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="663.1909383613606" y="-1077.5402898784998"/> | |
</node> | |
<node id="L’Envers" label="L’Envers"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="653.391577993155" y="898.4384754112298"/> | |
</node> | |
<node id="Berlin" label="Berlin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="40.079086057776806" y="-373.88689743128043"/> | |
</node> | |
<node id="L'Arpète" label="L'Arpète"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/larpete"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1685.1108621237681" y="130.18924023998238"/> | |
</node> | |
<node id="I/O Café" label="I/O Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1562.8701992181172" y="-148.02980413817022"/> | |
</node> | |
<node id="El Camion" label="El Camion"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="189.22723071018513" y="-801.9909311302913"/> | |
</node> | |
<node id="Manolo Madrid" label="Manolo Madrid"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/manolo-madrid"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-170.10815136624637" y="2180.5641810687653"/> | |
</node> | |
<node id="Auberge de Bellevie" label="Auberge de Bellevie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/auberge-de-bellevie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1230.4562300186574" y="-316.3752997879859"/> | |
</node> | |
<node id="Spratchie’s" label="Spratchie’s"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-653.2425140178697" y="973.9941758012149"/> | |
</node> | |
<node id="Desjeuneur" label="Desjeuneur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2105.9572449247607" y="-76.7422533240746"/> | |
</node> | |
<node id="Le Petit Moulin" label="Le Petit Moulin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-petit-moulin-martel-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="199.68403065032274" y="602.5613339832319"/> | |
</node> | |
<node id="Le Zaza Club" label="Le Zaza Club"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-zaza-club-torreilles-plages"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="169.58130908637037" y="-1234.3953116090356"/> | |
</node> | |
<node id="À Table" label="À Table"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/a-table"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="253.969769706056" y="2140.155777664319"/> | |
</node> | |
<node id="L'Aubergerie" label="L'Aubergerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/laubergerie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1198.4173252262303" y="1009.9429504169984"/> | |
</node> | |
<node id="The Presbytère" label="The Presbytère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/the-presbytere"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="624.124906773214" y="1751.5169727277764"/> | |
</node> | |
<node id="Mr. Pickles" label="Mr. Pickles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mr-pickles"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="760.6531190656417" y="1519.0085646456023"/> | |
</node> | |
<node id="Ahoa" label="Ahoa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ahoa"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="580.4449226545652" y="56.82853372886532"/> | |
</node> | |
<node id="Blanco" label="Blanco"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/blanco"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1131.134924474261" y="261.90863744719104"/> | |
</node> | |
<node id="L'Aspérule" label="L'Aspérule"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lasperule"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-210.23424145727307" y="25.763050083328324"/> | |
</node> | |
<node id="L’Annexe" label="L’Annexe"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-466.43663840639863" y="-96.44466827968749"/> | |
</node> | |
<node id="Paute" label="Paute"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/paute"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="117.65002523885376" y="1642.9879165898892"/> | |
</node> | |
<node id="Boris & Maurice" label="Boris & Maurice"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/boris-maurice"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="316.8475573178367" y="-1317.0266990660075"/> | |
</node> | |
<node id="l’Auberge de Chassignolles" label="l’Auberge de Chassignolles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-965.3214954567624" y="950.4732244330116"/> | |
</node> | |
<node id="burger truck" label="burger truck"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="902.5899685498237" y="-973.3820235692244"/> | |
</node> | |
<node id="La Planque en Perche" label="La Planque en Perche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-planque-en-perche"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="471.45708464267665" y="-1338.42268222672"/> | |
</node> | |
<node id="Bar Pêche" label="Bar Pêche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bar-peche-anvers"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1314.911133769291" y="486.2606325463914"/> | |
</node> | |
<node id="Daily Syrien Veggie" label="Daily Syrien Veggie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-daily-syrien-veggie-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-649.1869806550521" y="-840.4835054913563"/> | |
</node> | |
<node id="Lava" label="Lava"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lava"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1093.3505098766418" y="-243.66833714376665"/> | |
</node> | |
<node id="Bruut" label="Bruut"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bruut"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2234.491819918319" y="-205.6327820916402"/> | |
</node> | |
<node id="Chez/Bij Jansens & Jansens" label="Chez/Bij Jansens & Jansens"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-bij-jansens-jansens-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-768.7862609966121" y="668.5866010004778"/> | |
</node> | |
<node id="Annette" label="Annette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/annette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1385.8509703903671" y="164.319071144678"/> | |
</node> | |
<node id="Sürpriz Oberkampf" label="Sürpriz Oberkampf"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-surpriz-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1824.7634364129997" y="-107.43716028949126"/> | |
</node> | |
<node id="Les p'tites bouchées" label="Les p'tites bouchées"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-ptites-bouchees"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="752.7067559512872" y="-1133.5930865683779"/> | |
</node> | |
<node id="Tanguy" label="Tanguy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-tanguy-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="529.8121707016888" y="1126.431531895661"/> | |
</node> | |
<node id="'T Kanon" label="'T Kanon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/t-kanon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-296.21654250490775" y="-1080.82713362819"/> | |
</node> | |
<node id="Les Enfants du Marché" label="Les Enfants du Marché"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1656.4109249388837" y="1712.59512038416"/> | |
</node> | |
<node id="Achillée" label="Achillée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1029.550717804397" y="1259.1654584366188"/> | |
</node> | |
<node id="L'Air du Temps" label="L'Air du Temps"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lair-du-temps"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="790.8333829009953" y="832.0533901296827"/> | |
</node> | |
<node id="Malmö" label="Malmö"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1087.4418224565254" y="-281.7867792039398"/> | |
</node> | |
<node id="Mokonuts" label="Mokonuts"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-mokonuts-paris-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="355.6837877040558" y="-438.683956979739"/> | |
</node> | |
<node id="Ferme de la Besse en Ardèche" label="Ferme de la Besse en Ardèche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1265.353361682162" y="-507.05265730330404"/> | |
</node> | |
<node id="D’Oude Pastorie" label="D’Oude Pastorie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="924.2775734150179" y="1616.850322859413"/> | |
</node> | |
<node id="Rustique" label="Rustique"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-rustique-lyon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-469.24763912068" y="1609.8110512278986"/> | |
</node> | |
<node id="Blue Valentine" label="Blue Valentine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1898.5866775685677" y="107.21097422839794"/> | |
</node> | |
<node id="Providence" label="Providence"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="761.6556921711035" y="-149.91878785111786"/> | |
</node> | |
<node id="Horace" label="Horace"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/horace"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="79.18140885607998" y="-961.0063496936986"/> | |
</node> | |
<node id="événementiel" label="événementiel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2168.925037477388" y="534.120125626328"/> | |
</node> | |
<node id="Le Palmier" label="Le Palmier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-palmier"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1428.785337930014" y="-634.6476049587385"/> | |
</node> | |
<node id="Baie" label="Baie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-baie-saint-valery-sur-somme"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1780.351233799957" y="-98.38729762247863"/> | |
</node> | |
<node id="Tokyo Eat au Palais de Tokyo" label="Tokyo Eat au Palais de Tokyo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-850.0015525211181" y="-831.5804648537389"/> | |
</node> | |
<node id="Frechon" label="Frechon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-727.0512061452284" y="135.47499894842818"/> | |
</node> | |
<node id="Au Comptoir de Balthazar" label="Au Comptoir de Balthazar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/au-comptoir-de-balthazar"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-576.0365864572252" y="-229.38456457580497"/> | |
</node> | |
<node id="Brut" label="Brut"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/brut"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="2172.597608402573" y="237.9233333499235"/> | |
</node> | |
<node id="La Petite maison" label="La Petite maison"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-petite-maison-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="928.0541338462878" y="-935.1498394175021"/> | |
</node> | |
<node id="Au P’tit Goûter" label="Au P’tit Goûter"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-au-p-tit-gouter-sancerre"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1997.983340388066" y="-135.4480501043956"/> | |
</node> | |
<node id="Martin" label="Martin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="72.51425387077104" y="1933.8652427753148"/> | |
</node> | |
<node id="Fezi" label="Fezi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/fezi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="625.695502076694" y="-812.5541978849185"/> | |
</node> | |
<node id="Café Face" label="Café Face"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1478.3578199353256" y="1353.864604220694"/> | |
</node> | |
<node id="Troigros" label="Troigros"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="366.8482725445249" y="906.9854233726504"/> | |
</node> | |
<node id="Suisse à Saint-Jean-de-Luz" label="Suisse à Saint-Jean-de-Luz"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-893.7816090970135" y="-340.2834363932995"/> | |
</node> | |
<node id="Tcham Kae" label="Tcham Kae"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1510.7529067626347" y="-175.71625356000683"/> | |
</node> | |
<node id="Graanmarkt 13" label="Graanmarkt 13"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="345.2819891536997" y="-1272.2715581830978"/> | |
</node> | |
<node id="ancien comédien" label="ancien comédien"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="711.8501140880666" y="-1362.9057288899223"/> | |
</node> | |
<node id="Impérial Choisy" label="Impérial Choisy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-l-imperial-de-choisy-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1640.6691727861805" y="-945.6242574057392"/> | |
</node> | |
<node id="Kebs Baba" label="Kebs Baba"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kebs-baba"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-1259.6084806899328" y="-318.4509414338107"/> | |
</node> | |
<node id="restaurant en France" label="restaurant en France"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1399.3082324372012" y="-684.3524411621454"/> | |
</node> | |
<node id="Le Comme chez soi" label="Le Comme chez soi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-comme-chez-soi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="705.183600064746" y="-1238.0273474962275"/> | |
</node> | |
<node id="Nage" label="Nage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/nage"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="79.92629757713136" y="928.5114355133668"/> | |
</node> | |
<node id="Le Siffleur de Ballons" label="Le Siffleur de Ballons"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-siffleur-de-ballons-paris-14"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-596.9793240308111" y="-913.6467892507898"/> | |
</node> | |
<node id="Le Bar des Oiseaux" label="Le Bar des Oiseaux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-bar-des-oiseaux-nice-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-240.63326799531097" y="1442.147104735628"/> | |
</node> | |
<node id="Umami la cinquième saveur" label="Umami la cinquième saveur"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/umami-la-cinquieme-saveur"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="454.01254086241556" y="-783.7268916769358"/> | |
</node> | |
<node id="Livingston" label="Livingston"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-livingston-marseille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-165.5666006163167" y="-150.83594587064917"/> | |
</node> | |
<node id="Chiche" label="Chiche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="601.4377744717488" y="15.308708450993265"/> | |
</node> | |
<node id="Altro Maccheroni" label="Altro Maccheroni"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/altro-maccheroni"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="393.38635164572804" y="-1323.9683026478071"/> | |
</node> | |
<node id="Nguyen-Hoang" label="Nguyen-Hoang"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-nguyen-hoang-marseille-1"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="3.5366343178344835" y="1917.4767065654128"/> | |
</node> | |
<node id="Souvenir" label="Souvenir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/souvenir"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-406.4529588095293" y="-340.10078532972625"/> | |
</node> | |
<node id="Kitsune Burger" label="Kitsune Burger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kitsune-burger"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="65.10230721410115" y="-1054.542699427795"/> | |
</node> | |
<node id="Dogma" label="Dogma"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/dogma"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-499.5533526772475" y="849.8972047405636"/> | |
</node> | |
<node id="Lee Chi Ko" label="Lee Chi Ko"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lee-chi-ko"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-306.60532566232786" y="-1033.3603920075036"/> | |
</node> | |
<node id="Beaux-Arts" label="Beaux-Arts"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1190.6327001176346" y="182.80169090978399"/> | |
</node> | |
<node id="Café Lai'Tcha" label="Café Lai'Tcha"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-cafe-lai-tcha-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1213.0711633125636" y="-752.6288554362665"/> | |
</node> | |
<node id="Balagan" label="Balagan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-21.329157891861" y="651.090548265493"/> | |
</node> | |
<node id="Le Bistrot du Paradou" label="Le Bistrot du Paradou"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-bistrot-du-paradou"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1812.410428084296" y="-175.8664329918658"/> | |
</node> | |
<node id="Les Trois Cépages" label="Les Trois Cépages"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-trois-cepages-reuilly-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-391.918740894458" y="-20.240885627077944"/> | |
</node> | |
<node id="Raapstraat 20" label="Raapstraat 20"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/raapstraat-20"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1059.1772833284897" y="1250.8835951858555"/> | |
</node> | |
<node id="Sanjo" label="Sanjo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-sanjo-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="927.5300152065921" y="-144.41566950947788"/> | |
</node> | |
<node id="Meteor" label="Meteor"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/meteor"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="985.7248773319817" y="-733.5742064775296"/> | |
</node> | |
<node id="Rolland" label="Rolland"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/rolland"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-564.6562651017333" y="-806.9655325932781"/> | |
</node> | |
<node id="Maison Arlot Cheng" label="Maison Arlot Cheng"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maison-arlot-cheng"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="346.7976483293902" y="1293.9184080719995"/> | |
</node> | |
<node id="Pic Saint-Loup" label="Pic Saint-Loup"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1404.9785653297836" y="25.751110016175772"/> | |
</node> | |
<node id="Monk" label="Monk"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1770.028484116933" y="-30.437871751477672"/> | |
</node> | |
<node id="Chez Ruffet" label="Chez Ruffet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="646.7691009613235" y="1351.9879792909128"/> | |
</node> | |
<node id="Lombric" label="Lombric"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lombric"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-903.8012899894379" y="76.17745237718637"/> | |
</node> | |
<node id="Le Chameleux" label="Le Chameleux"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-chameleux"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-636.0684307490358" y="-672.8531505823514"/> | |
</node> | |
<node id="Le Bar" label="Le Bar"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-558.9833161422581" y="748.8755044765742"/> | |
</node> | |
<node id="Tokyo" label="Tokyo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-542.3349608512683" y="-94.20434156848654"/> | |
</node> | |
<node id="Bistrot de la Comédie" label="Bistrot de la Comédie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bistrot-de-la-comedie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-514.9299240243683" y="1470.7754974758413"/> | |
</node> | |
<node id="Humus&Hortense" label="Humus&Hortense"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1276.3210115313807" y="-30.335823950360236"/> | |
</node> | |
<node id="Ito" label="Ito"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-891.3676608886332" y="1773.2772107921944"/> | |
</node> | |
<node id="A Food Affair" label="A Food Affair"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/a-food-affair"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-624.3408680854425" y="-855.1882347368025"/> | |
</node> | |
<node id="AViné" label="AViné"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/avine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1208.645957543166" y="-859.4272215718927"/> | |
</node> | |
<node id="Klee" label="Klee"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/klee-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-844.4407148860232" y="1313.5946036255104"/> | |
</node> | |
<node id="Les Grandes Tables" label="Les Grandes Tables"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-869.0715915829775" y="-374.2173236486523"/> | |
</node> | |
<node id="Joan" label="Joan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/joan"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1183.6272363927417" y="-256.2902960807925"/> | |
</node> | |
<node id="Mannie" label="Mannie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mannie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-881.6529670399198" y="1520.7436731417083"/> | |
</node> | |
<node id="Cibus" label="Cibus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-cibus-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1800.8032156503027" y="236.2589500916245"/> | |
</node> | |
<node id="Naples" label="Naples"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1058.8754287759546" y="350.170613138901"/> | |
</node> | |
<node id="Au Fil du Zinc" label="Au Fil du Zinc"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-au-fil-du-zinc-chablis-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-669.9658931897275" y="126.76519242065712"/> | |
</node> | |
<node id="Le Bistrot de Cancale" label="Le Bistrot de Cancale"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-bistrot-de-cancale"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-174.5168396464116" y="1634.5799437726926"/> | |
</node> | |
<node id="Magnolia" label="Magnolia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/magnolia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-578.8872807232839" y="-673.5939602082809"/> | |
</node> | |
<node id="Mondial de la Crêpe" label="Mondial de la Crêpe"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="869.4631078330724" y="-956.8003882587229"/> | |
</node> | |
<node id="X Fois Plus de Piment" label="X Fois Plus de Piment"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="379.22610779262675" y="-896.5808227553757"/> | |
</node> | |
<node id="Petit Pays" label="Petit Pays"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/petit-pays"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="416.89603705709385" y="502.9961067868805"/> | |
</node> | |
<node id="Le Bistrot de Madeleine" label="Le Bistrot de Madeleine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-bistrot-de-madeleine"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-36.09875382465677" y="891.2202075349225"/> | |
</node> | |
<node id="Opla" label="Opla"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/opla"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="298.82937487383685" y="1316.7446190580022"/> | |
</node> | |
<node id="Maison Blanche" label="Maison Blanche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="164.2025955991986" y="-233.04835323768395"/> | |
</node> | |
<node id="Loiseau Rive Gauche" label="Loiseau Rive Gauche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-809.8678085358935" y="1740.9818601926404"/> | |
</node> | |
<node id="Jacq's Toastery" label="Jacq's Toastery"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/jacqs-toastery"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-232.9292125780309" y="-367.5493864061667"/> | |
</node> | |
<node id="L’Artère à Montréal" label="L’Artère à Montréal"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1266.2499887438682" y="649.7864160322688"/> | |
</node> | |
<node id="Moment" label="Moment"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="745.8573947755549" y="1698.1018567620945"/> | |
</node> | |
<node id="Bloempot" label="Bloempot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-bloempot-lille-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-359.0990526692007" y="-496.7209869079038"/> | |
</node> | |
<node id="Mehmet" label="Mehmet"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mehmet"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1473.905305463658" y="1237.0322224074205"/> | |
</node> | |
<node id="Bouche" label="Bouche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-bouche-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="388.71775083665403" y="-1068.5036080891855"/> | |
</node> | |
<node id="Copain" label="Copain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1120.6089006303403" y="1257.8860017442817"/> | |
</node> | |
<node id="Yuri.m" label="Yuri.m"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-yuri-m-pau-cuisine-d-auteur"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1042.5050691703027" y="793.2318994111814"/> | |
</node> | |
<node id="Pierluigi" label="Pierluigi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="809.2611124395228" y="-679.1076283138711"/> | |
</node> | |
<node id="Bistroquette" label="Bistroquette"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bistroquette"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1513.4675750947733" y="-766.4130501674248"/> | |
</node> | |
<node id="Gagnaire à Courchevel" label="Gagnaire à Courchevel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-842.0233890094316" y="1357.9859532561352"/> | |
</node> | |
<node id="Nobu de Londres" label="Nobu de Londres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1213.6859762065114" y="-754.861409320663"/> | |
</node> | |
<node id="De Saison" label="De Saison"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="536.405357055502" y="1931.399558796927"/> | |
</node> | |
<node id="Ginko" label="Ginko"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ginko"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-786.138037352357" y="1479.6375595260765"/> | |
</node> | |
<node id="Mouné" label="Mouné"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/moune"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1425.5384673592512" y="-1037.831735853529"/> | |
</node> | |
<node id="Divino Gusto" label="Divino Gusto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-905.3430488565366" y="-401.72881765100067"/> | |
</node> | |
<node id="Le John" label="Le John"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-john"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-582.5089254472449" y="-1018.7034900037315"/> | |
</node> | |
<node id="Little Tokyo" label="Little Tokyo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2112.4087308296394" y="770.4224859294269"/> | |
</node> | |
<node id="Antico Pizza" label="Antico Pizza"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/antico-pizza"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1610.1690115761362" y="1439.325051597604"/> | |
</node> | |
<node id="Versance" label="Versance"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1457.3933350934642" y="-292.97784924917346"/> | |
</node> | |
<node id="El Almacèn de Cirès" label="El Almacèn de Cirès"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-el-almacen-cires"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="2044.6473171151574" y="79.46212499514766"/> | |
</node> | |
<node id="Glouglou" label="Glouglou"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/glouglou"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="446.935268823375" y="1237.4484941860064"/> | |
</node> | |
<node id="Oesterput" label="Oesterput"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/oesterput"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-1273.2923340505351" y="984.198848457121"/> | |
</node> | |
<node id="Songes" label="Songes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/songes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1280.1947074815016" y="91.40560606628692"/> | |
</node> | |
<node id="Les Grands Gamins" label="Les Grands Gamins"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1600.946838610176" y="1037.0166843849363"/> | |
</node> | |
<node id="Cave Canaille" label="Cave Canaille"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-406.4375343274361" y="621.1302863378046"/> | |
</node> | |
<node id="Chez Richard" label="Chez Richard"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-richard"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-304.24678748902727" y="538.439441946438"/> | |
</node> | |
<node id="Pickles" label="Pickles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="524.3937012446602" y="-1200.3934416664242"/> | |
</node> | |
<node id="Palégrié chez l'Henri" label="Palégrié chez l'Henri"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-palegrie-correncon-en-vercors-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-732.5825105470501" y="54.6617664610059"/> | |
</node> | |
<node id="Le Grand Couvert" label="Le Grand Couvert"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-grand-couvert-iguerande-13"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-434.9428726671381" y="-594.0223097405619"/> | |
</node> | |
<node id="Pycke Zot" label="Pycke Zot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1779.2859092995266" y="1246.2955295411687"/> | |
</node> | |
<node id="Le Plongeon" label="Le Plongeon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-plongeon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1098.7116794595154" y="-783.5407469642513"/> | |
</node> | |
<node id="La Machine à Coudes" label="La Machine à Coudes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-250.00627568609974" y="2125.456916805667"/> | |
</node> | |
<node id="Chambelland" label="Chambelland"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1081.2474974810823" y="1501.0772260311644"/> | |
</node> | |
<node id="Sucrépice" label="Sucrépice"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-sucrepice-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-461.72461678188495" y="2096.8555450621693"/> | |
</node> | |
<node id="Le Cortil au Clos des Sens" label="Le Cortil au Clos des Sens"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-cortil-au-clos-des-sens"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="664.7524570963532" y="-720.0328660284816"/> | |
</node> | |
<node id="Huimian" label="Huimian"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/huimian"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="1461.8279680340665" y="1911.180797061835"/> | |
</node> | |
<node id="Battos" label="Battos"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/battos"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="600.2271697599035" y="802.8663780234149"/> | |
</node> | |
<node id="Arpège" label="Arpège"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="25"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="25"/> | |
<viz:position x="-262.29478540390005" y="608.3007616367175"/> | |
</node> | |
<node id="Auberge du Fel" label="Auberge du Fel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-auberge-du-fel-entraygues-sur-truyere-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1231.8074147796453" y="1379.5744234827705"/> | |
</node> | |
<node id="Maison Serghi" label="Maison Serghi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maison-serghi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="318.1381931468801" y="1462.4431969004138"/> | |
</node> | |
<node id="La Dilettante" label="La Dilettante"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-dilettante-beaune-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-754.7078899314503" y="1270.6238117776484"/> | |
</node> | |
<node id="Boa" label="Boa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/boa"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-865.2327053286876" y="1208.7701270635243"/> | |
</node> | |
<node id="Astrid y Gastón" label="Astrid y Gastón"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-315.2597663738812" y="-684.6884409117499"/> | |
</node> | |
<node id="Le Grand Restaurant" label="Le Grand Restaurant"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="734.1062238024501" y="804.2870087854284"/> | |
</node> | |
<node id="Ganzerik" label="Ganzerik"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="573.651102407959" y="1893.16128997928"/> | |
</node> | |
<node id="Grive" label="Grive"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-grive-lyon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-246.57735043979747" y="1306.0692516188967"/> | |
</node> | |
<node id="Les Insolents" label="Les Insolents"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-insolents-uzes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="685.4507006667508" y="-750.9139536042273"/> | |
</node> | |
<node id="Ichi-go Ichi-e" label="Ichi-go Ichi-e"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ichi-go-ichi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="511.6434141016981" y="2199.897850908294"/> | |
</node> | |
<node id="Brasserie Midi" label="Brasserie Midi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/brasserie-midi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="376.74591135031227" y="-1352.518432932337"/> | |
</node> | |
<node id="Recoin" label="Recoin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/recoin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-350.2123765415953" y="1183.332535111048"/> | |
</node> | |
<node id="La Taverne du Brichon" label="La Taverne du Brichon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-taverne-du-brichon-terroir-ferme-auberge-les-deux-alpes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-704.0882798538769" y="1016.7667101146709"/> | |
</node> | |
<node id="Jardin des Sens" label="Jardin des Sens"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-691.6299114597813" y="619.0535489299847"/> | |
</node> | |
<node id="Vesper" label="Vesper"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/vesper"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-232.466337891251" y="1509.9161007529226"/> | |
</node> | |
<node id="Non Solo Tè" label="Non Solo Tè"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/non-solo-te"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1228.1323592137871" y="613.6420838490101"/> | |
</node> | |
<node id="une boutique arty" label="une boutique arty"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-807.2735578519497" y="-490.3930326290809"/> | |
</node> | |
<node id="Le Petit Mercado" label="Le Petit Mercado"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-petit-mercado"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="241.69004477122832" y="-582.2956067759944"/> | |
</node> | |
<node id="Emporietto" label="Emporietto"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/emporietto"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1239.9579539195142" y="-1089.3850229300306"/> | |
</node> | |
<node id="Steamy Windows" label="Steamy Windows"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/steamy-windows"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-176.83146523369976" y="1358.8339444499065"/> | |
</node> | |
<node id="Quite Frankly" label="Quite Frankly"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/quite-frankly"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-461.01184573390265" y="1020.229346689323"/> | |
</node> | |
<node id="Daimant Collective" label="Daimant Collective"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1128.7992182098171" y="-261.1484079975662"/> | |
</node> | |
<node id="Les 9 Caves" label="Les 9 Caves"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-9-caves-banyuls-sur-mer"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1345.284728555053" y="-205.16036678394553"/> | |
</node> | |
<node id="Damn Good Café" label="Damn Good Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/damn-good-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="71.17267378619721" y="-298.29444547162547"/> | |
</node> | |
<node id="Le Cochon Qui Boit" label="Le Cochon Qui Boit"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-cochon-qui-boit-lyon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1348.0688221581247" y="1188.1750834362488"/> | |
</node> | |
<node id="Google" label="Google"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1302.3577704576185" y="638.222827819047"/> | |
</node> | |
<node id="Ramen Ya Nantes" label="Ramen Ya Nantes"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-755.5733152067702" y="1524.2707207169383"/> | |
</node> | |
<node id="Pesket" label="Pesket"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/pesket"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1089.9962502597339" y="1186.5441826328886"/> | |
</node> | |
<node id="Le Ruisseau" label="Le Ruisseau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-ruisseau-paris-5"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="1400.4258655163405" y="1899.3575337094017"/> | |
</node> | |
<node id="L’étable d'Ossau" label="L’étable d'Ossau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/letable-dossau"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="670.7877240976287" y="1669.0192167306857"/> | |
</node> | |
<node id="Septime" label="Septime"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="40"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-septime-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="40"/> | |
<viz:position x="463.6801574805605" y="377.5347816372886"/> | |
</node> | |
<node id="Wani" label="Wani"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/wani"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1964.749078002571" y="428.92044708704304"/> | |
</node> | |
<node id="Chez Yara" label="Chez Yara"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chez-yara"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-55.75174392772078" y="1217.527702344439"/> | |
</node> | |
<node id="Zou" label="Zou"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-190.23184795594187" y="-700.577633735497"/> | |
</node> | |
<node id="Mama Shelter" label="Mama Shelter"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-940.9640827928033" y="200.550692647794"/> | |
</node> | |
<node id="K’ups Gemüsekebap" label="K’ups Gemüsekebap"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1727.0547795874234" y="118.34202976790891"/> | |
</node> | |
<node id="Ave Pizza Romana" label="Ave Pizza Romana"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-ave-pizza-romana-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-1118.4479893894827" y="1764.4974900542231"/> | |
</node> | |
<node id="Sushi Yoshinaga" label="Sushi Yoshinaga"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/yoshinaga"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-891.9136997293602" y="588.5285857089698"/> | |
</node> | |
<node id="The Wan & Only" label="The Wan & Only"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/the-wan-only"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-747.7382008390263" y="156.7409467835658"/> | |
</node> | |
<node id="Le Saint Hubert" label="Le Saint Hubert"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-saint-hubert-saint-saturnin-les-apt"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1484.7987939204963" y="594.0292953945254"/> | |
</node> | |
<node id="L’Hostellerie de l’Abbaye de la Celle" label="L’Hostellerie de l’Abbaye de la Celle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-792.9350838952943" y="-813.9885086959767"/> | |
</node> | |
<node id="Langosteria" label="Langosteria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/langosteria"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1252.6697953911096" y="360.17856380366095"/> | |
</node> | |
<node id="Argile" label="Argile"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/argile"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1650.3340794633452" y="1077.9536070620866"/> | |
</node> | |
<node id="Rino" label="Rino"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-541.1562592856121" y="38.24937152944193"/> | |
</node> | |
<node id="Hôtel Hermitage" label="Hôtel Hermitage"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-298.22613228565365" y="-164.44589130854234"/> | |
</node> | |
<node id="SaQuaNa" label="SaQuaNa"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-saquana-honfleur"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="46.04673070526434" y="1760.2536107753294"/> | |
</node> | |
<node id="Mallory Gabsi" label="Mallory Gabsi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2113.122547937601" y="294.6466027835283"/> | |
</node> | |
<node id="Pentagone" label="Pentagone"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="891.0125022509376" y="631.0950462312414"/> | |
</node> | |
<node id="Les Vantrues" label="Les Vantrues"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1239.7503025976416" y="-616.725973427307"/> | |
</node> | |
<node id="Brasserie Appelmans" label="Brasserie Appelmans"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1450.9311249593393" y="584.1555079211081"/> | |
</node> | |
<node id="Grand Réfectoire" label="Grand Réfectoire"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="377.19054991474707" y="2163.7649111686965"/> | |
</node> | |
<node id="Régalade" label="Régalade"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="512.5028905142036" y="901.1422237680925"/> | |
</node> | |
<node id="Gualtiero Marchesi" label="Gualtiero Marchesi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1048.5989892581983" y="-162.46393089878282"/> | |
</node> | |
<node id="Bar des Prés Saint-Germain" label="Bar des Prés Saint-Germain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-bar-des-pres-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-454.810083776634" y="-536.7395520113155"/> | |
</node> | |
<node id="Omija" label="Omija"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-omija-nantes"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1166.0529924394607" y="-851.6289829601898"/> | |
</node> | |
<node id="Stella" label="Stella"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/stella-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-1047.805319980232" y="-251.98500384500232"/> | |
</node> | |
<node id="Vilain" label="Vilain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/vilain"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1157.154011898585" y="83.78910356496023"/> | |
</node> | |
<node id="Overzee" label="Overzee"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/overzee"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1195.5659070040522" y="-46.15567611800472"/> | |
</node> | |
<node id="Cheval Blanc" label="Cheval Blanc"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-243.93559477294048" y="-518.7314056283112"/> | |
</node> | |
<node id="L’Eldorado" label="L’Eldorado"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/leldorado"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1537.0729707162386" y="-206.26262847513772"/> | |
</node> | |
<node id="Dalmata" label="Dalmata"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-dalmata-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1530.8915523709086" y="-473.8361451342891"/> | |
</node> | |
<node id="Mangiavino" label="Mangiavino"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mangiavino"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-905.8686666634536" y="-169.614037684118"/> | |
</node> | |
<node id="KMC Ramen" label="KMC Ramen"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kmc-ramen"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1961.5078384469655" y="1158.6011819587923"/> | |
</node> | |
<node id="Grain Noir" label="Grain Noir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-grain-noir-saint-malo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-641.198324566774" y="163.58855536225235"/> | |
</node> | |
<node id="Surlie" label="Surlie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1685.3611128142113" y="-56.96913611066239"/> | |
</node> | |
<node id="Fournil Éphémère" label="Fournil Éphémère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="458.27056119436105" y="-858.7682897247545"/> | |
</node> | |
<node id="Anju" label="Anju"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/anju"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="1106.730875832931" y="-928.6465130887046"/> | |
</node> | |
<node id="Bārrio" label="Bārrio"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="318.8405699162704" y="810.8182737385677"/> | |
</node> | |
<node id="Les Éleveurs" label="Les Éleveurs"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-118.91112664711784" y="-706.4007706390656"/> | |
</node> | |
<node id="Loiseau" label="Loiseau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="565.4977979005974" y="537.5926464038622"/> | |
</node> | |
<node id="Christian Têtedoie" label="Christian Têtedoie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="207.16329532839734" y="-417.3276509353616"/> | |
</node> | |
<node id="The Legian Seminyak" label="The Legian Seminyak"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-716.398181483799" y="1416.5988147237294"/> | |
</node> | |
<node id="Troisgros" label="Troisgros"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="22.857142857142858"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="22.857142857142858"/> | |
<viz:position x="600.8922681703806" y="571.7431817444728"/> | |
</node> | |
<node id="Hôtel Grand Amour" label="Hôtel Grand Amour"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1134.5966074934834" y="459.40665238551736"/> | |
</node> | |
<node id="Babam" label="Babam"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/babam"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1921.2298551794158" y="-188.84782558553695"/> | |
</node> | |
<node id="Les Crieurs de Vin" label="Les Crieurs de Vin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-883.5190852740509" y="-129.32974827633214"/> | |
</node> | |
<node id="Chapel" label="Chapel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-194.68716138462972" y="-1329.259463321597"/> | |
</node> | |
<node id="La Vieille Fontaine" label="La Vieille Fontaine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="241.89213603610187" y="-1072.470827298034"/> | |
</node> | |
<node id="Les Funambules" label="Les Funambules"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-les-funambules-strasbourg"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1060.8297933946094" y="-1284.4248724155893"/> | |
</node> | |
<node id="Maison des Cariatides" label="Maison des Cariatides"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="4.978259004479639" y="1996.0466257463197"/> | |
</node> | |
<node id="La Grignotière" label="La Grignotière"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1295.3790229430467" y="-1058.5906791733712"/> | |
</node> | |
<node id="Chapeau Rouge" label="Chapeau Rouge"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="385.53575870651304" y="645.8632833754083"/> | |
</node> | |
<node id="Les pieds dans l'eau" label="Les pieds dans l'eau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-pieds-dans-leau"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1020.4748272311309" y="494.9809578755021"/> | |
</node> | |
<node id="Anecdote" label="Anecdote"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-anecdote-montreuil-sur-mer-2"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-377.1235883110027" y="0.6962342834210702"/> | |
</node> | |
<node id="Chana" label="Chana"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/chana"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-645.5610844909131" y="935.7417324180054"/> | |
</node> | |
<node id="Auberge de La Roche" label="Auberge de La Roche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-523.0028392070831" y="-740.7963654032444"/> | |
</node> | |
<node id="Breton" label="Breton"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="133.7936676952054" y="-793.0596902758464"/> | |
</node> | |
<node id="Tiger Tiger" label="Tiger Tiger"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-381.0458337844577" y="342.2481118537939"/> | |
</node> | |
<node id="Marzo" label="Marzo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-marzo-paris-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-989.9568877191489" y="1187.2692868837278"/> | |
</node> | |
<node id="Dragon" label="Dragon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/dragon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-264.5186515879469" y="751.7984472920807"/> | |
</node> | |
<node id="hôtel Savoy" label="hôtel Savoy"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-597.0515932687098" y="829.3167187300178"/> | |
</node> | |
<node id="Hiramatsu" label="Hiramatsu"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="933.5605223156449" y="1515.7454154385161"/> | |
</node> | |
<node id="Au Rez de Chaussée" label="Au Rez de Chaussée"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-au-rez-de-chaussee-bourges"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-10.267000091447187" y="332.2898450417811"/> | |
</node> | |
<node id="Chez Mérie" label="Chez Mérie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-merie-sainte-foy-tarentaise-11"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="760.8514673545319" y="-1293.0467063527124"/> | |
</node> | |
<node id="Coretta" label="Coretta"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="-728.7087365139707" y="-103.95058454575012"/> | |
</node> | |
<node id="De Schone van Boskoop" label="De Schone van Boskoop"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1726.5937250616078" y="-244.42872760348143"/> | |
</node> | |
<node id="Boker Tov" label="Boker Tov"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/boker-tov"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-888.9761595123048" y="622.0574896843586"/> | |
</node> | |
<node id="Osteria Ferrara" label="Osteria Ferrara"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-osteria-ferrara-paris-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1006.3199002193963" y="-617.7759724564155"/> | |
</node> | |
<node id="Va et Vient" label="Va et Vient"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/va-et-vient"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-380.47291652659544" y="1689.8527254221815"/> | |
</node> | |
<node id="Hôtel Damier" label="Hôtel Damier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-150.1263165202467" y="-1202.972230132755"/> | |
</node> | |
<node id="Auberge Bœuf" label="Auberge Bœuf"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1458.3562661889127" y="1440.5420748563422"/> | |
</node> | |
<node id="Ferri" label="Ferri"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ferri"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1616.2375118202528" y="-903.8152492961974"/> | |
</node> | |
<node id="Les Brigittines" label="Les Brigittines"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-brigittines"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2161.391080307253" y="53.90264800208467"/> | |
</node> | |
<node id="L'Écaillerie" label="L'Écaillerie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/lecaillerie-3"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1811.8279573787133" y="1473.6302713401603"/> | |
</node> | |
<node id="La Racine et la Moelle" label="La Racine et la Moelle"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-racine-et-la-moelle-figeac"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-978.4250843879614" y="986.2828294383094"/> | |
</node> | |
<node id="Ten Belles" label="Ten Belles"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="20.714285714285715"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="20.714285714285715"/> | |
<viz:position x="-776.8013938892792" y="907.6612166185683"/> | |
</node> | |
<node id="So’Fish" label="So’Fish"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/sofish"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-287.6426484468396" y="-797.930759725158"/> | |
</node> | |
<node id="Le Severo" label="Le Severo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-severo-paris-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-908.2878651338727" y="908.2524250716748"/> | |
</node> | |
<node id="Chez Gaster" label="Chez Gaster"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-chez-gaster-tours"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1372.4986611057268" y="671.2978475655825"/> | |
</node> | |
<node id="Fat Duck à Londres" label="Fat Duck à Londres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-828.2385030948902" y="849.4338835263985"/> | |
</node> | |
<node id="Co(o)rniche" label="Co(o)rniche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1847.0691849254044" y="1248.6336037364815"/> | |
</node> | |
<node id="Bàcaro" label="Bàcaro"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-905.9150818579988" y="951.2992279735149"/> | |
</node> | |
<node id="Le Belvédère" label="Le Belvédère"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-belvedere-bozouls-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="2089.9699311585387" y="3.169589836907548"/> | |
</node> | |
<node id="Huthopi" label="Huthopi"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/huthopi"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="793.5424177249201" y="919.2680962559199"/> | |
</node> | |
<node id="Le Présentoir" label="Le Présentoir"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-presentoir-lille"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-1074.743878383299" y="21.338372953141963"/> | |
</node> | |
<node id="De:ja" label="De:ja"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/deja"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1262.6886417547748" y="1427.3558246994198"/> | |
</node> | |
<node id="Chez Justine" label="Chez Justine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-384.493438358141" y="1888.6096704466672"/> | |
</node> | |
<node id="La Ferme de Victorine" label="La Ferme de Victorine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-la-ferme-de-victorine-notre-dame-de-bellecombe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1233.6985795879532" y="495.6978376148721"/> | |
</node> | |
<node id="brasserie 1802" label="brasserie 1802"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1325.0014612031894" y="1576.9037177120865"/> | |
</node> | |
<node id="Maccione" label="Maccione"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/maccione"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-150.17535137943867" y="-703.1271750743076"/> | |
</node> | |
<node id="Monsieur Cyclofood" label="Monsieur Cyclofood"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-monsieur-cyclofood-toulouse"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1864.949210419813" y="-75.36727072371364"/> | |
</node> | |
<node id="Le Chateaubriand" label="Le Chateaubriand"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-chateaubriand-paris-18"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-26.585878191168263" y="678.5324742601638"/> | |
</node> | |
<node id="Enni Udon" label="Enni Udon"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/enni-udon"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1018.9900070105938" y="209.82918035942114"/> | |
</node> | |
<node id="Le Cent33" label="Le Cent33"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/le-cent33"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-323.3595136320429" y="2026.3046811627717"/> | |
</node> | |
<node id="Mâche" label="Mâche"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/mache"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1804.6401962813393" y="-368.74701859740065"/> | |
</node> | |
<node id="Yokohama" label="Yokohama"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="700.3211414142409" y="-472.09821138552513"/> | |
</node> | |
<node id="Steinmuehl" label="Steinmuehl"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-d-steinmuehl-lampertheim"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="926.7689478263113" y="-943.0159208795103"/> | |
</node> | |
<node id="Aldo's" label="Aldo's"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="597.6501585404794" y="1281.590526142192"/> | |
</node> | |
<node id="Indie Mountain" label="Indie Mountain"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1126.1166767844359" y="820.94229113006"/> | |
</node> | |
<node id="Amarante" label="Amarante"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-amarante-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="2047.5062696744883" y="458.23533533444606"/> | |
</node> | |
<node id="Kruidtuin" label="Kruidtuin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/kruidtuin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1058.6162940055133" y="1149.6171220989943"/> | |
</node> | |
<node id="Ô Château" label="Ô Château"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-134.61804250294068" y="2058.9664777914218"/> | |
</node> | |
<node id="Jour de Marché" label="Jour de Marché"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-134.92009197929764" y="1832.6653892374113"/> | |
</node> | |
<node id="Petter Nilsson" label="Petter Nilsson"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1153.9095234253598" y="745.7631174500171"/> | |
</node> | |
<node id="Coin Coin" label="Coin Coin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/coin-coin"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="26.478699165883476" y="1862.1173307457661"/> | |
</node> | |
<node id="Montijo" label="Montijo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/montijo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-464.86277080694197" y="-1181.9455621163575"/> | |
</node> | |
<node id="Scarpetta" label="Scarpetta"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/scarpetta"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="303.53076432255284" y="1363.0963040384083"/> | |
</node> | |
<node id="Amphytrion" label="Amphytrion"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="371.1713111867669" y="1941.9011762830378"/> | |
</node> | |
<node id="Donna" label="Donna"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/donna"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1243.667666999039" y="1986.5878203578586"/> | |
</node> | |
<node id="L’œuf de Coq" label="L’œuf de Coq"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/loeuf-de-coq"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1999.1556785163573" y="1155.453882204463"/> | |
</node> | |
<node id="Partisan" label="Partisan"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/partisan"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="742.6734983507109" y="-1180.1689127312832"/> | |
</node> | |
<node id="POPUP du Label" label="POPUP du Label"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="276.9931734345073" y="-770.8833928532731"/> | |
</node> | |
<node id="HEC" label="HEC"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1202.005852166099" y="190.15507221347877"/> | |
</node> | |
<node id="Peng Peng" label="Peng Peng"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/peng-peng"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1243.358177831712" y="197.88256318266056"/> | |
</node> | |
<node id="Café César" label="Café César"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/cafe-cesar"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-285.89857387531714" y="-324.62604625792034"/> | |
</node> | |
<node id="En Pleine Nature" label="En Pleine Nature"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-en-pleine-nature-quint-fonsegrives-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-942.7529124776647" y="461.57128377112394"/> | |
</node> | |
<node id="Atelier Gist" label="Atelier Gist"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/atelier-gist"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="661.6045232483286" y="1589.6166807751706"/> | |
</node> | |
<node id="La Cave du Cours" label="La Cave du Cours"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="551.8491907507465" y="952.9601305359367"/> | |
</node> | |
<node id="Le Tagine" label="Le Tagine"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-tagine-paris-4"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="1833.40521737067" y="-380.70651700861646"/> | |
</node> | |
<node id="Manoir de La Boulaie" label="Manoir de La Boulaie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="172.87409367784943" y="-1112.7940033674458"/> | |
</node> | |
<node id="Bistrotters" label="Bistrotters"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="10"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-bistrotters-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="10"/> | |
<viz:position x="-488.8229091884915" y="-276.599309930509"/> | |
</node> | |
<node id="GiftShop" label="GiftShop"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-571.2067688039399" y="1817.6356708102855"/> | |
</node> | |
<node id="Lutétia" label="Lutétia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1073.8278215119064" y="537.4086479716768"/> | |
</node> | |
<node id="Jixiao’s Buns" label="Jixiao’s Buns"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-jixiao-s-buns-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="136.76173899081093" y="-707.2654242654667"/> | |
</node> | |
<node id="Chez La Vieille" label="Chez La Vieille"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-7.657213942107653" y="-1187.4710876096774"/> | |
</node> | |
<node id="Ekume" label="Ekume"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/ekume"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1548.5640681518857" y="855.8252249235856"/> | |
</node> | |
<node id="Peppe Pizzeria" label="Peppe Pizzeria"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/peppe-pizzeria"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-816.3475854727616" y="-289.2429495289154"/> | |
</node> | |
<node id="Au Bistrot" label="Au Bistrot"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-au-bistrot-bordeaux"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-277.46788485467135" y="1450.1080759322458"/> | |
</node> | |
<node id="Zinga" label="Zinga"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/zinga"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="671.3942335373719" y="121.61919029050415"/> | |
</node> | |
<node id="Eppo" label="Eppo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/eppo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="256.6179631267642" y="607.742248138229"/> | |
</node> | |
<node id="A.T" label="A.T"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="830.0316214770598" y="282.44792255488534"/> | |
</node> | |
<node id="De Keukentafel" label="De Keukentafel"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/de-keukentafel"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-312.47186325636085" y="1181.2819167075345"/> | |
</node> | |
<node id="Obbo" label="Obbo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/obbo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1162.4323972080688" y="178.58513987191736"/> | |
</node> | |
<node id="Yoka Tomo" label="Yoka Tomo"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/yoka-tomo"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="210.3255863925213" y="372.0337454338356"/> | |
</node> | |
<node id="Shuk" label="Shuk"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/shuk"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1023.075081612663" y="-227.63030993575936"/> | |
</node> | |
<node id="Le Mansart" label="Le Mansart"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1846.962585660789" y="-783.7436894999657"/> | |
</node> | |
<node id="Tuck Shop" label="Tuck Shop"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/tuck-shop"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="575.4580341161673" y="-1015.721561059396"/> | |
</node> | |
<node id="Bastide de Moustier" label="Bastide de Moustier"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-1368.3102486932796" y="631.6164523806721"/> | |
</node> | |
<node id="Le Saint-Sebastien" label="Le Saint-Sebastien"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-saint-sebastien-paris"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-370.05290516162574" y="1544.0747859801338"/> | |
</node> | |
<node id="Umaï Ramen" label="Umaï Ramen"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/umai-ramen"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-44.38157371181565" y="2053.7664631208245"/> | |
</node> | |
<node id="Kinugawa Vendôme" label="Kinugawa Vendôme"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1363.742626150159" y="1585.0004973038906"/> | |
</node> | |
<node id="Les Dodus" label="Les Dodus"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="18.57142857142857"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/les-dodus"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="18.57142857142857"/> | |
<viz:position x="298.3251712665301" y="64.99972792784007"/> | |
</node> | |
<node id="Lignac" label="Lignac"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1603.804585051529" y="-582.2959745277391"/> | |
</node> | |
<node id="Bloomer" label="Bloomer"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/bloomer"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="-40.72733189119174" y="-908.5380872798928"/> | |
</node> | |
<node id="Table Orsini" label="Table Orsini"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1063.17239120521" y="-1149.6445461616001"/> | |
</node> | |
<node id="Les Concombres" label="Les Concombres"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="-1198.7791389114163" y="1058.438054750111"/> | |
</node> | |
<node id="Freia" label="Freia"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/freia"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="1407.0765535984347" y="940.7560105774653"/> | |
</node> | |
<node id="La Maison" label="La Maison"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/la-maison"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-936.7106482279346" y="2.621642957284422"/> | |
</node> | |
<node id="Yegg" label="Yegg"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="16.42857142857143"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/yegg"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="16.42857142857143"/> | |
<viz:position x="264.30498941587973" y="1913.4736298712178"/> | |
</node> | |
<node id="Frankie" label="Frankie"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/frankie"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="1095.778319930656" y="-1015.1418754300846"/> | |
</node> | |
<node id="Le Gibolin" label="Le Gibolin"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-le-gibolin-arles-12"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1431.6755448880238" y="1312.24597819957"/> | |
</node> | |
<node id="Maison Coussau" label="Maison Coussau"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12.142857142857142"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="12.142857142857142"/> | |
<viz:position x="1293.0053189543448" y="1723.203826382054"/> | |
</node> | |
<node id="Auberge Le Prieuré" label="Auberge Le Prieuré"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/restaurant-auberge-le-prieure-moirax-8"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-186.47627744360068" y="-1131.815892872028"/> | |
</node> | |
<node id="Vivace" label="Vivace"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/vivace"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="841.8148037370086" y="-618.7805143101837"/> | |
</node> | |
<node id="ED’S" label="ED’S"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/eds"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-744.97161123791" y="355.48539303446006"/> | |
</node> | |
<node id="Paradox Café" label="Paradox Café"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="14.285714285714285"/> | |
<attvalue for="url" value="https://lefooding.com//restaurants/paradox-cafe"/> | |
</attvalues> | |
<viz:color r="177" g="102" b="158"/> | |
<viz:size value="14.285714285714285"/> | |
<viz:position x="-354.97874278418243" y="-941.8275452779045"/> | |
</node> | |
<node id="gérante de restos au Luxembourg" label="gérante de restos au Luxembourg"> | |
<attvalues> | |
<attvalue for="type" value="restaurant"/> | |
<attvalue for="rawSize" value="12. |
Hi @jacomyal,
This is great !!
How long is a while ? I had tried ForceAtlas2 but I didn't let it run long enough I guess.
Can I add this to my post ? Do you have a handle I can point to? Your Github, Linkedin, ... ?
After having touched the "Guess settings" button, I probably had to let the algo run for like 3 or 4 minutes I guess. We have a lot of work to do on the layout capabilities of Gephi Lite :)
You can use this graph in your post, no problem! And you can credit @jacomyal from @ouestware on GitHub :) Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @theophilec,
Nice work, and thanks a lot for having mentioned Retina and Gephi Lite in your post ❤️
And thanks for the feedback on the GEXF issue 😅
I noticed in your graph that the nodes layout was a bit weird. I tried to reopen your GEXF file in Gephi Lite, to see if I could get something more readable. I ran ForceAtlas2 with the "Guess settings" button for a while, and I indeed got something quite different: A sparse network in the middle (but with the connections more readable), with a constellation of very small networks all around. I also deleted the node with no ID nor label (the one connected to "Julia Soto"), to get rid of the Retina warning.
You can find my fork of your graph here, and in action in Retina there.