From fd378d628982f172bc95946db60cf44fe7e1d4a6 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Sun, 23 Jun 2024 12:08:51 +0200 Subject: [PATCH] fixed refiner --- backend/src/landmarks_manager.py | 18 +- backend/src/refiner.py | 12 +- backend/src/tester.py | 9 +- landmarks.txt | 12256 ++--------------------------- minor_landmarks.txt | 1002 +-- 5 files changed, 649 insertions(+), 12648 deletions(-) diff --git a/backend/src/landmarks_manager.py b/backend/src/landmarks_manager.py index 79a081b..1377586 100644 --- a/backend/src/landmarks_manager.py +++ b/backend/src/landmarks_manager.py @@ -120,18 +120,24 @@ def remove_duplicates(L: List[Landmark]) -> List[Landmark] : Returns: List[Landmark]: A list of unique Landmark objects based on their names. """ - + L_clean = [] names = [] coords = [] for landmark in L : if landmark.name in names and landmark.location in coords: - continue + continue + + approx_coords = tuple((round(landmark.location[0], 4), round(landmark.location[0], 4))) + + if approx_coords in coords : + continue + else : names.append(landmark.name) L_clean.append(landmark) - coords.append(tuple((round(landmark.location[0], 3), round(landmark.location[0], 3)))) + coords.append(approx_coords) return L_clean @@ -245,7 +251,11 @@ def get_landmarks(list_amenity: list, landmarktype: LandmarkType, city_country: # skip if unused if 'disused:leisure' in elem.tags().keys(): - continue + continue + + # skip if part of another building + if 'building:part' in elem.tags().keys() and elem.tag('building:part') == 'yes': + continue else : osm_type = elem.type() # Add type : 'way' or 'relation' diff --git a/backend/src/refiner.py b/backend/src/refiner.py index 6b82d9d..9711bd2 100644 --- a/backend/src/refiner.py +++ b/backend/src/refiner.py @@ -3,6 +3,7 @@ from typing import List from math import pi from structs.landmarks import Landmark +from landmarks_manager import take_most_important def create_corridor(landmarks: List[Landmark], width: float) : @@ -25,15 +26,6 @@ def create_linestring(landmarks: List[Landmark])->List[Point] : return LineString(points) -"""def is_in_area_ring(area: Polygon, coordinates) -> bool : - - point = Point(coordinates) - if area.contains(point) : - t = area.interiors[0] - return not t.contains(point) -""" - - def is_in_area(area: Polygon, coordinates) -> bool : point = Point(coordinates) @@ -48,4 +40,4 @@ def get_minor_landmarks(all_landmarks: List[Landmark], visited_landmarks: List[L if is_in_area(area, landmark.location) and landmark not in visited_landmarks: second_order_landmarks.append(landmark) - return second_order_landmarks \ No newline at end of file + return take_most_important(second_order_landmarks) \ No newline at end of file diff --git a/backend/src/tester.py b/backend/src/tester.py index fbb638a..a354d44 100644 --- a/backend/src/tester.py +++ b/backend/src/tester.py @@ -105,13 +105,12 @@ def test4(coordinates: tuple[float, float]) -> List[Landmark]: #write_data(minor_landmarks, 'minor_landmarks.txt') print("There are " + str(len(minor_landmarks)) + " minor landmarks around the predicted path") + full_set = visited_list[:-1] + minor_landmarks[:30] + full_set.append(finish) - fuller_list = minor_landmarks + visited_list - - new_visit = solve_optimization(fuller_list, max_walking_time*60+detour, True) - + new_route = solve_optimization(full_set, max_walking_time*60+detour, True) - return visited_list + return new_route test4(tuple((48.8795156, 2.3660204))) diff --git a/landmarks.txt b/landmarks.txt index 4e2e8f8..c916945 100644 --- a/landmarks.txt +++ b/landmarks.txt @@ -304,22 +304,6 @@ "time_to_reach":0 }, "19":{ - "name":"Musée d'Orsay", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8599188, - 2.3265259 - ], - "osm_type":"way", - "osm_id":63178753, - "attractiveness":47, - "must_do":false, - "n_tags":47, - "time_to_reach":0 - }, - "20":{ "name":"Les Réserves du Musée des Arts et Métiers", "type":{ "landmark_type":"sightseeing" @@ -335,7 +319,7 @@ "n_tags":4, "time_to_reach":0 }, - "21":{ + "20":{ "name":"Musée Ernest-Hébert (en travaux)", "type":{ "landmark_type":"sightseeing" @@ -351,7 +335,7 @@ "n_tags":9, "time_to_reach":0 }, - "22":{ + "21":{ "name":"Musée Nissim de Camondo", "type":{ "landmark_type":"sightseeing" @@ -367,7 +351,7 @@ "n_tags":9, "time_to_reach":0 }, - "23":{ + "22":{ "name":"Musée Cernuschi", "type":{ "landmark_type":"sightseeing" @@ -383,23 +367,7 @@ "n_tags":18, "time_to_reach":0 }, - "24":{ - "name":"Musée Cernuschi", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8794659, - 2.3125739 - ], - "osm_type":"way", - "osm_id":68353939, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "25":{ + "23":{ "name":"Musée Jacquemart-André", "type":{ "landmark_type":"sightseeing" @@ -415,7 +383,7 @@ "n_tags":23, "time_to_reach":0 }, - "26":{ + "24":{ "name":"Pagoda Paris", "type":{ "landmark_type":"sightseeing" @@ -431,7 +399,7 @@ "n_tags":14, "time_to_reach":0 }, - "27":{ + "25":{ "name":"Pavillon de Vendôme", "type":{ "landmark_type":"sightseeing" @@ -447,7 +415,7 @@ "n_tags":17, "time_to_reach":0 }, - "28":{ + "26":{ "name":"Galerie des Gobelins", "type":{ "landmark_type":"sightseeing" @@ -463,7 +431,7 @@ "n_tags":6, "time_to_reach":0 }, - "29":{ + "27":{ "name":"Musée Yves Saint Laurent Paris", "type":{ "landmark_type":"sightseeing" @@ -479,7 +447,7 @@ "n_tags":11, "time_to_reach":0 }, - "30":{ + "28":{ "name":"Musée d'Art Moderne de Paris", "type":{ "landmark_type":"sightseeing" @@ -495,7 +463,7 @@ "n_tags":30, "time_to_reach":0 }, - "31":{ + "29":{ "name":"Fondation Cartier pour l'art contemporain", "type":{ "landmark_type":"sightseeing" @@ -511,7 +479,7 @@ "n_tags":21, "time_to_reach":0 }, - "32":{ + "30":{ "name":"Centre Tignous d'Art Contemporain", "type":{ "landmark_type":"sightseeing" @@ -527,7 +495,7 @@ "n_tags":8, "time_to_reach":0 }, - "33":{ + "31":{ "name":"Grande Galerie de l'Évolution", "type":{ "landmark_type":"sightseeing" @@ -543,7 +511,7 @@ "n_tags":21, "time_to_reach":0 }, - "34":{ + "32":{ "name":"Musée national Jean-Jacques Henner", "type":{ "landmark_type":"sightseeing" @@ -559,7 +527,7 @@ "n_tags":11, "time_to_reach":0 }, - "35":{ + "33":{ "name":"Musée de la Vie Romantique", "type":{ "landmark_type":"sightseeing" @@ -575,7 +543,7 @@ "n_tags":22, "time_to_reach":0 }, - "36":{ + "34":{ "name":"Mémorial de la Shoah", "type":{ "landmark_type":"sightseeing" @@ -591,7 +559,7 @@ "n_tags":8, "time_to_reach":0 }, - "37":{ + "35":{ "name":"Musée Zadkine", "type":{ "landmark_type":"sightseeing" @@ -607,7 +575,7 @@ "n_tags":12, "time_to_reach":0 }, - "38":{ + "36":{ "name":"Musée de Montmartre", "type":{ "landmark_type":"sightseeing" @@ -623,23 +591,7 @@ "n_tags":14, "time_to_reach":0 }, - "39":{ - "name":"Musée de la chasse et de la nature", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8612558, - 2.3587824 - ], - "osm_type":"way", - "osm_id":156973373, - "attractiveness":16, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "40":{ + "37":{ "name":"Crypte Archéologique du Parvis Notre-Dame", "type":{ "landmark_type":"sightseeing" @@ -655,7 +607,7 @@ "n_tags":18, "time_to_reach":0 }, - "41":{ + "38":{ "name":"Manufacture des Gobelins", "type":{ "landmark_type":"sightseeing" @@ -671,7 +623,7 @@ "n_tags":14, "time_to_reach":0 }, - "42":{ + "39":{ "name":"Musée du Luxembourg", "type":{ "landmark_type":"sightseeing" @@ -687,23 +639,7 @@ "n_tags":15, "time_to_reach":0 }, - "43":{ - "name":"Palais de la découverte", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8662091, - 2.3108575 - ], - "osm_type":"way", - "osm_id":188108997, - "attractiveness":15, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "44":{ + "40":{ "name":"Institut suédois", "type":{ "landmark_type":"sightseeing" @@ -719,7 +655,7 @@ "n_tags":16, "time_to_reach":0 }, - "45":{ + "41":{ "name":"Musée national Eugène Delacroix", "type":{ "landmark_type":"sightseeing" @@ -735,23 +671,7 @@ "n_tags":15, "time_to_reach":0 }, - "46":{ - "name":"Musée Rodin", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8546543, - 2.3159185 - ], - "osm_type":"way", - "osm_id":472159547, - "attractiveness":21, - "must_do":false, - "n_tags":20, - "time_to_reach":0 - }, - "47":{ + "42":{ "name":"Géoroom", "type":{ "landmark_type":"sightseeing" @@ -767,7 +687,7 @@ "n_tags":9, "time_to_reach":0 }, - "48":{ + "43":{ "name":"Musée des Moulages", "type":{ "landmark_type":"sightseeing" @@ -783,7 +703,7 @@ "n_tags":12, "time_to_reach":0 }, - "49":{ + "44":{ "name":"Grand palais éphémère", "type":{ "landmark_type":"sightseeing" @@ -799,7 +719,7 @@ "n_tags":19, "time_to_reach":0 }, - "50":{ + "45":{ "name":"Mémorial de Bobigny", "type":{ "landmark_type":"sightseeing" @@ -815,7 +735,7 @@ "n_tags":7, "time_to_reach":0 }, - "51":{ + "46":{ "name":"Hôtel de Sully", "type":{ "landmark_type":"sightseeing" @@ -831,7 +751,7 @@ "n_tags":13, "time_to_reach":0 }, - "52":{ + "47":{ "name":"Fondation Henri Cartier-Bresson", "type":{ "landmark_type":"sightseeing" @@ -847,7 +767,7 @@ "n_tags":22, "time_to_reach":0 }, - "53":{ + "48":{ "name":"Hôtel de la Monnaie", "type":{ "landmark_type":"sightseeing" @@ -863,7 +783,7 @@ "n_tags":11, "time_to_reach":0 }, - "54":{ + "49":{ "name":"Musée Bourdelle", "type":{ "landmark_type":"sightseeing" @@ -879,7 +799,7 @@ "n_tags":23, "time_to_reach":0 }, - "55":{ + "50":{ "name":"Institut Giacometti", "type":{ "landmark_type":"sightseeing" @@ -895,7 +815,7 @@ "n_tags":7, "time_to_reach":0 }, - "56":{ + "51":{ "name":"Musée Carnavalet", "type":{ "landmark_type":"sightseeing" @@ -911,7 +831,7 @@ "n_tags":25, "time_to_reach":0 }, - "57":{ + "52":{ "name":"Petit Palais", "type":{ "landmark_type":"sightseeing" @@ -927,7 +847,7 @@ "n_tags":32, "time_to_reach":0 }, - "58":{ + "53":{ "name":"Sainte-Chapelle", "type":{ "landmark_type":"sightseeing" @@ -943,7 +863,7 @@ "n_tags":54, "time_to_reach":0 }, - "59":{ + "54":{ "name":"Musée du Louvre", "type":{ "landmark_type":"sightseeing" @@ -959,23 +879,7 @@ "n_tags":33, "time_to_reach":0 }, - "60":{ - "name":"Muséum national d'histoire naturelle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8432471, - 2.3595052 - ], - "osm_type":"relation", - "osm_id":13611998, - "attractiveness":9, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "61":{ + "55":{ "name":"Champ de Mars", "type":{ "landmark_type":"sightseeing" @@ -991,7 +895,7 @@ "n_tags":25, "time_to_reach":0 }, - "62":{ + "56":{ "name":"Jardin des Plantes", "type":{ "landmark_type":"sightseeing" @@ -1007,7 +911,7 @@ "n_tags":20, "time_to_reach":0 }, - "63":{ + "57":{ "name":"Jardin du Palais Royal", "type":{ "landmark_type":"sightseeing" @@ -1023,55 +927,7 @@ "n_tags":9, "time_to_reach":0 }, - "64":{ - "name":"Université Paris 1 Panthéon-Sorbonne - Centre Sorbonne", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8486365, - 2.3436087 - ], - "osm_type":"way", - "osm_id":4433289, - "attractiveness":17, - "must_do":false, - "n_tags":17, - "time_to_reach":0 - }, - "65":{ - "name":"Cimetière du Père-Lachaise", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8611438, - 2.3941849 - ], - "osm_type":"way", - "osm_id":13859706, - "attractiveness":24, - "must_do":false, - "n_tags":24, - "time_to_reach":0 - }, - "66":{ - "name":"Tour Montparnasse", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8421127, - 2.3219796 - ], - "osm_type":"way", - "osm_id":16406633, - "attractiveness":36, - "must_do":false, - "n_tags":36, - "time_to_reach":0 - }, - "67":{ + "58":{ "name":"Panthéon", "type":{ "landmark_type":"sightseeing" @@ -1087,7 +943,7 @@ "n_tags":32, "time_to_reach":0 }, - "68":{ + "59":{ "name":"Jardin Atlantique", "type":{ "landmark_type":"sightseeing" @@ -1103,7 +959,7 @@ "n_tags":13, "time_to_reach":0 }, - "69":{ + "60":{ "name":"Tour Saint-Jacques", "type":{ "landmark_type":"sightseeing" @@ -1119,23 +975,7 @@ "n_tags":31, "time_to_reach":0 }, - "70":{ - "name":"Château de Vincennes", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8427637, - 2.4358888 - ], - "osm_type":"way", - "osm_id":23032971, - "attractiveness":15, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "71":{ + "61":{ "name":"Basilique du Sacré-Cœur", "type":{ "landmark_type":"sightseeing" @@ -1151,7 +991,7 @@ "n_tags":40, "time_to_reach":0 }, - "72":{ + "62":{ "name":"Collège des Bernardins", "type":{ "landmark_type":"sightseeing" @@ -1167,7 +1007,7 @@ "n_tags":14, "time_to_reach":0 }, - "73":{ + "63":{ "name":"Ancienne faisanderie", "type":{ "landmark_type":"sightseeing" @@ -1183,7 +1023,7 @@ "n_tags":5, "time_to_reach":0 }, - "74":{ + "64":{ "name":"Reptiles", "type":{ "landmark_type":"sightseeing" @@ -1199,7 +1039,7 @@ "n_tags":5, "time_to_reach":0 }, - "75":{ + "65":{ "name":"Église Saint-Roch", "type":{ "landmark_type":"sightseeing" @@ -1215,7 +1055,7 @@ "n_tags":26, "time_to_reach":0 }, - "76":{ + "66":{ "name":"Hôtel Lebrun", "type":{ "landmark_type":"sightseeing" @@ -1231,7 +1071,7 @@ "n_tags":12, "time_to_reach":0 }, - "77":{ + "67":{ "name":"Pont Neuf", "type":{ "landmark_type":"sightseeing" @@ -1247,7 +1087,7 @@ "n_tags":15, "time_to_reach":0 }, - "78":{ + "68":{ "name":"Pont Neuf", "type":{ "landmark_type":"sightseeing" @@ -1263,23 +1103,7 @@ "n_tags":16, "time_to_reach":0 }, - "79":{ - "name":"Pont au Change", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8567097, - 2.3468433 - ], - "osm_type":"way", - "osm_id":53582123, - "attractiveness":16, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "80":{ + "69":{ "name":"Comédie Française", "type":{ "landmark_type":"sightseeing" @@ -1295,7 +1119,7 @@ "n_tags":9, "time_to_reach":0 }, - "81":{ + "70":{ "name":"Fontaine Molière", "type":{ "landmark_type":"sightseeing" @@ -1311,7 +1135,7 @@ "n_tags":9, "time_to_reach":0 }, - "82":{ + "71":{ "name":"Place Vendôme", "type":{ "landmark_type":"sightseeing" @@ -1327,7 +1151,7 @@ "n_tags":10, "time_to_reach":0 }, - "83":{ + "72":{ "name":"Église de la Madeleine", "type":{ "landmark_type":"sightseeing" @@ -1343,7 +1167,7 @@ "n_tags":33, "time_to_reach":0 }, - "84":{ + "73":{ "name":"Opéra Garnier", "type":{ "landmark_type":"sightseeing" @@ -1359,7 +1183,7 @@ "n_tags":26, "time_to_reach":0 }, - "85":{ + "74":{ "name":"Hôtel de Lauzun", "type":{ "landmark_type":"sightseeing" @@ -1375,7 +1199,7 @@ "n_tags":11, "time_to_reach":0 }, - "86":{ + "75":{ "name":"Presbytère", "type":{ "landmark_type":"sightseeing" @@ -1391,7 +1215,7 @@ "n_tags":16, "time_to_reach":0 }, - "87":{ + "76":{ "name":"Centre Georges Pompidou", "type":{ "landmark_type":"sightseeing" @@ -1407,23 +1231,7 @@ "n_tags":43, "time_to_reach":0 }, - "88":{ - "name":"Centre Wallonie-Bruxelles", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8609964, - 2.3511217 - ], - "osm_type":"way", - "osm_id":55751636, - "attractiveness":16, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "89":{ + "77":{ "name":"Immeuble Henri Sauvage", "type":{ "landmark_type":"sightseeing" @@ -1439,7 +1247,7 @@ "n_tags":16, "time_to_reach":0 }, - "90":{ + "78":{ "name":"Rotonde de la Villette", "type":{ "landmark_type":"sightseeing" @@ -1455,7 +1263,7 @@ "n_tags":14, "time_to_reach":0 }, - "91":{ + "79":{ "name":"Cathédrale Saint-Louis des Invalides", "type":{ "landmark_type":"sightseeing" @@ -1471,7 +1279,7 @@ "n_tags":18, "time_to_reach":0 }, - "92":{ + "80":{ "name":"Paris Story", "type":{ "landmark_type":"sightseeing" @@ -1487,39 +1295,7 @@ "n_tags":12, "time_to_reach":0 }, - "93":{ - "name":"Anciennes maisons de vignerons", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8611097, - 2.405355 - ], - "osm_type":"way", - "osm_id":70147402, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "94":{ - "name":"Obélisque de Louxor", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8654765, - 2.3211306 - ], - "osm_type":"way", - "osm_id":72937686, - "attractiveness":21, - "must_do":false, - "n_tags":21, - "time_to_reach":0 - }, - "95":{ + "81":{ "name":"Maison de Tristan Tzara", "type":{ "landmark_type":"sightseeing" @@ -1535,7 +1311,7 @@ "n_tags":19, "time_to_reach":0 }, - "96":{ + "82":{ "name":"Moulin de la Galette", "type":{ "landmark_type":"sightseeing" @@ -1551,7 +1327,7 @@ "n_tags":16, "time_to_reach":0 }, - "97":{ + "83":{ "name":"Vigne du Clos Montmartre", "type":{ "landmark_type":"sightseeing" @@ -1567,7 +1343,7 @@ "n_tags":9, "time_to_reach":0 }, - "98":{ + "84":{ "name":"Piscine des Amiraux", "type":{ "landmark_type":"sightseeing" @@ -1583,7 +1359,7 @@ "n_tags":20, "time_to_reach":0 }, - "99":{ + "85":{ "name":"Les Docks - Cité de la Mode et du Design", "type":{ "landmark_type":"sightseeing" @@ -1599,7 +1375,7 @@ "n_tags":9, "time_to_reach":0 }, - "100":{ + "86":{ "name":"Grande Volière", "type":{ "landmark_type":"sightseeing" @@ -1615,23 +1391,7 @@ "n_tags":4, "time_to_reach":0 }, - "101":{ - "name":"Dodo manège", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8430786, - 2.3617006 - ], - "osm_type":"way", - "osm_id":83976101, - "attractiveness":9, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "102":{ + "87":{ "name":"École Militaire", "type":{ "landmark_type":"sightseeing" @@ -1647,7 +1407,7 @@ "n_tags":11, "time_to_reach":0 }, - "103":{ + "88":{ "name":"Église du Dôme", "type":{ "landmark_type":"sightseeing" @@ -1663,23 +1423,7 @@ "n_tags":23, "time_to_reach":0 }, - "104":{ - "name":"Place d’Aligre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8488473, - 2.3783714 - ], - "osm_type":"way", - "osm_id":118759777, - "attractiveness":10, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "105":{ + "89":{ "name":"Grande cascade", "type":{ "landmark_type":"sightseeing" @@ -1695,7 +1439,7 @@ "n_tags":3, "time_to_reach":0 }, - "106":{ + "90":{ "name":"Jardin du Luxembourg", "type":{ "landmark_type":"sightseeing" @@ -1711,7 +1455,7 @@ "n_tags":23, "time_to_reach":0 }, - "107":{ + "91":{ "name":"Jardin Catherine Labouré", "type":{ "landmark_type":"sightseeing" @@ -1727,7 +1471,7 @@ "n_tags":8, "time_to_reach":0 }, - "108":{ + "92":{ "name":"École nationale supérieure des beaux-arts", "type":{ "landmark_type":"sightseeing" @@ -1743,7 +1487,7 @@ "n_tags":11, "time_to_reach":0 }, - "109":{ + "93":{ "name":"Carrousel de Montmartre", "type":{ "landmark_type":"sightseeing" @@ -1759,7 +1503,7 @@ "n_tags":10, "time_to_reach":0 }, - "110":{ + "94":{ "name":"Assemblée nationale", "type":{ "landmark_type":"sightseeing" @@ -1775,7 +1519,7 @@ "n_tags":17, "time_to_reach":0 }, - "111":{ + "95":{ "name":"Bateaux-Mouches", "type":{ "landmark_type":"sightseeing" @@ -1791,7 +1535,7 @@ "n_tags":13, "time_to_reach":0 }, - "112":{ + "96":{ "name":"Cathédrale Notre-Dame de Paris", "type":{ "landmark_type":"sightseeing" @@ -1807,7 +1551,7 @@ "n_tags":54, "time_to_reach":0 }, - "113":{ + "97":{ "name":"Arc de Triomphe du Carrousel", "type":{ "landmark_type":"sightseeing" @@ -1823,7 +1567,7 @@ "n_tags":11, "time_to_reach":0 }, - "114":{ + "98":{ "name":"Théâtre équestre Zingaro", "type":{ "landmark_type":"sightseeing" @@ -1839,7 +1583,7 @@ "n_tags":5, "time_to_reach":0 }, - "115":{ + "99":{ "name":"Rue du Mont Cenis", "type":{ "landmark_type":"sightseeing" @@ -1855,55 +1599,7 @@ "n_tags":11, "time_to_reach":0 }, - "116":{ - "name":"Salle du Livre d'Or", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8482839, - 2.3377991 - ], - "osm_type":"way", - "osm_id":261881547, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "117":{ - "name":"Moulin de la Galette", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8874, - 2.3371053 - ], - "osm_type":"way", - "osm_id":307906882, - "attractiveness":14, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "118":{ - "name":"Pyramide du Louvre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8610132, - 2.3358545 - ], - "osm_type":"way", - "osm_id":375076234, - "attractiveness":27, - "must_do":false, - "n_tags":27, - "time_to_reach":0 - }, - "119":{ + "100":{ "name":"Cavae des Arènes de Lutèce", "type":{ "landmark_type":"sightseeing" @@ -1919,55 +1615,7 @@ "n_tags":8, "time_to_reach":0 }, - "120":{ - "name":"Place de la Concorde", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8654898, - 2.321186 - ], - "osm_type":"way", - "osm_id":432819047, - "attractiveness":13, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "121":{ - "name":"Grande Mosquée de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8420708, - 2.3551205 - ], - "osm_type":"way", - "osm_id":437812893, - "attractiveness":29, - "must_do":false, - "n_tags":28, - "time_to_reach":0 - }, - "122":{ - "name":"Place de la République", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8675412, - 2.3639876 - ], - "osm_type":"way", - "osm_id":450130138, - "attractiveness":15, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "123":{ + "101":{ "name":"Méridienne de l'Observatoire de Paris", "type":{ "landmark_type":"sightseeing" @@ -1983,7 +1631,7 @@ "n_tags":10, "time_to_reach":0 }, - "124":{ + "102":{ "name":"Passerelle Mornay", "type":{ "landmark_type":"sightseeing" @@ -1999,55 +1647,7 @@ "n_tags":7, "time_to_reach":0 }, - "125":{ - "name":"Rue du Mont Cenis", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8880195, - 2.341756 - ], - "osm_type":"way", - "osm_id":897673775, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "126":{ - "name":"Rue du Mont Cenis", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8879862, - 2.3417424 - ], - "osm_type":"way", - "osm_id":897673776, - "attractiveness":10, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "127":{ - "name":"Rue du Mont Cenis", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8879517, - 2.3417283 - ], - "osm_type":"way", - "osm_id":897673777, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "128":{ + "103":{ "name":"Rue du Mont Cenis", "type":{ "landmark_type":"sightseeing" @@ -2063,71 +1663,7 @@ "n_tags":10, "time_to_reach":0 }, - "129":{ - "name":"Rue du Mont Cenis", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.887884, - 2.3417006 - ], - "osm_type":"way", - "osm_id":897673779, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "130":{ - "name":"Rue du Mont Cenis", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8878496, - 2.3416866 - ], - "osm_type":"way", - "osm_id":897673780, - "attractiveness":10, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "131":{ - "name":"Ancienne Crèmerie", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8456584, - 2.3425418 - ], - "osm_type":"way", - "osm_id":936891354, - "attractiveness":11, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "132":{ - "name":"Limonaire Frères", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8364644, - 2.3819198 - ], - "osm_type":"way", - "osm_id":1071482635, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "133":{ + "104":{ "name":"Labyrinthe", "type":{ "landmark_type":"sightseeing" @@ -2143,23 +1679,7 @@ "n_tags":6, "time_to_reach":0 }, - "134":{ - "name":"Maison dite « de Jacques Cœur »", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8589632, - 2.3560145 - ], - "osm_type":"way", - "osm_id":1121066634, - "attractiveness":3, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "135":{ + "105":{ "name":"Maison à l'enseigne du Faucheur", "type":{ "landmark_type":"sightseeing" @@ -2175,7 +1695,7 @@ "n_tags":11, "time_to_reach":0 }, - "136":{ + "106":{ "name":"Maison à l'enseigne du Mouton", "type":{ "landmark_type":"sightseeing" @@ -2191,7 +1711,7 @@ "n_tags":11, "time_to_reach":0 }, - "137":{ + "107":{ "name":"Batman Escape", "type":{ "landmark_type":"sightseeing" @@ -2207,7 +1727,7 @@ "n_tags":5, "time_to_reach":0 }, - "138":{ + "108":{ "name":"Shuffled", "type":{ "landmark_type":"sightseeing" @@ -2223,7 +1743,7 @@ "n_tags":4, "time_to_reach":0 }, - "139":{ + "109":{ "name":"Quiz Room", "type":{ "landmark_type":"sightseeing" @@ -2239,7 +1759,7 @@ "n_tags":4, "time_to_reach":0 }, - "140":{ + "110":{ "name":"Les Grandes Serres du Jardin des Plantes", "type":{ "landmark_type":"sightseeing" @@ -2255,23 +1775,7 @@ "n_tags":11, "time_to_reach":0 }, - "141":{ - "name":"Hôtel de Ville", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8564265, - 2.352527 - ], - "osm_type":"relation", - "osm_id":284089, - "attractiveness":34, - "must_do":false, - "n_tags":32, - "time_to_reach":0 - }, - "142":{ + "111":{ "name":"Palais de Justice de Paris", "type":{ "landmark_type":"sightseeing" @@ -2287,39 +1791,7 @@ "n_tags":24, "time_to_reach":0 }, - "143":{ - "name":"Maison de Nicolas Flamel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8635254, - 2.3531338 - ], - "osm_type":"relation", - "osm_id":550881, - "attractiveness":10, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "144":{ - "name":"Place des Vosges", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8556164, - 2.3655435 - ], - "osm_type":"relation", - "osm_id":571765, - "attractiveness":28, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "145":{ + "112":{ "name":"Palais de l'Élysée", "type":{ "landmark_type":"sightseeing" @@ -2335,7 +1807,7 @@ "n_tags":32, "time_to_reach":0 }, - "146":{ + "113":{ "name":"Hôtel de la Marine", "type":{ "landmark_type":"sightseeing" @@ -2351,7 +1823,7 @@ "n_tags":18, "time_to_reach":0 }, - "147":{ + "114":{ "name":"Hôtel des Invalides", "type":{ "landmark_type":"sightseeing" @@ -2367,7 +1839,7 @@ "n_tags":14, "time_to_reach":0 }, - "148":{ + "115":{ "name":"Rotonde de Chartres", "type":{ "landmark_type":"sightseeing" @@ -2383,7 +1855,7 @@ "n_tags":10, "time_to_reach":0 }, - "149":{ + "116":{ "name":"La Samaritaine", "type":{ "landmark_type":"sightseeing" @@ -2399,7 +1871,7 @@ "n_tags":16, "time_to_reach":0 }, - "150":{ + "117":{ "name":"Palais du Louvre", "type":{ "landmark_type":"sightseeing" @@ -2415,23 +1887,7 @@ "n_tags":32, "time_to_reach":0 }, - "151":{ - "name":"Palais Royal", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8635185, - 2.3369196 - ], - "osm_type":"relation", - "osm_id":3300400, - "attractiveness":9, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "152":{ + "118":{ "name":"Hôtel de Soubise", "type":{ "landmark_type":"sightseeing" @@ -2447,7 +1903,7 @@ "n_tags":11, "time_to_reach":0 }, - "153":{ + "119":{ "name":"Mémorial des Martyrs de la Déportation", "type":{ "landmark_type":"sightseeing" @@ -2463,39 +1919,7 @@ "n_tags":21, "time_to_reach":0 }, - "154":{ - "name":"Jardins des Champs-Élysées", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8661752, - 2.3132237 - ], - "osm_type":"relation", - "osm_id":10142349, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "155":{ - "name":"Cloître des Billettes", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8581093, - 2.35517 - ], - "osm_type":"way", - "osm_id":55942659, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "156":{ + "120":{ "name":"Galerie J. Kugel", "type":{ "landmark_type":"sightseeing" @@ -2511,7 +1935,7 @@ "n_tags":12, "time_to_reach":0 }, - "157":{ + "121":{ "name":"Galerie Montmartre", "type":{ "landmark_type":"sightseeing" @@ -2527,7 +1951,7 @@ "n_tags":4, "time_to_reach":0 }, - "158":{ + "122":{ "name":"Cinémathèque Française", "type":{ "landmark_type":"sightseeing" @@ -2543,7 +1967,7 @@ "n_tags":26, "time_to_reach":0 }, - "159":{ + "123":{ "name":"Espace Louise Michel", "type":{ "landmark_type":"sightseeing" @@ -2559,7 +1983,7 @@ "n_tags":8, "time_to_reach":0 }, - "160":{ + "124":{ "name":"Galerie Jeanne Bucher", "type":{ "landmark_type":"sightseeing" @@ -2575,7 +1999,7 @@ "n_tags":7, "time_to_reach":0 }, - "161":{ + "125":{ "name":"Galerie Lara Vincy", "type":{ "landmark_type":"sightseeing" @@ -2591,7 +2015,7 @@ "n_tags":4, "time_to_reach":0 }, - "162":{ + "126":{ "name":"Pont Alexandre III", "type":{ "landmark_type":"sightseeing" @@ -2607,39 +2031,7 @@ "n_tags":20, "time_to_reach":0 }, - "163":{ - "name":"Château de Vincennes", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8427637, - 2.4358888 - ], - "osm_type":"way", - "osm_id":23032971, - "attractiveness":15, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "164":{ - "name":"Collège des Bernardins", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8488289, - 2.3520343 - ], - "osm_type":"way", - "osm_id":26584053, - "attractiveness":14, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "165":{ + "127":{ "name":"Passage Brady", "type":{ "landmark_type":"sightseeing" @@ -2655,7 +2047,7 @@ "n_tags":11, "time_to_reach":0 }, - "166":{ + "128":{ "name":"Fort de Romainville", "type":{ "landmark_type":"sightseeing" @@ -2671,23 +2063,7 @@ "n_tags":6, "time_to_reach":0 }, - "167":{ - "name":"Fontaine Saint-Michel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8532077, - 2.3437213 - ], - "osm_type":"way", - "osm_id":40579862, - "attractiveness":9, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "168":{ + "129":{ "name":"Cabinet d'Histoire (Hôtel de Magny)", "type":{ "landmark_type":"sightseeing" @@ -2703,7 +2079,7 @@ "n_tags":15, "time_to_reach":0 }, - "169":{ + "130":{ "name":"Fontaine des Innocents", "type":{ "landmark_type":"sightseeing" @@ -2719,7 +2095,7 @@ "n_tags":15, "time_to_reach":0 }, - "170":{ + "131":{ "name":"Ministère de la Justice", "type":{ "landmark_type":"sightseeing" @@ -2735,7 +2111,7 @@ "n_tags":15, "time_to_reach":0 }, - "171":{ + "132":{ "name":"Hôtel Saint-Florentin", "type":{ "landmark_type":"sightseeing" @@ -2751,7 +2127,7 @@ "n_tags":14, "time_to_reach":0 }, - "172":{ + "133":{ "name":"Palais Brongniart", "type":{ "landmark_type":"sightseeing" @@ -2767,7 +2143,7 @@ "n_tags":19, "time_to_reach":0 }, - "173":{ + "134":{ "name":"Théâtre Daunou", "type":{ "landmark_type":"sightseeing" @@ -2783,23 +2159,7 @@ "n_tags":14, "time_to_reach":0 }, - "174":{ - "name":"Hôtel de Lauzun", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.851565, - 2.3589627 - ], - "osm_type":"way", - "osm_id":55292128, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "175":{ + "135":{ "name":"Hôtel de Sens", "type":{ "landmark_type":"sightseeing" @@ -2815,23 +2175,7 @@ "n_tags":20, "time_to_reach":0 }, - "176":{ - "name":"Mur des Justes", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8549477, - 2.356257 - ], - "osm_type":"way", - "osm_id":55620179, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "177":{ + "136":{ "name":"Hôtel d'Ourscamp", "type":{ "landmark_type":"sightseeing" @@ -2847,23 +2191,7 @@ "n_tags":9, "time_to_reach":0 }, - "178":{ - "name":"Hôtel de Chavigny", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8557916, - 2.3618145 - ], - "osm_type":"way", - "osm_id":56040595, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "179":{ + "137":{ "name":"Pavillon Curie", "type":{ "landmark_type":"sightseeing" @@ -2879,151 +2207,7 @@ "n_tags":5, "time_to_reach":0 }, - "180":{ - "name":"Pavillon des Sources", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8440384, - 2.3447787 - ], - "osm_type":"way", - "osm_id":56066142, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "181":{ - "name":"Pavillon Pasteur", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8439189, - 2.3446757 - ], - "osm_type":"way", - "osm_id":56066152, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "182":{ - "name":"Statue de Beaumarchais", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.853556, - 2.3671165 - ], - "osm_type":"way", - "osm_id":56080370, - "attractiveness":11, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "183":{ - "name":"Fontaine du Pot-de-Fer", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8430761, - 2.3495033 - ], - "osm_type":"way", - "osm_id":57687072, - "attractiveness":13, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "184":{ - "name":"Hôtel de Marle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8581698, - 2.3621377 - ], - "osm_type":"way", - "osm_id":57781646, - "attractiveness":12, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "185":{ - "name":"Argonaute", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8945348, - 2.3895646 - ], - "osm_type":"way", - "osm_id":58169110, - "attractiveness":16, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "186":{ - "name":"Regard Saint-Magloire", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8437152, - 2.3393792 - ], - "osm_type":"way", - "osm_id":60264673, - "attractiveness":6, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "187":{ - "name":"Temple de l'Amitié", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8555425, - 2.3353925 - ], - "osm_type":"way", - "osm_id":62288099, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "188":{ - "name":"Paul Verlaine", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8473403, - 2.3332879 - ], - "osm_type":"way", - "osm_id":62848416, - "attractiveness":16, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "189":{ + "138":{ "name":"Gustave Flaubert", "type":{ "landmark_type":"sightseeing" @@ -3039,7 +2223,7 @@ "n_tags":10, "time_to_reach":0 }, - "190":{ + "139":{ "name":"Charles Baudelaire", "type":{ "landmark_type":"sightseeing" @@ -3055,39 +2239,7 @@ "n_tags":13, "time_to_reach":0 }, - "191":{ - "name":"Hôtel de Rosambo", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.86914, - 2.3587744 - ], - "osm_type":"way", - "osm_id":63202689, - "attractiveness":12, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "192":{ - "name":"Hôtel Leblanc-Barbedienne", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8724228, - 2.3628885 - ], - "osm_type":"way", - "osm_id":63202751, - "attractiveness":13, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "193":{ + "140":{ "name":"Regard des Maussins", "type":{ "landmark_type":"sightseeing" @@ -3103,7 +2255,7 @@ "n_tags":12, "time_to_reach":0 }, - "194":{ + "141":{ "name":"Temple de la Sybille", "type":{ "landmark_type":"sightseeing" @@ -3119,7 +2271,7 @@ "n_tags":5, "time_to_reach":0 }, - "195":{ + "142":{ "name":"Hôtel de Beauharnais", "type":{ "landmark_type":"sightseeing" @@ -3135,7 +2287,7 @@ "n_tags":21, "time_to_reach":0 }, - "196":{ + "143":{ "name":"Hôtel de Seignelay", "type":{ "landmark_type":"sightseeing" @@ -3151,39 +2303,7 @@ "n_tags":10, "time_to_reach":0 }, - "197":{ - "name":"Dix Solférino", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8599486, - 2.3229966 - ], - "osm_type":"way", - "osm_id":63564201, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "198":{ - "name":"Barrière du Trône - Saint-Louis", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8483388, - 2.3985035 - ], - "osm_type":"way", - "osm_id":63638975, - "attractiveness":15, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "199":{ + "144":{ "name":"Statue du Maréchal Ney", "type":{ "landmark_type":"sightseeing" @@ -3199,7 +2319,7 @@ "n_tags":14, "time_to_reach":0 }, - "200":{ + "145":{ "name":"Statue de Gribeauval", "type":{ "landmark_type":"sightseeing" @@ -3215,7 +2335,7 @@ "n_tags":4, "time_to_reach":0 }, - "201":{ + "146":{ "name":"Restaurant Inter-administratif de La Tour-Maubourg", "type":{ "landmark_type":"sightseeing" @@ -3231,7 +2351,7 @@ "n_tags":5, "time_to_reach":0 }, - "202":{ + "147":{ "name":"Hôtel de Broglie", "type":{ "landmark_type":"sightseeing" @@ -3247,23 +2367,7 @@ "n_tags":14, "time_to_reach":0 }, - "203":{ - "name":"Chapelle des Catéchismes", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8589684, - 2.3183256 - ], - "osm_type":"way", - "osm_id":65104255, - "attractiveness":17, - "must_do":false, - "n_tags":17, - "time_to_reach":0 - }, - "204":{ + "148":{ "name":"Hôtel de Choiseul-Praslin", "type":{ "landmark_type":"sightseeing" @@ -3279,23 +2383,7 @@ "n_tags":12, "time_to_reach":0 }, - "205":{ - "name":"Hôtel de Pontalba", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8693239, - 2.3183399 - ], - "osm_type":"way", - "osm_id":67106757, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "206":{ + "149":{ "name":"Hôtel Perrinet de Jars", "type":{ "landmark_type":"sightseeing" @@ -3311,7 +2399,7 @@ "n_tags":10, "time_to_reach":0 }, - "207":{ + "150":{ "name":"Hôtel de Coislin", "type":{ "landmark_type":"sightseeing" @@ -3327,7 +2415,7 @@ "n_tags":8, "time_to_reach":0 }, - "208":{ + "151":{ "name":"Hôtel de Marigny", "type":{ "landmark_type":"sightseeing" @@ -3343,55 +2431,7 @@ "n_tags":4, "time_to_reach":0 }, - "209":{ - "name":"Hôtel de Montalivet", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8550106, - 2.3211981 - ], - "osm_type":"way", - "osm_id":67356828, - "attractiveness":12, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "210":{ - "name":"Hôtel d'Avaray", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8558943, - 2.3218765 - ], - "osm_type":"way", - "osm_id":67356863, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "211":{ - "name":"Hôtel de Beauffremont", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8559549, - 2.3215283 - ], - "osm_type":"way", - "osm_id":67356892, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "212":{ + "152":{ "name":"Statue équestre de Jeanne D'Arc", "type":{ "landmark_type":"sightseeing" @@ -3407,7 +2447,7 @@ "n_tags":5, "time_to_reach":0 }, - "213":{ + "153":{ "name":"Chapelle expiatoire", "type":{ "landmark_type":"sightseeing" @@ -3423,23 +2463,7 @@ "n_tags":26, "time_to_reach":0 }, - "214":{ - "name":"Monument du Maréchal Moncey", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8835207, - 2.3274296 - ], - "osm_type":"way", - "osm_id":68247750, - "attractiveness":6, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "215":{ + "154":{ "name":"Ambroise Thomas", "type":{ "landmark_type":"sightseeing" @@ -3455,7 +2479,7 @@ "n_tags":11, "time_to_reach":0 }, - "216":{ + "155":{ "name":"Charles Gounod", "type":{ "landmark_type":"sightseeing" @@ -3471,7 +2495,7 @@ "n_tags":11, "time_to_reach":0 }, - "217":{ + "156":{ "name":"Statue de Jules Simon", "type":{ "landmark_type":"sightseeing" @@ -3487,23 +2511,7 @@ "n_tags":4, "time_to_reach":0 }, - "218":{ - "name":"Hôtel de Broglie-Haussonville", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8553519, - 2.3171258 - ], - "osm_type":"way", - "osm_id":68568652, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "219":{ + "157":{ "name":"Hôtel Biron", "type":{ "landmark_type":"sightseeing" @@ -3519,23 +2527,7 @@ "n_tags":11, "time_to_reach":0 }, - "220":{ - "name":"Hôtel de Clermont", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8548743, - 2.3176072 - ], - "osm_type":"way", - "osm_id":68568751, - "attractiveness":15, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "221":{ + "158":{ "name":"Hôtel de Boisgelin", "type":{ "landmark_type":"sightseeing" @@ -3551,7 +2543,7 @@ "n_tags":6, "time_to_reach":0 }, - "222":{ + "159":{ "name":"Hôtel de Cassini", "type":{ "landmark_type":"sightseeing" @@ -3567,7 +2559,7 @@ "n_tags":13, "time_to_reach":0 }, - "223":{ + "160":{ "name":"Monument aux morts de la guerre de 1870", "type":{ "landmark_type":"sightseeing" @@ -3583,7 +2575,7 @@ "n_tags":4, "time_to_reach":0 }, - "224":{ + "161":{ "name":"Lucien Guitry", "type":{ "landmark_type":"sightseeing" @@ -3599,7 +2591,7 @@ "n_tags":7, "time_to_reach":0 }, - "225":{ + "162":{ "name":"foyer de l'Union chrétienne des Jeunes Gens de Paris", "type":{ "landmark_type":"sightseeing" @@ -3615,7 +2607,7 @@ "n_tags":10, "time_to_reach":0 }, - "226":{ + "163":{ "name":"Jules Ferry", "type":{ "landmark_type":"sightseeing" @@ -3631,7 +2623,7 @@ "n_tags":12, "time_to_reach":0 }, - "227":{ + "164":{ "name":"Monument de la reconnaissance de la Belgique à la France", "type":{ "landmark_type":"sightseeing" @@ -3647,7 +2639,7 @@ "n_tags":5, "time_to_reach":0 }, - "228":{ + "165":{ "name":"Synagogue Buffault", "type":{ "landmark_type":"sightseeing" @@ -3663,23 +2655,7 @@ "n_tags":15, "time_to_reach":0 }, - "229":{ - "name":"Hôtel de Béhague", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8581757, - 2.3030662 - ], - "osm_type":"way", - "osm_id":69859760, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "230":{ + "166":{ "name":"Regard Saint-Martin", "type":{ "landmark_type":"sightseeing" @@ -3695,23 +2671,7 @@ "n_tags":13, "time_to_reach":0 }, - "231":{ - "name":"Obélisque de Louxor", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8654765, - 2.3211306 - ], - "osm_type":"way", - "osm_id":72937686, - "attractiveness":21, - "must_do":false, - "n_tags":21, - "time_to_reach":0 - }, - "232":{ + "167":{ "name":"Regard de la Prise des Eaux du Pré Saint-Gervais", "type":{ "landmark_type":"sightseeing" @@ -3727,7 +2687,7 @@ "n_tags":12, "time_to_reach":0 }, - "233":{ + "168":{ "name":"Monument aux Morts", "type":{ "landmark_type":"sightseeing" @@ -3743,7 +2703,7 @@ "n_tags":3, "time_to_reach":0 }, - "234":{ + "169":{ "name":"Château de Saint-Ouen", "type":{ "landmark_type":"sightseeing" @@ -3759,7 +2719,7 @@ "n_tags":15, "time_to_reach":0 }, - "235":{ + "170":{ "name":"Maison du Peuple", "type":{ "landmark_type":"sightseeing" @@ -3775,7 +2735,7 @@ "n_tags":16, "time_to_reach":0 }, - "236":{ + "171":{ "name":"Église Saint-Michel des Batignolles", "type":{ "landmark_type":"sightseeing" @@ -3791,7 +2751,7 @@ "n_tags":15, "time_to_reach":0 }, - "237":{ + "172":{ "name":"Buste de Frédérick Lemaître", "type":{ "landmark_type":"sightseeing" @@ -3807,7 +2767,7 @@ "n_tags":11, "time_to_reach":0 }, - "238":{ + "173":{ "name":"Barrière du Trône - Philippe Auguste", "type":{ "landmark_type":"sightseeing" @@ -3823,7 +2783,7 @@ "n_tags":14, "time_to_reach":0 }, - "239":{ + "174":{ "name":"Lafayette", "type":{ "landmark_type":"sightseeing" @@ -3839,23 +2799,7 @@ "n_tags":4, "time_to_reach":0 }, - "240":{ - "name":"Georges Clemenceau", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8670894, - 2.3143947 - ], - "osm_type":"way", - "osm_id":77441328, - "attractiveness":8, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "241":{ + "175":{ "name":"Sir Winston Churchill", "type":{ "landmark_type":"sightseeing" @@ -3871,71 +2815,7 @@ "n_tags":9, "time_to_reach":0 }, - "242":{ - "name":"Charles de Gaulle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8674908, - 2.3136006 - ], - "osm_type":"way", - "osm_id":77441401, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "243":{ - "name":"Moulin de la Galette", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8876533, - 2.336297 - ], - "osm_type":"way", - "osm_id":77780940, - "attractiveness":17, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "244":{ - "name":"La Petite Mairie", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8488749, - 2.3782341 - ], - "osm_type":"way", - "osm_id":78146411, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "245":{ - "name":"Galerie des Gobelins", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8348138, - 2.3528 - ], - "osm_type":"way", - "osm_id":78407170, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "246":{ + "176":{ "name":"Chapelle Saint-Louis de la Salpêtrière", "type":{ "landmark_type":"sightseeing" @@ -3951,7 +2831,7 @@ "n_tags":16, "time_to_reach":0 }, - "247":{ + "177":{ "name":"Buste de Johann Strauss", "type":{ "landmark_type":"sightseeing" @@ -3967,7 +2847,7 @@ "n_tags":7, "time_to_reach":0 }, - "248":{ + "178":{ "name":"Buste du Baron Taylor", "type":{ "landmark_type":"sightseeing" @@ -3983,39 +2863,7 @@ "n_tags":6, "time_to_reach":0 }, - "249":{ - "name":"Hôtel de Massa", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8362313, - 2.3376251 - ], - "osm_type":"way", - "osm_id":79611188, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "250":{ - "name":"François Arago", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.83448, - 2.3365253 - ], - "osm_type":"way", - "osm_id":79611253, - "attractiveness":8, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "251":{ + "179":{ "name":"Maison du Fontainier", "type":{ "landmark_type":"sightseeing" @@ -4031,7 +2879,7 @@ "n_tags":15, "time_to_reach":0 }, - "252":{ + "180":{ "name":"Laboratoire de Marie Curie", "type":{ "landmark_type":"sightseeing" @@ -4047,23 +2895,7 @@ "n_tags":5, "time_to_reach":0 }, - "253":{ - "name":"Lamarck et sa fille Aménaïde Cornélie", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8440191, - 2.363566 - ], - "osm_type":"way", - "osm_id":83976069, - "attractiveness":8, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "254":{ + "181":{ "name":"Théophile Roussel", "type":{ "landmark_type":"sightseeing" @@ -4079,7 +2911,7 @@ "n_tags":5, "time_to_reach":0 }, - "255":{ + "182":{ "name":"Albert Ier de Belgique", "type":{ "landmark_type":"sightseeing" @@ -4095,23 +2927,7 @@ "n_tags":10, "time_to_reach":0 }, - "256":{ - "name":"L'Épopée de Défense Polonaise", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.864321, - 2.3049352 - ], - "osm_type":"way", - "osm_id":92316086, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "257":{ + "183":{ "name":"Hommage à Komitas et aux victimes du Génocide arménien", "type":{ "landmark_type":"sightseeing" @@ -4127,7 +2943,7 @@ "n_tags":7, "time_to_reach":0 }, - "258":{ + "184":{ "name":"Monument à Barye", "type":{ "landmark_type":"sightseeing" @@ -4143,7 +2959,7 @@ "n_tags":5, "time_to_reach":0 }, - "259":{ + "185":{ "name":"Flamme de la Liberté", "type":{ "landmark_type":"sightseeing" @@ -4159,23 +2975,7 @@ "n_tags":20, "time_to_reach":0 }, - "260":{ - "name":"La Seine", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8644662, - 2.3025377 - ], - "osm_type":"way", - "osm_id":92316098, - "attractiveness":15, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "261":{ + "186":{ "name":"Enceinte de Philippe Auguste", "type":{ "landmark_type":"sightseeing" @@ -4191,7 +2991,7 @@ "n_tags":8, "time_to_reach":0 }, - "262":{ + "187":{ "name":"Statue de Frémiet", "type":{ "landmark_type":"sightseeing" @@ -4207,23 +3007,7 @@ "n_tags":5, "time_to_reach":0 }, - "263":{ - "name":"Monument à Charles Perrault", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8649075, - 2.3257746 - ], - "osm_type":"way", - "osm_id":96156210, - "attractiveness":10, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "264":{ + "188":{ "name":"Jeanne d'Arc", "type":{ "landmark_type":"sightseeing" @@ -4239,7 +3023,7 @@ "n_tags":15, "time_to_reach":0 }, - "265":{ + "189":{ "name":"Passage Brady", "type":{ "landmark_type":"sightseeing" @@ -4255,7 +3039,7 @@ "n_tags":12, "time_to_reach":0 }, - "266":{ + "190":{ "name":"Passage Brady", "type":{ "landmark_type":"sightseeing" @@ -4271,7 +3055,7 @@ "n_tags":10, "time_to_reach":0 }, - "267":{ + "191":{ "name":"Passage Brady", "type":{ "landmark_type":"sightseeing" @@ -4287,23 +3071,7 @@ "n_tags":14, "time_to_reach":0 }, - "268":{ - "name":"Passage Brady", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8708726, - 2.3565696 - ], - "osm_type":"way", - "osm_id":111652429, - "attractiveness":12, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "269":{ + "192":{ "name":"Le Triomphe de la République", "type":{ "landmark_type":"sightseeing" @@ -4319,7 +3087,7 @@ "n_tags":12, "time_to_reach":0 }, - "270":{ + "193":{ "name":"Alfred de Musset - Le Rêve du Poète", "type":{ "landmark_type":"sightseeing" @@ -4335,7 +3103,7 @@ "n_tags":5, "time_to_reach":0 }, - "271":{ + "194":{ "name":"Le Jardin des Souvenirs", "type":{ "landmark_type":"sightseeing" @@ -4351,39 +3119,7 @@ "n_tags":5, "time_to_reach":0 }, - "272":{ - "name":"Enceinte de Philippe-Auguste", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8535999, - 2.360354 - ], - "osm_type":"way", - "osm_id":124066210, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "273":{ - "name":"Hôtel de Poulpry - Maison des Polytechniciens", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8589967, - 2.3255594 - ], - "osm_type":"way", - "osm_id":143381183, - "attractiveness":9, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "274":{ + "195":{ "name":"Hôtel de Bourvallais", "type":{ "landmark_type":"sightseeing" @@ -4399,23 +3135,7 @@ "n_tags":5, "time_to_reach":0 }, - "275":{ - "name":"Tour de la Liberté", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8511391, - 2.3616806 - ], - "osm_type":"way", - "osm_id":149749643, - "attractiveness":10, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "276":{ + "196":{ "name":"Couvent des Cordelières", "type":{ "landmark_type":"sightseeing" @@ -4431,23 +3151,7 @@ "n_tags":4, "time_to_reach":0 }, - "277":{ - "name":"Adolphe Thiers", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8611197, - 2.3929715 - ], - "osm_type":"way", - "osm_id":156649519, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "278":{ + "197":{ "name":"Enceinte de Charles V", "type":{ "landmark_type":"sightseeing" @@ -4463,23 +3167,7 @@ "n_tags":6, "time_to_reach":0 }, - "279":{ - "name":"Crypte Archéologique du Parvis Notre-Dame", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8535851, - 2.3480846 - ], - "osm_type":"way", - "osm_id":159896046, - "attractiveness":18, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "280":{ + "198":{ "name":"La Naissance des formes", "type":{ "landmark_type":"sightseeing" @@ -4495,7 +3183,7 @@ "n_tags":10, "time_to_reach":0 }, - "281":{ + "199":{ "name":"Hôtel de Lassay", "type":{ "landmark_type":"sightseeing" @@ -4511,23 +3199,7 @@ "n_tags":8, "time_to_reach":0 }, - "282":{ - "name":"Auguste Comte", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8487691, - 2.3420957 - ], - "osm_type":"way", - "osm_id":182697261, - "attractiveness":8, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "283":{ + "200":{ "name":"Pelletier et Caventou", "type":{ "landmark_type":"sightseeing" @@ -4543,71 +3215,7 @@ "n_tags":7, "time_to_reach":0 }, - "284":{ - "name":"Henri IV", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8571358, - 2.3409684 - ], - "osm_type":"way", - "osm_id":200452259, - "attractiveness":15, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "285":{ - "name":"Cathédrale Notre-Dame de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8529372, - 2.3498701 - ], - "osm_type":"way", - "osm_id":201611261, - "attractiveness":55, - "must_do":false, - "n_tags":54, - "time_to_reach":0 - }, - "286":{ - "name":"Tour Sud", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8531069, - 2.3491234 - ], - "osm_type":"way", - "osm_id":201611269, - "attractiveness":11, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "287":{ - "name":"Tour Nord", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8533393, - 2.3492914 - ], - "osm_type":"way", - "osm_id":201754180, - "attractiveness":11, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "288":{ + "201":{ "name":"Monument à Eugène Flachat", "type":{ "landmark_type":"sightseeing" @@ -4623,7 +3231,7 @@ "n_tags":6, "time_to_reach":0 }, - "289":{ + "202":{ "name":"Chapelle Notre-Dame-des-Anges", "type":{ "landmark_type":"sightseeing" @@ -4639,71 +3247,7 @@ "n_tags":16, "time_to_reach":0 }, - "290":{ - "name":"Arc de Triomphe du Carrousel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8617276, - 2.3329082 - ], - "osm_type":"way", - "osm_id":227483542, - "attractiveness":16, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "291":{ - "name":"Colonne de Juillet", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8531661, - 2.3691387 - ], - "osm_type":"way", - "osm_id":227757683, - "attractiveness":19, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "292":{ - "name":"Colonne Vendôme", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8674727, - 2.3294381 - ], - "osm_type":"way", - "osm_id":227762241, - "attractiveness":25, - "must_do":false, - "n_tags":24, - "time_to_reach":0 - }, - "293":{ - "name":"Colonnes de Buren", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8636002, - 2.3370683 - ], - "osm_type":"way", - "osm_id":244102108, - "attractiveness":15, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "294":{ + "203":{ "name":"Fontaine du Palmier", "type":{ "landmark_type":"sightseeing" @@ -4719,7 +3263,7 @@ "n_tags":14, "time_to_reach":0 }, - "295":{ + "204":{ "name":"Élisabeth Alexandrovna Stroganoff", "type":{ "landmark_type":"sightseeing" @@ -4735,55 +3279,7 @@ "n_tags":8, "time_to_reach":0 }, - "296":{ - "name":"Hôtel de Villeroy", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8558199, - 2.3186359 - ], - "osm_type":"way", - "osm_id":303824076, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "297":{ - "name":"Moulin de la Galette", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8874, - 2.3371053 - ], - "osm_type":"way", - "osm_id":307906882, - "attractiveness":14, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "298":{ - "name":"Monument aux morts", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8609064, - 2.3919064 - ], - "osm_type":"way", - "osm_id":311412497, - "attractiveness":12, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "299":{ + "205":{ "name":"Félix de Beaujour", "type":{ "landmark_type":"sightseeing" @@ -4799,7 +3295,7 @@ "n_tags":8, "time_to_reach":0 }, - "300":{ + "206":{ "name":"Héloïse et Abélard", "type":{ "landmark_type":"sightseeing" @@ -4815,7 +3311,7 @@ "n_tags":9, "time_to_reach":0 }, - "301":{ + "207":{ "name":"René Panhard", "type":{ "landmark_type":"sightseeing" @@ -4831,71 +3327,7 @@ "n_tags":7, "time_to_reach":0 }, - "302":{ - "name":"Enceinte de Philippe-Auguste", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8570632, - 2.3602823 - ], - "osm_type":"way", - "osm_id":329473726, - "attractiveness":13, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "303":{ - "name":"Sarcophage d'Abou Roach", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8605313, - 2.3396277 - ], - "osm_type":"way", - "osm_id":338651010, - "attractiveness":16, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "304":{ - "name":"Statue équestre de Louis XIV", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8657532, - 2.3411737 - ], - "osm_type":"way", - "osm_id":368793311, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "305":{ - "name":"Cavae des Arènes de Lutèce", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8450776, - 2.352912 - ], - "osm_type":"way", - "osm_id":406229046, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "306":{ + "208":{ "name":"Gradins", "type":{ "landmark_type":"sightseeing" @@ -4911,7 +3343,7 @@ "n_tags":3, "time_to_reach":0 }, - "307":{ + "209":{ "name":"Gradins", "type":{ "landmark_type":"sightseeing" @@ -4927,23 +3359,7 @@ "n_tags":3, "time_to_reach":0 }, - "308":{ - "name":"Mur de Charles V", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8618464, - 2.333858 - ], - "osm_type":"way", - "osm_id":427097154, - "attractiveness":14, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "309":{ + "210":{ "name":"Monument commémoratif de la campagne de Tunisie 1942-1943", "type":{ "landmark_type":"sightseeing" @@ -4959,7 +3375,7 @@ "n_tags":5, "time_to_reach":0 }, - "310":{ + "211":{ "name":"Hôtel du ministre des Affaires étrangères", "type":{ "landmark_type":"sightseeing" @@ -4975,7 +3391,7 @@ "n_tags":7, "time_to_reach":0 }, - "311":{ + "212":{ "name":"Aqueduc de la Dhuis", "type":{ "landmark_type":"sightseeing" @@ -4991,55 +3407,7 @@ "n_tags":6, "time_to_reach":0 }, - "312":{ - "name":"Porte", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.9048399, - 2.3048258 - ], - "osm_type":"way", - "osm_id":552438660, - "attractiveness":4, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "313":{ - "name":"Monument a Garibaldi", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8485733, - 2.3020227 - ], - "osm_type":"way", - "osm_id":553396448, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "314":{ - "name":"Monument aux morts de la Première Guerre Mondiale", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8613377, - 2.388494 - ], - "osm_type":"way", - "osm_id":643177282, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "315":{ + "213":{ "name":"Aqueduc Médicis", "type":{ "landmark_type":"sightseeing" @@ -5055,7 +3423,7 @@ "n_tags":15, "time_to_reach":0 }, - "316":{ + "214":{ "name":"Eugène Carrière", "type":{ "landmark_type":"sightseeing" @@ -5071,7 +3439,7 @@ "n_tags":3, "time_to_reach":0 }, - "317":{ + "215":{ "name":"Folie Janvier N8", "type":{ "landmark_type":"sightseeing" @@ -5087,7 +3455,7 @@ "n_tags":4, "time_to_reach":0 }, - "318":{ + "216":{ "name":"Folie douce N7", "type":{ "landmark_type":"sightseeing" @@ -5103,23 +3471,7 @@ "n_tags":3, "time_to_reach":0 }, - "319":{ - "name":"Au Général Leclerc", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8466972, - 2.4179431 - ], - "osm_type":"way", - "osm_id":875834736, - "attractiveness":5, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "320":{ + "217":{ "name":"Colonne Médicis", "type":{ "landmark_type":"sightseeing" @@ -5135,7 +3487,7 @@ "n_tags":13, "time_to_reach":0 }, - "321":{ + "218":{ "name":"Casimir Périer", "type":{ "landmark_type":"sightseeing" @@ -5151,23 +3503,7 @@ "n_tags":6, "time_to_reach":0 }, - "322":{ - "name":"Louis XIII", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8556217, - 2.3655393 - ], - "osm_type":"way", - "osm_id":948652816, - "attractiveness":21, - "must_do":false, - "n_tags":21, - "time_to_reach":0 - }, - "323":{ + "219":{ "name":"Tour Montgomery", "type":{ "landmark_type":"sightseeing" @@ -5183,23 +3519,7 @@ "n_tags":5, "time_to_reach":0 }, - "324":{ - "name":"Monument de l'Assistance publique", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8599892, - 2.3905418 - ], - "osm_type":"way", - "osm_id":1067962575, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "325":{ + "220":{ "name":"Monument bombardement", "type":{ "landmark_type":"sightseeing" @@ -5215,71 +3535,7 @@ "n_tags":3, "time_to_reach":0 }, - "326":{ - "name":"Maison à l'enseigne du Mouton", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8558431, - 2.3568914 - ], - "osm_type":"way", - "osm_id":1123456866, - "attractiveness":13, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "327":{ - "name":"Fontaine Saint-Michel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8531803, - 2.3437005 - ], - "osm_type":"way", - "osm_id":1175175570, - "attractiveness":8, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "328":{ - "name":"Passage Brady", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8711643, - 2.3554387 - ], - "osm_type":"way", - "osm_id":1194238626, - "attractiveness":12, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "329":{ - "name":"Passage Brady", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8712228, - 2.3551839 - ], - "osm_type":"way", - "osm_id":1194238627, - "attractiveness":12, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "330":{ + "221":{ "name":"Passage Brady", "type":{ "landmark_type":"sightseeing" @@ -5295,23 +3551,7 @@ "n_tags":11, "time_to_reach":0 }, - "331":{ - "name":"Passage Brady", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8712472, - 2.3551483 - ], - "osm_type":"way", - "osm_id":1194238629, - "attractiveness":12, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "332":{ + "222":{ "name":"Famille Boucicaut", "type":{ "landmark_type":"sightseeing" @@ -5327,55 +3567,7 @@ "n_tags":4, "time_to_reach":0 }, - "333":{ - "name":"Auguste Rubin 1841-1909", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8392678, - 2.327113 - ], - "osm_type":"way", - "osm_id":1197815657, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "334":{ - "name":"Famille Spiegel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8392821, - 2.3270683 - ], - "osm_type":"way", - "osm_id":1197815658, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "335":{ - "name":"Famille Depaux", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8392954, - 2.3268594 - ], - "osm_type":"way", - "osm_id":1197815659, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "336":{ + "223":{ "name":"Famille Gautier", "type":{ "landmark_type":"sightseeing" @@ -5391,23 +3583,7 @@ "n_tags":6, "time_to_reach":0 }, - "337":{ - "name":"Famille Louis Giffaut", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8391797, - 2.3267268 - ], - "osm_type":"way", - "osm_id":1197815661, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "338":{ + "224":{ "name":"Famille Levrat", "type":{ "landmark_type":"sightseeing" @@ -5423,55 +3599,7 @@ "n_tags":6, "time_to_reach":0 }, - "339":{ - "name":"Famille Pouyadou", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8390098, - 2.326638 - ], - "osm_type":"way", - "osm_id":1197815663, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "340":{ - "name":"Charles Robert 1827-1899", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8390038, - 2.3265899 - ], - "osm_type":"way", - "osm_id":1197815664, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "341":{ - "name":"Famille Minazzoli", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8389925, - 2.3265816 - ], - "osm_type":"way", - "osm_id":1197815665, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "342":{ + "225":{ "name":"Honore Champion", "type":{ "landmark_type":"sightseeing" @@ -5487,7 +3615,7 @@ "n_tags":4, "time_to_reach":0 }, - "343":{ + "226":{ "name":"Famille Raspail", "type":{ "landmark_type":"sightseeing" @@ -5503,23 +3631,7 @@ "n_tags":5, "time_to_reach":0 }, - "344":{ - "name":"Madame Jourdain de Sainte Preuve", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8387941, - 2.3268166 - ], - "osm_type":"way", - "osm_id":1197824740, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "345":{ + "227":{ "name":"leon Cinain 1826-1898", "type":{ "landmark_type":"sightseeing" @@ -5535,7 +3647,7 @@ "n_tags":5, "time_to_reach":0 }, - "346":{ + "228":{ "name":"Famille Valentin", "type":{ "landmark_type":"sightseeing" @@ -5551,7 +3663,7 @@ "n_tags":5, "time_to_reach":0 }, - "347":{ + "229":{ "name":"Alex Berdal", "type":{ "landmark_type":"sightseeing" @@ -5567,7 +3679,7 @@ "n_tags":4, "time_to_reach":0 }, - "348":{ + "230":{ "name":"François Gérard", "type":{ "landmark_type":"sightseeing" @@ -5583,71 +3695,7 @@ "n_tags":5, "time_to_reach":0 }, - "349":{ - "name":"Francois Rude", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8378002, - 2.3266828 - ], - "osm_type":"way", - "osm_id":1197824745, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "350":{ - "name":"Gérard Barthélémy", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8379263, - 2.3265049 - ], - "osm_type":"way", - "osm_id":1197824746, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "351":{ - "name":"Antoine Haumont", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8379418, - 2.3260904 - ], - "osm_type":"way", - "osm_id":1197824747, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "352":{ - "name":"La défense passive à ses morts", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8378457, - 2.3257532 - ], - "osm_type":"way", - "osm_id":1197824748, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "353":{ + "231":{ "name":"Alexandre Duval", "type":{ "landmark_type":"sightseeing" @@ -5663,7 +3711,7 @@ "n_tags":5, "time_to_reach":0 }, - "354":{ + "232":{ "name":"Famille Lormand", "type":{ "landmark_type":"sightseeing" @@ -5679,7 +3727,7 @@ "n_tags":4, "time_to_reach":0 }, - "355":{ + "233":{ "name":"Famille Cohen Jonathan", "type":{ "landmark_type":"sightseeing" @@ -5695,39 +3743,7 @@ "n_tags":4, "time_to_reach":0 }, - "356":{ - "name":"Famille Merle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8369876, - 2.3252262 - ], - "osm_type":"way", - "osm_id":1197824755, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "357":{ - "name":"Famille Gavarry", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8370696, - 2.3251082 - ], - "osm_type":"way", - "osm_id":1197824756, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "358":{ + "234":{ "name":"Famille Reville", "type":{ "landmark_type":"sightseeing" @@ -5743,7 +3759,7 @@ "n_tags":5, "time_to_reach":0 }, - "359":{ + "235":{ "name":"Henri Langlois", "type":{ "landmark_type":"sightseeing" @@ -5759,183 +3775,7 @@ "n_tags":5, "time_to_reach":0 }, - "360":{ - "name":"Pierre Larousse", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8395165, - 2.3268029 - ], - "osm_type":"way", - "osm_id":1197824762, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "361":{ - "name":"Leopold Kretz", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8395968, - 2.3265544 - ], - "osm_type":"way", - "osm_id":1197824763, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "362":{ - "name":"Ricardo Menon", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8396205, - 2.3260515 - ], - "osm_type":"way", - "osm_id":1197824764, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "363":{ - "name":"Famille Swiczka", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8396053, - 2.3260187 - ], - "osm_type":"way", - "osm_id":1197824765, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "364":{ - "name":"Bettina", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.839557, - 2.3259942 - ], - "osm_type":"way", - "osm_id":1197824766, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "365":{ - "name":"Famille Crémieux", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8398885, - 2.3260134 - ], - "osm_type":"way", - "osm_id":1197824767, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "366":{ - "name":"Amille Gunzburg", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8399101, - 2.3261207 - ], - "osm_type":"way", - "osm_id":1197824768, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "367":{ - "name":"La Convention Nationale", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8460956, - 2.3465754 - ], - "osm_type":"way", - "osm_id":1200936137, - "attractiveness":19, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "368":{ - "name":"Honoré de Balzac", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8627626, - 2.3931052 - ], - "osm_type":"way", - "osm_id":1210561807, - "attractiveness":9, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "369":{ - "name":"Pierre Frédéric Dorian", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8626729, - 2.3925292 - ], - "osm_type":"way", - "osm_id":1210561822, - "attractiveness":6, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "370":{ - "name":"Famille J.F. Cail", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8631997, - 2.3912443 - ], - "osm_type":"way", - "osm_id":1210561855, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "371":{ + "236":{ "name":"ROITEL ROSSIGNOL CHAVONNET", "type":{ "landmark_type":"sightseeing" @@ -5951,87 +3791,7 @@ "n_tags":3, "time_to_reach":0 }, - "372":{ - "name":"Allan Kardec et Amélie Gabrielle Boudet", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8623201, - 2.3943486 - ], - "osm_type":"way", - "osm_id":1210651131, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "373":{ - "name":"Émile Souvestre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.862803, - 2.3931495 - ], - "osm_type":"way", - "osm_id":1210651173, - "attractiveness":8, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "374":{ - "name":"Jack Vanarsky", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8600215, - 2.3929328 - ], - "osm_type":"way", - "osm_id":1210797346, - "attractiveness":8, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "375":{ - "name":"Arman", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.860538, - 2.3925304 - ], - "osm_type":"way", - "osm_id":1210797354, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "376":{ - "name":"Michel de Trétaigne", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8604514, - 2.3930627 - ], - "osm_type":"way", - "osm_id":1210797355, - "attractiveness":5, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "377":{ + "237":{ "name":"Miłosz Magin", "type":{ "landmark_type":"sightseeing" @@ -6047,7 +3807,7 @@ "n_tags":7, "time_to_reach":0 }, - "378":{ + "238":{ "name":"Hyacinthe Loyson", "type":{ "landmark_type":"sightseeing" @@ -6063,55 +3823,7 @@ "n_tags":6, "time_to_reach":0 }, - "379":{ - "name":"Famille Bertereau", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8607767, - 2.3942685 - ], - "osm_type":"way", - "osm_id":1210797373, - "attractiveness":4, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "380":{ - "name":"François Hippolyte Debon", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8607806, - 2.3941922 - ], - "osm_type":"way", - "osm_id":1210797374, - "attractiveness":7, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "381":{ - "name":"James Pradier", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8607815, - 2.3942204 - ], - "osm_type":"way", - "osm_id":1210797375, - "attractiveness":8, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "382":{ + "239":{ "name":"Louis Joseph Gay-Lussac", "type":{ "landmark_type":"sightseeing" @@ -6127,7 +3839,7 @@ "n_tags":7, "time_to_reach":0 }, - "383":{ + "240":{ "name":"Alphonse Daudet", "type":{ "landmark_type":"sightseeing" @@ -6143,55 +3855,7 @@ "n_tags":9, "time_to_reach":0 }, - "384":{ - "name":"Sylvie Fournier et Jean-Louis Fournier", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8599047, - 2.3929231 - ], - "osm_type":"way", - "osm_id":1211895423, - "attractiveness":6, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "385":{ - "name":"Fernand Arbelot", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8607317, - 2.3927862 - ], - "osm_type":"way", - "osm_id":1211895427, - "attractiveness":6, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "386":{ - "name":"La mémoire nécropolitaine", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8603933, - 2.3934057 - ], - "osm_type":"way", - "osm_id":1211895428, - "attractiveness":9, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "387":{ + "241":{ "name":"Gaspard Monge", "type":{ "landmark_type":"sightseeing" @@ -6207,7 +3871,7 @@ "n_tags":10, "time_to_reach":0 }, - "388":{ + "242":{ "name":"Famille Mure", "type":{ "landmark_type":"sightseeing" @@ -6223,135 +3887,7 @@ "n_tags":5, "time_to_reach":0 }, - "389":{ - "name":"Famille CASSEREAU", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8586122, - 2.3933254 - ], - "osm_type":"way", - "osm_id":1211901759, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "390":{ - "name":"Famille DE LAMOTTE", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8592889, - 2.3936936 - ], - "osm_type":"way", - "osm_id":1211901771, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "391":{ - "name":"Baguet et Löwenhielm", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8592851, - 2.3935512 - ], - "osm_type":"way", - "osm_id":1211902115, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "392":{ - "name":"Guillerville", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8606854, - 2.3910067 - ], - "osm_type":"way", - "osm_id":1212093957, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "393":{ - "name":"Famille Dantan", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.860668, - 2.3909754 - ], - "osm_type":"way", - "osm_id":1212093958, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "394":{ - "name":"Charles Ernest Beulé", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.860652, - 2.3909309 - ], - "osm_type":"way", - "osm_id":1212093959, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "395":{ - "name":"Louis Visconti", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8606449, - 2.390878 - ], - "osm_type":"way", - "osm_id":1212093961, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "396":{ - "name":"Famille Pagenel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8607788, - 2.3891285 - ], - "osm_type":"way", - "osm_id":1212094003, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "397":{ + "243":{ "name":"Famille Chalier", "type":{ "landmark_type":"sightseeing" @@ -6367,55 +3903,7 @@ "n_tags":6, "time_to_reach":0 }, - "398":{ - "name":"Famille Grouffal", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8620983, - 2.3893563 - ], - "osm_type":"way", - "osm_id":1212094027, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "399":{ - "name":"Famille Prieur", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8620771, - 2.3892618 - ], - "osm_type":"way", - "osm_id":1212094029, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "400":{ - "name":"Famille Establie", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8620726, - 2.3892383 - ], - "osm_type":"way", - "osm_id":1212094030, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "401":{ + "244":{ "name":"Mémorial de l'ancienne Gare de Déportation de Bobigny", "type":{ "landmark_type":"sightseeing" @@ -6431,103 +3919,7 @@ "n_tags":4, "time_to_reach":0 }, - "402":{ - "name":"Palais de Justice de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8556537, - 2.3446072 - ], - "osm_type":"relation", - "osm_id":536982, - "attractiveness":24, - "must_do":false, - "n_tags":24, - "time_to_reach":0 - }, - "403":{ - "name":"Hôtel de Trudon", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8609496, - 2.3428774 - ], - "osm_type":"relation", - "osm_id":538976, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "404":{ - "name":"Ancien hôtel de Latour-Maubourg", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8667226, - 2.3302931 - ], - "osm_type":"relation", - "osm_id":542284, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "405":{ - "name":"Palais Cambon", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8671207, - 2.3252153 - ], - "osm_type":"relation", - "osm_id":542460, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "406":{ - "name":"Maison de Nicolas Flamel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8635254, - 2.3531338 - ], - "osm_type":"relation", - "osm_id":550881, - "attractiveness":10, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "407":{ - "name":"Hôtel de Gourgues", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8584483, - 2.3650665 - ], - "osm_type":"relation", - "osm_id":551488, - "attractiveness":9, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "408":{ + "245":{ "name":"Hôtel de Gillier", "type":{ "landmark_type":"sightseeing" @@ -6543,23 +3935,7 @@ "n_tags":7, "time_to_reach":0 }, - "409":{ - "name":"Hôtel Le Vau", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8510719, - 2.3599246 - ], - "osm_type":"relation", - "osm_id":554059, - "attractiveness":13, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "410":{ + "246":{ "name":"Hôtel Lambert", "type":{ "landmark_type":"sightseeing" @@ -6575,39 +3951,7 @@ "n_tags":14, "time_to_reach":0 }, - "411":{ - "name":"Abbaye Sainte-Geneviève de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.845736, - 2.3478465 - ], - "osm_type":"relation", - "osm_id":721757, - "attractiveness":13, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "412":{ - "name":"Palais du Luxembourg", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8485515, - 2.3371454 - ], - "osm_type":"relation", - "osm_id":975955, - "attractiveness":31, - "must_do":false, - "n_tags":31, - "time_to_reach":0 - }, - "413":{ + "247":{ "name":"Noviciat des Dominicains", "type":{ "landmark_type":"sightseeing" @@ -6623,55 +3967,7 @@ "n_tags":8, "time_to_reach":0 }, - "414":{ - "name":"Palais Bourbon", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8616052, - 2.3182513 - ], - "osm_type":"relation", - "osm_id":1019368, - "attractiveness":16, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "415":{ - "name":"Hôtel Kinski", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8597037, - 2.3161295 - ], - "osm_type":"relation", - "osm_id":1020040, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "416":{ - "name":"Palais de l'Élysée", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8703766, - 2.3166056 - ], - "osm_type":"relation", - "osm_id":1060803, - "attractiveness":32, - "must_do":false, - "n_tags":32, - "time_to_reach":0 - }, - "417":{ + "248":{ "name":"Hôtel de Crillon", "type":{ "landmark_type":"sightseeing" @@ -6687,7 +3983,7 @@ "n_tags":19, "time_to_reach":0 }, - "418":{ + "249":{ "name":"Hôtel de Plessis-Bellière", "type":{ "landmark_type":"sightseeing" @@ -6703,39 +3999,7 @@ "n_tags":9, "time_to_reach":0 }, - "419":{ - "name":"Hôtel de la Marine", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8669318, - 2.323065 - ], - "osm_type":"relation", - "osm_id":1060822, - "attractiveness":18, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "420":{ - "name":"Hôtel de Castries", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8552788, - 2.3192853 - ], - "osm_type":"relation", - "osm_id":1076763, - "attractiveness":13, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "421":{ + "250":{ "name":"Hôtel de Matignon", "type":{ "landmark_type":"sightseeing" @@ -6751,7 +4015,7 @@ "n_tags":13, "time_to_reach":0 }, - "422":{ + "251":{ "name":"Hôtel de la Païva", "type":{ "landmark_type":"sightseeing" @@ -6767,7 +4031,7 @@ "n_tags":21, "time_to_reach":0 }, - "423":{ + "252":{ "name":"Hôtel Gaillard", "type":{ "landmark_type":"sightseeing" @@ -6783,23 +4047,7 @@ "n_tags":21, "time_to_reach":0 }, - "424":{ - "name":"Hôtel des Invalides", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8559525, - 2.3125541 - ], - "osm_type":"relation", - "osm_id":1463538, - "attractiveness":14, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "425":{ + "253":{ "name":"Ligne de Petite Ceinture", "type":{ "landmark_type":"sightseeing" @@ -6815,7 +4063,7 @@ "n_tags":8, "time_to_reach":0 }, - "426":{ + "254":{ "name":"Châtelet du Château de Vincennes", "type":{ "landmark_type":"sightseeing" @@ -6831,7 +4079,7 @@ "n_tags":8, "time_to_reach":0 }, - "427":{ + "255":{ "name":"Aqueduc de la Dhuis", "type":{ "landmark_type":"sightseeing" @@ -6847,7 +4095,7 @@ "n_tags":10, "time_to_reach":0 }, - "428":{ + "256":{ "name":"Porte Saint-Denis", "type":{ "landmark_type":"sightseeing" @@ -6863,87 +4111,7 @@ "n_tags":19, "time_to_reach":0 }, - "429":{ - "name":"Porte Saint-Martin", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8691463, - 2.355651 - ], - "osm_type":"relation", - "osm_id":3178897, - "attractiveness":17, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "430":{ - "name":"Palais du Louvre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8614768, - 2.3351677 - ], - "osm_type":"relation", - "osm_id":3262297, - "attractiveness":32, - "must_do":false, - "n_tags":32, - "time_to_reach":0 - }, - "431":{ - "name":"Palais Royal", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8635185, - 2.3369196 - ], - "osm_type":"relation", - "osm_id":3300400, - "attractiveness":9, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "432":{ - "name":"Square des Arènes de Lutèce et Capitan", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8450847, - 2.3534295 - ], - "osm_type":"relation", - "osm_id":6087528, - "attractiveness":20, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "433":{ - "name":"Mémorial des Martyrs de la Déportation", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8517365, - 2.3524734 - ], - "osm_type":"relation", - "osm_id":9396191, - "attractiveness":21, - "must_do":false, - "n_tags":21, - "time_to_reach":0 - }, - "434":{ + "257":{ "name":"Hôpital Saint-Louis", "type":{ "landmark_type":"sightseeing" @@ -6959,7 +4127,7 @@ "n_tags":9, "time_to_reach":0 }, - "435":{ + "258":{ "name":"Voie Romaine Paris -Dreux", "type":{ "landmark_type":"sightseeing" @@ -6975,7 +4143,7 @@ "n_tags":5, "time_to_reach":0 }, - "436":{ + "259":{ "name":"Césure", "type":{ "landmark_type":"sightseeing" @@ -6991,119 +4159,7 @@ "n_tags":22, "time_to_reach":0 }, - "437":{ - "name":"Collège des Bernardins", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8488289, - 2.3520343 - ], - "osm_type":"way", - "osm_id":26584053, - "attractiveness":14, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "438":{ - "name":"Carreau du Temple", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8644482, - 2.3625084 - ], - "osm_type":"way", - "osm_id":30612670, - "attractiveness":21, - "must_do":false, - "n_tags":21, - "time_to_reach":0 - }, - "439":{ - "name":"Centre Georges Pompidou", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8605235, - 2.3524395 - ], - "osm_type":"way", - "osm_id":55503397, - "attractiveness":43, - "must_do":false, - "n_tags":43, - "time_to_reach":0 - }, - "440":{ - "name":"Centre culturel de Serbie", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8608677, - 2.3509635 - ], - "osm_type":"way", - "osm_id":55751632, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "441":{ - "name":"Centre Wallonie-Bruxelles", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8609964, - 2.3511217 - ], - "osm_type":"way", - "osm_id":55751636, - "attractiveness":16, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "442":{ - "name":"Halle des Blancs-Manteaux", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8581282, - 2.3585956 - ], - "osm_type":"way", - "osm_id":55997982, - "attractiveness":10, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "443":{ - "name":"Centre Culturel Marocain", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8431912, - 2.3389711 - ], - "osm_type":"way", - "osm_id":60272030, - "attractiveness":10, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "444":{ + "260":{ "name":"La Gare Expérimentale", "type":{ "landmark_type":"sightseeing" @@ -7119,7 +4175,7 @@ "n_tags":11, "time_to_reach":0 }, - "445":{ + "261":{ "name":"Institut hongrois", "type":{ "landmark_type":"sightseeing" @@ -7135,23 +4191,7 @@ "n_tags":5, "time_to_reach":0 }, - "446":{ - "name":"Galerie J. Kugel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8616442, - 2.3214268 - ], - "osm_type":"way", - "osm_id":63564054, - "attractiveness":12, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "447":{ + "262":{ "name":"Grande Halle de la Villette", "type":{ "landmark_type":"sightseeing" @@ -7167,23 +4207,7 @@ "n_tags":14, "time_to_reach":0 }, - "448":{ - "name":"Cours Florent", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8914135, - 2.3730389 - ], - "osm_type":"way", - "osm_id":64040285, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "449":{ + "263":{ "name":"WIP Villette", "type":{ "landmark_type":"sightseeing" @@ -7199,7 +4223,7 @@ "n_tags":11, "time_to_reach":0 }, - "450":{ + "264":{ "name":"Espace Fondation EDF", "type":{ "landmark_type":"sightseeing" @@ -7215,23 +4239,7 @@ "n_tags":9, "time_to_reach":0 }, - "451":{ - "name":"Centre Culturel Canadien", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8605291, - 2.3151863 - ], - "osm_type":"way", - "osm_id":65100171, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "452":{ + "265":{ "name":"Centre national de la danse", "type":{ "landmark_type":"sightseeing" @@ -7247,7 +4255,7 @@ "n_tags":13, "time_to_reach":0 }, - "453":{ + "266":{ "name":"Centre Culturel Coréen", "type":{ "landmark_type":"sightseeing" @@ -7263,23 +4271,7 @@ "n_tags":14, "time_to_reach":0 }, - "454":{ - "name":"Conservatoire Municipal Nadia et Lili Boulanger", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8775032, - 2.3443702 - ], - "osm_type":"way", - "osm_id":69418226, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "455":{ + "267":{ "name":"Villa Belleville", "type":{ "landmark_type":"sightseeing" @@ -7295,23 +4287,7 @@ "n_tags":5, "time_to_reach":0 }, - "456":{ - "name":"Conservatoire municipal Georges Bizet", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8660242, - 2.3891973 - ], - "osm_type":"way", - "osm_id":69999947, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "457":{ + "268":{ "name":"Pavillon Carré de Baudouin", "type":{ "landmark_type":"sightseeing" @@ -7327,7 +4303,7 @@ "n_tags":21, "time_to_reach":0 }, - "458":{ + "269":{ "name":"La Bellevilloise", "type":{ "landmark_type":"sightseeing" @@ -7343,7 +4319,7 @@ "n_tags":10, "time_to_reach":0 }, - "459":{ + "270":{ "name":"Maison Revel", "type":{ "landmark_type":"sightseeing" @@ -7359,7 +4335,7 @@ "n_tags":12, "time_to_reach":0 }, - "460":{ + "271":{ "name":"Soukmachine", "type":{ "landmark_type":"sightseeing" @@ -7375,7 +4351,7 @@ "n_tags":9, "time_to_reach":0 }, - "461":{ + "272":{ "name":"CNAP La nouvelle adresse", "type":{ "landmark_type":"sightseeing" @@ -7391,7 +4367,7 @@ "n_tags":10, "time_to_reach":0 }, - "462":{ + "273":{ "name":"La Dynamo de Banlieues Bleues", "type":{ "landmark_type":"sightseeing" @@ -7407,7 +4383,7 @@ "n_tags":11, "time_to_reach":0 }, - "463":{ + "274":{ "name":"Conservatoire Léo Delibes", "type":{ "landmark_type":"sightseeing" @@ -7423,7 +4399,7 @@ "n_tags":5, "time_to_reach":0 }, - "464":{ + "275":{ "name":"Le BAL", "type":{ "landmark_type":"sightseeing" @@ -7439,7 +4415,7 @@ "n_tags":15, "time_to_reach":0 }, - "465":{ + "276":{ "name":"Le Hasard Ludique", "type":{ "landmark_type":"sightseeing" @@ -7455,7 +4431,7 @@ "n_tags":20, "time_to_reach":0 }, - "466":{ + "277":{ "name":"Maison des ensembles", "type":{ "landmark_type":"sightseeing" @@ -7471,55 +4447,7 @@ "n_tags":10, "time_to_reach":0 }, - "467":{ - "name":"Espace Albatros", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.854154, - 2.4330489 - ], - "osm_type":"way", - "osm_id":81770452, - "attractiveness":13, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "468":{ - "name":"Instants Chavirés", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8541944, - 2.4192381 - ], - "osm_type":"way", - "osm_id":81837290, - "attractiveness":10, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "469":{ - "name":"Centre Culturel Irlandais", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8440354, - 2.3463429 - ], - "osm_type":"way", - "osm_id":148568804, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "470":{ + "278":{ "name":"Maison de l’Amérique latine", "type":{ "landmark_type":"sightseeing" @@ -7535,7 +4463,7 @@ "n_tags":10, "time_to_reach":0 }, - "471":{ + "279":{ "name":"Conservatoire De Musique de Danse et d'Art Dramatique d'Aubervilliers La Courneuve", "type":{ "landmark_type":"sightseeing" @@ -7551,7 +4479,7 @@ "n_tags":7, "time_to_reach":0 }, - "472":{ + "280":{ "name":"Galerie Thaddaeus Ropac", "type":{ "landmark_type":"sightseeing" @@ -7567,23 +4495,7 @@ "n_tags":11, "time_to_reach":0 }, - "473":{ - "name":"Institut suédois", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.858226, - 2.3619639 - ], - "osm_type":"way", - "osm_id":243973065, - "attractiveness":16, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "474":{ + "281":{ "name":"Le Cent Quatre", "type":{ "landmark_type":"sightseeing" @@ -7599,39 +4511,7 @@ "n_tags":17, "time_to_reach":0 }, - "475":{ - "name":"Institut culturel italien", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8548894, - 2.3230863 - ], - "osm_type":"way", - "osm_id":330244281, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "476":{ - "name":"Espace Louise Michel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8717602, - 2.3914301 - ], - "osm_type":"way", - "osm_id":389174690, - "attractiveness":9, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "477":{ + "282":{ "name":"Sheds Cartier-Bresson", "type":{ "landmark_type":"sightseeing" @@ -7647,7 +4527,7 @@ "n_tags":10, "time_to_reach":0 }, - "478":{ + "283":{ "name":"Quai de la photo", "type":{ "landmark_type":"sightseeing" @@ -7663,7 +4543,7 @@ "n_tags":13, "time_to_reach":0 }, - "479":{ + "284":{ "name":"Bateau Daphné", "type":{ "landmark_type":"sightseeing" @@ -7679,7 +4559,7 @@ "n_tags":6, "time_to_reach":0 }, - "480":{ + "285":{ "name":"Atelier des Lumières", "type":{ "landmark_type":"sightseeing" @@ -7695,7 +4575,7 @@ "n_tags":14, "time_to_reach":0 }, - "481":{ + "286":{ "name":"Maison du Val d'Aoste", "type":{ "landmark_type":"sightseeing" @@ -7711,7 +4591,7 @@ "n_tags":11, "time_to_reach":0 }, - "482":{ + "287":{ "name":"La Gaîté lyrique", "type":{ "landmark_type":"sightseeing" @@ -7727,23 +4607,7 @@ "n_tags":11, "time_to_reach":0 }, - "483":{ - "name":"Conservatoire Hector Berlioz", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8714289, - 2.3586492 - ], - "osm_type":"relation", - "osm_id":983783, - "attractiveness":15, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "484":{ + "288":{ "name":"Les Plateaux Sauvages", "type":{ "landmark_type":"sightseeing" @@ -7759,23 +4623,7 @@ "n_tags":7, "time_to_reach":0 }, - "485":{ - "name":"Maison des Métallos", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8673568, - 2.3780427 - ], - "osm_type":"relation", - "osm_id":2864839, - "attractiveness":20, - "must_do":false, - "n_tags":20, - "time_to_reach":0 - }, - "486":{ + "289":{ "name":"Cité Internationale des Arts", "type":{ "landmark_type":"sightseeing" @@ -7791,87 +4639,7 @@ "n_tags":11, "time_to_reach":0 }, - "487":{ - "name":"Église Saint-Lambert de Vaugirard", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8396271, - 2.2982745 - ], - "osm_type":"way", - "osm_id":14349317, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "488":{ - "name":"Église Saint-Sulpice", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8509826, - 2.3348577 - ], - "osm_type":"way", - "osm_id":16077204, - "attractiveness":15, - "must_do":false, - "n_tags":25, - "time_to_reach":0 - }, - "489":{ - "name":"Église Saint-Séverin", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8520913, - 2.3457237 - ], - "osm_type":"way", - "osm_id":19740659, - "attractiveness":15, - "must_do":false, - "n_tags":25, - "time_to_reach":0 - }, - "490":{ - "name":"Église Saint-Julien-le-Pauvre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8520498, - 2.3471195 - ], - "osm_type":"way", - "osm_id":19741083, - "attractiveness":10, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "491":{ - "name":"Basilique du Sacré-Cœur", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8867961, - 2.3430272 - ], - "osm_type":"way", - "osm_id":23762981, - "attractiveness":25, - "must_do":false, - "n_tags":40, - "time_to_reach":0 - }, - "492":{ + "290":{ "name":"Église Saint-Pierre de Montmartre", "type":{ "landmark_type":"sightseeing" @@ -7887,7 +4655,7 @@ "n_tags":14, "time_to_reach":0 }, - "493":{ + "291":{ "name":"Église Notre-Dame de l'Arche d'Alliance", "type":{ "landmark_type":"sightseeing" @@ -7903,39 +4671,7 @@ "n_tags":12, "time_to_reach":0 }, - "494":{ - "name":"Église Saint-Ignace", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.850588, - 2.3262612 - ], - "osm_type":"way", - "osm_id":24310193, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "495":{ - "name":"Église Saint-Médard", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8399309, - 2.3505124 - ], - "osm_type":"way", - "osm_id":24406636, - "attractiveness":10, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "496":{ + "292":{ "name":"Église Notre-Dame-de-Lorette", "type":{ "landmark_type":"sightseeing" @@ -7951,23 +4687,7 @@ "n_tags":21, "time_to_reach":0 }, - "497":{ - "name":"Temple de l'Oratoire du Louvre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8616725, - 2.3400059 - ], - "osm_type":"way", - "osm_id":30622528, - "attractiveness":20, - "must_do":false, - "n_tags":32, - "time_to_reach":0 - }, - "498":{ + "293":{ "name":"Église Notre-Dame de Clignancourt", "type":{ "landmark_type":"sightseeing" @@ -7983,7 +4703,7 @@ "n_tags":10, "time_to_reach":0 }, - "499":{ + "294":{ "name":"Synagogue de la rue Sainte-Isaure", "type":{ "landmark_type":"sightseeing" @@ -7999,7 +4719,7 @@ "n_tags":10, "time_to_reach":0 }, - "500":{ + "295":{ "name":"Synagogue Chivté Israël", "type":{ "landmark_type":"sightseeing" @@ -8015,39 +4735,7 @@ "n_tags":6, "time_to_reach":0 }, - "501":{ - "name":"Église Saint-Roch", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8653817, - 2.3326659 - ], - "osm_type":"way", - "osm_id":42722202, - "attractiveness":16, - "must_do":false, - "n_tags":26, - "time_to_reach":0 - }, - "502":{ - "name":"Église Saint-Nicolas du Chardonnet", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8491578, - 2.3503163 - ], - "osm_type":"way", - "osm_id":43877261, - "attractiveness":15, - "must_do":false, - "n_tags":26, - "time_to_reach":0 - }, - "503":{ + "296":{ "name":"Église Sainte-Hélène", "type":{ "landmark_type":"sightseeing" @@ -8063,23 +4751,7 @@ "n_tags":7, "time_to_reach":0 }, - "504":{ - "name":"Synagogue de la rue des Tournelles", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8553095, - 2.3668811 - ], - "osm_type":"way", - "osm_id":49734642, - "attractiveness":8, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "505":{ + "297":{ "name":"Église de la Sainte-Trinité", "type":{ "landmark_type":"sightseeing" @@ -8095,71 +4767,7 @@ "n_tags":19, "time_to_reach":0 }, - "506":{ - "name":"Église Saint-Eugène Sainte-Cécile", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8733469, - 2.3471633 - ], - "osm_type":"way", - "osm_id":50371917, - "attractiveness":20, - "must_do":false, - "n_tags":33, - "time_to_reach":0 - }, - "507":{ - "name":"Église luthérienne de la Résurrection", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8442129, - 2.2981973 - ], - "osm_type":"way", - "osm_id":53262890, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "508":{ - "name":"Église Saint-Eustache", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8634023, - 2.3451777 - ], - "osm_type":"way", - "osm_id":53762963, - "attractiveness":18, - "must_do":false, - "n_tags":29, - "time_to_reach":0 - }, - "509":{ - "name":"Église Saint-Germain l'Auxerrois", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8595016, - 2.3413445 - ], - "osm_type":"way", - "osm_id":53770908, - "attractiveness":16, - "must_do":false, - "n_tags":27, - "time_to_reach":0 - }, - "510":{ + "298":{ "name":"Église Saint-Leu - Saint-Gilles", "type":{ "landmark_type":"sightseeing" @@ -8175,39 +4783,7 @@ "n_tags":23, "time_to_reach":0 }, - "511":{ - "name":"Église Notre-Dame-de-l'Assomption", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8674454, - 2.3255009 - ], - "osm_type":"way", - "osm_id":54168792, - "attractiveness":15, - "must_do":false, - "n_tags":24, - "time_to_reach":0 - }, - "512":{ - "name":"Église de la Madeleine", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8700303, - 2.3244833 - ], - "osm_type":"way", - "osm_id":54180046, - "attractiveness":19, - "must_do":false, - "n_tags":33, - "time_to_reach":0 - }, - "513":{ + "299":{ "name":"Basilique Notre-Dame-des-Victoires", "type":{ "landmark_type":"sightseeing" @@ -8223,7 +4799,7 @@ "n_tags":24, "time_to_reach":0 }, - "514":{ + "300":{ "name":"Église Notre-Dame-de-Bonne-Nouvelle", "type":{ "landmark_type":"sightseeing" @@ -8239,7 +4815,7 @@ "n_tags":22, "time_to_reach":0 }, - "515":{ + "301":{ "name":"Église Saint-Louis-en-l'Île", "type":{ "landmark_type":"sightseeing" @@ -8255,7 +4831,7 @@ "n_tags":17, "time_to_reach":0 }, - "516":{ + "302":{ "name":"Église Saint-Étienne-du-Mont", "type":{ "landmark_type":"sightseeing" @@ -8271,23 +4847,7 @@ "n_tags":26, "time_to_reach":0 }, - "517":{ - "name":"Église Saint-Éphrem-le-Syriaque", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8483547, - 2.3477113 - ], - "osm_type":"way", - "osm_id":55359253, - "attractiveness":10, - "must_do":false, - "n_tags":17, - "time_to_reach":0 - }, - "518":{ + "303":{ "name":"Église Orthodoxe Roumaine des Saints Archanges", "type":{ "landmark_type":"sightseeing" @@ -8303,23 +4863,7 @@ "n_tags":16, "time_to_reach":0 }, - "519":{ - "name":"Église Saint-Gervais", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8555103, - 2.354744 - ], - "osm_type":"way", - "osm_id":55477164, - "attractiveness":12, - "must_do":false, - "n_tags":20, - "time_to_reach":0 - }, - "520":{ + "304":{ "name":"Église Saint-Merri", "type":{ "landmark_type":"sightseeing" @@ -8335,87 +4879,7 @@ "n_tags":26, "time_to_reach":0 }, - "521":{ - "name":"Église Luthérienne des Billettes", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8579814, - 2.355148 - ], - "osm_type":"way", - "osm_id":55942658, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "522":{ - "name":"Église Notre-Dame-des-Blancs-Manteaux", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8589606, - 2.3577889 - ], - "osm_type":"way", - "osm_id":55984117, - "attractiveness":13, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "523":{ - "name":"Synagogue", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8559322, - 2.3606794 - ], - "osm_type":"way", - "osm_id":56040608, - "attractiveness":10, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "524":{ - "name":"Église Saint-Paul-Saint-Louis", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8546118, - 2.3614419 - ], - "osm_type":"way", - "osm_id":56046786, - "attractiveness":10, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "525":{ - "name":"Chapelle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8542205, - 2.3613106 - ], - "osm_type":"way", - "osm_id":56159605, - "attractiveness":5, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "526":{ + "305":{ "name":"Temple du Marais", "type":{ "landmark_type":"sightseeing" @@ -8431,39 +4895,7 @@ "n_tags":17, "time_to_reach":0 }, - "527":{ - "name":"Église Saint-Nicolas-des-Champs", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8654901, - 2.3542911 - ], - "osm_type":"way", - "osm_id":56290843, - "attractiveness":12, - "must_do":false, - "n_tags":20, - "time_to_reach":0 - }, - "528":{ - "name":"Synagogue Nazareth", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8669091, - 2.3599226 - ], - "osm_type":"way", - "osm_id":56435813, - "attractiveness":6, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "529":{ + "306":{ "name":"Église Sainte-Elisabeth", "type":{ "landmark_type":"sightseeing" @@ -8479,7 +4911,7 @@ "n_tags":18, "time_to_reach":0 }, - "530":{ + "307":{ "name":"Synagogue Vauquelin", "type":{ "landmark_type":"sightseeing" @@ -8495,7 +4927,7 @@ "n_tags":5, "time_to_reach":0 }, - "531":{ + "308":{ "name":"Chapelle de la congrégation du Saint-Esprit", "type":{ "landmark_type":"sightseeing" @@ -8511,7 +4943,7 @@ "n_tags":8, "time_to_reach":0 }, - "532":{ + "309":{ "name":"Maison Fraternelle", "type":{ "landmark_type":"sightseeing" @@ -8527,39 +4959,7 @@ "n_tags":6, "time_to_reach":0 }, - "533":{ - "name":"Cathédrale Sainte-Croix de Paris des Arméniens", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8608482, - 2.3604975 - ], - "osm_type":"way", - "osm_id":57403533, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "534":{ - "name":"Église Saint-Denis du Saint-Sacrement", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8599672, - 2.365214 - ], - "osm_type":"way", - "osm_id":58150045, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "535":{ + "310":{ "name":"Église du Val-de-Grâce", "type":{ "landmark_type":"sightseeing" @@ -8575,39 +4975,7 @@ "n_tags":12, "time_to_reach":0 }, - "536":{ - "name":"Église Luthérienne Saint-Marcel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8410301, - 2.3394202 - ], - "osm_type":"way", - "osm_id":60209197, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "537":{ - "name":"Église Saint-Jacques-du-Haut-Pas", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8436908, - 2.3411283 - ], - "osm_type":"way", - "osm_id":60279510, - "attractiveness":10, - "must_do":false, - "n_tags":17, - "time_to_reach":0 - }, - "538":{ + "311":{ "name":"Église Notre-Dame-des-Vertus", "type":{ "landmark_type":"sightseeing" @@ -8623,7 +4991,7 @@ "n_tags":17, "time_to_reach":0 }, - "539":{ + "312":{ "name":"Église Saint-Ouen", "type":{ "landmark_type":"sightseeing" @@ -8639,7 +5007,7 @@ "n_tags":14, "time_to_reach":0 }, - "540":{ + "313":{ "name":"Église Saint-Germain des Prés", "type":{ "landmark_type":"sightseeing" @@ -8655,23 +5023,7 @@ "n_tags":21, "time_to_reach":0 }, - "541":{ - "name":"Cathédrale Ukrainienne Saint-Vladimir-le-Grand", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8547259, - 2.3309615 - ], - "osm_type":"way", - "osm_id":62296389, - "attractiveness":10, - "must_do":false, - "n_tags":17, - "time_to_reach":0 - }, - "542":{ + "314":{ "name":"Chapelle Notre-Dame de la Sagesse", "type":{ "landmark_type":"sightseeing" @@ -8687,39 +5039,7 @@ "n_tags":18, "time_to_reach":0 }, - "543":{ - "name":"Église Evangélique Baptiste", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8588762, - 2.3292649 - ], - "osm_type":"way", - "osm_id":63149138, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "544":{ - "name":"Église Saint-Vincent-de-Paul", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8789795, - 2.3519205 - ], - "osm_type":"way", - "osm_id":63197162, - "attractiveness":12, - "must_do":false, - "n_tags":21, - "time_to_reach":0 - }, - "545":{ + "315":{ "name":"Église Saint-Laurent", "type":{ "landmark_type":"sightseeing" @@ -8735,7 +5055,7 @@ "n_tags":17, "time_to_reach":0 }, - "546":{ + "316":{ "name":"Chapelle de l'hôpital Saint-Louis", "type":{ "landmark_type":"sightseeing" @@ -8751,23 +5071,7 @@ "n_tags":18, "time_to_reach":0 }, - "547":{ - "name":"Église Saint-Martin des Champs", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8700415, - 2.3629456 - ], - "osm_type":"way", - "osm_id":63201579, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "548":{ + "317":{ "name":"Église Saint-Joseph-Artisan", "type":{ "landmark_type":"sightseeing" @@ -8783,23 +5087,7 @@ "n_tags":11, "time_to_reach":0 }, - "549":{ - "name":"Temple de la Rencontre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8772978, - 2.3532928 - ], - "osm_type":"way", - "osm_id":63203792, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "550":{ + "318":{ "name":"Église Saint-Jean-Baptiste de Belleville", "type":{ "landmark_type":"sightseeing" @@ -8815,7 +5103,7 @@ "n_tags":23, "time_to_reach":0 }, - "551":{ + "319":{ "name":"Synagogue Michkenot Israël", "type":{ "landmark_type":"sightseeing" @@ -8831,23 +5119,7 @@ "n_tags":6, "time_to_reach":0 }, - "552":{ - "name":"Salle de Prière La Villette", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.884785, - 2.3838436 - ], - "osm_type":"way", - "osm_id":63212789, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "553":{ + "320":{ "name":"Église Notre-Dame-de-l'Assomption des Buttes-Chaumont", "type":{ "landmark_type":"sightseeing" @@ -8863,55 +5135,7 @@ "n_tags":12, "time_to_reach":0 }, - "554":{ - "name":"Église luthérienne Saint-Pierre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8810534, - 2.3798892 - ], - "osm_type":"way", - "osm_id":63224657, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "555":{ - "name":"Église Notre-Dame-de-Fatima", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8792584, - 2.402704 - ], - "osm_type":"way", - "osm_id":63233599, - "attractiveness":7, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "556":{ - "name":"Église Saint-François-d'Assise", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8803349, - 2.39154 - ], - "osm_type":"way", - "osm_id":63233916, - "attractiveness":6, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "557":{ + "321":{ "name":"Église Sainte-Claire d'Assise", "type":{ "landmark_type":"sightseeing" @@ -8927,7 +5151,7 @@ "n_tags":15, "time_to_reach":0 }, - "558":{ + "322":{ "name":"Temple Antoiniste", "type":{ "landmark_type":"sightseeing" @@ -8943,7 +5167,7 @@ "n_tags":7, "time_to_reach":0 }, - "559":{ + "323":{ "name":"Église Saint-Serge", "type":{ "landmark_type":"sightseeing" @@ -8959,23 +5183,7 @@ "n_tags":11, "time_to_reach":0 }, - "560":{ - "name":"Église Saint-Georges de la Villette", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8794623, - 2.3748343 - ], - "osm_type":"way", - "osm_id":63239488, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "561":{ + "324":{ "name":"Église Saint-Joseph des Carmes", "type":{ "landmark_type":"sightseeing" @@ -8991,167 +5199,7 @@ "n_tags":11, "time_to_reach":0 }, - "562":{ - "name":"Église Saint-Thomas d'Aquin", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8564112, - 2.3276603 - ], - "osm_type":"way", - "osm_id":63536576, - "attractiveness":7, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "563":{ - "name":"Église Saint-Ambroise", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8612993, - 2.3760466 - ], - "osm_type":"way", - "osm_id":63638108, - "attractiveness":14, - "must_do":false, - "n_tags":23, - "time_to_reach":0 - }, - "564":{ - "name":"Mosquée Omar bn El Khattab", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8679659, - 2.3772772 - ], - "osm_type":"way", - "osm_id":63638391, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "565":{ - "name":"Chapelle Notre-Dame-Réconciliatrice de la Salette", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8698301, - 2.3789768 - ], - "osm_type":"way", - "osm_id":63638499, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "566":{ - "name":"Synagogue Don Isaac Abravanel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8559243, - 2.3763612 - ], - "osm_type":"way", - "osm_id":63640089, - "attractiveness":8, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "567":{ - "name":"Basilique Notre-Dame du Perpétuel Secours", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8617208, - 2.3870088 - ], - "osm_type":"way", - "osm_id":63640725, - "attractiveness":11, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "568":{ - "name":"Sfânta Genoveva și Sfântul Martin", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8532439, - 2.3807852 - ], - "osm_type":"way", - "osm_id":63640910, - "attractiveness":8, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "569":{ - "name":"Église protestante chinoise de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8700142, - 2.3783921 - ], - "osm_type":"way", - "osm_id":63645155, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "570":{ - "name":"Église Notre-Dame d'Espérance", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8557998, - 2.3744343 - ], - "osm_type":"way", - "osm_id":63646922, - "attractiveness":8, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "571":{ - "name":"Temple protestant du Foyer de l'Âme", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8558974, - 2.3697016 - ], - "osm_type":"way", - "osm_id":63648393, - "attractiveness":6, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "572":{ + "325":{ "name":"Église Réformée du Luxembourg", "type":{ "landmark_type":"sightseeing" @@ -9167,7 +5215,7 @@ "n_tags":9, "time_to_reach":0 }, - "573":{ + "326":{ "name":"Église Saint-Jean-des-Grésillons", "type":{ "landmark_type":"sightseeing" @@ -9183,7 +5231,7 @@ "n_tags":9, "time_to_reach":0 }, - "574":{ + "327":{ "name":"Église Sainte-Geneviève", "type":{ "landmark_type":"sightseeing" @@ -9199,7 +5247,7 @@ "n_tags":8, "time_to_reach":0 }, - "575":{ + "328":{ "name":"Église Saint-Jacques Saint-Christophe", "type":{ "landmark_type":"sightseeing" @@ -9215,7 +5263,7 @@ "n_tags":12, "time_to_reach":0 }, - "576":{ + "329":{ "name":"Église Notre-Dame des Foyers", "type":{ "landmark_type":"sightseeing" @@ -9231,7 +5279,7 @@ "n_tags":9, "time_to_reach":0 }, - "577":{ + "330":{ "name":"Église Notre-Dame des Champs", "type":{ "landmark_type":"sightseeing" @@ -9247,7 +5295,7 @@ "n_tags":11, "time_to_reach":0 }, - "578":{ + "331":{ "name":"Centre Quaker International", "type":{ "landmark_type":"sightseeing" @@ -9263,7 +5311,7 @@ "n_tags":9, "time_to_reach":0 }, - "579":{ + "332":{ "name":"Basilique Sainte-Clotilde", "type":{ "landmark_type":"sightseeing" @@ -9279,39 +5327,7 @@ "n_tags":18, "time_to_reach":0 }, - "580":{ - "name":"Cathédrale Saint-Louis des Invalides", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8556038, - 2.3125832 - ], - "osm_type":"way", - "osm_id":64955027, - "attractiveness":11, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "581":{ - "name":"Chapelle des Catéchismes", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8589684, - 2.3183256 - ], - "osm_type":"way", - "osm_id":65104255, - "attractiveness":10, - "must_do":false, - "n_tags":17, - "time_to_reach":0 - }, - "582":{ + "333":{ "name":"Église Saint-Yves-des-Quatre-Routes", "type":{ "landmark_type":"sightseeing" @@ -9327,23 +5343,7 @@ "n_tags":10, "time_to_reach":0 }, - "583":{ - "name":"Église anglicane Saint-Michael", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8700841, - 2.3190066 - ], - "osm_type":"way", - "osm_id":67233894, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "584":{ + "334":{ "name":"Église protestante unie du Saint-Esprit", "type":{ "landmark_type":"sightseeing" @@ -9359,23 +5359,7 @@ "n_tags":15, "time_to_reach":0 }, - "585":{ - "name":"Temple de Pentemont", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8564528, - 2.3218645 - ], - "osm_type":"way", - "osm_id":67353449, - "attractiveness":8, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "586":{ + "335":{ "name":"Église Saint-Augustin", "type":{ "landmark_type":"sightseeing" @@ -9391,23 +5375,7 @@ "n_tags":21, "time_to_reach":0 }, - "587":{ - "name":"Chapelle expiatoire", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.873695, - 2.3227605 - ], - "osm_type":"way", - "osm_id":67557301, - "attractiveness":16, - "must_do":false, - "n_tags":26, - "time_to_reach":0 - }, - "588":{ + "336":{ "name":"Église Saint-André de l'Europe", "type":{ "landmark_type":"sightseeing" @@ -9423,23 +5391,7 @@ "n_tags":8, "time_to_reach":0 }, - "589":{ - "name":"Église Saint-Philippe du Roule", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8733405, - 2.310557 - ], - "osm_type":"way", - "osm_id":68831257, - "attractiveness":12, - "must_do":false, - "n_tags":21, - "time_to_reach":0 - }, - "590":{ + "337":{ "name":"Chapelle Baltard", "type":{ "landmark_type":"sightseeing" @@ -9455,23 +5407,7 @@ "n_tags":7, "time_to_reach":0 }, - "591":{ - "name":"Église Saint-François-Xavier", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8506594, - 2.3134347 - ], - "osm_type":"way", - "osm_id":68893289, - "attractiveness":7, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "592":{ + "338":{ "name":"Chapelle Notre-Dame de l'Annonciation", "type":{ "landmark_type":"sightseeing" @@ -9487,55 +5423,7 @@ "n_tags":8, "time_to_reach":0 }, - "593":{ - "name":"Église Américaine", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8621157, - 2.3068946 - ], - "osm_type":"way", - "osm_id":69049385, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "594":{ - "name":"Église Saint-Pierre du Gros Caillou", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8599241, - 2.305016 - ], - "osm_type":"way", - "osm_id":69072238, - "attractiveness":10, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "595":{ - "name":"Temple de la Rédemption", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8737261, - 2.3400268 - ], - "osm_type":"way", - "osm_id":69220900, - "attractiveness":9, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "596":{ + "339":{ "name":"Synagogue Rashi", "type":{ "landmark_type":"sightseeing" @@ -9551,103 +5439,7 @@ "n_tags":9, "time_to_reach":0 }, - "597":{ - "name":"Église Saint-Louis-d'Antin", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8745162, - 2.3280282 - ], - "osm_type":"way", - "osm_id":69226577, - "attractiveness":8, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "598":{ - "name":"Église évangélique allemande de Paris « Christuskirche »", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8794555, - 2.3310828 - ], - "osm_type":"way", - "osm_id":69257726, - "attractiveness":9, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "599":{ - "name":"Church of Scotland", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8668071, - 2.3074982 - ], - "osm_type":"way", - "osm_id":69329965, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "600":{ - "name":"Chapelle Notre-Dame-de-Consolation", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8654949, - 2.306089 - ], - "osm_type":"way", - "osm_id":69332061, - "attractiveness":19, - "must_do":false, - "n_tags":31, - "time_to_reach":0 - }, - "601":{ - "name":"Cathédrale arménienne Saint-Jean-Baptiste", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8657975, - 2.3070012 - ], - "osm_type":"way", - "osm_id":69332080, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "602":{ - "name":"Grande Synagogue de la Victoire", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8755092, - 2.3364892 - ], - "osm_type":"way", - "osm_id":69363730, - "attractiveness":9, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "603":{ + "340":{ "name":"Consistoire", "type":{ "landmark_type":"sightseeing" @@ -9663,39 +5455,7 @@ "n_tags":7, "time_to_reach":0 }, - "604":{ - "name":"Synagogue Buffault", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8761054, - 2.3425466 - ], - "osm_type":"way", - "osm_id":69417432, - "attractiveness":9, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "605":{ - "name":"Cathédrale américaine de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8675015, - 2.3006378 - ], - "osm_type":"way", - "osm_id":69485169, - "attractiveness":10, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "606":{ + "341":{ "name":"Église Luthérienne Saint-Jean", "type":{ "landmark_type":"sightseeing" @@ -9711,23 +5471,7 @@ "n_tags":8, "time_to_reach":0 }, - "607":{ - "name":"Chapelle Saint-Vincent-de-Paul", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8588507, - 2.3056329 - ], - "osm_type":"way", - "osm_id":69884667, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "608":{ + "342":{ "name":"Église Protestante Unie de Paris-Belleville", "type":{ "landmark_type":"sightseeing" @@ -9743,39 +5487,7 @@ "n_tags":10, "time_to_reach":0 }, - "609":{ - "name":"Église Notre-Dame-des-Coptes", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.871209, - 2.3937576 - ], - "osm_type":"way", - "osm_id":70000860, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "610":{ - "name":"Or-Hahaim", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8714658, - 2.3781109 - ], - "osm_type":"way", - "osm_id":70001194, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "611":{ + "343":{ "name":"Église Notre-Dame-des-Otages", "type":{ "landmark_type":"sightseeing" @@ -9791,7 +5503,7 @@ "n_tags":15, "time_to_reach":0 }, - "612":{ + "344":{ "name":"Église Notre-Dame-de-la-Croix", "type":{ "landmark_type":"sightseeing" @@ -9807,7 +5519,7 @@ "n_tags":26, "time_to_reach":0 }, - "613":{ + "345":{ "name":"Église protestante évangélique de Télégraphe", "type":{ "landmark_type":"sightseeing" @@ -9823,87 +5535,7 @@ "n_tags":7, "time_to_reach":0 }, - "614":{ - "name":"Église du Cœur Eucharistique de Jésus", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8677441, - 2.406442 - ], - "osm_type":"way", - "osm_id":70003069, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "615":{ - "name":"Synagogue", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.871195, - 2.3828334 - ], - "osm_type":"way", - "osm_id":70003350, - "attractiveness":4, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "616":{ - "name":"Mosquée Madina", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8668192, - 2.4059128 - ], - "osm_type":"way", - "osm_id":70003490, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "617":{ - "name":"Mosquée Madina", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8667742, - 2.4052121 - ], - "osm_type":"way", - "osm_id":70003774, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "618":{ - "name":"Église Saint-Germain-de-Charonne", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8605116, - 2.4040386 - ], - "osm_type":"way", - "osm_id":70147142, - "attractiveness":9, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "619":{ + "346":{ "name":"Église Saint-Gabriel", "type":{ "landmark_type":"sightseeing" @@ -9919,87 +5551,7 @@ "n_tags":11, "time_to_reach":0 }, - "620":{ - "name":"Église Saint-Jean-Bosco", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8552365, - 2.3979568 - ], - "osm_type":"way", - "osm_id":70148329, - "attractiveness":12, - "must_do":false, - "n_tags":21, - "time_to_reach":0 - }, - "621":{ - "name":"Chapelle de l'Est", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8612372, - 2.3928928 - ], - "osm_type":"way", - "osm_id":70148655, - "attractiveness":6, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "622":{ - "name":"Temple de Béthanie", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8610451, - 2.4001214 - ], - "osm_type":"way", - "osm_id":70151576, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "623":{ - "name":"Église Saint-Cyrille et Saint-Méthode", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8603726, - 2.404802 - ], - "osm_type":"way", - "osm_id":70152156, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "624":{ - "name":"Chapelle du Corpus-Christi", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.874168, - 2.3019883 - ], - "osm_type":"way", - "osm_id":70185807, - "attractiveness":6, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "625":{ + "347":{ "name":"Église Protestante Danoise", "type":{ "landmark_type":"sightseeing" @@ -10015,7 +5567,7 @@ "n_tags":7, "time_to_reach":0 }, - "626":{ + "348":{ "name":"Cathédrale Saint-Alexandre-Nevsky", "type":{ "landmark_type":"sightseeing" @@ -10031,23 +5583,7 @@ "n_tags":22, "time_to_reach":0 }, - "627":{ - "name":"Saint-Joseph's Church (mission anglophone)", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8754756, - 2.2984999 - ], - "osm_type":"way", - "osm_id":70223975, - "attractiveness":8, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "628":{ + "349":{ "name":"Temple protestant", "type":{ "landmark_type":"sightseeing" @@ -10063,7 +5599,7 @@ "n_tags":7, "time_to_reach":0 }, - "629":{ + "350":{ "name":"Église Saint-Paul-du-Montfort", "type":{ "landmark_type":"sightseeing" @@ -10079,23 +5615,7 @@ "n_tags":8, "time_to_reach":0 }, - "630":{ - "name":"Temple protestant", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8868969, - 2.4101628 - ], - "osm_type":"way", - "osm_id":73113006, - "attractiveness":6, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "631":{ + "351":{ "name":"Église Saint-Germain", "type":{ "landmark_type":"sightseeing" @@ -10111,23 +5631,7 @@ "n_tags":15, "time_to_reach":0 }, - "632":{ - "name":"Centre communautaire Ohel-Yossef", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8880068, - 2.4112554 - ], - "osm_type":"way", - "osm_id":73113060, - "attractiveness":3, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "633":{ + "352":{ "name":"Assoc Ligue amicale des cultures et de recherche scientifique", "type":{ "landmark_type":"sightseeing" @@ -10143,7 +5647,7 @@ "n_tags":10, "time_to_reach":0 }, - "634":{ + "353":{ "name":"Église Sainte-Marthe", "type":{ "landmark_type":"sightseeing" @@ -10159,23 +5663,7 @@ "n_tags":10, "time_to_reach":0 }, - "635":{ - "name":"Oratoire de Padre Pio", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.9033824, - 2.3946926 - ], - "osm_type":"way", - "osm_id":73121140, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "636":{ + "354":{ "name":"Église de la Sainte-Famille", "type":{ "landmark_type":"sightseeing" @@ -10191,7 +5679,7 @@ "n_tags":8, "time_to_reach":0 }, - "637":{ + "355":{ "name":"Église Notre-Dame-du-Rosaire", "type":{ "landmark_type":"sightseeing" @@ -10207,23 +5695,7 @@ "n_tags":9, "time_to_reach":0 }, - "638":{ - "name":"Chapelle Sainte-Solange", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8914496, - 2.4331888 - ], - "osm_type":"way", - "osm_id":73617812, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "639":{ + "356":{ "name":"Église de Jésus-Christ des saints des derniers jours", "type":{ "landmark_type":"sightseeing" @@ -10239,23 +5711,7 @@ "n_tags":11, "time_to_reach":0 }, - "640":{ - "name":"Église du Sacré-Cœur", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.9057281, - 2.3433234 - ], - "osm_type":"way", - "osm_id":73839340, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "641":{ + "357":{ "name":"Église Notre-Dame-Auxiliatrice", "type":{ "landmark_type":"sightseeing" @@ -10271,7 +5727,7 @@ "n_tags":9, "time_to_reach":0 }, - "642":{ + "358":{ "name":"Chapelle Saint-Pierre - Saint-Paul", "type":{ "landmark_type":"sightseeing" @@ -10287,7 +5743,7 @@ "n_tags":9, "time_to_reach":0 }, - "643":{ + "359":{ "name":"Église Saint-Joseph des Épinettes", "type":{ "landmark_type":"sightseeing" @@ -10303,55 +5759,7 @@ "n_tags":14, "time_to_reach":0 }, - "644":{ - "name":"Temple des Batignolles", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8829281, - 2.3226644 - ], - "osm_type":"way", - "osm_id":75748174, - "attractiveness":7, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "645":{ - "name":"Église Saint-Michel des Batignolles", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8890756, - 2.3246346 - ], - "osm_type":"way", - "osm_id":75748771, - "attractiveness":9, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "646":{ - "name":"Église Sainte-Marie-des-Batignolles", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8867918, - 2.3178565 - ], - "osm_type":"way", - "osm_id":75750389, - "attractiveness":11, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "647":{ + "360":{ "name":"Église de l'Immaculée Conception", "type":{ "landmark_type":"sightseeing" @@ -10367,7 +5775,7 @@ "n_tags":9, "time_to_reach":0 }, - "648":{ + "361":{ "name":"Église Sainte-Geneviève des Grandes-Carrières", "type":{ "landmark_type":"sightseeing" @@ -10383,7 +5791,7 @@ "n_tags":9, "time_to_reach":0 }, - "649":{ + "362":{ "name":"Chapelle Orthodoxe", "type":{ "landmark_type":"sightseeing" @@ -10399,23 +5807,7 @@ "n_tags":7, "time_to_reach":0 }, - "650":{ - "name":"Église Sainte-Rita", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.844596, - 2.3062818 - ], - "osm_type":"way", - "osm_id":77743146, - "attractiveness":9, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "651":{ + "363":{ "name":"Église Saint-Jean de Montmartre", "type":{ "landmark_type":"sightseeing" @@ -10431,7 +5823,7 @@ "n_tags":27, "time_to_reach":0 }, - "652":{ + "364":{ "name":"Église Saint-Bernard-de-La-Chapelle", "type":{ "landmark_type":"sightseeing" @@ -10447,39 +5839,7 @@ "n_tags":17, "time_to_reach":0 }, - "653":{ - "name":"Chapelle Notre-Dame de la Paix", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8442314, - 2.3972578 - ], - "osm_type":"way", - "osm_id":78006792, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "654":{ - "name":"Église Saint-Éloi", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8446697, - 2.3887599 - ], - "osm_type":"way", - "osm_id":78019585, - "attractiveness":12, - "must_do":false, - "n_tags":20, - "time_to_reach":0 - }, - "655":{ + "365":{ "name":"Église Notre-Dame du Bon Conseil", "type":{ "landmark_type":"sightseeing" @@ -10495,23 +5855,7 @@ "n_tags":11, "time_to_reach":0 }, - "656":{ - "name":"Église Saint-Sava", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8937115, - 2.3499834 - ], - "osm_type":"way", - "osm_id":78020644, - "attractiveness":14, - "must_do":false, - "n_tags":23, - "time_to_reach":0 - }, - "657":{ + "366":{ "name":"Église Notre-Dame de Bercy", "type":{ "landmark_type":"sightseeing" @@ -10527,7 +5871,7 @@ "n_tags":21, "time_to_reach":0 }, - "658":{ + "367":{ "name":"Église réformée Port-Royal Quartier Latin", "type":{ "landmark_type":"sightseeing" @@ -10543,23 +5887,7 @@ "n_tags":10, "time_to_reach":0 }, - "659":{ - "name":"Église réformée Port-Royal", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8362285, - 2.3491907 - ], - "osm_type":"way", - "osm_id":78407284, - "attractiveness":6, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "660":{ + "368":{ "name":"Église Saint-Marcel", "type":{ "landmark_type":"sightseeing" @@ -10575,55 +5903,7 @@ "n_tags":11, "time_to_reach":0 }, - "661":{ - "name":"Chapelle Saint-Louis de la Salpêtrière", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8389393, - 2.3641414 - ], - "osm_type":"way", - "osm_id":78535716, - "attractiveness":11, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "662":{ - "name":"Cathédrale Saint-Étienne", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8665953, - 2.2984346 - ], - "osm_type":"way", - "osm_id":79232285, - "attractiveness":7, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "663":{ - "name":"Église Saint-Pierre de Chaillot", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8676964, - 2.298487 - ], - "osm_type":"way", - "osm_id":79276832, - "attractiveness":9, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "664":{ + "369":{ "name":"Chapelle Saint-Jean", "type":{ "landmark_type":"sightseeing" @@ -10639,7 +5919,7 @@ "n_tags":6, "time_to_reach":0 }, - "665":{ + "370":{ "name":"Église Notre-Dame-du-Travail", "type":{ "landmark_type":"sightseeing" @@ -10655,7 +5935,7 @@ "n_tags":16, "time_to_reach":0 }, - "666":{ + "371":{ "name":"Paroisse de Plaisance", "type":{ "landmark_type":"sightseeing" @@ -10671,23 +5951,7 @@ "n_tags":10, "time_to_reach":0 }, - "667":{ - "name":"Chapelle Notre-Dame-du-Lys", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8435148, - 2.3087965 - ], - "osm_type":"way", - "osm_id":80237236, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "668":{ + "372":{ "name":"Église Orthodoxe Saint-Séraphin de Sarov", "type":{ "landmark_type":"sightseeing" @@ -10703,7 +5967,7 @@ "n_tags":11, "time_to_reach":0 }, - "669":{ + "373":{ "name":"Église Saint-Jean-Baptiste-de-La-Salle", "type":{ "landmark_type":"sightseeing" @@ -10719,7 +5983,7 @@ "n_tags":10, "time_to_reach":0 }, - "670":{ + "374":{ "name":"Église de Tous-les-Saints", "type":{ "landmark_type":"sightseeing" @@ -10735,7 +5999,7 @@ "n_tags":10, "time_to_reach":0 }, - "671":{ + "375":{ "name":"Chapelle Notre-Dame-de-l'Étoile", "type":{ "landmark_type":"sightseeing" @@ -10751,23 +6015,7 @@ "n_tags":10, "time_to_reach":0 }, - "672":{ - "name":"Chapelle Saint-Jacques", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8753562, - 2.4312381 - ], - "osm_type":"way", - "osm_id":81614017, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "673":{ + "376":{ "name":"Église Saint-Leu-Saint-Gilles", "type":{ "landmark_type":"sightseeing" @@ -10783,7 +6031,7 @@ "n_tags":15, "time_to_reach":0 }, - "674":{ + "377":{ "name":"Chapelle des Saints-Apôtres", "type":{ "landmark_type":"sightseeing" @@ -10799,7 +6047,7 @@ "n_tags":8, "time_to_reach":0 }, - "675":{ + "378":{ "name":"Église Saint-André", "type":{ "landmark_type":"sightseeing" @@ -10815,39 +6063,7 @@ "n_tags":9, "time_to_reach":0 }, - "676":{ - "name":"Église Saint-Louis", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8480265, - 2.4191578 - ], - "osm_type":"way", - "osm_id":83818861, - "attractiveness":10, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "677":{ - "name":"Temple (ERF)", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8494565, - 2.4324623 - ], - "osm_type":"way", - "osm_id":83819099, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "678":{ + "379":{ "name":"Église Saint-Denys de la Chapelle", "type":{ "landmark_type":"sightseeing" @@ -10863,7 +6079,7 @@ "n_tags":9, "time_to_reach":0 }, - "679":{ + "380":{ "name":"Église Saint-François-de-Sales (ancienne église)", "type":{ "landmark_type":"sightseeing" @@ -10879,7 +6095,7 @@ "n_tags":8, "time_to_reach":0 }, - "680":{ + "381":{ "name":"Église Luthérienne de l'Ascension", "type":{ "landmark_type":"sightseeing" @@ -10895,7 +6111,7 @@ "n_tags":9, "time_to_reach":0 }, - "681":{ + "382":{ "name":"Foyer Culturel Myriam Zana", "type":{ "landmark_type":"sightseeing" @@ -10911,7 +6127,7 @@ "n_tags":4, "time_to_reach":0 }, - "682":{ + "383":{ "name":"Église Saint-Charles-de-Monceau", "type":{ "landmark_type":"sightseeing" @@ -10927,23 +6143,7 @@ "n_tags":17, "time_to_reach":0 }, - "683":{ - "name":"Église du Christ", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8857929, - 2.3103556 - ], - "osm_type":"way", - "osm_id":84326182, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "684":{ + "384":{ "name":"Église Saint-François-de-Sales (nouvelle église)", "type":{ "landmark_type":"sightseeing" @@ -10959,7 +6159,7 @@ "n_tags":9, "time_to_reach":0 }, - "685":{ + "385":{ "name":"Mosquée de Drancy", "type":{ "landmark_type":"sightseeing" @@ -10975,7 +6175,7 @@ "n_tags":6, "time_to_reach":0 }, - "686":{ + "386":{ "name":"Chapelle de la Visitation", "type":{ "landmark_type":"sightseeing" @@ -10991,71 +6191,7 @@ "n_tags":9, "time_to_reach":0 }, - "687":{ - "name":"Église Saint-Antoine des Quinze-Vingts", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8487775, - 2.3737984 - ], - "osm_type":"way", - "osm_id":94236417, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "688":{ - "name":"Chapelle Sainte-Ursule", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.848411, - 2.343209 - ], - "osm_type":"way", - "osm_id":95860808, - "attractiveness":13, - "must_do":false, - "n_tags":22, - "time_to_reach":0 - }, - "689":{ - "name":"Notre-Dame-du-Liban", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.843971, - 2.3453279 - ], - "osm_type":"way", - "osm_id":95869425, - "attractiveness":7, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "690":{ - "name":"Chapelle de l'Épiphanie", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8518519, - 2.3229864 - ], - "osm_type":"way", - "osm_id":104339971, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "691":{ + "387":{ "name":"Chapelle Laennec", "type":{ "landmark_type":"sightseeing" @@ -11071,7 +6207,7 @@ "n_tags":8, "time_to_reach":0 }, - "692":{ + "388":{ "name":"Basilique Sainte-Jeanne-d’Arc", "type":{ "landmark_type":"sightseeing" @@ -11087,23 +6223,7 @@ "n_tags":10, "time_to_reach":0 }, - "693":{ - "name":"Église du Dôme", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8550021, - 2.3125391 - ], - "osm_type":"way", - "osm_id":112452790, - "attractiveness":15, - "must_do":false, - "n_tags":23, - "time_to_reach":0 - }, - "694":{ + "389":{ "name":"Église Notre-Dame-de-Lourdes", "type":{ "landmark_type":"sightseeing" @@ -11119,7 +6239,7 @@ "n_tags":12, "time_to_reach":0 }, - "695":{ + "390":{ "name":"Église Sainte-Marguerite", "type":{ "landmark_type":"sightseeing" @@ -11135,23 +6255,7 @@ "n_tags":17, "time_to_reach":0 }, - "696":{ - "name":"Église du Bon Secours", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8519843, - 2.3866965 - ], - "osm_type":"way", - "osm_id":118650031, - "attractiveness":11, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "697":{ + "391":{ "name":"Église du Saint-Esprit", "type":{ "landmark_type":"sightseeing" @@ -11167,7 +6271,7 @@ "n_tags":20, "time_to_reach":0 }, - "698":{ + "392":{ "name":"Église Saint-Vincent-de-Paul", "type":{ "landmark_type":"sightseeing" @@ -11183,7 +6287,7 @@ "n_tags":8, "time_to_reach":0 }, - "699":{ + "393":{ "name":"Église Notre-Dame-de-Pontmain", "type":{ "landmark_type":"sightseeing" @@ -11199,7 +6303,7 @@ "n_tags":10, "time_to_reach":0 }, - "700":{ + "394":{ "name":"Prieuré Saint-Benoît", "type":{ "landmark_type":"sightseeing" @@ -11215,23 +6319,7 @@ "n_tags":9, "time_to_reach":0 }, - "701":{ - "name":"Église Orthodoxe des Trois-Saints-Docteurs", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8410409, - 2.2994617 - ], - "osm_type":"way", - "osm_id":137884620, - "attractiveness":7, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "702":{ + "395":{ "name":"Église Protestante Suédoise", "type":{ "landmark_type":"sightseeing" @@ -11247,55 +6335,7 @@ "n_tags":10, "time_to_reach":0 }, - "703":{ - "name":"Église du Bon Pasteur", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8565315, - 2.3918695 - ], - "osm_type":"way", - "osm_id":145591022, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "704":{ - "name":"Chapelle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8834296, - 2.3531464 - ], - "osm_type":"way", - "osm_id":146912739, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "705":{ - "name":"Notre-Dame de Saint-Mandé", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8395436, - 2.4170098 - ], - "osm_type":"way", - "osm_id":148101704, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "706":{ + "396":{ "name":"Église luthérienne Saint-Paul", "type":{ "landmark_type":"sightseeing" @@ -11311,167 +6351,7 @@ "n_tags":11, "time_to_reach":0 }, - "707":{ - "name":"Chapelle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8827133, - 2.3392699 - ], - "osm_type":"way", - "osm_id":164853780, - "attractiveness":4, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "708":{ - "name":"Chapelle du Sacré-Cœur-de-Jésus-Roi-de-France", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.83891, - 2.2986886 - ], - "osm_type":"way", - "osm_id":166684921, - "attractiveness":9, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "709":{ - "name":"Cathédrale Notre-Dame de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8529372, - 2.3498701 - ], - "osm_type":"way", - "osm_id":201611261, - "attractiveness":33, - "must_do":false, - "n_tags":54, - "time_to_reach":0 - }, - "710":{ - "name":"Chapelle Saint-Charles", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8541404, - 2.4077935 - ], - "osm_type":"way", - "osm_id":205699441, - "attractiveness":7, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "711":{ - "name":"Chapelle Saint-Louis", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8662111, - 2.4021275 - ], - "osm_type":"way", - "osm_id":212269821, - "attractiveness":4, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "712":{ - "name":"Chapelle Notre-Dame-des-Anges", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8462836, - 2.3235558 - ], - "osm_type":"way", - "osm_id":219378497, - "attractiveness":10, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "713":{ - "name":"Église Saint-Médard", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.9039188, - 2.3033583 - ], - "osm_type":"way", - "osm_id":239993052, - "attractiveness":8, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "714":{ - "name":"Chapelle Notre-Dame de la Médaille Miraculeuse", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8508082, - 2.3229325 - ], - "osm_type":"way", - "osm_id":244749667, - "attractiveness":10, - "must_do":false, - "n_tags":17, - "time_to_reach":0 - }, - "715":{ - "name":"Chapelle des Catéchismes", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8464729, - 2.3488067 - ], - "osm_type":"way", - "osm_id":255080046, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "716":{ - "name":"Communauté évangélique Paris Daumesnil", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.83697, - 2.3923213 - ], - "osm_type":"way", - "osm_id":257039232, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "717":{ + "397":{ "name":"Église Saint-Luc", "type":{ "landmark_type":"sightseeing" @@ -11487,7 +6367,7 @@ "n_tags":11, "time_to_reach":0 }, - "718":{ + "398":{ "name":"Église Saint-Paul de la Plaine", "type":{ "landmark_type":"sightseeing" @@ -11503,39 +6383,7 @@ "n_tags":8, "time_to_reach":0 }, - "719":{ - "name":"Notre-Dame-de-Belleville", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.873107, - 2.379402 - ], - "osm_type":"way", - "osm_id":328240241, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "720":{ - "name":"Michkenot Yaacov", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.87139, - 2.378182 - ], - "osm_type":"way", - "osm_id":329195478, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "721":{ + "399":{ "name":"Synagogue Kedouchat Levy", "type":{ "landmark_type":"sightseeing" @@ -11551,87 +6399,7 @@ "n_tags":7, "time_to_reach":0 }, - "722":{ - "name":"Chapelle Notre-Dame-de-Joye", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8366816, - 2.3352037 - ], - "osm_type":"way", - "osm_id":356802944, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "723":{ - "name":"Chapelle Saint-Vincent", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8390019, - 2.3638914 - ], - "osm_type":"way", - "osm_id":377136997, - "attractiveness":5, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "724":{ - "name":"Chapelle de la Vierge", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8388802, - 2.3643925 - ], - "osm_type":"way", - "osm_id":377137007, - "attractiveness":5, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "725":{ - "name":"Chapelle du Bon Pasteur", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.838778, - 2.3640571 - ], - "osm_type":"way", - "osm_id":377137015, - "attractiveness":5, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "726":{ - "name":"Chapelle Sainte-Geneviève", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8391111, - 2.364233 - ], - "osm_type":"way", - "osm_id":377137025, - "attractiveness":5, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "727":{ + "400":{ "name":"Ass Culturelle Fraternité De Pantin", "type":{ "landmark_type":"sightseeing" @@ -11647,7 +6415,7 @@ "n_tags":8, "time_to_reach":0 }, - "728":{ + "401":{ "name":"Chapelle Saint-Bernard", "type":{ "landmark_type":"sightseeing" @@ -11663,23 +6431,7 @@ "n_tags":12, "time_to_reach":0 }, - "729":{ - "name":"Mosquée de Bagnolet", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8703604, - 2.4141025 - ], - "osm_type":"way", - "osm_id":419731839, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "730":{ + "402":{ "name":"Mosquée du foyer", "type":{ "landmark_type":"sightseeing" @@ -11695,55 +6447,7 @@ "n_tags":3, "time_to_reach":0 }, - "731":{ - "name":"Grande Mosquée de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8420708, - 2.3551205 - ], - "osm_type":"way", - "osm_id":437812893, - "attractiveness":17, - "must_do":false, - "n_tags":28, - "time_to_reach":0 - }, - "732":{ - "name":"Chapelle de la Trinité", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8379082, - 2.3354561 - ], - "osm_type":"way", - "osm_id":439916874, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "733":{ - "name":"Cathédrale de la Sainte-Trinité", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8618757, - 2.3010168 - ], - "osm_type":"way", - "osm_id":449077939, - "attractiveness":11, - "must_do":false, - "n_tags":17, - "time_to_reach":0 - }, - "734":{ + "403":{ "name":"JW - Salle du Royaume", "type":{ "landmark_type":"sightseeing" @@ -11759,23 +6463,7 @@ "n_tags":7, "time_to_reach":0 }, - "735":{ - "name":"Chapelle Saint-Symphorien", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8539212, - 2.3338985 - ], - "osm_type":"way", - "osm_id":495635817, - "attractiveness":8, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "736":{ + "404":{ "name":"Grande Mosquée de Saint-Ouen Al Hashimi", "type":{ "landmark_type":"sightseeing" @@ -11791,23 +6479,7 @@ "n_tags":11, "time_to_reach":0 }, - "737":{ - "name":"Église Mariavite Sainte-Marie", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8717305, - 2.3486559 - ], - "osm_type":"way", - "osm_id":678987698, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "738":{ + "405":{ "name":"Église Notre-Dame-du-Rosaire", "type":{ "landmark_type":"sightseeing" @@ -11823,23 +6495,7 @@ "n_tags":7, "time_to_reach":0 }, - "739":{ - "name":"Église chinoise protestante de France", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8548174, - 2.4303501 - ], - "osm_type":"way", - "osm_id":860430821, - "attractiveness":4, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "740":{ + "406":{ "name":"Mosquée Islah", "type":{ "landmark_type":"sightseeing" @@ -11855,23 +6511,7 @@ "n_tags":6, "time_to_reach":0 }, - "741":{ - "name":"Centre Évangélique Philadelphia", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8549884, - 2.3931272 - ], - "osm_type":"way", - "osm_id":878120243, - "attractiveness":3, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "742":{ + "407":{ "name":"Grande Mosquée de Gennevilliers", "type":{ "landmark_type":"sightseeing" @@ -11887,87 +6527,7 @@ "n_tags":5, "time_to_reach":0 }, - "743":{ - "name":"Chapelle Sainte-Bernadette", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8463762, - 2.4128077 - ], - "osm_type":"way", - "osm_id":1056814460, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "744":{ - "name":"Église Orthodoxe Notre-Dame-Joie-des-Affligés-et-Sainte-Geneviève", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.848068, - 2.3516065 - ], - "osm_type":"way", - "osm_id":1056837934, - "attractiveness":8, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "745":{ - "name":"Chapelle Saint-Patrick", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8439589, - 2.3460268 - ], - "osm_type":"way", - "osm_id":1056864734, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "746":{ - "name":"Crypte du Martyrium de Saint-Denis", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8840251, - 2.3401578 - ], - "osm_type":"way", - "osm_id":1056870587, - "attractiveness":7, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "747":{ - "name":"Mosquée de bercy", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8393542, - 2.3819022 - ], - "osm_type":"way", - "osm_id":1197529267, - "attractiveness":6, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "748":{ + "408":{ "name":"Association Culturelle Islamique Kurdes", "type":{ "landmark_type":"sightseeing" @@ -11983,55 +6543,7 @@ "n_tags":6, "time_to_reach":0 }, - "749":{ - "name":"Centre Culturel Islamique", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8707111, - 2.3526824 - ], - "osm_type":"relation", - "osm_id":983153, - "attractiveness":4, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "750":{ - "name":"Église Saint-Joseph des Nations", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8689638, - 2.3733836 - ], - "osm_type":"relation", - "osm_id":1589962, - "attractiveness":7, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "751":{ - "name":"Sainte-Chapelle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8553966, - 2.3450136 - ], - "osm_type":"relation", - "osm_id":3344870, - "attractiveness":34, - "must_do":false, - "n_tags":54, - "time_to_reach":0 - }, - "752":{ + "409":{ "name":"ACIP Vincennes", "type":{ "landmark_type":"sightseeing" @@ -12047,23 +6559,7 @@ "n_tags":8, "time_to_reach":0 }, - "753":{ - "name":"Grand Bassin Rond", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8628735, - 2.3292934 - ], - "osm_type":"way", - "osm_id":14037695, - "attractiveness":9, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "754":{ + "410":{ "name":"Fontaine des quatre évêques", "type":{ "landmark_type":"sightseeing" @@ -12079,87 +6575,7 @@ "n_tags":8, "time_to_reach":0 }, - "755":{ - "name":"Fontaine Saint-Michel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8532077, - 2.3437213 - ], - "osm_type":"way", - "osm_id":40579862, - "attractiveness":9, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "756":{ - "name":"Fontaine des Innocents", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8606368, - 2.3480233 - ], - "osm_type":"way", - "osm_id":52469222, - "attractiveness":16, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "757":{ - "name":"Fontaine Molière", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8654941, - 2.336613 - ], - "osm_type":"way", - "osm_id":54097804, - "attractiveness":10, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "758":{ - "name":"Grand Bassin Octogonal", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8645216, - 2.3241359 - ], - "osm_type":"way", - "osm_id":54188993, - "attractiveness":10, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "759":{ - "name":"Vivier nord", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8631103, - 2.3305632 - ], - "osm_type":"way", - "osm_id":54201241, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "760":{ + "411":{ "name":"Vivier sud", "type":{ "landmark_type":"sightseeing" @@ -12175,39 +6591,7 @@ "n_tags":7, "time_to_reach":0 }, - "761":{ - "name":"Fontaine du Vert Bois", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8676331, - 2.3549912 - ], - "osm_type":"way", - "osm_id":54964126, - "attractiveness":7, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "762":{ - "name":"Fontaine du Pot-de-Fer", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8430761, - 2.3495033 - ], - "osm_type":"way", - "osm_id":57687072, - "attractiveness":13, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "763":{ + "412":{ "name":"Monument d'Eugène Delacroix", "type":{ "landmark_type":"sightseeing" @@ -12223,119 +6607,7 @@ "n_tags":9, "time_to_reach":0 }, - "764":{ - "name":"Fontaine de la Roquette", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8556081, - 2.3748544 - ], - "osm_type":"way", - "osm_id":63639456, - "attractiveness":12, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "765":{ - "name":"Fontaine Miroir d'eau, la Seine et ses affluents", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8668862, - 2.3116341 - ], - "osm_type":"way", - "osm_id":66758129, - "attractiveness":8, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "766":{ - "name":"Fontaine du Cirque", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8689623, - 2.3129461 - ], - "osm_type":"way", - "osm_id":67036988, - "attractiveness":9, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "767":{ - "name":"Fontaine des Ambassadeurs", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.867351, - 2.3180025 - ], - "osm_type":"way", - "osm_id":67091995, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "768":{ - "name":"Fontaine de la Grille du Coq", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8683812, - 2.3147853 - ], - "osm_type":"way", - "osm_id":67092064, - "attractiveness":9, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "769":{ - "name":"Fontaine des Fleuves", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8659921, - 2.3215076 - ], - "osm_type":"way", - "osm_id":72937684, - "attractiveness":9, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "770":{ - "name":"Fontaine des Mers", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8649597, - 2.3207519 - ], - "osm_type":"way", - "osm_id":72937685, - "attractiveness":9, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "771":{ + "413":{ "name":"Fontaine aux Lions", "type":{ "landmark_type":"sightseeing" @@ -12351,71 +6623,7 @@ "n_tags":8, "time_to_reach":0 }, - "772":{ - "name":"Exèdre sud", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8630819, - 2.3274922 - ], - "osm_type":"way", - "osm_id":96156168, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "773":{ - "name":"Fontaine Marta Pan", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.876741, - 2.3938898 - ], - "osm_type":"way", - "osm_id":149743024, - "attractiveness":5, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "774":{ - "name":"Place des Jets", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8914571, - 2.3139757 - ], - "osm_type":"way", - "osm_id":172641884, - "attractiveness":3, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "775":{ - "name":"Fontaine du Palmier", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8575005, - 2.3472864 - ], - "osm_type":"way", - "osm_id":261092850, - "attractiveness":23, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "776":{ + "414":{ "name":"Miroir d'Eau", "type":{ "landmark_type":"sightseeing" @@ -12431,119 +6639,7 @@ "n_tags":3, "time_to_reach":0 }, - "777":{ - "name":"Fontaine Trogneux", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8519972, - 2.3737337 - ], - "osm_type":"way", - "osm_id":435298569, - "attractiveness":15, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "778":{ - "name":"Exèdre nord", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8636863, - 2.3279318 - ], - "osm_type":"way", - "osm_id":576724335, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "779":{ - "name":"Fontaine de la Baleine Bleue", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8447209, - 2.3875269 - ], - "osm_type":"way", - "osm_id":661816194, - "attractiveness":2, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "780":{ - "name":"Fontaine du Théâtre Français - Nymphe marine", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8636698, - 2.3350052 - ], - "osm_type":"way", - "osm_id":664173645, - "attractiveness":7, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "781":{ - "name":"Fontaine du Théâtre Français - Nymphe fluviale", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8637734, - 2.3355665 - ], - "osm_type":"way", - "osm_id":664173647, - "attractiveness":7, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "782":{ - "name":"L'embâcle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8535557, - 2.3332296 - ], - "osm_type":"way", - "osm_id":664223075, - "attractiveness":5, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "783":{ - "name":"Fontaine du Bassin Soufflot", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8473998, - 2.3405879 - ], - "osm_type":"way", - "osm_id":685770760, - "attractiveness":9, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "784":{ + "415":{ "name":"La fontaine de la Vierge", "type":{ "landmark_type":"sightseeing" @@ -12559,7 +6655,7 @@ "n_tags":6, "time_to_reach":0 }, - "785":{ + "416":{ "name":"Fontaine de Diane", "type":{ "landmark_type":"sightseeing" @@ -12575,39 +6671,7 @@ "n_tags":10, "time_to_reach":0 }, - "786":{ - "name":"Fontaine de la Paix", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8495064, - 2.3328966 - ], - "osm_type":"way", - "osm_id":1200013023, - "attractiveness":13, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "787":{ - "name":"Fontaine du Marché-aux-Carmes", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8568844, - 2.3368075 - ], - "osm_type":"way", - "osm_id":1200620877, - "attractiveness":15, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "788":{ + "417":{ "name":"Fontaine Saussure", "type":{ "landmark_type":"sightseeing" @@ -12623,151 +6687,7 @@ "n_tags":2, "time_to_reach":0 }, - "789":{ - "name":"Parc de Bercy", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8354139, - 2.3821188 - ], - "osm_type":"way", - "osm_id":4083189, - "attractiveness":14, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "790":{ - "name":"Champ de Mars", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.856163, - 2.2978311 - ], - "osm_type":"way", - "osm_id":4208595, - "attractiveness":38, - "must_do":false, - "n_tags":25, - "time_to_reach":0 - }, - "791":{ - "name":"Jardin des Plantes", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8440393, - 2.3596915 - ], - "osm_type":"way", - "osm_id":4221369, - "attractiveness":33, - "must_do":false, - "n_tags":20, - "time_to_reach":0 - }, - "792":{ - "name":"Jardin du Palais Royal", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8650062, - 2.3378176 - ], - "osm_type":"way", - "osm_id":4263203, - "attractiveness":14, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "793":{ - "name":"Square Samuel Paty", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.850054, - 2.3441227 - ], - "osm_type":"way", - "osm_id":4433291, - "attractiveness":9, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "794":{ - "name":"Square Maurice Gardette", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8616892, - 2.379081 - ], - "osm_type":"way", - "osm_id":5095262, - "attractiveness":24, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "795":{ - "name":"Jardin de l'Arsenal", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8496559, - 2.368029 - ], - "osm_type":"way", - "osm_id":13862204, - "attractiveness":16, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "796":{ - "name":"Square Necker", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8395515, - 2.3065295 - ], - "osm_type":"way", - "osm_id":14320763, - "attractiveness":14, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "797":{ - "name":"Square de l'Oiseau Lunaire", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8420601, - 2.3053951 - ], - "osm_type":"way", - "osm_id":14321381, - "attractiveness":21, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "798":{ + "418":{ "name":"Square Jean Chérioux", "type":{ "landmark_type":"nature" @@ -12783,23 +6703,7 @@ "n_tags":5, "time_to_reach":0 }, - "799":{ - "name":"Square Gerbert-Blomet", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8398848, - 2.2979896 - ], - "osm_type":"way", - "osm_id":14349366, - "attractiveness":6, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "800":{ + "419":{ "name":"Jardin Bargue-Platon", "type":{ "landmark_type":"nature" @@ -12815,23 +6719,7 @@ "n_tags":4, "time_to_reach":0 }, - "801":{ - "name":"Square Pierre-Adrien Dalpayrat", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8377201, - 2.3133283 - ], - "osm_type":"way", - "osm_id":14349861, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "802":{ + "420":{ "name":"Jardin d'Alleray", "type":{ "landmark_type":"nature" @@ -12847,119 +6735,7 @@ "n_tags":8, "time_to_reach":0 }, - "803":{ - "name":"Square Jules Ferry", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8676687, - 2.368171 - ], - "osm_type":"way", - "osm_id":15275096, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "804":{ - "name":"Square Samuel de Champlain", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8638735, - 2.3926117 - ], - "osm_type":"way", - "osm_id":15410302, - "attractiveness":15, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "805":{ - "name":"Square Édouard-Vaillant", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8656404, - 2.4003007 - ], - "osm_type":"way", - "osm_id":15410871, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "806":{ - "name":"Jardin May Picqueray", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.863404, - 2.3715086 - ], - "osm_type":"way", - "osm_id":15459294, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "807":{ - "name":"Jardinet de l'Oeil du Canal", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8622029, - 2.3723267 - ], - "osm_type":"way", - "osm_id":15459327, - "attractiveness":6, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "808":{ - "name":"Square Gaston Baty", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8408346, - 2.3236435 - ], - "osm_type":"way", - "osm_id":15800289, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "809":{ - "name":"Square Jacques Antoine", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.834719, - 2.3318056 - ], - "osm_type":"way", - "osm_id":15800393, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "810":{ + "421":{ "name":"Square de la Tour Saint-Jacques", "type":{ "landmark_type":"nature" @@ -12975,23 +6751,7 @@ "n_tags":12, "time_to_reach":0 }, - "811":{ - "name":"Square des Missions Étrangères", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.852336, - 2.3243813 - ], - "osm_type":"way", - "osm_id":16190318, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "812":{ + "422":{ "name":"Jardin Villemin - Mahsa Jîna Amini", "type":{ "landmark_type":"nature" @@ -13007,151 +6767,7 @@ "n_tags":10, "time_to_reach":0 }, - "813":{ - "name":"Square Cambronne", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8481127, - 2.3024942 - ], - "osm_type":"way", - "osm_id":16811641, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "814":{ - "name":"Square Garibaldi", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8484407, - 2.3018807 - ], - "osm_type":"way", - "osm_id":16811756, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "815":{ - "name":"Square du Temple- Elie Wiesel", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8644582, - 2.3607535 - ], - "osm_type":"way", - "osm_id":16877048, - "attractiveness":19, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "816":{ - "name":"Jardin Atlantique", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8398756, - 2.3189805 - ], - "osm_type":"way", - "osm_id":16923782, - "attractiveness":20, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "817":{ - "name":"Esplanade Gaston Monnerville", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.843396, - 2.3369753 - ], - "osm_type":"way", - "osm_id":16924247, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "818":{ - "name":"Square Marie Trintignant", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8530479, - 2.3594008 - ], - "osm_type":"way", - "osm_id":17249266, - "attractiveness":23, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "819":{ - "name":"Parc de la Butte du Chapeau Rouge", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8817945, - 2.3985077 - ], - "osm_type":"way", - "osm_id":19578842, - "attractiveness":17, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "820":{ - "name":"Square de Cluny", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.850769, - 2.3440015 - ], - "osm_type":"way", - "osm_id":19741465, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "821":{ - "name":"Square André Lefèvre", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8516815, - 2.3455028 - ], - "osm_type":"way", - "osm_id":20105409, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "822":{ + "423":{ "name":"Square Jean XXIII", "type":{ "landmark_type":"nature" @@ -13167,39 +6783,7 @@ "n_tags":15, "time_to_reach":0 }, - "823":{ - "name":"Square de l'Île-de-France", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8521129, - 2.3521834 - ], - "osm_type":"way", - "osm_id":20444469, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "824":{ - "name":"Square du Cardinal-Wyszyński", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8362221, - 2.316288 - ], - "osm_type":"way", - "osm_id":22051814, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "825":{ + "424":{ "name":"Square René Le Gall", "type":{ "landmark_type":"nature" @@ -13215,7 +6799,7 @@ "n_tags":23, "time_to_reach":0 }, - "826":{ + "425":{ "name":"Jardin des Grands-Explorateurs Marco Polo et Robert Cavelier-de-la-Salle", "type":{ "landmark_type":"nature" @@ -13231,7 +6815,7 @@ "n_tags":13, "time_to_reach":0 }, - "827":{ + "426":{ "name":"Square Robert Montagne", "type":{ "landmark_type":"nature" @@ -13247,87 +6831,7 @@ "n_tags":3, "time_to_reach":0 }, - "828":{ - "name":"Place de la République", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8532411, - 2.4241324 - ], - "osm_type":"way", - "osm_id":22950049, - "attractiveness":4, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "829":{ - "name":"Square Saint-Éloi", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8446194, - 2.3876888 - ], - "osm_type":"way", - "osm_id":23032336, - "attractiveness":18, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "830":{ - "name":"Jardin des Trois Cornets", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8367091, - 2.3222733 - ], - "osm_type":"way", - "osm_id":23056192, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "831":{ - "name":"Square Danielle Mitterrand", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8505904, - 2.35003 - ], - "osm_type":"way", - "osm_id":23071565, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "832":{ - "name":"Jardin de l'Abbé Lemire", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8351969, - 2.3143613 - ], - "osm_type":"way", - "osm_id":23097586, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "833":{ + "427":{ "name":"Square d'Estienne d'Orves", "type":{ "landmark_type":"nature" @@ -13343,23 +6847,7 @@ "n_tags":6, "time_to_reach":0 }, - "834":{ - "name":"Jardin Tino Rossi - Musée de la Sculpture en Plein Air", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8474186, - 2.3607371 - ], - "osm_type":"way", - "osm_id":23644147, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "835":{ + "428":{ "name":"Square Roger-Stéphane", "type":{ "landmark_type":"nature" @@ -13375,7 +6863,7 @@ "n_tags":9, "time_to_reach":0 }, - "836":{ + "429":{ "name":"Square Sarah Bernhardt", "type":{ "landmark_type":"nature" @@ -13391,39 +6879,7 @@ "n_tags":5, "time_to_reach":0 }, - "837":{ - "name":"Square Rejane", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.848411, - 2.4045857 - ], - "osm_type":"way", - "osm_id":23757975, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "838":{ - "name":"Jardin Casque-d’Or", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8542134, - 2.4012585 - ], - "osm_type":"way", - "osm_id":23973895, - "attractiveness":15, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "839":{ + "430":{ "name":"Square Émile Chautemps", "type":{ "landmark_type":"nature" @@ -13439,23 +6895,7 @@ "n_tags":14, "time_to_reach":0 }, - "840":{ - "name":"Jardin d'Alleray-Procession", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8367295, - 2.3083829 - ], - "osm_type":"way", - "osm_id":24303504, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "841":{ + "431":{ "name":"Square d'Alleray Labrouste-Saint-Amand", "type":{ "landmark_type":"nature" @@ -13471,7 +6911,7 @@ "n_tags":7, "time_to_reach":0 }, - "842":{ + "432":{ "name":"Parc Abel-Mézières", "type":{ "landmark_type":"nature" @@ -13487,7 +6927,7 @@ "n_tags":2, "time_to_reach":0 }, - "843":{ + "433":{ "name":"Parc François Mitterrand", "type":{ "landmark_type":"nature" @@ -13503,7 +6943,7 @@ "n_tags":6, "time_to_reach":0 }, - "844":{ + "434":{ "name":"Jardin Henri-Sauvage", "type":{ "landmark_type":"nature" @@ -13519,23 +6959,7 @@ "n_tags":4, "time_to_reach":0 }, - "845":{ - "name":"Square Léo Ferré", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8496849, - 2.3806486 - ], - "osm_type":"way", - "osm_id":25423021, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "846":{ + "435":{ "name":"Square des Epinettes", "type":{ "landmark_type":"nature" @@ -13551,7 +6975,7 @@ "n_tags":10, "time_to_reach":0 }, - "847":{ + "436":{ "name":"Square Claude Nicolas Ledoux", "type":{ "landmark_type":"nature" @@ -13567,87 +6991,7 @@ "n_tags":7, "time_to_reach":0 }, - "848":{ - "name":"Square Federico-García-Lorca", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8547442, - 2.3531977 - ], - "osm_type":"way", - "osm_id":25992413, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "849":{ - "name":"Square Louvois", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8679732, - 2.3375739 - ], - "osm_type":"way", - "osm_id":26277958, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "850":{ - "name":"Jardin Toussaint Louverture", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8658741, - 2.3882745 - ], - "osm_type":"way", - "osm_id":26580004, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "851":{ - "name":"Square Laurent Prache", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8542571, - 2.333953 - ], - "osm_type":"way", - "osm_id":26583593, - "attractiveness":9, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "852":{ - "name":"Square Jacques Grynberg", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8636384, - 2.3889992 - ], - "osm_type":"way", - "osm_id":26799003, - "attractiveness":6, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "853":{ + "437":{ "name":"Square Eugène Varlin", "type":{ "landmark_type":"nature" @@ -13663,7 +7007,7 @@ "n_tags":10, "time_to_reach":0 }, - "854":{ + "438":{ "name":"Square Henri Christiné", "type":{ "landmark_type":"nature" @@ -13679,23 +7023,7 @@ "n_tags":8, "time_to_reach":0 }, - "855":{ - "name":"Square Albert Besnard", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8849414, - 2.2973032 - ], - "osm_type":"way", - "osm_id":27089043, - "attractiveness":11, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "856":{ + "439":{ "name":"Jardin Claire Motte", "type":{ "landmark_type":"nature" @@ -13711,7 +7039,7 @@ "n_tags":4, "time_to_reach":0 }, - "857":{ + "440":{ "name":"Square de Clignancourt", "type":{ "landmark_type":"nature" @@ -13727,7 +7055,7 @@ "n_tags":5, "time_to_reach":0 }, - "858":{ + "441":{ "name":"Parc municipal Lucie-Aubrac", "type":{ "landmark_type":"nature" @@ -13743,39 +7071,7 @@ "n_tags":4, "time_to_reach":0 }, - "859":{ - "name":"Jardin James Joyce", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8360425, - 2.3736293 - ], - "osm_type":"way", - "osm_id":29023035, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "860":{ - "name":"Jardin Gabriële Buffet", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8707702, - 2.3832889 - ], - "osm_type":"way", - "osm_id":29386804, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "861":{ + "442":{ "name":"Square Aristide Cavaillé-Coll", "type":{ "landmark_type":"nature" @@ -13791,55 +7087,7 @@ "n_tags":8, "time_to_reach":0 }, - "862":{ - "name":"La Jardinère", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8520789, - 2.3911491 - ], - "osm_type":"way", - "osm_id":29733337, - "attractiveness":15, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "863":{ - "name":"Jardin des rues Maronites-Pressoir", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8684325, - 2.3835877 - ], - "osm_type":"way", - "osm_id":29857475, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "864":{ - "name":"Square Saint-Bernard - Saïd Bouziri", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8861141, - 2.3560988 - ], - "osm_type":"way", - "osm_id":29880464, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "865":{ + "443":{ "name":"Place Salvador Allende", "type":{ "landmark_type":"nature" @@ -13855,7 +7103,7 @@ "n_tags":2, "time_to_reach":0 }, - "866":{ + "444":{ "name":"Jardin Rachmaninov", "type":{ "landmark_type":"nature" @@ -13871,7 +7119,7 @@ "n_tags":5, "time_to_reach":0 }, - "867":{ + "445":{ "name":"Square Serge Reggiani", "type":{ "landmark_type":"nature" @@ -13887,23 +7135,7 @@ "n_tags":7, "time_to_reach":0 }, - "868":{ - "name":"Square Georges Lamarque", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8347523, - 2.3305611 - ], - "osm_type":"way", - "osm_id":30992402, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "869":{ + "446":{ "name":"Square Emmanuel Fleury", "type":{ "landmark_type":"nature" @@ -13919,55 +7151,7 @@ "n_tags":6, "time_to_reach":0 }, - "870":{ - "name":"Square Séverine", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8656133, - 2.4102296 - ], - "osm_type":"way", - "osm_id":31150082, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "871":{ - "name":"Jardin de la Gare de Charonne", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8520047, - 2.4096163 - ], - "osm_type":"way", - "osm_id":31150090, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "872":{ - "name":"Jardin de l'Hospice Debrousse", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8620243, - 2.4069055 - ], - "osm_type":"way", - "osm_id":31150105, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "873":{ + "447":{ "name":"Square Charles Hermite", "type":{ "landmark_type":"nature" @@ -13983,7 +7167,7 @@ "n_tags":4, "time_to_reach":0 }, - "874":{ + "448":{ "name":"Jardin Anaïs Nin", "type":{ "landmark_type":"nature" @@ -13999,7 +7183,7 @@ "n_tags":3, "time_to_reach":0 }, - "875":{ + "449":{ "name":"Square de Stalingrad", "type":{ "landmark_type":"nature" @@ -14015,23 +7199,7 @@ "n_tags":10, "time_to_reach":0 }, - "876":{ - "name":"Square Lucien Brun", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9160162, - 2.3879732 - ], - "osm_type":"way", - "osm_id":31252204, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "877":{ + "450":{ "name":"Parc Eli Lotar", "type":{ "landmark_type":"nature" @@ -14047,23 +7215,7 @@ "n_tags":5, "time_to_reach":0 }, - "878":{ - "name":"Parc Josette et Maurice Audin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8742718, - 2.4226243 - ], - "osm_type":"way", - "osm_id":31352451, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "879":{ + "451":{ "name":"Parc Diderot", "type":{ "landmark_type":"nature" @@ -14079,7 +7231,7 @@ "n_tags":4, "time_to_reach":0 }, - "880":{ + "452":{ "name":"Espaces Verts des Courtillères", "type":{ "landmark_type":"nature" @@ -14095,7 +7247,7 @@ "n_tags":2, "time_to_reach":0 }, - "881":{ + "453":{ "name":"Square Edmond Pépin", "type":{ "landmark_type":"nature" @@ -14111,39 +7263,7 @@ "n_tags":2, "time_to_reach":0 }, - "882":{ - "name":"Square Barye", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8499067, - 2.3597039 - ], - "osm_type":"way", - "osm_id":33189664, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "883":{ - "name":"Square Pierre de Gaulle", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8509647, - 2.3132006 - ], - "osm_type":"way", - "osm_id":34107132, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "884":{ + "454":{ "name":"Square d'Anvers - Jean-Claude-Carrière", "type":{ "landmark_type":"nature" @@ -14159,39 +7279,7 @@ "n_tags":10, "time_to_reach":0 }, - "885":{ - "name":"Square Sergent Aurélie Salel", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8670535, - 2.3915986 - ], - "osm_type":"way", - "osm_id":34932338, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "886":{ - "name":"Square du Docteur Jacques-Joseph Grancher", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8654226, - 2.394151 - ], - "osm_type":"way", - "osm_id":34932377, - "attractiveness":14, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "887":{ + "455":{ "name":"Square Marcel Sembat", "type":{ "landmark_type":"nature" @@ -14207,23 +7295,7 @@ "n_tags":3, "time_to_reach":0 }, - "888":{ - "name":"Jardin Yacine-Kateb", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8346679, - 2.3562018 - ], - "osm_type":"way", - "osm_id":35329502, - "attractiveness":7, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "889":{ + "456":{ "name":"Square Léon-Frapié", "type":{ "landmark_type":"nature" @@ -14239,7 +7311,7 @@ "n_tags":6, "time_to_reach":0 }, - "890":{ + "457":{ "name":"Square de la Marseillaise", "type":{ "landmark_type":"nature" @@ -14255,7 +7327,7 @@ "n_tags":7, "time_to_reach":0 }, - "891":{ + "458":{ "name":"Square Léon-Serpollet", "type":{ "landmark_type":"nature" @@ -14271,7 +7343,7 @@ "n_tags":7, "time_to_reach":0 }, - "892":{ + "459":{ "name":"Parc Roger Salengro", "type":{ "landmark_type":"nature" @@ -14287,7 +7359,7 @@ "n_tags":6, "time_to_reach":0 }, - "893":{ + "460":{ "name":"Jardin des Buttes", "type":{ "landmark_type":"nature" @@ -14303,55 +7375,7 @@ "n_tags":2, "time_to_reach":0 }, - "894":{ - "name":"Square des Saint-Simoniens - Ménilmontant", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8706364, - 2.3966401 - ], - "osm_type":"way", - "osm_id":36953982, - "attractiveness":4, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "895":{ - "name":"Square Léon", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8861024, - 2.3534296 - ], - "osm_type":"way", - "osm_id":37134121, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "896":{ - "name":"Jardin de la Gare de Reuilly - Julien Lauprêtre", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8409618, - 2.3923863 - ], - "osm_type":"way", - "osm_id":39231149, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "897":{ + "461":{ "name":"Parc des Sports", "type":{ "landmark_type":"nature" @@ -14367,7 +7391,7 @@ "n_tags":4, "time_to_reach":0 }, - "898":{ + "462":{ "name":"Parc Chenard et Walcker", "type":{ "landmark_type":"nature" @@ -14383,7 +7407,7 @@ "n_tags":2, "time_to_reach":0 }, - "899":{ + "463":{ "name":"Allées Missak-Manouchian", "type":{ "landmark_type":"nature" @@ -14399,55 +7423,7 @@ "n_tags":2, "time_to_reach":0 }, - "900":{ - "name":"Square Eugène Thomas", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8411562, - 2.3876283 - ], - "osm_type":"way", - "osm_id":40496627, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "901":{ - "name":"Jardin Lesseps", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8591648, - 2.4000813 - ], - "osm_type":"way", - "osm_id":40650819, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "902":{ - "name":"Le Jardin du Couchant", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8473806, - 2.4298026 - ], - "osm_type":"way", - "osm_id":41416345, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "903":{ + "464":{ "name":"Jardin Ilan-Halimi", "type":{ "landmark_type":"nature" @@ -14463,7 +7439,7 @@ "n_tags":7, "time_to_reach":0 }, - "904":{ + "465":{ "name":"square Jules Ferry", "type":{ "landmark_type":"nature" @@ -14479,7 +7455,7 @@ "n_tags":2, "time_to_reach":0 }, - "905":{ + "466":{ "name":"Parc Robinson", "type":{ "landmark_type":"nature" @@ -14495,7 +7471,7 @@ "n_tags":4, "time_to_reach":0 }, - "906":{ + "467":{ "name":"Square Denise Buisson", "type":{ "landmark_type":"nature" @@ -14511,23 +7487,7 @@ "n_tags":3, "time_to_reach":0 }, - "907":{ - "name":"Square Schnarbach", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8673792, - 2.4208847 - ], - "osm_type":"way", - "osm_id":44774327, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "908":{ + "468":{ "name":"Square Louise Michel", "type":{ "landmark_type":"nature" @@ -14543,23 +7503,7 @@ "n_tags":10, "time_to_reach":0 }, - "909":{ - "name":"Square Ernest Gouin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.894104, - 2.3183239 - ], - "osm_type":"way", - "osm_id":47032962, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "910":{ + "469":{ "name":"Square Helbronner", "type":{ "landmark_type":"nature" @@ -14575,7 +7519,7 @@ "n_tags":5, "time_to_reach":0 }, - "911":{ + "470":{ "name":"Square Ozanam", "type":{ "landmark_type":"nature" @@ -14591,7 +7535,7 @@ "n_tags":12, "time_to_reach":0 }, - "912":{ + "471":{ "name":"Parc Aimé Césaire", "type":{ "landmark_type":"nature" @@ -14607,23 +7551,7 @@ "n_tags":9, "time_to_reach":0 }, - "913":{ - "name":"Square Saint-Laurent", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8745269, - 2.3581994 - ], - "osm_type":"way", - "osm_id":52525931, - "attractiveness":17, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "914":{ + "472":{ "name":"Square des Acrobates", "type":{ "landmark_type":"nature" @@ -14639,87 +7567,7 @@ "n_tags":6, "time_to_reach":0 }, - "915":{ - "name":"Les Jardins Wilson", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9168312, - 2.3576065 - ], - "osm_type":"way", - "osm_id":52982644, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "916":{ - "name":"Jardin des Droits de l'Enfant", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9169547, - 2.3623472 - ], - "osm_type":"way", - "osm_id":52983425, - "attractiveness":4, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "917":{ - "name":"Place Dauphine", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8564818, - 2.3425186 - ], - "osm_type":"way", - "osm_id":53567907, - "attractiveness":15, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "918":{ - "name":"Square du Vert Galant", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8574038, - 2.3402065 - ], - "osm_type":"way", - "osm_id":53570787, - "attractiveness":15, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "919":{ - "name":"Jardin des Tuileries", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8636681, - 2.3266855 - ], - "osm_type":"way", - "osm_id":53820452, - "attractiveness":35, - "must_do":false, - "n_tags":23, - "time_to_reach":0 - }, - "920":{ + "473":{ "name":"Jardinet place du lieutenant Henri-Karcher", "type":{ "landmark_type":"nature" @@ -14735,23 +7583,7 @@ "n_tags":5, "time_to_reach":0 }, - "921":{ - "name":"Parc Mozart", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9047926, - 2.3174309 - ], - "osm_type":"way", - "osm_id":54378396, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "922":{ + "474":{ "name":"Parc Théodore Monod", "type":{ "landmark_type":"nature" @@ -14767,7 +7599,7 @@ "n_tags":2, "time_to_reach":0 }, - "923":{ + "475":{ "name":"Square Jacques Bidault", "type":{ "landmark_type":"nature" @@ -14783,7 +7615,7 @@ "n_tags":7, "time_to_reach":0 }, - "924":{ + "476":{ "name":"Square Charles Victor Langlois", "type":{ "landmark_type":"nature" @@ -14799,39 +7631,7 @@ "n_tags":8, "time_to_reach":0 }, - "925":{ - "name":"Square du Maréchal de Lattre de Tassigny", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9143086, - 2.3069584 - ], - "osm_type":"way", - "osm_id":56322347, - "attractiveness":4, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "926":{ - "name":"Square Georges-Cain", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8580274, - 2.3627026 - ], - "osm_type":"way", - "osm_id":57832958, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "927":{ + "477":{ "name":"Jardin Serge Gainsbourg", "type":{ "landmark_type":"nature" @@ -14847,7 +7647,7 @@ "n_tags":6, "time_to_reach":0 }, - "928":{ + "478":{ "name":"Square Alban Satragne", "type":{ "landmark_type":"nature" @@ -14863,23 +7663,7 @@ "n_tags":9, "time_to_reach":0 }, - "929":{ - "name":"Square Gabriel Pierné", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8569321, - 2.336828 - ], - "osm_type":"way", - "osm_id":62238366, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "930":{ + "479":{ "name":"Square Félix Desruelles", "type":{ "landmark_type":"nature" @@ -14895,103 +7679,7 @@ "n_tags":7, "time_to_reach":0 }, - "931":{ - "name":"Square Honoré Champion", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8573993, - 2.3362477 - ], - "osm_type":"way", - "osm_id":62297777, - "attractiveness":9, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "932":{ - "name":"Square Francis Poulenc", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8495279, - 2.3376503 - ], - "osm_type":"way", - "osm_id":62522583, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "933":{ - "name":"Jardin de l'Hôpital Saint-Louis", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8732979, - 2.3675483 - ], - "osm_type":"way", - "osm_id":63198315, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "934":{ - "name":"Square Marcel Mouloudji", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8854008, - 2.3771778 - ], - "osm_type":"way", - "osm_id":63246416, - "attractiveness":16, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "935":{ - "name":"Square Jean Morin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8386537, - 2.3889151 - ], - "osm_type":"way", - "osm_id":65237132, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "936":{ - "name":"Square Taras Chevtchenko", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8545907, - 2.3309327 - ], - "osm_type":"way", - "osm_id":66608003, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "937":{ + "480":{ "name":"Square Marcel Pagnol", "type":{ "landmark_type":"nature" @@ -15007,7 +7695,7 @@ "n_tags":8, "time_to_reach":0 }, - "938":{ + "481":{ "name":"Place du Guatémala", "type":{ "landmark_type":"nature" @@ -15023,7 +7711,7 @@ "n_tags":5, "time_to_reach":0 }, - "939":{ + "482":{ "name":"Jardin de l’Hôtel Salomon de Rothschild", "type":{ "landmark_type":"nature" @@ -15039,7 +7727,7 @@ "n_tags":3, "time_to_reach":0 }, - "940":{ + "483":{ "name":"Square de la rue Hélène", "type":{ "landmark_type":"nature" @@ -15055,7 +7743,7 @@ "n_tags":5, "time_to_reach":0 }, - "941":{ + "484":{ "name":"Square des Recollets", "type":{ "landmark_type":"nature" @@ -15071,87 +7759,7 @@ "n_tags":8, "time_to_reach":0 }, - "942":{ - "name":"Square Frédérick Lemaître", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8693255, - 2.3668597 - ], - "osm_type":"way", - "osm_id":76910095, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "943":{ - "name":"Square des Recollets", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8736579, - 2.3633289 - ], - "osm_type":"way", - "osm_id":76910102, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "944":{ - "name":"Square Samuel Rousseau", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.859034, - 2.3197078 - ], - "osm_type":"way", - "osm_id":77708549, - "attractiveness":11, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "945":{ - "name":"Parc Juliette Dodu", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.875517, - 2.3694089 - ], - "osm_type":"way", - "osm_id":77727267, - "attractiveness":14, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "946":{ - "name":"Square Alain Bashung", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.885345, - 2.3561989 - ], - "osm_type":"way", - "osm_id":78009019, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "947":{ + "485":{ "name":"Jardin Hector Malot", "type":{ "landmark_type":"nature" @@ -15167,23 +7775,7 @@ "n_tags":8, "time_to_reach":0 }, - "948":{ - "name":"Coulée verte René-Dumont", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8494077, - 2.3715981 - ], - "osm_type":"way", - "osm_id":78148984, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "949":{ + "486":{ "name":"Les Jardins du Ruisseau", "type":{ "landmark_type":"nature" @@ -15199,7 +7791,7 @@ "n_tags":5, "time_to_reach":0 }, - "950":{ + "487":{ "name":"Jardin public de l'Observatoire de Paris", "type":{ "landmark_type":"nature" @@ -15215,7 +7807,7 @@ "n_tags":4, "time_to_reach":0 }, - "951":{ + "488":{ "name":"Jardin de l'Église Saint-Éloi", "type":{ "landmark_type":"nature" @@ -15231,7 +7823,7 @@ "n_tags":3, "time_to_reach":0 }, - "952":{ + "489":{ "name":"Cour Pasteur", "type":{ "landmark_type":"nature" @@ -15247,7 +7839,7 @@ "n_tags":2, "time_to_reach":0 }, - "953":{ + "490":{ "name":"Cour aux Ernest", "type":{ "landmark_type":"nature" @@ -15263,23 +7855,7 @@ "n_tags":4, "time_to_reach":0 }, - "954":{ - "name":"Square Auguste Mariette-Pacha", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8491483, - 2.345955 - ], - "osm_type":"way", - "osm_id":97602191, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "955":{ + "491":{ "name":"Square Michel Foucault", "type":{ "landmark_type":"nature" @@ -15295,7 +7871,7 @@ "n_tags":4, "time_to_reach":0 }, - "956":{ + "492":{ "name":"Square Yves Coppens", "type":{ "landmark_type":"nature" @@ -15311,71 +7887,7 @@ "n_tags":4, "time_to_reach":0 }, - "957":{ - "name":"Square des Grès", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8595609, - 2.4061357 - ], - "osm_type":"way", - "osm_id":99577109, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "958":{ - "name":"Square Théodore Monod", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8387444, - 2.3536989 - ], - "osm_type":"way", - "osm_id":100183214, - "attractiveness":16, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "959":{ - "name":"Place Salvador Allende", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8577775, - 2.3104707 - ], - "osm_type":"way", - "osm_id":103196817, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "960":{ - "name":"Square Santiago du Chili", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8575867, - 2.3107745 - ], - "osm_type":"way", - "osm_id":103214099, - "attractiveness":16, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "961":{ + "493":{ "name":"Square de l'Abbé Esquerré", "type":{ "landmark_type":"nature" @@ -15391,23 +7903,7 @@ "n_tags":7, "time_to_reach":0 }, - "962":{ - "name":"Square Paganini", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.851646, - 2.4114825 - ], - "osm_type":"way", - "osm_id":105480109, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "963":{ + "494":{ "name":"Square des Deux Nèthes", "type":{ "landmark_type":"nature" @@ -15423,23 +7919,7 @@ "n_tags":5, "time_to_reach":0 }, - "964":{ - "name":"Square Alex Biscarre", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8785098, - 2.33667 - ], - "osm_type":"way", - "osm_id":107257915, - "attractiveness":9, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "965":{ + "495":{ "name":"Square Hector Berlioz", "type":{ "landmark_type":"nature" @@ -15455,103 +7935,7 @@ "n_tags":9, "time_to_reach":0 }, - "966":{ - "name":"Square Henri-Karcher", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8598335, - 2.4007923 - ], - "osm_type":"way", - "osm_id":107420896, - "attractiveness":14, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "967":{ - "name":"Square Louise de Marillac", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8847174, - 2.3600291 - ], - "osm_type":"way", - "osm_id":112072675, - "attractiveness":15, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "968":{ - "name":"Square de Jessaint", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8846714, - 2.3586794 - ], - "osm_type":"way", - "osm_id":112072676, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "969":{ - "name":"Jardin Amadou Hampâté Bâ", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8775562, - 2.368215 - ], - "osm_type":"way", - "osm_id":112705281, - "attractiveness":17, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "970":{ - "name":"Square Jules Verne", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.870299, - 2.3751231 - ], - "osm_type":"way", - "osm_id":113735650, - "attractiveness":17, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "971":{ - "name":"Square Salvador Allende", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8860212, - 2.4035519 - ], - "osm_type":"way", - "osm_id":114446149, - "attractiveness":4, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "972":{ + "496":{ "name":"Point vert de la place Roosevelt, Schaeffer, Noyers", "type":{ "landmark_type":"nature" @@ -15567,39 +7951,7 @@ "n_tags":3, "time_to_reach":0 }, - "973":{ - "name":"Square Marcel Rajman", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8603366, - 2.3852102 - ], - "osm_type":"way", - "osm_id":114992323, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "974":{ - "name":"Square de la Roquette", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.859612, - 2.3846977 - ], - "osm_type":"way", - "osm_id":114992325, - "attractiveness":17, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "975":{ + "497":{ "name":"Jardin de l'Intendant", "type":{ "landmark_type":"nature" @@ -15615,71 +7967,7 @@ "n_tags":5, "time_to_reach":0 }, - "976":{ - "name":"Jardinet de l'Oeil du Canal", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8622353, - 2.3721827 - ], - "osm_type":"way", - "osm_id":115024601, - "attractiveness":6, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "977":{ - "name":"Jardin du Cloître", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8360411, - 2.3173742 - ], - "osm_type":"way", - "osm_id":115643938, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "978":{ - "name":"Square Francis Lemarque", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8560581, - 2.3767898 - ], - "osm_type":"way", - "osm_id":115671979, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "979":{ - "name":"Jardin Louis Majorelle", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8521162, - 2.3812457 - ], - "osm_type":"way", - "osm_id":115804143, - "attractiveness":17, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "980":{ + "498":{ "name":"Square Raoul Nordling", "type":{ "landmark_type":"nature" @@ -15695,71 +7983,7 @@ "n_tags":7, "time_to_reach":0 }, - "981":{ - "name":"Jardin de la Folie Titon", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.852132, - 2.3857036 - ], - "osm_type":"way", - "osm_id":117887012, - "attractiveness":19, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "982":{ - "name":"Jardin Émile Gallé", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8539515, - 2.3908187 - ], - "osm_type":"way", - "osm_id":117990783, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "983":{ - "name":"Jardin Damia", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.854895, - 2.3945985 - ], - "osm_type":"way", - "osm_id":118651574, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "984":{ - "name":"Square Albert Tournaire", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8452398, - 2.3678042 - ], - "osm_type":"way", - "osm_id":118852153, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "985":{ + "499":{ "name":"Square Trousseau", "type":{ "landmark_type":"nature" @@ -15775,87 +7999,7 @@ "n_tags":9, "time_to_reach":0 }, - "986":{ - "name":"Espace Édouard Vaillant", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9019175, - 2.3333031 - ], - "osm_type":"way", - "osm_id":119637302, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "987":{ - "name":"Square Yves Klein", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8390534, - 2.3311747 - ], - "osm_type":"way", - "osm_id":122389763, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "988":{ - "name":"Jardin du Luxembourg", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8467137, - 2.3363649 - ], - "osm_type":"way", - "osm_id":128206209, - "attractiveness":35, - "must_do":false, - "n_tags":23, - "time_to_reach":0 - }, - "989":{ - "name":"Square Frédéric Rossif", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8435465, - 2.3852893 - ], - "osm_type":"way", - "osm_id":129148726, - "attractiveness":14, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "990":{ - "name":"Jardin Debergue - Rendez-Vous", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8462933, - 2.4046646 - ], - "osm_type":"way", - "osm_id":129881942, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "991":{ + "500":{ "name":"Square Courteline", "type":{ "landmark_type":"nature" @@ -15871,55 +8015,7 @@ "n_tags":6, "time_to_reach":0 }, - "992":{ - "name":"Square Georges Méliès", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8412134, - 2.4097978 - ], - "osm_type":"way", - "osm_id":130697130, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "993":{ - "name":"Square Émile Cohl", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8420942, - 2.4102484 - ], - "osm_type":"way", - "osm_id":130697131, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "994":{ - "name":"Square Pierre Pasquier", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8358723, - 2.4081721 - ], - "osm_type":"way", - "osm_id":130888996, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "995":{ + "501":{ "name":"Square Van Vollenhoven", "type":{ "landmark_type":"nature" @@ -15935,23 +8031,7 @@ "n_tags":8, "time_to_reach":0 }, - "996":{ - "name":"Square Emily Dickinson", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8509192, - 2.40017 - ], - "osm_type":"way", - "osm_id":131979604, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "997":{ + "502":{ "name":"Jardinières angles des rues Daumesnil - Charenton", "type":{ "landmark_type":"nature" @@ -15967,7 +8047,7 @@ "n_tags":2, "time_to_reach":0 }, - "998":{ + "503":{ "name":"Bois de Vincennes", "type":{ "landmark_type":"nature" @@ -15983,87 +8063,7 @@ "n_tags":9, "time_to_reach":0 }, - "999":{ - "name":"Square Jehan Rictus", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.884868, - 2.3387222 - ], - "osm_type":"way", - "osm_id":142320229, - "attractiveness":10, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1000":{ - "name":"Square Marcel-Bleustein-Blanchet", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8878483, - 2.3437578 - ], - "osm_type":"way", - "osm_id":148523783, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1001":{ - "name":"Square Claude-Charpentier", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8875022, - 2.3418023 - ], - "osm_type":"way", - "osm_id":148890976, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1002":{ - "name":"Jardin rue des Couronnes", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8710124, - 2.3875946 - ], - "osm_type":"way", - "osm_id":149164759, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1003":{ - "name":"Square Simplon", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8940576, - 2.3497473 - ], - "osm_type":"way", - "osm_id":149737323, - "attractiveness":4, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1004":{ + "504":{ "name":"Square Monseigneur Maillet", "type":{ "landmark_type":"nature" @@ -16079,39 +8079,7 @@ "n_tags":7, "time_to_reach":0 }, - "1005":{ - "name":"Square Suzanne Buisson", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8882157, - 2.3372454 - ], - "osm_type":"way", - "osm_id":154690027, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1006":{ - "name":"Parc de Belleville", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8715484, - 2.3849526 - ], - "osm_type":"way", - "osm_id":154892778, - "attractiveness":19, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "1007":{ + "505":{ "name":"Square Sainte-Hélène", "type":{ "landmark_type":"nature" @@ -16127,23 +8095,7 @@ "n_tags":7, "time_to_reach":0 }, - "1008":{ - "name":"Coulée verte René-Dumont", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8408371, - 2.4027895 - ], - "osm_type":"way", - "osm_id":155987676, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1009":{ + "506":{ "name":"Jardin Nelson Mandela", "type":{ "landmark_type":"nature" @@ -16159,23 +8111,7 @@ "n_tags":15, "time_to_reach":0 }, - "1010":{ - "name":"Square d'Alleray La Quintinie", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8372404, - 2.3042256 - ], - "osm_type":"way", - "osm_id":160276699, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1011":{ + "507":{ "name":"Square Les Z'Arts", "type":{ "landmark_type":"nature" @@ -16191,23 +8127,7 @@ "n_tags":4, "time_to_reach":0 }, - "1012":{ - "name":"Jardin de la rue Ginette Neveu", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9000048, - 2.3452328 - ], - "osm_type":"way", - "osm_id":161718854, - "attractiveness":9, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1013":{ + "508":{ "name":"Jardin René Binet", "type":{ "landmark_type":"nature" @@ -16223,23 +8143,7 @@ "n_tags":4, "time_to_reach":0 }, - "1014":{ - "name":"Square Antoine Blondin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8607016, - 2.4053074 - ], - "osm_type":"way", - "osm_id":164373084, - "attractiveness":15, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1015":{ + "509":{ "name":"Square Montgolfier", "type":{ "landmark_type":"nature" @@ -16255,103 +8159,7 @@ "n_tags":6, "time_to_reach":0 }, - "1016":{ - "name":"Square Hilaire Hega Penda", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8564256, - 2.428672 - ], - "osm_type":"way", - "osm_id":167865907, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1017":{ - "name":"Terrain d'aventures", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8518026, - 2.4278557 - ], - "osm_type":"way", - "osm_id":167897709, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1018":{ - "name":"Square du 19 Mars 1962", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8709071, - 2.4228943 - ], - "osm_type":"way", - "osm_id":170855057, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1019":{ - "name":"Parc des Buttes-Chaumont", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8795426, - 2.383804 - ], - "osm_type":"way", - "osm_id":173204460, - "attractiveness":26, - "must_do":false, - "n_tags":17, - "time_to_reach":0 - }, - "1020":{ - "name":"Jardin de l'hôtel-Lamoignon - Mark-Ashton", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8568463, - 2.3622093 - ], - "osm_type":"way", - "osm_id":175660392, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1021":{ - "name":"Square des Batignolles", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.887481, - 2.3163402 - ], - "osm_type":"way", - "osm_id":176234171, - "attractiveness":9, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1022":{ + "510":{ "name":"Square de la Madone", "type":{ "landmark_type":"nature" @@ -16367,7 +8175,7 @@ "n_tags":6, "time_to_reach":0 }, - "1023":{ + "511":{ "name":"Square Ernest-Chausson", "type":{ "landmark_type":"nature" @@ -16383,23 +8191,7 @@ "n_tags":8, "time_to_reach":0 }, - "1024":{ - "name":"Square du Docteur Variot", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8761496, - 2.4066262 - ], - "osm_type":"way", - "osm_id":183535184, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1025":{ + "512":{ "name":"Square Curial", "type":{ "landmark_type":"nature" @@ -16415,7 +8207,7 @@ "n_tags":4, "time_to_reach":0 }, - "1026":{ + "513":{ "name":"Square Dampierre-Rouvet", "type":{ "landmark_type":"nature" @@ -16431,55 +8223,7 @@ "n_tags":3, "time_to_reach":0 }, - "1027":{ - "name":"Jardin André-Ulmann", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8895026, - 2.2986088 - ], - "osm_type":"way", - "osm_id":185760173, - "attractiveness":18, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "1028":{ - "name":"Jardin Pierre-Seghers", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8698168, - 2.3982236 - ], - "osm_type":"way", - "osm_id":188374132, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1029":{ - "name":"Square André-Malraux", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8412889, - 2.4332771 - ], - "osm_type":"way", - "osm_id":193131723, - "attractiveness":6, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1030":{ + "514":{ "name":"Square de Montjoie", "type":{ "landmark_type":"nature" @@ -16495,7 +8239,7 @@ "n_tags":3, "time_to_reach":0 }, - "1031":{ + "515":{ "name":"Square Diderot", "type":{ "landmark_type":"nature" @@ -16511,7 +8255,7 @@ "n_tags":3, "time_to_reach":0 }, - "1032":{ + "516":{ "name":"Square Petit", "type":{ "landmark_type":"nature" @@ -16527,39 +8271,7 @@ "n_tags":3, "time_to_reach":0 }, - "1033":{ - "name":"Jardin Luc-Hoffmann", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8867839, - 2.37057 - ], - "osm_type":"way", - "osm_id":199023600, - "attractiveness":13, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1034":{ - "name":"Parc Alsace", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8921504, - 2.2985502 - ], - "osm_type":"way", - "osm_id":208037010, - "attractiveness":6, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1035":{ + "517":{ "name":"Square Françoise-Hélène Jourda", "type":{ "landmark_type":"nature" @@ -16575,7 +8287,7 @@ "n_tags":6, "time_to_reach":0 }, - "1036":{ + "518":{ "name":"Square Marc-Seguin", "type":{ "landmark_type":"nature" @@ -16591,23 +8303,7 @@ "n_tags":4, "time_to_reach":0 }, - "1037":{ - "name":"Square Claude Bernard", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8993363, - 2.3751976 - ], - "osm_type":"way", - "osm_id":217621811, - "attractiveness":24, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "1038":{ + "519":{ "name":"Square de l'Évangile", "type":{ "landmark_type":"nature" @@ -16623,7 +8319,7 @@ "n_tags":4, "time_to_reach":0 }, - "1039":{ + "520":{ "name":"Square de la Cristallerie", "type":{ "landmark_type":"nature" @@ -16639,7 +8335,7 @@ "n_tags":2, "time_to_reach":0 }, - "1040":{ + "521":{ "name":"Jardin Pédagogique Debain", "type":{ "landmark_type":"nature" @@ -16655,23 +8351,7 @@ "n_tags":3, "time_to_reach":0 }, - "1041":{ - "name":"Le viaduc des arts", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8463235, - 2.3778508 - ], - "osm_type":"way", - "osm_id":228005266, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1042":{ + "522":{ "name":"Square Carpeaux", "type":{ "landmark_type":"nature" @@ -16687,7 +8367,7 @@ "n_tags":6, "time_to_reach":0 }, - "1043":{ + "523":{ "name":"Square René Dewerpe", "type":{ "landmark_type":"nature" @@ -16703,71 +8383,7 @@ "n_tags":2, "time_to_reach":0 }, - "1044":{ - "name":"Square René Viviani", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8521281, - 2.3474875 - ], - "osm_type":"way", - "osm_id":236820131, - "attractiveness":15, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1045":{ - "name":"Square Belleville-Télégraphe", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8753414, - 2.3995673 - ], - "osm_type":"way", - "osm_id":239050610, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1046":{ - "name":"Square Paul Robin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8936084, - 2.363358 - ], - "osm_type":"way", - "osm_id":239486233, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1047":{ - "name":"Jardin Pixérécourt", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8734518, - 2.396321 - ], - "osm_type":"way", - "osm_id":240931585, - "attractiveness":20, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "1048":{ + "524":{ "name":"Square Madeleine Tribolati", "type":{ "landmark_type":"nature" @@ -16783,7 +8399,7 @@ "n_tags":9, "time_to_reach":0 }, - "1049":{ + "525":{ "name":"Grand Parc des Docks de Saint-Ouen", "type":{ "landmark_type":"nature" @@ -16799,55 +8415,7 @@ "n_tags":7, "time_to_reach":0 }, - "1050":{ - "name":"Jardin du Carré de Baudouin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8699315, - 2.3936038 - ], - "osm_type":"way", - "osm_id":243557584, - "attractiveness":16, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "1051":{ - "name":"Parc de la Manufacture des tabacs", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8930921, - 2.4151577 - ], - "osm_type":"way", - "osm_id":244813369, - "attractiveness":14, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1052":{ - "name":"Square de l’Église", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8917709, - 2.4134948 - ], - "osm_type":"way", - "osm_id":244822475, - "attractiveness":16, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "1053":{ + "526":{ "name":"Square Sainte Marguerite", "type":{ "landmark_type":"nature" @@ -16863,7 +8431,7 @@ "n_tags":8, "time_to_reach":0 }, - "1054":{ + "527":{ "name":"Square Raymond-Queneau", "type":{ "landmark_type":"nature" @@ -16879,7 +8447,7 @@ "n_tags":4, "time_to_reach":0 }, - "1055":{ + "528":{ "name":"Square grand Auger", "type":{ "landmark_type":"nature" @@ -16895,7 +8463,7 @@ "n_tags":8, "time_to_reach":0 }, - "1056":{ + "529":{ "name":"Square Élisa Borey", "type":{ "landmark_type":"nature" @@ -16911,7 +8479,7 @@ "n_tags":4, "time_to_reach":0 }, - "1057":{ + "530":{ "name":"Square de la rue des Mûriers", "type":{ "landmark_type":"nature" @@ -16927,7 +8495,7 @@ "n_tags":7, "time_to_reach":0 }, - "1058":{ + "531":{ "name":"Jardin Jane Vialle", "type":{ "landmark_type":"nature" @@ -16943,87 +8511,7 @@ "n_tags":7, "time_to_reach":0 }, - "1059":{ - "name":"Jardinet de l'église Saint-Germain de Charonne", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.860255, - 2.4037142 - ], - "osm_type":"way", - "osm_id":259195540, - "attractiveness":6, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1060":{ - "name":"Jardin des Colonnes - Ricardo Bofill", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8363205, - 2.3181423 - ], - "osm_type":"way", - "osm_id":261450265, - "attractiveness":10, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1061":{ - "name":"Jardin Nicole Maestracci", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8608675, - 2.410439 - ], - "osm_type":"way", - "osm_id":264441415, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1062":{ - "name":"Jardin Emmi Pikler", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8716353, - 2.3952381 - ], - "osm_type":"way", - "osm_id":264593957, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1063":{ - "name":"Jardin de la Justice", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8682927, - 2.4085101 - ], - "osm_type":"way", - "osm_id":268400319, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1064":{ + "532":{ "name":"Jardin Frida Kahlo", "type":{ "landmark_type":"nature" @@ -17039,23 +8527,7 @@ "n_tags":7, "time_to_reach":0 }, - "1065":{ - "name":"Jardins Rosa Luxemburg", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8887662, - 2.3631392 - ], - "osm_type":"way", - "osm_id":272407912, - "attractiveness":15, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "1066":{ + "533":{ "name":"La Petite Ceinture du 20e", "type":{ "landmark_type":"nature" @@ -17071,87 +8543,7 @@ "n_tags":8, "time_to_reach":0 }, - "1067":{ - "name":"Jardin des Orteaux", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8553708, - 2.4093557 - ], - "osm_type":"way", - "osm_id":277586683, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1068":{ - "name":"Promenade Amália Rodrigues", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8815777, - 2.400215 - ], - "osm_type":"way", - "osm_id":278108936, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1069":{ - "name":"Place Charles Monselet", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8793053, - 2.4007452 - ], - "osm_type":"way", - "osm_id":278108961, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1070":{ - "name":"Jardin Hérold", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.882621, - 2.3950114 - ], - "osm_type":"way", - "osm_id":278572868, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1071":{ - "name":"Jardin de l'îlot Riquet", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.889487, - 2.3736631 - ], - "osm_type":"way", - "osm_id":278876868, - "attractiveness":10, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1072":{ + "534":{ "name":"Square Jean Leclaire", "type":{ "landmark_type":"nature" @@ -17167,23 +8559,7 @@ "n_tags":6, "time_to_reach":0 }, - "1073":{ - "name":"Square Marius-Constant", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8434279, - 2.3504778 - ], - "osm_type":"way", - "osm_id":281323266, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1074":{ + "535":{ "name":"Jardin des Petites Rigoles", "type":{ "landmark_type":"nature" @@ -17199,55 +8575,7 @@ "n_tags":8, "time_to_reach":0 }, - "1075":{ - "name":"Square Georges Sarre", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8660297, - 2.3806445 - ], - "osm_type":"way", - "osm_id":289451440, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1076":{ - "name":"Square Eugénie Cotton", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.878513, - 2.3934603 - ], - "osm_type":"way", - "osm_id":289601041, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1077":{ - "name":"Square Georges Sarre", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8655215, - 2.3810309 - ], - "osm_type":"way", - "osm_id":290250458, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1078":{ + "536":{ "name":"Jardin de la rue du Chalet", "type":{ "landmark_type":"nature" @@ -17263,23 +8591,7 @@ "n_tags":3, "time_to_reach":0 }, - "1079":{ - "name":"Square de la Paix", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.848785, - 2.4157805 - ], - "osm_type":"way", - "osm_id":290606579, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1080":{ + "537":{ "name":"Square Georges Valbon", "type":{ "landmark_type":"nature" @@ -17295,87 +8607,7 @@ "n_tags":4, "time_to_reach":0 }, - "1081":{ - "name":"Square Colbert", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8563684, - 2.389286 - ], - "osm_type":"way", - "osm_id":296037215, - "attractiveness":14, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1082":{ - "name":"Square Henri Huchard", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8996911, - 2.3307321 - ], - "osm_type":"way", - "osm_id":296037217, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1083":{ - "name":"Square Compans", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.878015, - 2.392647 - ], - "osm_type":"way", - "osm_id":296939041, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1084":{ - "name":"Square du Petit-Bois", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8857602, - 2.3926619 - ], - "osm_type":"way", - "osm_id":300328218, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1085":{ - "name":"Square Jean-Moulin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8793154, - 2.4102407 - ], - "osm_type":"way", - "osm_id":302424722, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1086":{ + "538":{ "name":"Square Henri Sellier", "type":{ "landmark_type":"nature" @@ -17391,71 +8623,7 @@ "n_tags":2, "time_to_reach":0 }, - "1087":{ - "name":"Square Edmée Chandon", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.855893, - 2.3855628 - ], - "osm_type":"way", - "osm_id":304423650, - "attractiveness":14, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1088":{ - "name":"Jardin des Oiseaux", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8616297, - 2.4006267 - ], - "osm_type":"way", - "osm_id":306857285, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1089":{ - "name":"Square Rébeval", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8745213, - 2.3770847 - ], - "osm_type":"way", - "osm_id":307363485, - "attractiveness":10, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1090":{ - "name":"Jardin Django Reinhardt", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.85132, - 2.4213144 - ], - "osm_type":"way", - "osm_id":308868069, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1091":{ + "539":{ "name":"Square Georges Gay", "type":{ "landmark_type":"nature" @@ -17471,119 +8639,7 @@ "n_tags":4, "time_to_reach":0 }, - "1092":{ - "name":"Jardin de la Folie-Regnault", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8574471, - 2.3878706 - ], - "osm_type":"way", - "osm_id":313144545, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1093":{ - "name":"Square Saint-Louis", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8485868, - 2.4235826 - ], - "osm_type":"way", - "osm_id":315611807, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1094":{ - "name":"Square Louis Lumière", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.859953, - 2.4116314 - ], - "osm_type":"way", - "osm_id":320863521, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1095":{ - "name":"Square Léopold Achille", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8583622, - 2.3631779 - ], - "osm_type":"way", - "osm_id":322758768, - "attractiveness":17, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "1096":{ - "name":"Jardin sauvage Saint-Vincent", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8881743, - 2.3411511 - ], - "osm_type":"way", - "osm_id":330237014, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1097":{ - "name":"Square Lucienne Noublanche", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8852757, - 2.4000986 - ], - "osm_type":"way", - "osm_id":331686334, - "attractiveness":4, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1098":{ - "name":"Jardin Truillot", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8605283, - 2.3739392 - ], - "osm_type":"way", - "osm_id":336409585, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1099":{ + "540":{ "name":"Square Alexandre-Luquet", "type":{ "landmark_type":"nature" @@ -17599,23 +8655,7 @@ "n_tags":4, "time_to_reach":0 }, - "1100":{ - "name":"Jardin de Vitaly", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.85714, - 2.4016754 - ], - "osm_type":"way", - "osm_id":344727547, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1101":{ + "541":{ "name":"Square Joël Le Tac", "type":{ "landmark_type":"nature" @@ -17631,7 +8671,7 @@ "n_tags":7, "time_to_reach":0 }, - "1102":{ + "542":{ "name":"Square éphémère Le Point Virgule", "type":{ "landmark_type":"nature" @@ -17647,7 +8687,7 @@ "n_tags":3, "time_to_reach":0 }, - "1103":{ + "543":{ "name":"Square Roland Dorgelès", "type":{ "landmark_type":"nature" @@ -17663,71 +8703,7 @@ "n_tags":4, "time_to_reach":0 }, - "1104":{ - "name":"Jardin des Archives Nationales", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8599814, - 2.3587282 - ], - "osm_type":"way", - "osm_id":350179508, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1105":{ - "name":"Jardin Lazare-Rachline", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8579842, - 2.3620019 - ], - "osm_type":"way", - "osm_id":350599788, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1106":{ - "name":"Jardin Jean Moulin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9031663, - 2.3065682 - ], - "osm_type":"way", - "osm_id":352986799, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1107":{ - "name":"Bois Dormoy", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8874452, - 2.3588658 - ], - "osm_type":"way", - "osm_id":357402153, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1108":{ + "544":{ "name":"Parc Marcel Bich", "type":{ "landmark_type":"nature" @@ -17743,39 +8719,7 @@ "n_tags":5, "time_to_reach":0 }, - "1109":{ - "name":"Jardin de Reuilly - Paul-Pernin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8421926, - 2.3874556 - ], - "osm_type":"way", - "osm_id":358417047, - "attractiveness":13, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1110":{ - "name":"Square Saint-Gilles Grand Veneur - Pauline-Roland", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8592381, - 2.365379 - ], - "osm_type":"way", - "osm_id":364239668, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1111":{ + "545":{ "name":"Jardin des Rosiers – Joseph-Migneret", "type":{ "landmark_type":"nature" @@ -17791,7 +8735,7 @@ "n_tags":8, "time_to_reach":0 }, - "1112":{ + "546":{ "name":"Jardin Léon Zyguel", "type":{ "landmark_type":"nature" @@ -17807,23 +8751,7 @@ "n_tags":6, "time_to_reach":0 }, - "1113":{ - "name":"Jardin du Souvenir", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9132001, - 2.3394217 - ], - "osm_type":"way", - "osm_id":367811692, - "attractiveness":7, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1114":{ + "547":{ "name":"Parc Le Temps des Cerises", "type":{ "landmark_type":"nature" @@ -17839,55 +8767,7 @@ "n_tags":5, "time_to_reach":0 }, - "1115":{ - "name":"Square de la Villa Sainte-Croix", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8941118, - 2.3248608 - ], - "osm_type":"way", - "osm_id":379091606, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1116":{ - "name":"Square Jean Allemane", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8567065, - 2.3834425 - ], - "osm_type":"way", - "osm_id":391792674, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1117":{ - "name":"Square Olga Bancic", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8561959, - 2.3809019 - ], - "osm_type":"way", - "osm_id":392493782, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1118":{ + "548":{ "name":"Jardin Marcel Joseph-François", "type":{ "landmark_type":"nature" @@ -17903,23 +8783,7 @@ "n_tags":3, "time_to_reach":0 }, - "1119":{ - "name":"Jardin Paul-Didier", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.895282, - 2.3201162 - ], - "osm_type":"way", - "osm_id":395001988, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1120":{ + "549":{ "name":"Square Anne Franck", "type":{ "landmark_type":"nature" @@ -17935,23 +8799,7 @@ "n_tags":8, "time_to_reach":0 }, - "1121":{ - "name":"Square Lapérouse", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9012136, - 2.3951103 - ], - "osm_type":"way", - "osm_id":401638983, - "attractiveness":15, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "1122":{ + "550":{ "name":"Square du Landy", "type":{ "landmark_type":"nature" @@ -17967,55 +8815,7 @@ "n_tags":4, "time_to_reach":0 }, - "1123":{ - "name":"Jardin Pierre-Joseph Redouté", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8549688, - 2.3882442 - ], - "osm_type":"way", - "osm_id":429685061, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1124":{ - "name":"Parc Stalingrad", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8914168, - 2.4078616 - ], - "osm_type":"way", - "osm_id":431659522, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1125":{ - "name":"Square Petit Méhul", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8890195, - 2.4151723 - ], - "osm_type":"way", - "osm_id":434818234, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1126":{ + "551":{ "name":"Square Faidherbe", "type":{ "landmark_type":"nature" @@ -18031,199 +8831,7 @@ "n_tags":3, "time_to_reach":0 }, - "1127":{ - "name":"Jardin Yılmaz Güney", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8710737, - 2.350494 - ], - "osm_type":"way", - "osm_id":442069218, - "attractiveness":4, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1128":{ - "name":"Jardin du Potager", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8506293, - 2.3214114 - ], - "osm_type":"way", - "osm_id":445230047, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1129":{ - "name":"Square Louis XVI", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8738116, - 2.3231576 - ], - "osm_type":"way", - "osm_id":456447739, - "attractiveness":17, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "1130":{ - "name":"Jardin de la Mairie du 8e", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8775998, - 2.3179264 - ], - "osm_type":"way", - "osm_id":456447743, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1131":{ - "name":"Square du Général Morin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8659082, - 2.3554625 - ], - "osm_type":"way", - "osm_id":457652441, - "attractiveness":11, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1132":{ - "name":"Jardin des Combattants-de-la-Nueve", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8557648, - 2.3521643 - ], - "osm_type":"way", - "osm_id":468735435, - "attractiveness":11, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1133":{ - "name":"Square Albert Schweitzer", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8543151, - 2.3579323 - ], - "osm_type":"way", - "osm_id":472237323, - "attractiveness":9, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1134":{ - "name":"Jardin de la rue Noël Ballay", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8477384, - 2.4122689 - ], - "osm_type":"way", - "osm_id":472339017, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1135":{ - "name":"Square Paul Langevin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8477438, - 2.3501443 - ], - "osm_type":"way", - "osm_id":473958172, - "attractiveness":17, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "1136":{ - "name":"Jardin Carré", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8472768, - 2.3495691 - ], - "osm_type":"way", - "osm_id":473958174, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1137":{ - "name":"Jardin promenade Cesária Évora", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8974458, - 2.3764431 - ], - "osm_type":"way", - "osm_id":474634669, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1138":{ - "name":"Jardin Federica Montseny", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8361615, - 2.3598906 - ], - "osm_type":"way", - "osm_id":475589178, - "attractiveness":6, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1139":{ + "552":{ "name":"Square Saint-Médard", "type":{ "landmark_type":"nature" @@ -18239,23 +8847,7 @@ "n_tags":10, "time_to_reach":0 }, - "1140":{ - "name":"Jardin des Terroirs", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8395737, - 2.3828938 - ], - "osm_type":"way", - "osm_id":476602310, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1141":{ + "553":{ "name":"Coulée verte", "type":{ "landmark_type":"nature" @@ -18271,39 +8863,7 @@ "n_tags":2, "time_to_reach":0 }, - "1142":{ - "name":"Parc de la résidence de la vega", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8392212, - 2.4053532 - ], - "osm_type":"way", - "osm_id":479550073, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1143":{ - "name":"Jardin Mélinée Manouchian", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8481892, - 2.4138794 - ], - "osm_type":"way", - "osm_id":490966720, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1144":{ + "554":{ "name":"Square Adrien Agnès", "type":{ "landmark_type":"nature" @@ -18319,39 +8879,7 @@ "n_tags":8, "time_to_reach":0 }, - "1145":{ - "name":"Jardin Aimé Césaire", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8842293, - 2.4063945 - ], - "osm_type":"way", - "osm_id":502857889, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1146":{ - "name":"Jardin intérieur Saint-Lazare", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8756129, - 2.3540248 - ], - "osm_type":"way", - "osm_id":504626080, - "attractiveness":8, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1147":{ + "555":{ "name":"Parc Simone Veil", "type":{ "landmark_type":"nature" @@ -18367,23 +8895,7 @@ "n_tags":7, "time_to_reach":0 }, - "1148":{ - "name":"Square Alexis Clérel de Tocqueville", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8866777, - 2.3066831 - ], - "osm_type":"way", - "osm_id":542998428, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1149":{ + "556":{ "name":"Forêt linéaire Nord", "type":{ "landmark_type":"nature" @@ -18399,23 +8911,7 @@ "n_tags":5, "time_to_reach":0 }, - "1150":{ - "name":"Jardin Anaïs Nin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.899979, - 2.3706914 - ], - "osm_type":"way", - "osm_id":548557129, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1151":{ + "557":{ "name":"Square Maria Vérone", "type":{ "landmark_type":"nature" @@ -18431,23 +8927,7 @@ "n_tags":2, "time_to_reach":0 }, - "1152":{ - "name":"Square Virginia Woolf", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8499435, - 2.428276 - ], - "osm_type":"way", - "osm_id":559553734, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1153":{ + "558":{ "name":"Square Émilienne Moreau Evrard", "type":{ "landmark_type":"nature" @@ -18463,7 +8943,7 @@ "n_tags":2, "time_to_reach":0 }, - "1154":{ + "559":{ "name":"jardin Louise-Weber-dite-La-Goulue", "type":{ "landmark_type":"nature" @@ -18479,7 +8959,7 @@ "n_tags":10, "time_to_reach":0 }, - "1155":{ + "560":{ "name":"Square Nadar", "type":{ "landmark_type":"nature" @@ -18495,23 +8975,7 @@ "n_tags":8, "time_to_reach":0 }, - "1156":{ - "name":"Square Montholon", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8769805, - 2.3464647 - ], - "osm_type":"way", - "osm_id":579263858, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1157":{ + "561":{ "name":"Square des 31000 et des 45000", "type":{ "landmark_type":"nature" @@ -18527,7 +8991,7 @@ "n_tags":3, "time_to_reach":0 }, - "1158":{ + "562":{ "name":"Jardin du Père-Armand-David", "type":{ "landmark_type":"nature" @@ -18543,7 +9007,7 @@ "n_tags":7, "time_to_reach":0 }, - "1159":{ + "563":{ "name":"Jardin Hans et Sophie Scholl", "type":{ "landmark_type":"nature" @@ -18559,71 +9023,7 @@ "n_tags":5, "time_to_reach":0 }, - "1160":{ - "name":"Jardin Louise Talbot et Augustin Avrial", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8583425, - 2.375166 - ], - "osm_type":"way", - "osm_id":601688775, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1161":{ - "name":"Square du Quai de la Seine", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8853091, - 2.3721553 - ], - "osm_type":"way", - "osm_id":612663889, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1162":{ - "name":"Square Marmottan", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9066639, - 2.3335279 - ], - "osm_type":"way", - "osm_id":613543188, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1163":{ - "name":"Square Jean Le Bitoux", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8558966, - 2.4181711 - ], - "osm_type":"way", - "osm_id":622371762, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1164":{ + "564":{ "name":"Square Carnot - Jardin du Roy", "type":{ "landmark_type":"nature" @@ -18639,23 +9039,7 @@ "n_tags":2, "time_to_reach":0 }, - "1165":{ - "name":"Jardins de la DS", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9200268, - 2.3176111 - ], - "osm_type":"way", - "osm_id":627860638, - "attractiveness":4, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1166":{ + "565":{ "name":"Parc Marguerite Yourcenar", "type":{ "landmark_type":"nature" @@ -18671,7 +9055,7 @@ "n_tags":2, "time_to_reach":0 }, - "1167":{ + "566":{ "name":"Jardins et Vignes", "type":{ "landmark_type":"nature" @@ -18687,7 +9071,7 @@ "n_tags":3, "time_to_reach":0 }, - "1168":{ + "567":{ "name":"Terrain de boules Boulevard de Reims", "type":{ "landmark_type":"nature" @@ -18703,7 +9087,7 @@ "n_tags":3, "time_to_reach":0 }, - "1169":{ + "568":{ "name":"Jardin Monica Vitti", "type":{ "landmark_type":"nature" @@ -18719,55 +9103,7 @@ "n_tags":4, "time_to_reach":0 }, - "1170":{ - "name":"Jardin Albert-Schweitzer", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8538779, - 2.3578979 - ], - "osm_type":"way", - "osm_id":680895435, - "attractiveness":12, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1171":{ - "name":"Forêt linéaire", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8999505, - 2.3785223 - ], - "osm_type":"way", - "osm_id":683095531, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1172":{ - "name":"Square Fernand Foureau", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8464817, - 2.4116554 - ], - "osm_type":"way", - "osm_id":683451954, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1173":{ + "569":{ "name":"Square Jean Jaurès", "type":{ "landmark_type":"nature" @@ -18783,39 +9119,7 @@ "n_tags":3, "time_to_reach":0 }, - "1174":{ - "name":"Square Jollois", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9216053, - 2.3853267 - ], - "osm_type":"way", - "osm_id":723057649, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1175":{ - "name":"Jardin Marie Curie", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.844094, - 2.3446816 - ], - "osm_type":"way", - "osm_id":735133918, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1176":{ + "570":{ "name":"Le Moulin de la Palette", "type":{ "landmark_type":"nature" @@ -18831,55 +9135,7 @@ "n_tags":2, "time_to_reach":0 }, - "1177":{ - "name":"Square Oronce Fine", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8432543, - 2.3467945 - ], - "osm_type":"way", - "osm_id":744830347, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1178":{ - "name":"square Pasteur Henri Roser", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.916752, - 2.3678371 - ], - "osm_type":"way", - "osm_id":763204547, - "attractiveness":11, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1179":{ - "name":"Square Georges Sarre", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8650166, - 2.3814162 - ], - "osm_type":"way", - "osm_id":775380734, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1180":{ + "571":{ "name":"Square du 8 mai 1945", "type":{ "landmark_type":"nature" @@ -18895,39 +9151,7 @@ "n_tags":8, "time_to_reach":0 }, - "1181":{ - "name":"Square Petit Auger", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8933361, - 2.3992057 - ], - "osm_type":"way", - "osm_id":777250205, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1182":{ - "name":"Square de la Zac du port", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8952224, - 2.4198603 - ], - "osm_type":"way", - "osm_id":777250207, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1183":{ + "572":{ "name":"Square partagé Langevin", "type":{ "landmark_type":"nature" @@ -18943,7 +9167,7 @@ "n_tags":4, "time_to_reach":0 }, - "1184":{ + "573":{ "name":"Square Vaucanson", "type":{ "landmark_type":"nature" @@ -18959,7 +9183,7 @@ "n_tags":7, "time_to_reach":0 }, - "1185":{ + "574":{ "name":"Mail Pierre Desproges", "type":{ "landmark_type":"nature" @@ -18975,39 +9199,7 @@ "n_tags":11, "time_to_reach":0 }, - "1186":{ - "name":"Square Formagne", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8940476, - 2.4219961 - ], - "osm_type":"way", - "osm_id":777830921, - "attractiveness":12, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1187":{ - "name":"Square Anatole France", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8917825, - 2.4229861 - ], - "osm_type":"way", - "osm_id":777830924, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1188":{ + "575":{ "name":"Jardin des Abbesses", "type":{ "landmark_type":"nature" @@ -19023,87 +9215,7 @@ "n_tags":5, "time_to_reach":0 }, - "1189":{ - "name":"Square du 19 mars 1962", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8961709, - 2.4065715 - ], - "osm_type":"way", - "osm_id":810157840, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1190":{ - "name":"Square du 21 Avril 1944", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8969435, - 2.3572744 - ], - "osm_type":"way", - "osm_id":810350537, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1191":{ - "name":"Parc Henri Barbusse", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8880857, - 2.4196981 - ], - "osm_type":"way", - "osm_id":813706925, - "attractiveness":10, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1192":{ - "name":"Jardin Martha Desrumaux", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8482359, - 2.385373 - ], - "osm_type":"way", - "osm_id":818166677, - "attractiveness":7, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1193":{ - "name":"Square Jean Ferrat", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.903358, - 2.3882237 - ], - "osm_type":"way", - "osm_id":838315567, - "attractiveness":14, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1194":{ + "576":{ "name":"Square Claude Goislot", "type":{ "landmark_type":"nature" @@ -19119,7 +9231,7 @@ "n_tags":7, "time_to_reach":0 }, - "1195":{ + "577":{ "name":"Square de la Villette", "type":{ "landmark_type":"nature" @@ -19135,7 +9247,7 @@ "n_tags":7, "time_to_reach":0 }, - "1196":{ + "578":{ "name":"Square Saganta", "type":{ "landmark_type":"nature" @@ -19151,7 +9263,7 @@ "n_tags":9, "time_to_reach":0 }, - "1197":{ + "579":{ "name":"Square Georges Leblanc", "type":{ "landmark_type":"nature" @@ -19167,7 +9279,7 @@ "n_tags":7, "time_to_reach":0 }, - "1198":{ + "580":{ "name":"Terrains multisports", "type":{ "landmark_type":"nature" @@ -19183,7 +9295,7 @@ "n_tags":3, "time_to_reach":0 }, - "1199":{ + "581":{ "name":"Place Bernard Amiot et Bernard Legrand", "type":{ "landmark_type":"nature" @@ -19199,23 +9311,7 @@ "n_tags":3, "time_to_reach":0 }, - "1200":{ - "name":"Forêt urbaine", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9040117, - 2.3665748 - ], - "osm_type":"way", - "osm_id":845179531, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1201":{ + "582":{ "name":"Parc du rucher d'Aubervilliers", "type":{ "landmark_type":"nature" @@ -19231,55 +9327,7 @@ "n_tags":5, "time_to_reach":0 }, - "1202":{ - "name":"La Petite Ceinture du 19ème", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8958777, - 2.3789437 - ], - "osm_type":"way", - "osm_id":845793683, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1203":{ - "name":"Jardin Marguerite Huré", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8463317, - 2.413267 - ], - "osm_type":"way", - "osm_id":871937498, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1204":{ - "name":"Petite Ceinture du 19e", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8886573, - 2.3847387 - ], - "osm_type":"way", - "osm_id":878389179, - "attractiveness":13, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1205":{ + "583":{ "name":"Square Guy Môquet", "type":{ "landmark_type":"nature" @@ -19295,7 +9343,7 @@ "n_tags":4, "time_to_reach":0 }, - "1206":{ + "584":{ "name":"Jardin Jean Mercier", "type":{ "landmark_type":"nature" @@ -19311,55 +9359,7 @@ "n_tags":2, "time_to_reach":0 }, - "1207":{ - "name":"Square Salvador Allende", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9027551, - 2.297931 - ], - "osm_type":"way", - "osm_id":927100757, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1208":{ - "name":"Square du 8 mai 1945", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8717976, - 2.4282238 - ], - "osm_type":"way", - "osm_id":941508108, - "attractiveness":10, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1209":{ - "name":"Jardin Paule Minck", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8717689, - 2.4062762 - ], - "osm_type":"way", - "osm_id":947080328, - "attractiveness":4, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1210":{ + "585":{ "name":"Square Marcel Paul", "type":{ "landmark_type":"nature" @@ -19375,23 +9375,7 @@ "n_tags":2, "time_to_reach":0 }, - "1211":{ - "name":"Jardin du Père Teilhard de Chardin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8508538, - 2.3627604 - ], - "osm_type":"way", - "osm_id":953865485, - "attractiveness":7, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1212":{ + "586":{ "name":"Jardin Nusch Éluard", "type":{ "landmark_type":"nature" @@ -19407,23 +9391,7 @@ "n_tags":3, "time_to_reach":0 }, - "1213":{ - "name":"Jardin Curial", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8958112, - 2.3765268 - ], - "osm_type":"way", - "osm_id":967077447, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1214":{ + "587":{ "name":"Parc Morel (skateboard)", "type":{ "landmark_type":"nature" @@ -19439,7 +9407,7 @@ "n_tags":3, "time_to_reach":0 }, - "1215":{ + "588":{ "name":"Promenade Jean-Jacques Sempé", "type":{ "landmark_type":"nature" @@ -19455,7 +9423,7 @@ "n_tags":3, "time_to_reach":0 }, - "1216":{ + "589":{ "name":"Square Gisèle Halimi", "type":{ "landmark_type":"nature" @@ -19471,71 +9439,7 @@ "n_tags":2, "time_to_reach":0 }, - "1217":{ - "name":"Jardin Berthe Weill", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8594834, - 2.3622843 - ], - "osm_type":"way", - "osm_id":989739069, - "attractiveness":9, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1218":{ - "name":"Jardin Marielle Franco", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8790585, - 2.3591071 - ], - "osm_type":"way", - "osm_id":993045874, - "attractiveness":14, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1219":{ - "name":"Le ver tétu", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8952561, - 2.3773943 - ], - "osm_type":"way", - "osm_id":997696873, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1220":{ - "name":"Jardin Espérance", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9052652, - 2.3855148 - ], - "osm_type":"way", - "osm_id":998703278, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1221":{ + "590":{ "name":"Parc Foucault", "type":{ "landmark_type":"nature" @@ -19551,7 +9455,7 @@ "n_tags":2, "time_to_reach":0 }, - "1222":{ + "591":{ "name":"Jardin éphémère", "type":{ "landmark_type":"nature" @@ -19567,39 +9471,7 @@ "n_tags":5, "time_to_reach":0 }, - "1223":{ - "name":"Jardin de l'Hôtel de Sens", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.853626, - 2.3585148 - ], - "osm_type":"way", - "osm_id":1076267490, - "attractiveness":9, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1224":{ - "name":"Forêt linéaire Nord", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9007022, - 2.3761831 - ], - "osm_type":"way", - "osm_id":1084114236, - "attractiveness":6, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1225":{ + "592":{ "name":"Square Jacques Manavian", "type":{ "landmark_type":"nature" @@ -19615,87 +9487,7 @@ "n_tags":3, "time_to_reach":0 }, - "1226":{ - "name":"Jardin Vivienne", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8670856, - 2.3387305 - ], - "osm_type":"way", - "osm_id":1115078024, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1227":{ - "name":"Square Django Reinhardt", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8517209, - 2.421393 - ], - "osm_type":"way", - "osm_id":1124870446, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1228":{ - "name":"Square de la Salamandre", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8579512, - 2.4060505 - ], - "osm_type":"way", - "osm_id":1136029052, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1229":{ - "name":"Square du 19 Mars 1962", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8990021, - 2.3143541 - ], - "osm_type":"way", - "osm_id":1154065785, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1230":{ - "name":"Espace Coluche", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.89971, - 2.3151209 - ], - "osm_type":"way", - "osm_id":1154065789, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1231":{ + "593":{ "name":"Square Henri Sellier", "type":{ "landmark_type":"nature" @@ -19711,7 +9503,7 @@ "n_tags":2, "time_to_reach":0 }, - "1232":{ + "594":{ "name":"Jardins du Grand Échiquier", "type":{ "landmark_type":"nature" @@ -19727,23 +9519,7 @@ "n_tags":2, "time_to_reach":0 }, - "1233":{ - "name":"Parc Maxime Vachier-Lagrave", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9160778, - 2.3136636 - ], - "osm_type":"way", - "osm_id":1184461735, - "attractiveness":4, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1234":{ + "595":{ "name":"Parvis de l'Abbé Pierre", "type":{ "landmark_type":"nature" @@ -19759,87 +9535,7 @@ "n_tags":2, "time_to_reach":0 }, - "1235":{ - "name":"Jardin du Carré Rouge", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9103226, - 2.4259501 - ], - "osm_type":"way", - "osm_id":1236950495, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1236":{ - "name":"Place des Vosges", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8556164, - 2.3655435 - ], - "osm_type":"relation", - "osm_id":571765, - "attractiveness":28, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "1237":{ - "name":"Place Igor Stravinsky", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8594768, - 2.351489 - ], - "osm_type":"relation", - "osm_id":1308199, - "attractiveness":20, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "1238":{ - "name":"Square des Anciens Combattants d'Indochine", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8352063, - 2.4075103 - ], - "osm_type":"relation", - "osm_id":1761934, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1239":{ - "name":"Jardin du Regard de la Lanterne", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8758148, - 2.394529 - ], - "osm_type":"relation", - "osm_id":2018488, - "attractiveness":9, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1240":{ + "596":{ "name":"Square Henri Galli", "type":{ "landmark_type":"nature" @@ -19855,7 +9551,7 @@ "n_tags":8, "time_to_reach":0 }, - "1241":{ + "597":{ "name":"Square de l’église Notre-Dame-de-la-Croix", "type":{ "landmark_type":"nature" @@ -19871,7 +9567,7 @@ "n_tags":4, "time_to_reach":0 }, - "1242":{ + "598":{ "name":"Coulée verte du sud parisien", "type":{ "landmark_type":"nature" @@ -19887,7 +9583,7 @@ "n_tags":8, "time_to_reach":0 }, - "1243":{ + "599":{ "name":"Parc Monceau", "type":{ "landmark_type":"nature" @@ -19903,103 +9599,7 @@ "n_tags":9, "time_to_reach":0 }, - "1244":{ - "name":"Jardin de l'Impératrice Eugénie", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8486015, - 2.3919565 - ], - "osm_type":"relation", - "osm_id":3865345, - "attractiveness":11, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1245":{ - "name":"Square Saint-Lambert", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8421753, - 2.2967965 - ], - "osm_type":"relation", - "osm_id":5292509, - "attractiveness":26, - "must_do":false, - "n_tags":17, - "time_to_reach":0 - }, - "1246":{ - "name":"Base de loisirs de la Corniche des Forts", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8879918, - 2.4316949 - ], - "osm_type":"relation", - "osm_id":5995373, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1247":{ - "name":"Parc de la République", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8879918, - 2.4249073 - ], - "osm_type":"relation", - "osm_id":5995375, - "attractiveness":4, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1248":{ - "name":"Square des Arènes de Lutèce et Capitan", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8450847, - 2.3534295 - ], - "osm_type":"relation", - "osm_id":6087528, - "attractiveness":20, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "1249":{ - "name":"Square Charles Péguy", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8384326, - 2.4064068 - ], - "osm_type":"relation", - "osm_id":6393068, - "attractiveness":20, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "1250":{ + "600":{ "name":"Parc départemental Jean-Moulin - Les Guilands", "type":{ "landmark_type":"nature" @@ -20015,39 +9615,7 @@ "n_tags":9, "time_to_reach":0 }, - "1251":{ - "name":"Square Boucicaut", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8513017, - 2.3258157 - ], - "osm_type":"relation", - "osm_id":6901878, - "attractiveness":10, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1252":{ - "name":"Jardin Mary Cassatt", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8460705, - 2.4008154 - ], - "osm_type":"relation", - "osm_id":7202883, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1253":{ + "601":{ "name":"Parc de la Villette", "type":{ "landmark_type":"nature" @@ -20063,55 +9631,7 @@ "n_tags":9, "time_to_reach":0 }, - "1254":{ - "name":"Jardin José-Aboulker", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8375788, - 2.3601984 - ], - "osm_type":"relation", - "osm_id":8250457, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1255":{ - "name":"Parc Chapelle-Charbon", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8967094, - 2.3638103 - ], - "osm_type":"relation", - "osm_id":9268649, - "attractiveness":9, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1256":{ - "name":"Jardins des Champs-Élysées", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8661752, - 2.3132237 - ], - "osm_type":"relation", - "osm_id":10142349, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1257":{ + "602":{ "name":"Les Jardins d'Éole", "type":{ "landmark_type":"nature" @@ -20127,7 +9647,7 @@ "n_tags":6, "time_to_reach":0 }, - "1258":{ + "603":{ "name":"Jardin Alexandra David-Néel", "type":{ "landmark_type":"nature" @@ -20143,7 +9663,7 @@ "n_tags":3, "time_to_reach":0 }, - "1259":{ + "604":{ "name":"Parc Clichy-Batignolles Martin Luther King", "type":{ "landmark_type":"nature" @@ -20159,55 +9679,7 @@ "n_tags":10, "time_to_reach":0 }, - "1260":{ - "name":"Parc Camille Ronce", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.9174848, - 2.2993175 - ], - "osm_type":"relation", - "osm_id":12374012, - "attractiveness":7, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1261":{ - "name":"Jardin d'Immeubles de la Porte de Vincennes", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8495752, - 2.4138825 - ], - "osm_type":"relation", - "osm_id":12742213, - "attractiveness":7, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1262":{ - "name":"Square de la Place de la Réunion", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8560812, - 2.4013159 - ], - "osm_type":"relation", - "osm_id":12796307, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1263":{ + "605":{ "name":"Square de la Porte de la Villette", "type":{ "landmark_type":"nature" @@ -20223,7 +9695,7 @@ "n_tags":5, "time_to_reach":0 }, - "1264":{ + "606":{ "name":"Square Rose Guérin\/Heidenheim", "type":{ "landmark_type":"nature" @@ -20239,71 +9711,7 @@ "n_tags":3, "time_to_reach":0 }, - "1265":{ - "name":"Parc Tereska Torrès-Levin", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.875809, - 2.3053312 - ], - "osm_type":"relation", - "osm_id":15676372, - "attractiveness":8, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1266":{ - "name":"Jardin Arnaud Beltrame", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8573706, - 2.3667898 - ], - "osm_type":"relation", - "osm_id":15970959, - "attractiveness":10, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1267":{ - "name":"La Terasse des Galeries Lafayette", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.873403, - 2.3318168 - ], - "osm_type":"way", - "osm_id":339023638, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1268":{ - "name":"Ménagerie du Jardin des Plantes", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8454066, - 2.360595 - ], - "osm_type":"way", - "osm_id":21999647, - "attractiveness":15, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "1269":{ + "607":{ "name":"Parc zoologique de Paris", "type":{ "landmark_type":"nature" @@ -20319,55 +9727,7 @@ "n_tags":7, "time_to_reach":0 }, - "1270":{ - "name":"Bergerie des Malassis", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8730628, - 2.4262081 - ], - "osm_type":"way", - "osm_id":1178328802, - "attractiveness":9, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "1271":{ - "name":"Grande cascade", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8796564, - 2.3837284 - ], - "osm_type":"way", - "osm_id":125420674, - "attractiveness":3, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "1272":{ - "name":"Le BHV Marais", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8574684, - 2.3533171 - ], - "osm_type":"way", - "osm_id":29168869, - "attractiveness":16, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "1273":{ + "608":{ "name":"Galerie Lafayette Maison \/ Gourmet", "type":{ "landmark_type":"shopping" @@ -20383,23 +9743,7 @@ "n_tags":7, "time_to_reach":0 }, - "1274":{ - "name":"Galeries Lafayette Paris Haussmann", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8736556, - 2.3322025 - ], - "osm_type":"way", - "osm_id":69224062, - "attractiveness":29, - "must_do":false, - "n_tags":29, - "time_to_reach":0 - }, - "1275":{ + "609":{ "name":"Printemps", "type":{ "landmark_type":"shopping" @@ -20415,151 +9759,7 @@ "n_tags":20, "time_to_reach":0 }, - "1276":{ - "name":"Galeries Lafayette", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8737909, - 2.3306341 - ], - "osm_type":"way", - "osm_id":69224141, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "1277":{ - "name":"Galerie Lafayette Maison \/ Gourmet", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8731249, - 2.329877 - ], - "osm_type":"way", - "osm_id":69226440, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "1278":{ - "name":"Printemps Homme", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.873951, - 2.3277423 - ], - "osm_type":"way", - "osm_id":69226605, - "attractiveness":16, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "1279":{ - "name":"Galerie Lafayette Maison \/ Gourmet", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8730553, - 2.3304472 - ], - "osm_type":"way", - "osm_id":69226660, - "attractiveness":7, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "1280":{ - "name":"Printemps", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8743348, - 2.32766 - ], - "osm_type":"way", - "osm_id":69226711, - "attractiveness":10, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "1281":{ - "name":"HEMA", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8762148, - 2.3263817 - ], - "osm_type":"way", - "osm_id":333491865, - "attractiveness":17, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "1282":{ - "name":"Printemps", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8740054, - 2.3283557 - ], - "osm_type":"relation", - "osm_id":2323870, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "1283":{ - "name":"Le Bon Marché", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.850797, - 2.3241034 - ], - "osm_type":"relation", - "osm_id":10166422, - "attractiveness":16, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "1284":{ - "name":"Maine Montparnasse", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8429576, - 2.322707 - ], - "osm_type":"way", - "osm_id":23936267, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1285":{ + "610":{ "name":"Marché Saint-Honoré", "type":{ "landmark_type":"shopping" @@ -20575,7 +9775,7 @@ "n_tags":7, "time_to_reach":0 }, - "1286":{ + "611":{ "name":"Passage du Grand-Cerf", "type":{ "landmark_type":"shopping" @@ -20591,23 +9791,7 @@ "n_tags":7, "time_to_reach":0 }, - "1287":{ - "name":"So Ouest", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8923766, - 2.2964843 - ], - "osm_type":"way", - "osm_id":64800099, - "attractiveness":39, - "must_do":false, - "n_tags":39, - "time_to_reach":0 - }, - "1288":{ + "612":{ "name":"Centre Commercial Émile Dubois", "type":{ "landmark_type":"shopping" @@ -20623,23 +9807,7 @@ "n_tags":4, "time_to_reach":0 }, - "1289":{ - "name":"Bistrot des rosiers", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.902197, - 2.3421451 - ], - "osm_type":"way", - "osm_id":73835282, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1290":{ + "613":{ "name":"Marché Dauphine", "type":{ "landmark_type":"shopping" @@ -20655,7 +9823,7 @@ "n_tags":4, "time_to_reach":0 }, - "1291":{ + "614":{ "name":"Marché Malassis", "type":{ "landmark_type":"shopping" @@ -20671,7 +9839,7 @@ "n_tags":5, "time_to_reach":0 }, - "1292":{ + "615":{ "name":"Marché Malik", "type":{ "landmark_type":"shopping" @@ -20687,7 +9855,7 @@ "n_tags":4, "time_to_reach":0 }, - "1293":{ + "616":{ "name":"Centre Commercial de la Grande Porte", "type":{ "landmark_type":"shopping" @@ -20703,7 +9871,7 @@ "n_tags":4, "time_to_reach":0 }, - "1294":{ + "617":{ "name":"Avenir", "type":{ "landmark_type":"shopping" @@ -20719,119 +9887,7 @@ "n_tags":11, "time_to_reach":0 }, - "1295":{ - "name":"Forum les Halles", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8622094, - 2.3454289 - ], - "osm_type":"way", - "osm_id":140901366, - "attractiveness":14, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "1296":{ - "name":"Le Millénaire", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.9029675, - 2.376598 - ], - "osm_type":"way", - "osm_id":154866158, - "attractiveness":15, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "1297":{ - "name":"Arcade des Champs-Élysées", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8716617, - 2.3045806 - ], - "osm_type":"way", - "osm_id":262677086, - "attractiveness":12, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "1298":{ - "name":"Galerie Berri Washington", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8722804, - 2.3029355 - ], - "osm_type":"way", - "osm_id":370045917, - "attractiveness":2, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1299":{ - "name":"Galerie des Champs", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8717529, - 2.3040408 - ], - "osm_type":"way", - "osm_id":372826821, - "attractiveness":2, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1300":{ - "name":"Galerie du Claridge", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8715366, - 2.3049754 - ], - "osm_type":"way", - "osm_id":373232615, - "attractiveness":3, - "must_do":false, - "n_tags":2, - "time_to_reach":0 - }, - "1301":{ - "name":"Westfield Forum des Halles", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8619012, - 2.3471416 - ], - "osm_type":"way", - "osm_id":408380251, - "attractiveness":21, - "must_do":false, - "n_tags":19, - "time_to_reach":0 - }, - "1302":{ + "618":{ "name":"Marques Avenue", "type":{ "landmark_type":"shopping" @@ -20847,23 +9903,7 @@ "n_tags":11, "time_to_reach":0 }, - "1303":{ - "name":"Boom Boom Villette", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8962488, - 2.3890911 - ], - "osm_type":"way", - "osm_id":461446289, - "attractiveness":20, - "must_do":false, - "n_tags":20, - "time_to_reach":0 - }, - "1304":{ + "619":{ "name":"Qwartz", "type":{ "landmark_type":"shopping" @@ -20878,101 +9918,5 @@ "must_do":false, "n_tags":18, "time_to_reach":0 - }, - "1305":{ - "name":"Les Ateliers Gaîté", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8386589, - 2.3213265 - ], - "osm_type":"way", - "osm_id":865091400, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "1306":{ - "name":"Passage du Havre", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.875292, - 2.3276031 - ], - "osm_type":"way", - "osm_id":1004744975, - "attractiveness":7, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1307":{ - "name":"Le Village Royal", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.869191, - 2.3228431 - ], - "osm_type":"way", - "osm_id":1094130100, - "attractiveness":4, - "must_do":false, - "n_tags":4, - "time_to_reach":0 - }, - "1308":{ - "name":"Galerie Hoche", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8908975, - 2.4039477 - ], - "osm_type":"relation", - "osm_id":1132674, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "1309":{ - "name":"Marché Saint-Germain", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8520893, - 2.3359481 - ], - "osm_type":"relation", - "osm_id":3038399, - "attractiveness":10, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "1310":{ - "name":"Carrousel du Louvre", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8617234, - 2.3342521 - ], - "osm_type":"relation", - "osm_id":13452556, - "attractiveness":14, - "must_do":false, - "n_tags":14, - "time_to_reach":0 } } \ No newline at end of file diff --git a/minor_landmarks.txt b/minor_landmarks.txt index cd216b4..3bebea9 100644 --- a/minor_landmarks.txt +++ b/minor_landmarks.txt @@ -1,21 +1,5 @@ { "0":{ - "name":"Bourse de Commerce — Pinault Collection", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8628167, - 2.3428183 - ], - "osm_type":"way", - "osm_id":19856722, - "attractiveness":32, - "must_do":false, - "n_tags":32, - "time_to_reach":0 - }, - "1":{ "name":"Atelier Brancusi", "type":{ "landmark_type":"sightseeing" @@ -31,7 +15,7 @@ "n_tags":13, "time_to_reach":0 }, - "2":{ + "1":{ "name":"Musée d'art et d'histoire du Judaïsme", "type":{ "landmark_type":"sightseeing" @@ -47,7 +31,7 @@ "n_tags":8, "time_to_reach":0 }, - "3":{ + "2":{ "name":"Musée Ernest-Hébert (en travaux)", "type":{ "landmark_type":"sightseeing" @@ -63,7 +47,7 @@ "n_tags":9, "time_to_reach":0 }, - "4":{ + "3":{ "name":"Crypte Archéologique du Parvis Notre-Dame", "type":{ "landmark_type":"sightseeing" @@ -79,87 +63,7 @@ "n_tags":18, "time_to_reach":0 }, - "5":{ - "name":"Sainte-Chapelle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8553966, - 2.3450136 - ], - "osm_type":"relation", - "osm_id":3344870, - "attractiveness":57, - "must_do":false, - "n_tags":54, - "time_to_reach":0 - }, - "6":{ - "name":"Musée du Louvre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8611474, - 2.3358637 - ], - "osm_type":"relation", - "osm_id":7515426, - "attractiveness":34, - "must_do":false, - "n_tags":33, - "time_to_reach":0 - }, - "7":{ - "name":"Tour Saint-Jacques", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8579983, - 2.3489178 - ], - "osm_type":"way", - "osm_id":20326709, - "attractiveness":33, - "must_do":false, - "n_tags":31, - "time_to_reach":0 - }, - "8":{ - "name":"Centre Georges Pompidou", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8605235, - 2.3524395 - ], - "osm_type":"way", - "osm_id":55503397, - "attractiveness":43, - "must_do":false, - "n_tags":43, - "time_to_reach":0 - }, - "9":{ - "name":"Centre Wallonie-Bruxelles", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8609964, - 2.3511217 - ], - "osm_type":"way", - "osm_id":55751636, - "attractiveness":16, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "10":{ + "4":{ "name":"Jardin Catherine Labouré", "type":{ "landmark_type":"sightseeing" @@ -175,23 +79,7 @@ "n_tags":8, "time_to_reach":0 }, - "11":{ - "name":"Cathédrale Notre-Dame de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8529372, - 2.3498701 - ], - "osm_type":"way", - "osm_id":201611261, - "attractiveness":55, - "must_do":false, - "n_tags":54, - "time_to_reach":0 - }, - "12":{ + "5":{ "name":"Arc de Triomphe du Carrousel", "type":{ "landmark_type":"sightseeing" @@ -207,39 +95,7 @@ "n_tags":11, "time_to_reach":0 }, - "13":{ - "name":"Pyramide du Louvre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8610132, - 2.3358545 - ], - "osm_type":"way", - "osm_id":375076234, - "attractiveness":27, - "must_do":false, - "n_tags":27, - "time_to_reach":0 - }, - "14":{ - "name":"Hôtel de Ville", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8564265, - 2.352527 - ], - "osm_type":"relation", - "osm_id":284089, - "attractiveness":34, - "must_do":false, - "n_tags":32, - "time_to_reach":0 - }, - "15":{ + "6":{ "name":"Palais de Justice de Paris", "type":{ "landmark_type":"sightseeing" @@ -255,39 +111,7 @@ "n_tags":24, "time_to_reach":0 }, - "16":{ - "name":"Palais du Louvre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8614768, - 2.3351677 - ], - "osm_type":"relation", - "osm_id":3262297, - "attractiveness":32, - "must_do":false, - "n_tags":32, - "time_to_reach":0 - }, - "17":{ - "name":"Fontaine Saint-Michel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8532077, - 2.3437213 - ], - "osm_type":"way", - "osm_id":40579862, - "attractiveness":9, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "18":{ + "7":{ "name":"Fontaine des Innocents", "type":{ "landmark_type":"sightseeing" @@ -303,7 +127,7 @@ "n_tags":15, "time_to_reach":0 }, - "19":{ + "8":{ "name":"Hôtel de Choiseul-Praslin", "type":{ "landmark_type":"sightseeing" @@ -319,39 +143,7 @@ "n_tags":12, "time_to_reach":0 }, - "20":{ - "name":"Hôtel de Montalivet", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8550106, - 2.3211981 - ], - "osm_type":"way", - "osm_id":67356828, - "attractiveness":12, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "21":{ - "name":"Hôtel de Boisgelin", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8542063, - 2.3220164 - ], - "osm_type":"way", - "osm_id":68571250, - "attractiveness":6, - "must_do":false, - "n_tags":6, - "time_to_reach":0 - }, - "22":{ + "9":{ "name":"Hôtel de Cassini", "type":{ "landmark_type":"sightseeing" @@ -367,71 +159,7 @@ "n_tags":13, "time_to_reach":0 }, - "23":{ - "name":"Crypte Archéologique du Parvis Notre-Dame", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8535851, - 2.3480846 - ], - "osm_type":"way", - "osm_id":159896046, - "attractiveness":18, - "must_do":false, - "n_tags":18, - "time_to_reach":0 - }, - "24":{ - "name":"Cathédrale Notre-Dame de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8529372, - 2.3498701 - ], - "osm_type":"way", - "osm_id":201611261, - "attractiveness":55, - "must_do":false, - "n_tags":54, - "time_to_reach":0 - }, - "25":{ - "name":"Tour Sud", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8531069, - 2.3491234 - ], - "osm_type":"way", - "osm_id":201611269, - "attractiveness":11, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "26":{ - "name":"Tour Nord", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8533393, - 2.3492914 - ], - "osm_type":"way", - "osm_id":201754180, - "attractiveness":11, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "27":{ + "10":{ "name":"Chapelle Notre-Dame-des-Anges", "type":{ "landmark_type":"sightseeing" @@ -447,23 +175,7 @@ "n_tags":16, "time_to_reach":0 }, - "28":{ - "name":"Arc de Triomphe du Carrousel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8617276, - 2.3329082 - ], - "osm_type":"way", - "osm_id":227483542, - "attractiveness":16, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "29":{ + "11":{ "name":"Fontaine du Palmier", "type":{ "landmark_type":"sightseeing" @@ -479,39 +191,7 @@ "n_tags":14, "time_to_reach":0 }, - "30":{ - "name":"Sarcophage d'Abou Roach", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8605313, - 2.3396277 - ], - "osm_type":"way", - "osm_id":338651010, - "attractiveness":16, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "31":{ - "name":"Mur de Charles V", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8618464, - 2.333858 - ], - "osm_type":"way", - "osm_id":427097154, - "attractiveness":14, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "32":{ + "12":{ "name":"Colonne Médicis", "type":{ "landmark_type":"sightseeing" @@ -527,39 +207,7 @@ "n_tags":13, "time_to_reach":0 }, - "33":{ - "name":"Fontaine Saint-Michel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8531803, - 2.3437005 - ], - "osm_type":"way", - "osm_id":1175175570, - "attractiveness":8, - "must_do":false, - "n_tags":7, - "time_to_reach":0 - }, - "34":{ - "name":"Palais de Justice de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8556537, - 2.3446072 - ], - "osm_type":"relation", - "osm_id":536982, - "attractiveness":24, - "must_do":false, - "n_tags":24, - "time_to_reach":0 - }, - "35":{ + "13":{ "name":"Noviciat des Dominicains", "type":{ "landmark_type":"sightseeing" @@ -575,7 +223,7 @@ "n_tags":8, "time_to_reach":0 }, - "36":{ + "14":{ "name":"Hôtel de Matignon", "type":{ "landmark_type":"sightseeing" @@ -591,7 +239,7 @@ "n_tags":13, "time_to_reach":0 }, - "37":{ + "15":{ "name":"Ligne de Petite Ceinture", "type":{ "landmark_type":"sightseeing" @@ -607,103 +255,7 @@ "n_tags":8, "time_to_reach":0 }, - "38":{ - "name":"Palais du Louvre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8614768, - 2.3351677 - ], - "osm_type":"relation", - "osm_id":3262297, - "attractiveness":32, - "must_do":false, - "n_tags":32, - "time_to_reach":0 - }, - "39":{ - "name":"Centre Georges Pompidou", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8605235, - 2.3524395 - ], - "osm_type":"way", - "osm_id":55503397, - "attractiveness":43, - "must_do":false, - "n_tags":43, - "time_to_reach":0 - }, - "40":{ - "name":"Centre culturel de Serbie", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8608677, - 2.3509635 - ], - "osm_type":"way", - "osm_id":55751632, - "attractiveness":11, - "must_do":false, - "n_tags":11, - "time_to_reach":0 - }, - "41":{ - "name":"Centre Wallonie-Bruxelles", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8609964, - 2.3511217 - ], - "osm_type":"way", - "osm_id":55751636, - "attractiveness":16, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "42":{ - "name":"Institut hongrois", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8491305, - 2.3324247 - ], - "osm_type":"way", - "osm_id":63354216, - "attractiveness":5, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "43":{ - "name":"Institut culturel italien", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8548894, - 2.3230863 - ], - "osm_type":"way", - "osm_id":330244281, - "attractiveness":8, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "44":{ + "16":{ "name":"Bateau Daphné", "type":{ "landmark_type":"sightseeing" @@ -719,87 +271,7 @@ "n_tags":6, "time_to_reach":0 }, - "45":{ - "name":"Église Saint-Lambert de Vaugirard", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8396271, - 2.2982745 - ], - "osm_type":"way", - "osm_id":14349317, - "attractiveness":6, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "46":{ - "name":"Église Saint-Sulpice", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8509826, - 2.3348577 - ], - "osm_type":"way", - "osm_id":16077204, - "attractiveness":15, - "must_do":false, - "n_tags":25, - "time_to_reach":0 - }, - "47":{ - "name":"Église Saint-Ignace", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.850588, - 2.3262612 - ], - "osm_type":"way", - "osm_id":24310193, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "48":{ - "name":"Temple de l'Oratoire du Louvre", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8616725, - 2.3400059 - ], - "osm_type":"way", - "osm_id":30622528, - "attractiveness":20, - "must_do":false, - "n_tags":32, - "time_to_reach":0 - }, - "49":{ - "name":"Église Saint-Eustache", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8634023, - 2.3451777 - ], - "osm_type":"way", - "osm_id":53762963, - "attractiveness":18, - "must_do":false, - "n_tags":29, - "time_to_reach":0 - }, - "50":{ + "17":{ "name":"Église Saint-Leu - Saint-Gilles", "type":{ "landmark_type":"sightseeing" @@ -815,7 +287,7 @@ "n_tags":23, "time_to_reach":0 }, - "51":{ + "18":{ "name":"Église Saint-Merri", "type":{ "landmark_type":"sightseeing" @@ -831,23 +303,7 @@ "n_tags":26, "time_to_reach":0 }, - "52":{ - "name":"Église Evangélique Baptiste", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8588762, - 2.3292649 - ], - "osm_type":"way", - "osm_id":63149138, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "53":{ + "19":{ "name":"Église Saint-Joseph des Carmes", "type":{ "landmark_type":"sightseeing" @@ -863,71 +319,7 @@ "n_tags":11, "time_to_reach":0 }, - "54":{ - "name":"Église Saint-Thomas d'Aquin", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8564112, - 2.3276603 - ], - "osm_type":"way", - "osm_id":63536576, - "attractiveness":7, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "55":{ - "name":"Centre Quaker International", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8458964, - 2.3216199 - ], - "osm_type":"way", - "osm_id":64315031, - "attractiveness":5, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "56":{ - "name":"Église Sainte-Rita", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.844596, - 2.3062818 - ], - "osm_type":"way", - "osm_id":77743146, - "attractiveness":9, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "57":{ - "name":"Chapelle Notre-Dame-du-Lys", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8435148, - 2.3087965 - ], - "osm_type":"way", - "osm_id":80237236, - "attractiveness":5, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "58":{ + "20":{ "name":"Église Orthodoxe Saint-Séraphin de Sarov", "type":{ "landmark_type":"sightseeing" @@ -943,87 +335,7 @@ "n_tags":11, "time_to_reach":0 }, - "59":{ - "name":"Église Orthodoxe des Trois-Saints-Docteurs", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8410409, - 2.2994617 - ], - "osm_type":"way", - "osm_id":137884620, - "attractiveness":7, - "must_do":false, - "n_tags":12, - "time_to_reach":0 - }, - "60":{ - "name":"Chapelle du Sacré-Cœur-de-Jésus-Roi-de-France", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.83891, - 2.2986886 - ], - "osm_type":"way", - "osm_id":166684921, - "attractiveness":9, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "61":{ - "name":"Cathédrale Notre-Dame de Paris", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8529372, - 2.3498701 - ], - "osm_type":"way", - "osm_id":201611261, - "attractiveness":33, - "must_do":false, - "n_tags":54, - "time_to_reach":0 - }, - "62":{ - "name":"Chapelle Notre-Dame-des-Anges", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8462836, - 2.3235558 - ], - "osm_type":"way", - "osm_id":219378497, - "attractiveness":10, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "63":{ - "name":"Sainte-Chapelle", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8553966, - 2.3450136 - ], - "osm_type":"relation", - "osm_id":3344870, - "attractiveness":34, - "must_do":false, - "n_tags":54, - "time_to_reach":0 - }, - "64":{ + "21":{ "name":"Fontaine des quatre évêques", "type":{ "landmark_type":"sightseeing" @@ -1039,55 +351,7 @@ "n_tags":8, "time_to_reach":0 }, - "65":{ - "name":"Fontaine Saint-Michel", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8532077, - 2.3437213 - ], - "osm_type":"way", - "osm_id":40579862, - "attractiveness":9, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "66":{ - "name":"Fontaine des Innocents", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8606368, - 2.3480233 - ], - "osm_type":"way", - "osm_id":52469222, - "attractiveness":16, - "must_do":false, - "n_tags":15, - "time_to_reach":0 - }, - "67":{ - "name":"Fontaine du Palmier", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8575005, - 2.3472864 - ], - "osm_type":"way", - "osm_id":261092850, - "attractiveness":23, - "must_do":false, - "n_tags":14, - "time_to_reach":0 - }, - "68":{ + "22":{ "name":"La fontaine de la Vierge", "type":{ "landmark_type":"sightseeing" @@ -1103,39 +367,7 @@ "n_tags":6, "time_to_reach":0 }, - "69":{ - "name":"Fontaine de la Paix", - "type":{ - "landmark_type":"sightseeing" - }, - "location":[ - 48.8495064, - 2.3328966 - ], - "osm_type":"way", - "osm_id":1200013023, - "attractiveness":13, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "70":{ - "name":"Square de l'Oiseau Lunaire", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8420601, - 2.3053951 - ], - "osm_type":"way", - "osm_id":14321381, - "attractiveness":21, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "71":{ + "23":{ "name":"Square Jean Chérioux", "type":{ "landmark_type":"nature" @@ -1151,23 +383,7 @@ "n_tags":5, "time_to_reach":0 }, - "72":{ - "name":"Square Gerbert-Blomet", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8398848, - 2.2979896 - ], - "osm_type":"way", - "osm_id":14349366, - "attractiveness":6, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "73":{ + "24":{ "name":"Square de la Tour Saint-Jacques", "type":{ "landmark_type":"nature" @@ -1183,7 +399,7 @@ "n_tags":12, "time_to_reach":0 }, - "74":{ + "25":{ "name":"Square Jean XXIII", "type":{ "landmark_type":"nature" @@ -1199,23 +415,7 @@ "n_tags":15, "time_to_reach":0 }, - "75":{ - "name":"Square Federico-García-Lorca", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8547442, - 2.3531977 - ], - "osm_type":"way", - "osm_id":25992413, - "attractiveness":13, - "must_do":false, - "n_tags":8, - "time_to_reach":0 - }, - "76":{ + "26":{ "name":"Jardinet place du lieutenant Henri-Karcher", "type":{ "landmark_type":"nature" @@ -1231,7 +431,7 @@ "n_tags":5, "time_to_reach":0 }, - "77":{ + "27":{ "name":"Square de l'Abbé Esquerré", "type":{ "landmark_type":"nature" @@ -1247,7 +447,7 @@ "n_tags":7, "time_to_reach":0 }, - "78":{ + "28":{ "name":"Jardin Nelson Mandela", "type":{ "landmark_type":"nature" @@ -1263,39 +463,7 @@ "n_tags":15, "time_to_reach":0 }, - "79":{ - "name":"Square René Viviani", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8521281, - 2.3474875 - ], - "osm_type":"way", - "osm_id":236820131, - "attractiveness":15, - "must_do":false, - "n_tags":9, - "time_to_reach":0 - }, - "80":{ - "name":"Jardin des Combattants-de-la-Nueve", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8557648, - 2.3521643 - ], - "osm_type":"way", - "osm_id":468735435, - "attractiveness":11, - "must_do":false, - "n_tags":5, - "time_to_reach":0 - }, - "81":{ + "29":{ "name":"Jardin du Père-Armand-David", "type":{ "landmark_type":"nature" @@ -1310,117 +478,5 @@ "must_do":false, "n_tags":7, "time_to_reach":0 - }, - "82":{ - "name":"Promenade Jean-Jacques Sempé", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8495883, - 2.3329384 - ], - "osm_type":"way", - "osm_id":968787390, - "attractiveness":5, - "must_do":false, - "n_tags":3, - "time_to_reach":0 - }, - "83":{ - "name":"Place Igor Stravinsky", - "type":{ - "landmark_type":"nature" - }, - "location":[ - 48.8594768, - 2.351489 - ], - "osm_type":"relation", - "osm_id":1308199, - "attractiveness":20, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "84":{ - "name":"Le BHV Marais", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8574684, - 2.3533171 - ], - "osm_type":"way", - "osm_id":29168869, - "attractiveness":16, - "must_do":false, - "n_tags":16, - "time_to_reach":0 - }, - "85":{ - "name":"Forum les Halles", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8622094, - 2.3454289 - ], - "osm_type":"way", - "osm_id":140901366, - "attractiveness":14, - "must_do":false, - "n_tags":13, - "time_to_reach":0 - }, - "86":{ - "name":"Westfield Forum des Halles", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8619012, - 2.3471416 - ], - "osm_type":"way", - "osm_id":408380251, - "attractiveness":21, - "must_do":false, - "n_tags":19, - "time_to_reach":0 - }, - "87":{ - "name":"Marché Saint-Germain", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8520893, - 2.3359481 - ], - "osm_type":"relation", - "osm_id":3038399, - "attractiveness":10, - "must_do":false, - "n_tags":10, - "time_to_reach":0 - }, - "88":{ - "name":"Carrousel du Louvre", - "type":{ - "landmark_type":"shopping" - }, - "location":[ - 48.8617234, - 2.3342521 - ], - "osm_type":"relation", - "osm_id":13452556, - "attractiveness":14, - "must_do":false, - "n_tags":14, - "time_to_reach":0 } } \ No newline at end of file