diff --git a/osm_conversion/app.js b/osm_conversion/app.js index 699017ac..2eac222e 100644 --- a/osm_conversion/app.js +++ b/osm_conversion/app.js @@ -3,14 +3,17 @@ */ const exportFileName = "bdd-vitesses-fr-osm_ways_zone-saint-mande_date-made-2022-08-03_full.csv" -let header_csv = ["ref", "way_id", "speedlimit", "highway"] +let header_csv = ["national_ref", "way_id", "osm_link", "name", "highway_tag","speed_limit"] let lines_csv = [] const sourceFilePath = "./overpass_results/export_saint_mande.json" const overpassDataJson = require(sourceFilePath) -let reference_prefix = "94160_"; +const reference_prefix = "V94160_"; + +let counter_no_speedlimit = 0; +let counter_highways = overpassDataJson['elements'].length; let turn_ii = 0; -let turn_ii_limit = 3; +let turn_ii_limit = 2000; const fs = require('fs') console.log("overpassDataJson elements", overpassDataJson['elements'].length) @@ -23,14 +26,13 @@ overpassDataJson['elements'].forEach((elem) => { } let line_properties = { - "ref": reference_prefix + turn_ii, + "ref": ""+reference_prefix + turn_ii, "way_id": elem.id, - "osm_link": "https://www.openstreetmap.org/way/" + elem.id, - "speedlimit": null, - "highway": null, + "osm_link": `"https://www.openstreetmap.org/way/${elem.id}"`, "name": null, + "highway": null, + "speedlimit": null, } - console.log("elem.id", elem.id) if (elem.tags) { @@ -48,6 +50,8 @@ overpassDataJson['elements'].forEach((elem) => { } if (elem.tags.maxspeed) { line_properties['speedlimit'] = elem.tags.maxspeed + }else{ + counter_no_speedlimit++ } } lines_csv.push(line_properties) @@ -57,14 +61,15 @@ let lines_out = lines_csv.map(elem => { let keys = Object.keys(elem) let csv_line = ''; - keys.forEach(keyName => { + keys.forEach(keyName => { csv_line += elem[keyName] csv_line += ';' - console.log("ii, elem[keyName]", ii, elem[keyName]) }) return csv_line + "\n" }); + + writeCSVOutput(); @@ -73,11 +78,15 @@ function writeCSVOutput() { let content = header_csv.join(';') + ';\n' + lines_out; console.log(" ") - console.log("content", content) + // console.log("content", content.replace(','+reference_prefix, reference_prefix)) fs.writeFile('output/' + exportFileName, content, function (err, data) { if (err) { return console.log(err); } + console.log("counter_no_speedlimit", counter_no_speedlimit) + console.log("on", counter_highways) + console.log("missing data : ", Math.floor( counter_no_speedlimit * 100 /counter_highways ) + "%" ) + console.log(" ") console.log('wrote output file', exportFileName); }); } diff --git a/osm_conversion/output/bdd-vitesses-fr-osm_ways_zone-saint-mande_date-made-2022-08-03_full.csv b/osm_conversion/output/bdd-vitesses-fr-osm_ways_zone-saint-mande_date-made-2022-08-03_full.csv index f3d14aef..1b6aec4b 100644 --- a/osm_conversion/output/bdd-vitesses-fr-osm_ways_zone-saint-mande_date-made-2022-08-03_full.csv +++ b/osm_conversion/output/bdd-vitesses-fr-osm_ways_zone-saint-mande_date-made-2022-08-03_full.csv @@ -1,3 +1,1406 @@ -ref;way_id;speedlimit;highway; -94160_1;13859326;https://www.openstreetmap.org/way/13859326;50;primary;Avenue de la Porte de Vincennes; -,94160_2;17075650;https://www.openstreetmap.org/way/17075650;30;secondary;Avenue Courteline; +national_ref;way_id;speed_limit;highway_tag; +V94160_1;22736543;"https://www.openstreetmap.org/way/22736543";Avenue Pasteur;residential;30; +V94160_2;22736545;"https://www.openstreetmap.org/way/22736545";Allée des Platanes;footway;null; +V94160_3;22736548;"https://www.openstreetmap.org/way/22736548";Allée des Acacias;footway;null; +V94160_4;22736551;"https://www.openstreetmap.org/way/22736551";Square des Sorbiers;service;null; +V94160_5;22736553;"https://www.openstreetmap.org/way/22736553";Square des Catalpas;service;null; +V94160_6;22736554;"https://www.openstreetmap.org/way/22736554";Square des Ormes;service;null; +V94160_7;22736600;"https://www.openstreetmap.org/way/22736600";Avenue Gambetta;residential;30; +V94160_8;22736601;"https://www.openstreetmap.org/way/22736601";Rue Cart;residential;30; +V94160_9;22736611;"https://www.openstreetmap.org/way/22736611";Rue Poirier;residential;30; +V94160_10;22736647;"https://www.openstreetmap.org/way/22736647";null;primary_link;50; +V94160_11;22736677;"https://www.openstreetmap.org/way/22736677";null;unclassified;50; +V94160_12;22736811;"https://www.openstreetmap.org/way/22736811";Avenue Quihou;residential;null; +V94160_13;22902039;"https://www.openstreetmap.org/way/22902039";Rue Jeanne d'Arc;residential;30; +V94160_14;22902094;"https://www.openstreetmap.org/way/22902094";Avenue Alphand;residential;30; +V94160_15;22902104;"https://www.openstreetmap.org/way/22902104";Rue Baudin;residential;30; +V94160_16;22902110;"https://www.openstreetmap.org/way/22902110";Avenue Alphand;residential;30; +V94160_17;22902136;"https://www.openstreetmap.org/way/22902136";Rue de l'Épinette;residential;30; +V94160_18;22902172;"https://www.openstreetmap.org/way/22902172";Avenue Herbillon;residential;30; +V94160_19;22902183;"https://www.openstreetmap.org/way/22902183";Rue Renault;residential;30; +V94160_20;22902196;"https://www.openstreetmap.org/way/22902196";Rue Allard;residential;30; +V94160_21;22902227;"https://www.openstreetmap.org/way/22902227";Rue Mongenot;residential;30; +V94160_22;22950300;"https://www.openstreetmap.org/way/22950300";Rue Plisson;pedestrian;null; +V94160_23;23813908;"https://www.openstreetmap.org/way/23813908";Rue Paul Bert;residential;30; +V94160_24;23813909;"https://www.openstreetmap.org/way/23813909";Rue du Lac;residential;30; +V94160_25;23813910;"https://www.openstreetmap.org/way/23813910";Route du Lac de Saint-Mandé;track;null; +V94160_26;23907774;"https://www.openstreetmap.org/way/23907774";Square Nungesser;footway;null; +V94160_27;24566576;"https://www.openstreetmap.org/way/24566576";Rue des Vallées;residential;null; +V94160_28;24566643;"https://www.openstreetmap.org/way/24566643";Rue Fays;residential;null; +V94160_29_D-158;24566651;"https://www.openstreetmap.org/way/24566651";Avenue Joffre;secondary;30; +V94160_30;24677377;"https://www.openstreetmap.org/way/24677377";Avenue Gallieni;residential;30; +V94160_31;24677379;"https://www.openstreetmap.org/way/24677379";Rue Viteau;residential;null; +V94160_32;25382867;"https://www.openstreetmap.org/way/25382867";null;path;null; +V94160_33;26118404;"https://www.openstreetmap.org/way/26118404";Rue du Commandant René Mouchotte;residential;30; +V94160_34_D-237;26118456;"https://www.openstreetmap.org/way/26118456";Avenue Foch;tertiary;30; +V94160_35;26118764;"https://www.openstreetmap.org/way/26118764";Rue Sacrot;residential;30; +V94160_36;26118908;"https://www.openstreetmap.org/way/26118908";Avenue Anna Politkovskaïa;residential;30; +V94160_37;30131730;"https://www.openstreetmap.org/way/30131730";Avenue Gallieni;residential;50; +V94160_38;30131745;"https://www.openstreetmap.org/way/30131745";Avenue Quihou;residential;30; +V94160_39;30145350;"https://www.openstreetmap.org/way/30145350";Avenue de Paris;residential;50; +V94160_40;30145365;"https://www.openstreetmap.org/way/30145365";Avenue Quihou;residential;null; +V94160_41;30145507;"https://www.openstreetmap.org/way/30145507";Rue de l'Amiral Courbet;residential;30; +V94160_42;30145551;"https://www.openstreetmap.org/way/30145551";Avenue Gallieni;service;null; +V94160_43;30145598;"https://www.openstreetmap.org/way/30145598";Rue du Talus du Cours;residential;30; +V94160_44;30145887;"https://www.openstreetmap.org/way/30145887";Avenue Victor Hugo;secondary;30; +V94160_45;30145950;"https://www.openstreetmap.org/way/30145950";null;footway;null; +V94160_46;30146030;"https://www.openstreetmap.org/way/30146030";Rue de Bérulle;residential;30; +V94160_47;30146032;"https://www.openstreetmap.org/way/30146032";Passage Bir-Hakeim;footway;null; +V94160_48;30146087;"https://www.openstreetmap.org/way/30146087";Rue Paul Bert;residential;20; +V94160_49;30146424;"https://www.openstreetmap.org/way/30146424";Rue Hamelin;residential;30; +V94160_50;30146429;"https://www.openstreetmap.org/way/30146429";Rue Durget;residential;30; +V94160_51;30146474;"https://www.openstreetmap.org/way/30146474";Rue Durget;residential;30; +V94160_52;30146553;"https://www.openstreetmap.org/way/30146553";Villa Carnot;service;null; +V94160_53;30146584;"https://www.openstreetmap.org/way/30146584";Avenue Alphand;residential;30; +V94160_54;30146638;"https://www.openstreetmap.org/way/30146638";Avenue Daumesnil;secondary;50; +V94160_55;30275970;"https://www.openstreetmap.org/way/30275970";Avenue Daumesnil;secondary;50; +V94160_56;30277127;"https://www.openstreetmap.org/way/30277127";Avenue de la Pelouse;residential;30; +V94160_57;30277355;"https://www.openstreetmap.org/way/30277355";Avenue de Liège;residential;30; +V94160_58;30277364;"https://www.openstreetmap.org/way/30277364";Chaussée de l'Étang;residential;30; +V94160_59_D-237;30277742;"https://www.openstreetmap.org/way/30277742";Route de la Tourelle;tertiary;30; +V94160_60_D-237;30341446;"https://www.openstreetmap.org/way/30341446";Avenue des Minimes;tertiary;50; +V94160_61;32136845;"https://www.openstreetmap.org/way/32136845";Avenue Victor Hugo;cycleway;null; +V94160_62;36902804;"https://www.openstreetmap.org/way/36902804";Rue Fays;residential;null; +V94160_63;36903217;"https://www.openstreetmap.org/way/36903217";Rue Charles Marinier;unclassified;30; +V94160_64;37718877;"https://www.openstreetmap.org/way/37718877";Rue Jean Mermoz;unclassified;30; +V94160_65;37718878;"https://www.openstreetmap.org/way/37718878";Rue Brière de Boismont;residential;30; +V94160_66_D-158;37718879;"https://www.openstreetmap.org/way/37718879";Avenue du Général de Gaulle;secondary;30; +V94160_67;42980044;"https://www.openstreetmap.org/way/42980044";Avenue Anna Politkovskaïa;cycleway;null; +V94160_68;43846128;"https://www.openstreetmap.org/way/43846128";Rue Guynemer;residential;30; +V94160_69;43846130;"https://www.openstreetmap.org/way/43846130";Place Lucien Delahaye;residential;30; +V94160_70;43846131;"https://www.openstreetmap.org/way/43846131";Rue Jolly;residential;30; +V94160_71;43846132;"https://www.openstreetmap.org/way/43846132";Villa Marcès;residential;null; +V94160_72;44757525;"https://www.openstreetmap.org/way/44757525";Avenue Gambetta;cycleway;null; +V94160_73;48181452;"https://www.openstreetmap.org/way/48181452";Avenue Daumesnil;path;null; +V94160_74;49208915;"https://www.openstreetmap.org/way/49208915";Rue Eugène Ringuet;residential;30; +V94160_75;49208921;"https://www.openstreetmap.org/way/49208921";Rue de l'Abbé Pouchard;residential;30; +V94160_76;49208923;"https://www.openstreetmap.org/way/49208923";Place Lucien Delahaye;residential;30; +V94160_77;49208924;"https://www.openstreetmap.org/way/49208924";Place de la Libération;pedestrian;null; +V94160_78;49796279;"https://www.openstreetmap.org/way/49796279";Rue de Verdun;residential;30; +V94160_79;49796281;"https://www.openstreetmap.org/way/49796281";Rue de la Première Division Française Libre;pedestrian;null; +V94160_80;49796282;"https://www.openstreetmap.org/way/49796282";Villa Suzanne;residential;null; +V94160_81;55344353;"https://www.openstreetmap.org/way/55344353";null;service;30; +V94160_82;55674100;"https://www.openstreetmap.org/way/55674100";null;footway;null; +V94160_83;55674101;"https://www.openstreetmap.org/way/55674101";null;footway;null; +V94160_84;55674102;"https://www.openstreetmap.org/way/55674102";null;footway;null; +V94160_85;55674103;"https://www.openstreetmap.org/way/55674103";null;footway;null; +V94160_86;55674104;"https://www.openstreetmap.org/way/55674104";null;footway;null; +V94160_87;55674105;"https://www.openstreetmap.org/way/55674105";null;footway;null; +V94160_88;55674106;"https://www.openstreetmap.org/way/55674106";null;footway;null; +V94160_89_D-237;55675409;"https://www.openstreetmap.org/way/55675409";Avenue Foch;tertiary;null; +V94160_90;58002005;"https://www.openstreetmap.org/way/58002005";Rue de Lagny;cycleway;null; +V94160_91;58002886;"https://www.openstreetmap.org/way/58002886";Rue de Lagny;cycleway;null; +V94160_92;93478917;"https://www.openstreetmap.org/way/93478917";Rue Eugène Ringuet;residential;30; +V94160_93;93478919;"https://www.openstreetmap.org/way/93478919";Rue Guynemer;residential;30; +V94160_94;93478920;"https://www.openstreetmap.org/way/93478920";Rue Jeanne d'Arc;residential;30; +V94160_95;93481125;"https://www.openstreetmap.org/way/93481125";Rue Faidherbe;residential;30; +V94160_96;93481126;"https://www.openstreetmap.org/way/93481126";Rue Grandville;residential;30; +V94160_97;93481127;"https://www.openstreetmap.org/way/93481127";Rue Faidherbe;footway;null; +V94160_98;93481128;"https://www.openstreetmap.org/way/93481128";Rue Grandville;residential;30; +V94160_99;108457126;"https://www.openstreetmap.org/way/108457126";Accès Parking Charles Digeon;service;null; +V94160_100;110490585;"https://www.openstreetmap.org/way/110490585";null;service;null; +V94160_101;112445127;"https://www.openstreetmap.org/way/112445127";Avenue Daumesnil;secondary;30; +V94160_102;112445128;"https://www.openstreetmap.org/way/112445128";Avenue Daumesnil;tertiary;50; +V94160_103;115856638;"https://www.openstreetmap.org/way/115856638";Villa de la Tourelle;service;null; +V94160_104;115857207;"https://www.openstreetmap.org/way/115857207";Villa de l'Étang;residential;null; +V94160_105;115857332;"https://www.openstreetmap.org/way/115857332";Rue Cailletet;pedestrian;null; +V94160_106;115857800;"https://www.openstreetmap.org/way/115857800";Avenue Robert-André Vivien;residential;30; +V94160_107;131302537;"https://www.openstreetmap.org/way/131302537";Square des Anciens Combattants en Afrique du Nord;pedestrian;null; +V94160_108;131303302;"https://www.openstreetmap.org/way/131303302";Place du Général Leclerc;pedestrian;null; +V94160_109;134933420;"https://www.openstreetmap.org/way/134933420";null;path;null; +V94160_110_D-158;137000080;"https://www.openstreetmap.org/way/137000080";Avenue Joffre;secondary;30; +V94160_111_D-237;137000081;"https://www.openstreetmap.org/way/137000081";Avenue Foch;tertiary;50; +V94160_112_D-158;137000082;"https://www.openstreetmap.org/way/137000082";Avenue Joffre;secondary;30; +V94160_113_D-158;137000084;"https://www.openstreetmap.org/way/137000084";Place du Général Leclerc;secondary;30; +V94160_114_D-158;137003253;"https://www.openstreetmap.org/way/137003253";Place du Général Leclerc;secondary;30; +V94160_115_D-120;137003254;"https://www.openstreetmap.org/way/137003254";Avenue de Paris;primary;50; +V94160_116_D-158;137003255;"https://www.openstreetmap.org/way/137003255";Avenue du Général de Gaulle;secondary;30; +V94160_117_D-158;137003256;"https://www.openstreetmap.org/way/137003256";Avenue du Général de Gaulle;secondary;30; +V94160_118;137007363;"https://www.openstreetmap.org/way/137007363";Avenue Daumesnil;tertiary;50; +V94160_119_D-158;137007364;"https://www.openstreetmap.org/way/137007364";Avenue du Général de Gaulle;secondary;30; +V94160_120;137007365;"https://www.openstreetmap.org/way/137007365";Avenue Sainte-Marie;residential;30; +V94160_121_D-158;144756938;"https://www.openstreetmap.org/way/144756938";Place du Général Leclerc;secondary;30; +V94160_122_D-120;144756939;"https://www.openstreetmap.org/way/144756939";Avenue de Paris;primary;50; +V94160_123;147360890;"https://www.openstreetmap.org/way/147360890";Place Charles Digeon;residential;null; +V94160_124;150614614;"https://www.openstreetmap.org/way/150614614";null;path;null; +V94160_125_D-120;160318616;"https://www.openstreetmap.org/way/160318616";Avenue de Paris;primary;50; +V94160_126;165614443;"https://www.openstreetmap.org/way/165614443";null;footway;null; +V94160_127;171760147;"https://www.openstreetmap.org/way/171760147";null;path;null; +V94160_128;171959517;"https://www.openstreetmap.org/way/171959517";Rue Jeanne d'Arc;residential;30; +V94160_129;171959519;"https://www.openstreetmap.org/way/171959519";Rue Jeanne d'Arc;residential;30; +V94160_130;171962152;"https://www.openstreetmap.org/way/171962152";Rue Plisson;residential;null; +V94160_131;171962449;"https://www.openstreetmap.org/way/171962449";Rue de l'Alouette;residential;30; +V94160_132;178828672;"https://www.openstreetmap.org/way/178828672";Avenue de Liège;residential;30; +V94160_133;178830282;"https://www.openstreetmap.org/way/178830282";null;residential;50; +V94160_134_D-120;178830283;"https://www.openstreetmap.org/way/178830283";Avenue de Paris;primary;50; +V94160_135_D-120;178830284;"https://www.openstreetmap.org/way/178830284";Avenue de Paris;primary;50; +V94160_136_D-120;178830286;"https://www.openstreetmap.org/way/178830286";Avenue de Paris;primary;50; +V94160_137;179865717;"https://www.openstreetmap.org/way/179865717";Avenue de Liège;cycleway;null; +V94160_138;205013564;"https://www.openstreetmap.org/way/205013564";null;steps;null; +V94160_139;205014750;"https://www.openstreetmap.org/way/205014750";null;footway;null; +V94160_140;205014751;"https://www.openstreetmap.org/way/205014751";null;steps;null; +V94160_141;205014752;"https://www.openstreetmap.org/way/205014752";null;footway;null; +V94160_142;205014753;"https://www.openstreetmap.org/way/205014753";null;steps;null; +V94160_143;205014755;"https://www.openstreetmap.org/way/205014755";null;footway;null; +V94160_144;205014757;"https://www.openstreetmap.org/way/205014757";null;footway;null; +V94160_145;205014758;"https://www.openstreetmap.org/way/205014758";null;footway;null; +V94160_146;211109551;"https://www.openstreetmap.org/way/211109551";null;steps;null; +V94160_147;211109552;"https://www.openstreetmap.org/way/211109552";null;service;null; +V94160_148;211109553;"https://www.openstreetmap.org/way/211109553";null;service;null; +V94160_149;211109556;"https://www.openstreetmap.org/way/211109556";null;service;null; +V94160_150;211109559;"https://www.openstreetmap.org/way/211109559";null;service;null; +V94160_151;218704209;"https://www.openstreetmap.org/way/218704209";null;service;30; +V94160_152;218704210;"https://www.openstreetmap.org/way/218704210";Allée des Platanes;footway;null; +V94160_153_D-237;221657687;"https://www.openstreetmap.org/way/221657687";Avenue Foch;tertiary;50; +V94160_154;223253669;"https://www.openstreetmap.org/way/223253669";null;corridor;null; +V94160_155;223253673;"https://www.openstreetmap.org/way/223253673";null;service;null; +V94160_156;224710991;"https://www.openstreetmap.org/way/224710991";Allée Alice Guy-Blaché;service;null; +V94160_157;224748049;"https://www.openstreetmap.org/way/224748049";null;service;null; +V94160_158;230365758;"https://www.openstreetmap.org/way/230365758";Avenue Benoît Lévy;residential;30; +V94160_159_D-120;233182642;"https://www.openstreetmap.org/way/233182642";Avenue Gallieni;primary;30; +V94160_160;239035812;"https://www.openstreetmap.org/way/239035812";null;footway;null; +V94160_161;239928591;"https://www.openstreetmap.org/way/239928591";null;footway;null; +V94160_162;239929931;"https://www.openstreetmap.org/way/239929931";null;footway;null; +V94160_163;245991172;"https://www.openstreetmap.org/way/245991172";null;footway;null; +V94160_164;261443128;"https://www.openstreetmap.org/way/261443128";null;footway;null; +V94160_165;265378135;"https://www.openstreetmap.org/way/265378135";null;service;30; +V94160_166;265378136;"https://www.openstreetmap.org/way/265378136";null;service;null; +V94160_167;265378138;"https://www.openstreetmap.org/way/265378138";null;service;null; +V94160_168;265378140;"https://www.openstreetmap.org/way/265378140";null;service;null; +V94160_169;281041565;"https://www.openstreetmap.org/way/281041565";null;path;null; +V94160_170;298852012;"https://www.openstreetmap.org/way/298852012";Avenue Sainte-Marie;residential;30; +V94160_171;321958131;"https://www.openstreetmap.org/way/321958131";Place du Général Leclerc;service;null; +V94160_172;323012510;"https://www.openstreetmap.org/way/323012510";Avenue Gambetta;residential;50; +V94160_173;323012511;"https://www.openstreetmap.org/way/323012511";Avenue Gambetta;residential;30; +V94160_174;327440794;"https://www.openstreetmap.org/way/327440794";null;footway;null; +V94160_175;369166297;"https://www.openstreetmap.org/way/369166297";null;footway;null; +V94160_176;460941515;"https://www.openstreetmap.org/way/460941515";null;primary_link;50; +V94160_177;460941516;"https://www.openstreetmap.org/way/460941516";Rue du Parc;residential;30; +V94160_178_D-120;460941518;"https://www.openstreetmap.org/way/460941518";Avenue de Paris;primary;50; +V94160_179;460941520;"https://www.openstreetmap.org/way/460941520";null;service;null; +V94160_180;460941521;"https://www.openstreetmap.org/way/460941521";null;service;null; +V94160_181;460941523;"https://www.openstreetmap.org/way/460941523";null;service;null; +V94160_182;460941524;"https://www.openstreetmap.org/way/460941524";null;service;null; +V94160_183_D-120;517784075;"https://www.openstreetmap.org/way/517784075";Avenue de Paris;primary;50; +V94160_184_D-120;563735859;"https://www.openstreetmap.org/way/563735859";Avenue Gallieni;primary;30; +V94160_185_D-120;563735860;"https://www.openstreetmap.org/way/563735860";Avenue Gallieni;primary;50; +V94160_186;563735862;"https://www.openstreetmap.org/way/563735862";null;footway;null; +V94160_187;563735863;"https://www.openstreetmap.org/way/563735863";null;footway;null; +V94160_188;563735864;"https://www.openstreetmap.org/way/563735864";null;service;null; +V94160_189_D-158;584214159;"https://www.openstreetmap.org/way/584214159";Avenue du Général de Gaulle;secondary;30; +V94160_190_D-158;584214160;"https://www.openstreetmap.org/way/584214160";Avenue du Général de Gaulle;secondary;30; +V94160_191_D-158;584214161;"https://www.openstreetmap.org/way/584214161";Place du Général Leclerc;secondary;30; +V94160_192;597070607;"https://www.openstreetmap.org/way/597070607";Avenue Daumesnil;tertiary;50; +V94160_193;606386207;"https://www.openstreetmap.org/way/606386207";Avenue Courteline;cycleway;null; +V94160_194;624127760;"https://www.openstreetmap.org/way/624127760";Avenue Daumesnil;secondary;50; +V94160_195_D-158;624128334;"https://www.openstreetmap.org/way/624128334";Avenue de Saint-Maurice;secondary;50; +V94160_196;628777315;"https://www.openstreetmap.org/way/628777315";null;residential;50; +V94160_197_D-120;628777316;"https://www.openstreetmap.org/way/628777316";Avenue de Paris;primary;50; +V94160_198;637155763;"https://www.openstreetmap.org/way/637155763";Avenue Victor Hugo;service;null; +V94160_199;642575886;"https://www.openstreetmap.org/way/642575886";null;footway;null; +V94160_200;642575887;"https://www.openstreetmap.org/way/642575887";null;footway;null; +V94160_201;642575888;"https://www.openstreetmap.org/way/642575888";null;footway;null; +V94160_202;642575889;"https://www.openstreetmap.org/way/642575889";null;footway;null; +V94160_203;642583744;"https://www.openstreetmap.org/way/642583744";null;footway;null; +V94160_204;642583746;"https://www.openstreetmap.org/way/642583746";null;footway;null; +V94160_205;642583752;"https://www.openstreetmap.org/way/642583752";null;service;null; +V94160_206;642583753;"https://www.openstreetmap.org/way/642583753";null;service;null; +V94160_207;642583754;"https://www.openstreetmap.org/way/642583754";null;service;null; +V94160_208;642583755;"https://www.openstreetmap.org/way/642583755";null;service;null; +V94160_209;642583756;"https://www.openstreetmap.org/way/642583756";null;service;null; +V94160_210;642583758;"https://www.openstreetmap.org/way/642583758";null;service;30; +V94160_211;642583759;"https://www.openstreetmap.org/way/642583759";null;service;30; +V94160_212;642583760;"https://www.openstreetmap.org/way/642583760";null;service;null; +V94160_213;642583761;"https://www.openstreetmap.org/way/642583761";null;service;null; +V94160_214;669477271;"https://www.openstreetmap.org/way/669477271";null;service;null; +V94160_215;669477272;"https://www.openstreetmap.org/way/669477272";null;service;null; +V94160_216;669477273;"https://www.openstreetmap.org/way/669477273";null;footway;null; +V94160_217;669477274;"https://www.openstreetmap.org/way/669477274";null;service;null; +V94160_218;669477284;"https://www.openstreetmap.org/way/669477284";null;footway;null; +V94160_219;676568066;"https://www.openstreetmap.org/way/676568066";null;pedestrian;null; +V94160_220;685874378;"https://www.openstreetmap.org/way/685874378";null;service;null; +V94160_221;700090807;"https://www.openstreetmap.org/way/700090807";Route de la Ceinture du Lac Daumesnil;tertiary;30; +V94160_222;731082401;"https://www.openstreetmap.org/way/731082401";null;corridor;null; +V94160_223;731082403;"https://www.openstreetmap.org/way/731082403";null;steps;null; +V94160_224;731082405;"https://www.openstreetmap.org/way/731082405";null;corridor;null; +V94160_225;731082406;"https://www.openstreetmap.org/way/731082406";null;corridor;null; +V94160_226;731082407;"https://www.openstreetmap.org/way/731082407";null;corridor;null; +V94160_227;731082408;"https://www.openstreetmap.org/way/731082408";null;corridor;null; +V94160_228_D-237;752298282;"https://www.openstreetmap.org/way/752298282";Avenue des Minimes;tertiary;30; +V94160_229;752306070;"https://www.openstreetmap.org/way/752306070";Avenue Daumesnil;tertiary;50; +V94160_230;752306422;"https://www.openstreetmap.org/way/752306422";Avenue Daumesnil;secondary;50; +V94160_231_D-120;752307127;"https://www.openstreetmap.org/way/752307127";Avenue de Paris;primary;50; +V94160_232;779344047;"https://www.openstreetmap.org/way/779344047";null;cycleway;null; +V94160_233_D-120;800029865;"https://www.openstreetmap.org/way/800029865";Avenue de Paris;primary;50; +V94160_234;802711367;"https://www.openstreetmap.org/way/802711367";null;path;null; +V94160_235;855377837;"https://www.openstreetmap.org/way/855377837";null;service;30; +V94160_236;855377838;"https://www.openstreetmap.org/way/855377838";null;service;null; +V94160_237;855377839;"https://www.openstreetmap.org/way/855377839";null;service;null; +V94160_238;855377840;"https://www.openstreetmap.org/way/855377840";null;service;null; +V94160_239;855377841;"https://www.openstreetmap.org/way/855377841";null;service;null; +V94160_240;855377842;"https://www.openstreetmap.org/way/855377842";null;service;null; +V94160_241;858468885;"https://www.openstreetmap.org/way/858468885";null;corridor;null; +V94160_242;858468886;"https://www.openstreetmap.org/way/858468886";null;service;null; +V94160_243;858468887;"https://www.openstreetmap.org/way/858468887";null;service;null; +V94160_244;881990210;"https://www.openstreetmap.org/way/881990210";null;footway;null; +V94160_245;881990211;"https://www.openstreetmap.org/way/881990211";null;footway;null; +V94160_246;881990212;"https://www.openstreetmap.org/way/881990212";null;footway;null; +V94160_247;882034539;"https://www.openstreetmap.org/way/882034539";null;footway;null; +V94160_248;889550265;"https://www.openstreetmap.org/way/889550265";Avenue Gambetta;cycleway;null; +V94160_249;889550266;"https://www.openstreetmap.org/way/889550266";Avenue Gambetta;cycleway;null; +V94160_250;889550267;"https://www.openstreetmap.org/way/889550267";Avenue Gambetta;residential;30; +V94160_251_D-237;900142008;"https://www.openstreetmap.org/way/900142008";Avenue Foch;tertiary;50; +V94160_252;918378224;"https://www.openstreetmap.org/way/918378224";Avenue Daumesnil;cycleway;null; +V94160_253_D-120;933841109;"https://www.openstreetmap.org/way/933841109";Avenue de Paris;primary;50; +V94160_254;934313379;"https://www.openstreetmap.org/way/934313379";null;footway;null; +V94160_255;934313837;"https://www.openstreetmap.org/way/934313837";null;footway;null; +V94160_256;934314058;"https://www.openstreetmap.org/way/934314058";null;footway;null; +V94160_257;934314059;"https://www.openstreetmap.org/way/934314059";null;footway;null; +V94160_258;934314847;"https://www.openstreetmap.org/way/934314847";null;footway;null; +V94160_259;934316677;"https://www.openstreetmap.org/way/934316677";null;footway;null; +V94160_260;934316678;"https://www.openstreetmap.org/way/934316678";null;footway;null; +V94160_261;973611201;"https://www.openstreetmap.org/way/973611201";Route Lemoine;path;null; +V94160_262;979577817;"https://www.openstreetmap.org/way/979577817";null;footway;null; +V94160_263;979577818;"https://www.openstreetmap.org/way/979577818";null;steps;null; +V94160_264;979577819;"https://www.openstreetmap.org/way/979577819";null;footway;null; +V94160_265;979577820;"https://www.openstreetmap.org/way/979577820";null;footway;null; +V94160_266;979577821;"https://www.openstreetmap.org/way/979577821";null;steps;null; +V94160_267;979577822;"https://www.openstreetmap.org/way/979577822";null;footway;null; +V94160_268;979577823;"https://www.openstreetmap.org/way/979577823";null;steps;null; +V94160_269;979577824;"https://www.openstreetmap.org/way/979577824";null;footway;null; +V94160_270_D-158;995552406;"https://www.openstreetmap.org/way/995552406";Avenue du Général de Gaulle;secondary;30; +V94160_271;1001581316;"https://www.openstreetmap.org/way/1001581316";Avenue Victor Hugo;secondary;30; +V94160_272;1001581317;"https://www.openstreetmap.org/way/1001581317";null;service;null; +V94160_273;1026557005;"https://www.openstreetmap.org/way/1026557005";Villa André Moynet;service;null; +V94160_274;1035010641;"https://www.openstreetmap.org/way/1035010641";Avenue Pasteur;footway;30; +V94160_275;1056394621;"https://www.openstreetmap.org/way/1056394621";null;service;null; +V94160_276;368077;"https://www.openstreetmap.org/way/368077";null;null;null; +V94160_277;249624245;"https://www.openstreetmap.org/way/249624245";null;null;null; +V94160_278;429171982;"https://www.openstreetmap.org/way/429171982";null;null;null; +V94160_279;556195107;"https://www.openstreetmap.org/way/556195107";null;null;null; +V94160_280;612427963;"https://www.openstreetmap.org/way/612427963";null;null;null; +V94160_281;1741939410;"https://www.openstreetmap.org/way/1741939410";null;null;null; +V94160_282;5731039893;"https://www.openstreetmap.org/way/5731039893";null;null;null; +V94160_283;5893511736;"https://www.openstreetmap.org/way/5893511736";null;null;null; +V94160_284;7031730711;"https://www.openstreetmap.org/way/7031730711";null;null;null; +V94160_285;17975359;"https://www.openstreetmap.org/way/17975359";null;null;null; +V94160_286;17975360;"https://www.openstreetmap.org/way/17975360";null;null;null; +V94160_287;17975361;"https://www.openstreetmap.org/way/17975361";null;null;null; +V94160_288;246553186;"https://www.openstreetmap.org/way/246553186";null;null;null; +V94160_289;246553187;"https://www.openstreetmap.org/way/246553187";null;null;null; +V94160_290;269269841;"https://www.openstreetmap.org/way/269269841";null;null;null; +V94160_291;269269842;"https://www.openstreetmap.org/way/269269842";null;null;null; +V94160_292;269269843;"https://www.openstreetmap.org/way/269269843";null;null;null; +V94160_293;269269844;"https://www.openstreetmap.org/way/269269844";null;null;null; +V94160_294;269269845;"https://www.openstreetmap.org/way/269269845";null;null;null; +V94160_295;269269846;"https://www.openstreetmap.org/way/269269846";null;null;null; +V94160_296;269269847;"https://www.openstreetmap.org/way/269269847";null;null;null; +V94160_297;269269849;"https://www.openstreetmap.org/way/269269849";null;null;null; +V94160_298;269269850;"https://www.openstreetmap.org/way/269269850";null;null;null; +V94160_299;429171977;"https://www.openstreetmap.org/way/429171977";null;null;null; +V94160_300;429171983;"https://www.openstreetmap.org/way/429171983";null;null;null; +V94160_301;429171984;"https://www.openstreetmap.org/way/429171984";null;null;null; +V94160_302;429171985;"https://www.openstreetmap.org/way/429171985";null;null;null; +V94160_303;429171986;"https://www.openstreetmap.org/way/429171986";null;null;null; +V94160_304;429171987;"https://www.openstreetmap.org/way/429171987";null;null;null; +V94160_305;429171988;"https://www.openstreetmap.org/way/429171988";null;null;null; +V94160_306;429171989;"https://www.openstreetmap.org/way/429171989";null;null;null; +V94160_307;429171990;"https://www.openstreetmap.org/way/429171990";null;null;null; +V94160_308;499645295;"https://www.openstreetmap.org/way/499645295";null;null;null; +V94160_309;556469650;"https://www.openstreetmap.org/way/556469650";null;null;null; +V94160_310;556469737;"https://www.openstreetmap.org/way/556469737";null;null;null; +V94160_311;1555391477;"https://www.openstreetmap.org/way/1555391477";null;null;null; +V94160_312;1643489686;"https://www.openstreetmap.org/way/1643489686";null;null;null; +V94160_313;2670591218;"https://www.openstreetmap.org/way/2670591218";null;null;null; +V94160_314;2670591250;"https://www.openstreetmap.org/way/2670591250";null;null;null; +V94160_315;2680781375;"https://www.openstreetmap.org/way/2680781375";null;null;null; +V94160_316;2850584073;"https://www.openstreetmap.org/way/2850584073";null;null;null; +V94160_317;2850584098;"https://www.openstreetmap.org/way/2850584098";null;null;null; +V94160_318;2850587354;"https://www.openstreetmap.org/way/2850587354";null;null;null; +V94160_319;3463368684;"https://www.openstreetmap.org/way/3463368684";null;null;null; +V94160_320;3986592476;"https://www.openstreetmap.org/way/3986592476";null;null;null; +V94160_321;5530426108;"https://www.openstreetmap.org/way/5530426108";null;null;null; +V94160_322;5530426109;"https://www.openstreetmap.org/way/5530426109";null;null;null; +V94160_323;5530426112;"https://www.openstreetmap.org/way/5530426112";null;null;null; +V94160_324;5530426113;"https://www.openstreetmap.org/way/5530426113";null;null;null; +V94160_325;5530426114;"https://www.openstreetmap.org/way/5530426114";null;null;null; +V94160_326;5730846604;"https://www.openstreetmap.org/way/5730846604";null;null;null; +V94160_327;5730846605;"https://www.openstreetmap.org/way/5730846605";null;null;null; +V94160_328;5738362152;"https://www.openstreetmap.org/way/5738362152";null;null;null; +V94160_329;6379464518;"https://www.openstreetmap.org/way/6379464518";null;null;null; +V94160_330;6524901053;"https://www.openstreetmap.org/way/6524901053";null;null;null; +V94160_331;8529438283;"https://www.openstreetmap.org/way/8529438283";null;null;null; +V94160_332;269269838;"https://www.openstreetmap.org/way/269269838";null;null;null; +V94160_333;269269839;"https://www.openstreetmap.org/way/269269839";null;null;null; +V94160_334;269269840;"https://www.openstreetmap.org/way/269269840";null;null;null; +V94160_335;1555391469;"https://www.openstreetmap.org/way/1555391469";null;null;null; +V94160_336;243894708;"https://www.openstreetmap.org/way/243894708";null;null;null; +V94160_337;243894709;"https://www.openstreetmap.org/way/243894709";null;null;null; +V94160_338;246552633;"https://www.openstreetmap.org/way/246552633";null;null;null; +V94160_339;246552636;"https://www.openstreetmap.org/way/246552636";null;null;null; +V94160_340;246552959;"https://www.openstreetmap.org/way/246552959";null;null;null; +V94160_341;246553028;"https://www.openstreetmap.org/way/246553028";null;null;null; +V94160_342;246553029;"https://www.openstreetmap.org/way/246553029";null;null;null; +V94160_343;246553072;"https://www.openstreetmap.org/way/246553072";null;null;null; +V94160_344;246553124;"https://www.openstreetmap.org/way/246553124";null;null;null; +V94160_345;246553142;"https://www.openstreetmap.org/way/246553142";null;null;null; +V94160_346;246553197;"https://www.openstreetmap.org/way/246553197";null;null;null; +V94160_347;246553198;"https://www.openstreetmap.org/way/246553198";null;null;null; +V94160_348;246553199;"https://www.openstreetmap.org/way/246553199";null;null;null; +V94160_349;246553254;"https://www.openstreetmap.org/way/246553254";null;null;null; +V94160_350;283330194;"https://www.openstreetmap.org/way/283330194";null;null;null; +V94160_351;283330195;"https://www.openstreetmap.org/way/283330195";null;null;null; +V94160_352;332206202;"https://www.openstreetmap.org/way/332206202";null;null;null; +V94160_353;332207841;"https://www.openstreetmap.org/way/332207841";null;null;null; +V94160_354;332207965;"https://www.openstreetmap.org/way/332207965";null;null;null; +V94160_355;332208520;"https://www.openstreetmap.org/way/332208520";null;null;null; +V94160_356;332209106;"https://www.openstreetmap.org/way/332209106";null;null;null; +V94160_357;332209107;"https://www.openstreetmap.org/way/332209107";null;null;null; +V94160_358;355528412;"https://www.openstreetmap.org/way/355528412";null;null;null; +V94160_359;355538403;"https://www.openstreetmap.org/way/355538403";null;null;null; +V94160_360;556465233;"https://www.openstreetmap.org/way/556465233";null;null;null; +V94160_361;556465262;"https://www.openstreetmap.org/way/556465262";null;null;null; +V94160_362;556465333;"https://www.openstreetmap.org/way/556465333";null;null;null; +V94160_363;556465351;"https://www.openstreetmap.org/way/556465351";null;null;null; +V94160_364;556465378;"https://www.openstreetmap.org/way/556465378";null;null;null; +V94160_365;556465446;"https://www.openstreetmap.org/way/556465446";null;null;null; +V94160_366;556465529;"https://www.openstreetmap.org/way/556465529";null;null;null; +V94160_367;556465600;"https://www.openstreetmap.org/way/556465600";null;null;null; +V94160_368;556465625;"https://www.openstreetmap.org/way/556465625";null;null;null; +V94160_369;624420006;"https://www.openstreetmap.org/way/624420006";null;null;null; +V94160_370;624420017;"https://www.openstreetmap.org/way/624420017";null;null;null; +V94160_371;624420037;"https://www.openstreetmap.org/way/624420037";null;null;null; +V94160_372;624420047;"https://www.openstreetmap.org/way/624420047";null;null;null; +V94160_373;624420056;"https://www.openstreetmap.org/way/624420056";null;null;null; +V94160_374;624420064;"https://www.openstreetmap.org/way/624420064";null;null;null; +V94160_375;632680538;"https://www.openstreetmap.org/way/632680538";null;null;null; +V94160_376;632680553;"https://www.openstreetmap.org/way/632680553";null;null;null; +V94160_377;1307776975;"https://www.openstreetmap.org/way/1307776975";null;null;null; +V94160_378;1307776977;"https://www.openstreetmap.org/way/1307776977";null;null;null; +V94160_379;1307776985;"https://www.openstreetmap.org/way/1307776985";null;null;null; +V94160_380;1307776988;"https://www.openstreetmap.org/way/1307776988";null;null;null; +V94160_381;1307787157;"https://www.openstreetmap.org/way/1307787157";null;null;null; +V94160_382;1307787159;"https://www.openstreetmap.org/way/1307787159";null;null;null; +V94160_383;1307787160;"https://www.openstreetmap.org/way/1307787160";null;null;null; +V94160_384;1307787162;"https://www.openstreetmap.org/way/1307787162";null;null;null; +V94160_385;1437838341;"https://www.openstreetmap.org/way/1437838341";null;null;null; +V94160_386;1612072996;"https://www.openstreetmap.org/way/1612072996";null;null;null; +V94160_387;1612339812;"https://www.openstreetmap.org/way/1612339812";null;null;null; +V94160_388;1612339817;"https://www.openstreetmap.org/way/1612339817";null;null;null; +V94160_389;1612339822;"https://www.openstreetmap.org/way/1612339822";null;null;null; +V94160_390;1612339865;"https://www.openstreetmap.org/way/1612339865";null;null;null; +V94160_391;1612339976;"https://www.openstreetmap.org/way/1612339976";null;null;null; +V94160_392;1612339988;"https://www.openstreetmap.org/way/1612339988";null;null;null; +V94160_393;1612340004;"https://www.openstreetmap.org/way/1612340004";null;null;null; +V94160_394;1612340034;"https://www.openstreetmap.org/way/1612340034";null;null;null; +V94160_395;1613385350;"https://www.openstreetmap.org/way/1613385350";null;null;null; +V94160_396;1741939411;"https://www.openstreetmap.org/way/1741939411";null;null;null; +V94160_397;1829166808;"https://www.openstreetmap.org/way/1829166808";null;null;null; +V94160_398;2109872082;"https://www.openstreetmap.org/way/2109872082";null;null;null; +V94160_399;2109872085;"https://www.openstreetmap.org/way/2109872085";null;null;null; +V94160_400;2109872087;"https://www.openstreetmap.org/way/2109872087";null;null;null; +V94160_401;2109872089;"https://www.openstreetmap.org/way/2109872089";null;null;null; +V94160_402;2670591256;"https://www.openstreetmap.org/way/2670591256";null;null;null; +V94160_403;3028138312;"https://www.openstreetmap.org/way/3028138312";null;null;null; +V94160_404;4565173240;"https://www.openstreetmap.org/way/4565173240";null;null;null; +V94160_405;4565173242;"https://www.openstreetmap.org/way/4565173242";null;null;null; +V94160_406;4565173243;"https://www.openstreetmap.org/way/4565173243";null;null;null; +V94160_407;4565173244;"https://www.openstreetmap.org/way/4565173244";null;null;null; +V94160_408;4565173245;"https://www.openstreetmap.org/way/4565173245";null;null;null; +V94160_409;4565173246;"https://www.openstreetmap.org/way/4565173246";null;null;null; +V94160_410;4565173247;"https://www.openstreetmap.org/way/4565173247";null;null;null; +V94160_411;4565173248;"https://www.openstreetmap.org/way/4565173248";null;null;null; +V94160_412;4565173249;"https://www.openstreetmap.org/way/4565173249";null;null;null; +V94160_413;4565173250;"https://www.openstreetmap.org/way/4565173250";null;null;null; +V94160_414;4565173251;"https://www.openstreetmap.org/way/4565173251";null;null;null; +V94160_415;4565173252;"https://www.openstreetmap.org/way/4565173252";null;null;null; +V94160_416;4565173253;"https://www.openstreetmap.org/way/4565173253";null;null;null; +V94160_417;4565173254;"https://www.openstreetmap.org/way/4565173254";null;null;null; +V94160_418;4565173255;"https://www.openstreetmap.org/way/4565173255";null;null;null; +V94160_419;5484599403;"https://www.openstreetmap.org/way/5484599403";null;null;null; +V94160_420;5484599404;"https://www.openstreetmap.org/way/5484599404";null;null;null; +V94160_421;5686023014;"https://www.openstreetmap.org/way/5686023014";null;null;null; +V94160_422;6521816975;"https://www.openstreetmap.org/way/6521816975";null;null;null; +V94160_423;6521832072;"https://www.openstreetmap.org/way/6521832072";null;null;null; +V94160_424;6521832073;"https://www.openstreetmap.org/way/6521832073";null;null;null; +V94160_425;6521836058;"https://www.openstreetmap.org/way/6521836058";null;null;null; +V94160_426;6521842369;"https://www.openstreetmap.org/way/6521842369";null;null;null; +V94160_427;6521842370;"https://www.openstreetmap.org/way/6521842370";null;null;null; +V94160_428;6521851124;"https://www.openstreetmap.org/way/6521851124";null;null;null; +V94160_429;6521855202;"https://www.openstreetmap.org/way/6521855202";null;null;null; +V94160_430;6521859060;"https://www.openstreetmap.org/way/6521859060";null;null;null; +V94160_431;6521859455;"https://www.openstreetmap.org/way/6521859455";null;null;null; +V94160_432;6521862496;"https://www.openstreetmap.org/way/6521862496";null;null;null; +V94160_433;6521867388;"https://www.openstreetmap.org/way/6521867388";null;null;null; +V94160_434;6521870574;"https://www.openstreetmap.org/way/6521870574";null;null;null; +V94160_435;6620315762;"https://www.openstreetmap.org/way/6620315762";null;null;null; +V94160_436;6620322153;"https://www.openstreetmap.org/way/6620322153";null;null;null; +V94160_437;6620336095;"https://www.openstreetmap.org/way/6620336095";null;null;null; +V94160_438;6620351735;"https://www.openstreetmap.org/way/6620351735";null;null;null; +V94160_439;6620351736;"https://www.openstreetmap.org/way/6620351736";null;null;null; +V94160_440;6620353649;"https://www.openstreetmap.org/way/6620353649";null;null;null; +V94160_441;6620355794;"https://www.openstreetmap.org/way/6620355794";null;null;null; +V94160_442;6953817445;"https://www.openstreetmap.org/way/6953817445";null;null;null; +V94160_443;7267385075;"https://www.openstreetmap.org/way/7267385075";null;null;null; +V94160_444;7267385077;"https://www.openstreetmap.org/way/7267385077";null;null;null; +V94160_445;7267385080;"https://www.openstreetmap.org/way/7267385080";null;null;null; +V94160_446;7267385081;"https://www.openstreetmap.org/way/7267385081";null;null;null; +V94160_447;8109032492;"https://www.openstreetmap.org/way/8109032492";null;null;null; +V94160_448;8109032493;"https://www.openstreetmap.org/way/8109032493";null;null;null; +V94160_449;8109032494;"https://www.openstreetmap.org/way/8109032494";null;null;null; +V94160_450;8109032495;"https://www.openstreetmap.org/way/8109032495";null;null;null; +V94160_451;8109032496;"https://www.openstreetmap.org/way/8109032496";null;null;null; +V94160_452;8194889282;"https://www.openstreetmap.org/way/8194889282";null;null;null; +V94160_453;8194889283;"https://www.openstreetmap.org/way/8194889283";null;null;null; +V94160_454;8194889284;"https://www.openstreetmap.org/way/8194889284";null;null;null; +V94160_455;8194889285;"https://www.openstreetmap.org/way/8194889285";null;null;null; +V94160_456;9244649933;"https://www.openstreetmap.org/way/9244649933";null;null;null; +V94160_457;9244649934;"https://www.openstreetmap.org/way/9244649934";null;null;null; +V94160_458;9244649935;"https://www.openstreetmap.org/way/9244649935";null;null;null; +V94160_459;9244649936;"https://www.openstreetmap.org/way/9244649936";null;null;null; +V94160_460;9706856372;"https://www.openstreetmap.org/way/9706856372";null;null;null; +V94160_461;9706856373;"https://www.openstreetmap.org/way/9706856373";null;null;null; +V94160_462;17975364;"https://www.openstreetmap.org/way/17975364";null;null;null; +V94160_463;243894710;"https://www.openstreetmap.org/way/243894710";null;null;null; +V94160_464;243895219;"https://www.openstreetmap.org/way/243895219";null;null;null; +V94160_465;243895222;"https://www.openstreetmap.org/way/243895222";null;null;null; +V94160_466;243895223;"https://www.openstreetmap.org/way/243895223";null;null;null; +V94160_467;243895224;"https://www.openstreetmap.org/way/243895224";null;null;null; +V94160_468;243895225;"https://www.openstreetmap.org/way/243895225";null;null;null; +V94160_469;243895226;"https://www.openstreetmap.org/way/243895226";null;null;null; +V94160_470;246552574;"https://www.openstreetmap.org/way/246552574";null;null;null; +V94160_471;246552586;"https://www.openstreetmap.org/way/246552586";null;null;null; +V94160_472;246552587;"https://www.openstreetmap.org/way/246552587";null;null;null; +V94160_473;246552588;"https://www.openstreetmap.org/way/246552588";null;null;null; +V94160_474;246552589;"https://www.openstreetmap.org/way/246552589";null;null;null; +V94160_475;246552590;"https://www.openstreetmap.org/way/246552590";null;null;null; +V94160_476;246552593;"https://www.openstreetmap.org/way/246552593";null;null;null; +V94160_477;246552595;"https://www.openstreetmap.org/way/246552595";null;null;null; +V94160_478;246552596;"https://www.openstreetmap.org/way/246552596";null;null;null; +V94160_479;246552597;"https://www.openstreetmap.org/way/246552597";null;null;null; +V94160_480;246552599;"https://www.openstreetmap.org/way/246552599";null;null;null; +V94160_481;246552601;"https://www.openstreetmap.org/way/246552601";null;null;null; +V94160_482;246552602;"https://www.openstreetmap.org/way/246552602";null;null;null; +V94160_483;246552637;"https://www.openstreetmap.org/way/246552637";null;null;null; +V94160_484;246553141;"https://www.openstreetmap.org/way/246553141";null;null;null; +V94160_485;246553188;"https://www.openstreetmap.org/way/246553188";null;null;null; +V94160_486;246553195;"https://www.openstreetmap.org/way/246553195";null;null;null; +V94160_487;258057166;"https://www.openstreetmap.org/way/258057166";null;null;null; +V94160_488;258057167;"https://www.openstreetmap.org/way/258057167";null;null;null; +V94160_489;258057168;"https://www.openstreetmap.org/way/258057168";null;null;null; +V94160_490;276661268;"https://www.openstreetmap.org/way/276661268";null;null;null; +V94160_491;276661270;"https://www.openstreetmap.org/way/276661270";null;null;null; +V94160_492;276661271;"https://www.openstreetmap.org/way/276661271";null;null;null; +V94160_493;333695347;"https://www.openstreetmap.org/way/333695347";null;null;null; +V94160_494;429171978;"https://www.openstreetmap.org/way/429171978";null;null;null; +V94160_495;429171991;"https://www.openstreetmap.org/way/429171991";null;null;null; +V94160_496;442357226;"https://www.openstreetmap.org/way/442357226";null;null;null; +V94160_497;442357227;"https://www.openstreetmap.org/way/442357227";null;null;null; +V94160_498;1083692555;"https://www.openstreetmap.org/way/1083692555";null;null;null; +V94160_499;1083692586;"https://www.openstreetmap.org/way/1083692586";null;null;null; +V94160_500;1083692589;"https://www.openstreetmap.org/way/1083692589";null;null;null; +V94160_501;1083692593;"https://www.openstreetmap.org/way/1083692593";null;null;null; +V94160_502;1244401798;"https://www.openstreetmap.org/way/1244401798";null;null;null; +V94160_503;1258726762;"https://www.openstreetmap.org/way/1258726762";null;null;null; +V94160_504;1258726766;"https://www.openstreetmap.org/way/1258726766";null;null;null; +V94160_505;1307765963;"https://www.openstreetmap.org/way/1307765963";null;null;null; +V94160_506;1307783799;"https://www.openstreetmap.org/way/1307783799";null;null;null; +V94160_507;1482577103;"https://www.openstreetmap.org/way/1482577103";null;null;null; +V94160_508;1482577146;"https://www.openstreetmap.org/way/1482577146";null;null;null; +V94160_509;1482577186;"https://www.openstreetmap.org/way/1482577186";null;null;null; +V94160_510;1613339051;"https://www.openstreetmap.org/way/1613339051";null;null;null; +V94160_511;1613339346;"https://www.openstreetmap.org/way/1613339346";null;null;null; +V94160_512;1613339406;"https://www.openstreetmap.org/way/1613339406";null;null;null; +V94160_513;1613692150;"https://www.openstreetmap.org/way/1613692150";null;null;null; +V94160_514;1635179342;"https://www.openstreetmap.org/way/1635179342";null;null;null; +V94160_515;1640661831;"https://www.openstreetmap.org/way/1640661831";null;null;null; +V94160_516;1640661866;"https://www.openstreetmap.org/way/1640661866";null;null;null; +V94160_517;1658998810;"https://www.openstreetmap.org/way/1658998810";null;null;null; +V94160_518;1658998813;"https://www.openstreetmap.org/way/1658998813";null;null;null; +V94160_519;1827397874;"https://www.openstreetmap.org/way/1827397874";null;null;null; +V94160_520;1827397956;"https://www.openstreetmap.org/way/1827397956";null;null;null; +V94160_521;1827398051;"https://www.openstreetmap.org/way/1827398051";null;null;null; +V94160_522;1827398073;"https://www.openstreetmap.org/way/1827398073";null;null;null; +V94160_523;1827398109;"https://www.openstreetmap.org/way/1827398109";null;null;null; +V94160_524;1827398183;"https://www.openstreetmap.org/way/1827398183";null;null;null; +V94160_525;1827398184;"https://www.openstreetmap.org/way/1827398184";null;null;null; +V94160_526;1829166809;"https://www.openstreetmap.org/way/1829166809";null;null;null; +V94160_527;1829166810;"https://www.openstreetmap.org/way/1829166810";null;null;null; +V94160_528;2121815222;"https://www.openstreetmap.org/way/2121815222";null;null;null; +V94160_529;2121815227;"https://www.openstreetmap.org/way/2121815227";null;null;null; +V94160_530;2670591277;"https://www.openstreetmap.org/way/2670591277";null;null;null; +V94160_531;2670591281;"https://www.openstreetmap.org/way/2670591281";null;null;null; +V94160_532;2670591288;"https://www.openstreetmap.org/way/2670591288";null;null;null; +V94160_533;2670591293;"https://www.openstreetmap.org/way/2670591293";null;null;null; +V94160_534;2670591296;"https://www.openstreetmap.org/way/2670591296";null;null;null; +V94160_535;2670591298;"https://www.openstreetmap.org/way/2670591298";null;null;null; +V94160_536;2670591301;"https://www.openstreetmap.org/way/2670591301";null;null;null; +V94160_537;2689380469;"https://www.openstreetmap.org/way/2689380469";null;null;null; +V94160_538;2689380472;"https://www.openstreetmap.org/way/2689380472";null;null;null; +V94160_539;2689380474;"https://www.openstreetmap.org/way/2689380474";null;null;null; +V94160_540;2846513229;"https://www.openstreetmap.org/way/2846513229";null;null;null; +V94160_541;3729799311;"https://www.openstreetmap.org/way/3729799311";null;null;null; +V94160_542;3729799312;"https://www.openstreetmap.org/way/3729799312";null;null;null; +V94160_543;4565173235;"https://www.openstreetmap.org/way/4565173235";null;null;null; +V94160_544;4565173236;"https://www.openstreetmap.org/way/4565173236";null;null;null; +V94160_545;4565173237;"https://www.openstreetmap.org/way/4565173237";null;null;null; +V94160_546;4565173238;"https://www.openstreetmap.org/way/4565173238";null;null;null; +V94160_547;4565173239;"https://www.openstreetmap.org/way/4565173239";null;null;null; +V94160_548;4565173241;"https://www.openstreetmap.org/way/4565173241";null;null;null; +V94160_549;5323308322;"https://www.openstreetmap.org/way/5323308322";null;null;null; +V94160_550;5484599405;"https://www.openstreetmap.org/way/5484599405";null;null;null; +V94160_551;5686023015;"https://www.openstreetmap.org/way/5686023015";null;null;null; +V94160_552;5730846606;"https://www.openstreetmap.org/way/5730846606";null;null;null; +V94160_553;5738362151;"https://www.openstreetmap.org/way/5738362151";null;null;null; +V94160_554;5893517829;"https://www.openstreetmap.org/way/5893517829";null;null;null; +V94160_555;6428392619;"https://www.openstreetmap.org/way/6428392619";null;null;null; +V94160_556;6428392620;"https://www.openstreetmap.org/way/6428392620";null;null;null; +V94160_557;6428392621;"https://www.openstreetmap.org/way/6428392621";null;null;null; +V94160_558;6428392622;"https://www.openstreetmap.org/way/6428392622";null;null;null; +V94160_559;6428392623;"https://www.openstreetmap.org/way/6428392623";null;null;null; +V94160_560;6428392624;"https://www.openstreetmap.org/way/6428392624";null;null;null; +V94160_561;6521847180;"https://www.openstreetmap.org/way/6521847180";null;null;null; +V94160_562;6620303251;"https://www.openstreetmap.org/way/6620303251";null;null;null; +V94160_563;6620312484;"https://www.openstreetmap.org/way/6620312484";null;null;null; +V94160_564;6620333780;"https://www.openstreetmap.org/way/6620333780";null;null;null; +V94160_565;6620336924;"https://www.openstreetmap.org/way/6620336924";null;null;null; +V94160_566;6620340777;"https://www.openstreetmap.org/way/6620340777";null;null;null; +V94160_567;6620347719;"https://www.openstreetmap.org/way/6620347719";null;null;null; +V94160_568;6620348829;"https://www.openstreetmap.org/way/6620348829";null;null;null; +V94160_569;6620355527;"https://www.openstreetmap.org/way/6620355527";null;null;null; +V94160_570;6620361089;"https://www.openstreetmap.org/way/6620361089";null;null;null; +V94160_571;6620363839;"https://www.openstreetmap.org/way/6620363839";null;null;null; +V94160_572;6620365085;"https://www.openstreetmap.org/way/6620365085";null;null;null; +V94160_573;6620368299;"https://www.openstreetmap.org/way/6620368299";null;null;null; +V94160_574;7504003847;"https://www.openstreetmap.org/way/7504003847";null;null;null; +V94160_575;7508731932;"https://www.openstreetmap.org/way/7508731932";null;null;null; +V94160_576;7508731933;"https://www.openstreetmap.org/way/7508731933";null;null;null; +V94160_577;7508731934;"https://www.openstreetmap.org/way/7508731934";null;null;null; +V94160_578;7508731936;"https://www.openstreetmap.org/way/7508731936";null;null;null; +V94160_579;7508731937;"https://www.openstreetmap.org/way/7508731937";null;null;null; +V94160_580;7508731944;"https://www.openstreetmap.org/way/7508731944";null;null;null; +V94160_581;7508731947;"https://www.openstreetmap.org/way/7508731947";null;null;null; +V94160_582;7803787066;"https://www.openstreetmap.org/way/7803787066";null;null;null; +V94160_583;7803802144;"https://www.openstreetmap.org/way/7803802144";null;null;null; +V94160_584;7803807982;"https://www.openstreetmap.org/way/7803807982";null;null;null; +V94160_585;7803809513;"https://www.openstreetmap.org/way/7803809513";null;null;null; +V94160_586;7803809691;"https://www.openstreetmap.org/way/7803809691";null;null;null; +V94160_587;7803811845;"https://www.openstreetmap.org/way/7803811845";null;null;null; +V94160_588;7803815665;"https://www.openstreetmap.org/way/7803815665";null;null;null; +V94160_589;7803818310;"https://www.openstreetmap.org/way/7803818310";null;null;null; +V94160_590;7803821199;"https://www.openstreetmap.org/way/7803821199";null;null;null; +V94160_591;7803821200;"https://www.openstreetmap.org/way/7803821200";null;null;null; +V94160_592;7803821834;"https://www.openstreetmap.org/way/7803821834";null;null;null; +V94160_593;7803829491;"https://www.openstreetmap.org/way/7803829491";null;null;null; +V94160_594;8529438282;"https://www.openstreetmap.org/way/8529438282";null;null;null; +V94160_595;9010902038;"https://www.openstreetmap.org/way/9010902038";null;null;null; +V94160_596;9244649924;"https://www.openstreetmap.org/way/9244649924";null;null;null; +V94160_597;9244649925;"https://www.openstreetmap.org/way/9244649925";null;null;null; +V94160_598;17975365;"https://www.openstreetmap.org/way/17975365";null;null;null; +V94160_599;17975366;"https://www.openstreetmap.org/way/17975366";null;null;null; +V94160_600;17975367;"https://www.openstreetmap.org/way/17975367";null;null;null; +V94160_601;243896275;"https://www.openstreetmap.org/way/243896275";null;null;null; +V94160_602;258057165;"https://www.openstreetmap.org/way/258057165";null;null;null; +V94160_603;276661272;"https://www.openstreetmap.org/way/276661272";null;null;null; +V94160_604;1258726745;"https://www.openstreetmap.org/way/1258726745";null;null;null; +V94160_605;1258726759;"https://www.openstreetmap.org/way/1258726759";null;null;null; +V94160_606;2689380482;"https://www.openstreetmap.org/way/2689380482";null;null;null; +V94160_607;2689380483;"https://www.openstreetmap.org/way/2689380483";null;null;null; +V94160_608;5730846608;"https://www.openstreetmap.org/way/5730846608";null;null;null; +V94160_609;5738362150;"https://www.openstreetmap.org/way/5738362150";null;null;null; +V94160_610;9797001159;"https://www.openstreetmap.org/way/9797001159";null;null;null; +V94160_611;17975368;"https://www.openstreetmap.org/way/17975368";null;null;null; +V94160_612;243896323;"https://www.openstreetmap.org/way/243896323";null;null;null; +V94160_613;1425307939;"https://www.openstreetmap.org/way/1425307939";null;null;null; +V94160_614;2521156809;"https://www.openstreetmap.org/way/2521156809";null;null;null; +V94160_615;2521156811;"https://www.openstreetmap.org/way/2521156811";null;null;null; +V94160_616;7612679774;"https://www.openstreetmap.org/way/7612679774";null;null;null; +V94160_617;130040863;"https://www.openstreetmap.org/way/130040863";null;null;null; +V94160_618;130040923;"https://www.openstreetmap.org/way/130040923";null;null;null; +V94160_619;243894703;"https://www.openstreetmap.org/way/243894703";null;null;null; +V94160_620;243894704;"https://www.openstreetmap.org/way/243894704";null;null;null; +V94160_621;243894705;"https://www.openstreetmap.org/way/243894705";null;null;null; +V94160_622;246552603;"https://www.openstreetmap.org/way/246552603";null;null;null; +V94160_623;246553255;"https://www.openstreetmap.org/way/246553255";null;null;null; +V94160_624;246553256;"https://www.openstreetmap.org/way/246553256";null;null;null; +V94160_625;246553257;"https://www.openstreetmap.org/way/246553257";null;null;null; +V94160_626;246553425;"https://www.openstreetmap.org/way/246553425";null;null;null; +V94160_627;247277420;"https://www.openstreetmap.org/way/247277420";null;null;null; +V94160_628;247277421;"https://www.openstreetmap.org/way/247277421";null;null;null; +V94160_629;247277428;"https://www.openstreetmap.org/way/247277428";null;null;null; +V94160_630;247277430;"https://www.openstreetmap.org/way/247277430";null;null;null; +V94160_631;247277431;"https://www.openstreetmap.org/way/247277431";null;null;null; +V94160_632;247533257;"https://www.openstreetmap.org/way/247533257";null;null;null; +V94160_633;249624262;"https://www.openstreetmap.org/way/249624262";null;null;null; +V94160_634;258057164;"https://www.openstreetmap.org/way/258057164";null;null;null; +V94160_635;267104800;"https://www.openstreetmap.org/way/267104800";null;null;null; +V94160_636;267104802;"https://www.openstreetmap.org/way/267104802";null;null;null; +V94160_637;332197619;"https://www.openstreetmap.org/way/332197619";null;null;null; +V94160_638;332199724;"https://www.openstreetmap.org/way/332199724";null;null;null; +V94160_639;332199745;"https://www.openstreetmap.org/way/332199745";null;null;null; +V94160_640;332200152;"https://www.openstreetmap.org/way/332200152";null;null;null; +V94160_641;332200766;"https://www.openstreetmap.org/way/332200766";null;null;null; +V94160_642;332203740;"https://www.openstreetmap.org/way/332203740";null;null;null; +V94160_643;332203755;"https://www.openstreetmap.org/way/332203755";null;null;null; +V94160_644;332204112;"https://www.openstreetmap.org/way/332204112";null;null;null; +V94160_645;332204372;"https://www.openstreetmap.org/way/332204372";null;null;null; +V94160_646;332204374;"https://www.openstreetmap.org/way/332204374";null;null;null; +V94160_647;332204375;"https://www.openstreetmap.org/way/332204375";null;null;null; +V94160_648;332204379;"https://www.openstreetmap.org/way/332204379";null;null;null; +V94160_649;332204380;"https://www.openstreetmap.org/way/332204380";null;null;null; +V94160_650;332204381;"https://www.openstreetmap.org/way/332204381";null;null;null; +V94160_651;360758939;"https://www.openstreetmap.org/way/360758939";null;null;null; +V94160_652;360758942;"https://www.openstreetmap.org/way/360758942";null;null;null; +V94160_653;603135081;"https://www.openstreetmap.org/way/603135081";null;null;null; +V94160_654;632680112;"https://www.openstreetmap.org/way/632680112";null;null;null; +V94160_655;1025182913;"https://www.openstreetmap.org/way/1025182913";null;null;null; +V94160_656;1244401726;"https://www.openstreetmap.org/way/1244401726";null;null;null; +V94160_657;1244401736;"https://www.openstreetmap.org/way/1244401736";null;null;null; +V94160_658;1244401771;"https://www.openstreetmap.org/way/1244401771";null;null;null; +V94160_659;1244401813;"https://www.openstreetmap.org/way/1244401813";null;null;null; +V94160_660;1307770014;"https://www.openstreetmap.org/way/1307770014";null;null;null; +V94160_661;1307770016;"https://www.openstreetmap.org/way/1307770016";null;null;null; +V94160_662;1437838342;"https://www.openstreetmap.org/way/1437838342";null;null;null; +V94160_663;1445368721;"https://www.openstreetmap.org/way/1445368721";null;null;null; +V94160_664;1445368725;"https://www.openstreetmap.org/way/1445368725";null;null;null; +V94160_665;1445368727;"https://www.openstreetmap.org/way/1445368727";null;null;null; +V94160_666;1445368729;"https://www.openstreetmap.org/way/1445368729";null;null;null; +V94160_667;1445368733;"https://www.openstreetmap.org/way/1445368733";null;null;null; +V94160_668;1445368735;"https://www.openstreetmap.org/way/1445368735";null;null;null; +V94160_669;1445368740;"https://www.openstreetmap.org/way/1445368740";null;null;null; +V94160_670;1445368748;"https://www.openstreetmap.org/way/1445368748";null;null;null; +V94160_671;1445368759;"https://www.openstreetmap.org/way/1445368759";null;null;null; +V94160_672;1445368773;"https://www.openstreetmap.org/way/1445368773";null;null;null; +V94160_673;1445368786;"https://www.openstreetmap.org/way/1445368786";null;null;null; +V94160_674;1445368789;"https://www.openstreetmap.org/way/1445368789";null;null;null; +V94160_675;1445368792;"https://www.openstreetmap.org/way/1445368792";null;null;null; +V94160_676;1445371797;"https://www.openstreetmap.org/way/1445371797";null;null;null; +V94160_677;1445371798;"https://www.openstreetmap.org/way/1445371798";null;null;null; +V94160_678;1445371799;"https://www.openstreetmap.org/way/1445371799";null;null;null; +V94160_679;1445371800;"https://www.openstreetmap.org/way/1445371800";null;null;null; +V94160_680;1445371801;"https://www.openstreetmap.org/way/1445371801";null;null;null; +V94160_681;1445371802;"https://www.openstreetmap.org/way/1445371802";null;null;null; +V94160_682;1445371803;"https://www.openstreetmap.org/way/1445371803";null;null;null; +V94160_683;1445371805;"https://www.openstreetmap.org/way/1445371805";null;null;null; +V94160_684;1445371807;"https://www.openstreetmap.org/way/1445371807";null;null;null; +V94160_685;1445371808;"https://www.openstreetmap.org/way/1445371808";null;null;null; +V94160_686;1445371809;"https://www.openstreetmap.org/way/1445371809";null;null;null; +V94160_687;1445371812;"https://www.openstreetmap.org/way/1445371812";null;null;null; +V94160_688;1445371813;"https://www.openstreetmap.org/way/1445371813";null;null;null; +V94160_689;1445371814;"https://www.openstreetmap.org/way/1445371814";null;null;null; +V94160_690;1445371815;"https://www.openstreetmap.org/way/1445371815";null;null;null; +V94160_691;1445371816;"https://www.openstreetmap.org/way/1445371816";null;null;null; +V94160_692;1445379504;"https://www.openstreetmap.org/way/1445379504";null;null;null; +V94160_693;1445379649;"https://www.openstreetmap.org/way/1445379649";null;null;null; +V94160_694;1445379650;"https://www.openstreetmap.org/way/1445379650";null;null;null; +V94160_695;1445379651;"https://www.openstreetmap.org/way/1445379651";null;null;null; +V94160_696;1445379652;"https://www.openstreetmap.org/way/1445379652";null;null;null; +V94160_697;1445379653;"https://www.openstreetmap.org/way/1445379653";null;null;null; +V94160_698;1445379654;"https://www.openstreetmap.org/way/1445379654";null;null;null; +V94160_699;1445379655;"https://www.openstreetmap.org/way/1445379655";null;null;null; +V94160_700;1445379656;"https://www.openstreetmap.org/way/1445379656";null;null;null; +V94160_701;1502899146;"https://www.openstreetmap.org/way/1502899146";null;null;null; +V94160_702;1502899150;"https://www.openstreetmap.org/way/1502899150";null;null;null; +V94160_703;1502899153;"https://www.openstreetmap.org/way/1502899153";null;null;null; +V94160_704;1502899155;"https://www.openstreetmap.org/way/1502899155";null;null;null; +V94160_705;1502899157;"https://www.openstreetmap.org/way/1502899157";null;null;null; +V94160_706;1605722338;"https://www.openstreetmap.org/way/1605722338";null;null;null; +V94160_707;1605722478;"https://www.openstreetmap.org/way/1605722478";null;null;null; +V94160_708;1605722610;"https://www.openstreetmap.org/way/1605722610";null;null;null; +V94160_709;1606919970;"https://www.openstreetmap.org/way/1606919970";null;null;null; +V94160_710;1606919982;"https://www.openstreetmap.org/way/1606919982";null;null;null; +V94160_711;1606920055;"https://www.openstreetmap.org/way/1606920055";null;null;null; +V94160_712;1606920069;"https://www.openstreetmap.org/way/1606920069";null;null;null; +V94160_713;1606920153;"https://www.openstreetmap.org/way/1606920153";null;null;null; +V94160_714;1606920155;"https://www.openstreetmap.org/way/1606920155";null;null;null; +V94160_715;1606920157;"https://www.openstreetmap.org/way/1606920157";null;null;null; +V94160_716;1612074233;"https://www.openstreetmap.org/way/1612074233";null;null;null; +V94160_717;1903022206;"https://www.openstreetmap.org/way/1903022206";null;null;null; +V94160_718;1903022224;"https://www.openstreetmap.org/way/1903022224";null;null;null; +V94160_719;2014228912;"https://www.openstreetmap.org/way/2014228912";null;null;null; +V94160_720;2014228930;"https://www.openstreetmap.org/way/2014228930";null;null;null; +V94160_721;2014228950;"https://www.openstreetmap.org/way/2014228950";null;null;null; +V94160_722;2014228959;"https://www.openstreetmap.org/way/2014228959";null;null;null; +V94160_723;2014228961;"https://www.openstreetmap.org/way/2014228961";null;null;null; +V94160_724;2014228969;"https://www.openstreetmap.org/way/2014228969";null;null;null; +V94160_725;2149927587;"https://www.openstreetmap.org/way/2149927587";null;null;null; +V94160_726;2149927592;"https://www.openstreetmap.org/way/2149927592";null;null;null; +V94160_727;2149927593;"https://www.openstreetmap.org/way/2149927593";null;null;null; +V94160_728;2149927594;"https://www.openstreetmap.org/way/2149927594";null;null;null; +V94160_729;2149927595;"https://www.openstreetmap.org/way/2149927595";null;null;null; +V94160_730;2149927596;"https://www.openstreetmap.org/way/2149927596";null;null;null; +V94160_731;2314044362;"https://www.openstreetmap.org/way/2314044362";null;null;null; +V94160_732;2314044364;"https://www.openstreetmap.org/way/2314044364";null;null;null; +V94160_733;2314044371;"https://www.openstreetmap.org/way/2314044371";null;null;null; +V94160_734;2314044373;"https://www.openstreetmap.org/way/2314044373";null;null;null; +V94160_735;3287262139;"https://www.openstreetmap.org/way/3287262139";null;null;null; +V94160_736;3287262140;"https://www.openstreetmap.org/way/3287262140";null;null;null; +V94160_737;3287262141;"https://www.openstreetmap.org/way/3287262141";null;null;null; +V94160_738;3287262142;"https://www.openstreetmap.org/way/3287262142";null;null;null; +V94160_739;3287262143;"https://www.openstreetmap.org/way/3287262143";null;null;null; +V94160_740;3287262144;"https://www.openstreetmap.org/way/3287262144";null;null;null; +V94160_741;3287262145;"https://www.openstreetmap.org/way/3287262145";null;null;null; +V94160_742;3287262146;"https://www.openstreetmap.org/way/3287262146";null;null;null; +V94160_743;3287262147;"https://www.openstreetmap.org/way/3287262147";null;null;null; +V94160_744;3287262148;"https://www.openstreetmap.org/way/3287262148";null;null;null; +V94160_745;3287262149;"https://www.openstreetmap.org/way/3287262149";null;null;null; +V94160_746;3287262150;"https://www.openstreetmap.org/way/3287262150";null;null;null; +V94160_747;3287262151;"https://www.openstreetmap.org/way/3287262151";null;null;null; +V94160_748;3287262153;"https://www.openstreetmap.org/way/3287262153";null;null;null; +V94160_749;3287262154;"https://www.openstreetmap.org/way/3287262154";null;null;null; +V94160_750;3287262155;"https://www.openstreetmap.org/way/3287262155";null;null;null; +V94160_751;3287262156;"https://www.openstreetmap.org/way/3287262156";null;null;null; +V94160_752;4565173256;"https://www.openstreetmap.org/way/4565173256";null;null;null; +V94160_753;4565173257;"https://www.openstreetmap.org/way/4565173257";null;null;null; +V94160_754;4565173260;"https://www.openstreetmap.org/way/4565173260";null;null;null; +V94160_755;4565173261;"https://www.openstreetmap.org/way/4565173261";null;null;null; +V94160_756;4565173262;"https://www.openstreetmap.org/way/4565173262";null;null;null; +V94160_757;5432312673;"https://www.openstreetmap.org/way/5432312673";null;null;null; +V94160_758;5432312674;"https://www.openstreetmap.org/way/5432312674";null;null;null; +V94160_759;5484599401;"https://www.openstreetmap.org/way/5484599401";null;null;null; +V94160_760;5484599402;"https://www.openstreetmap.org/way/5484599402";null;null;null; +V94160_761;5584723171;"https://www.openstreetmap.org/way/5584723171";null;null;null; +V94160_762;5584723172;"https://www.openstreetmap.org/way/5584723172";null;null;null; +V94160_763;5584723173;"https://www.openstreetmap.org/way/5584723173";null;null;null; +V94160_764;5584723176;"https://www.openstreetmap.org/way/5584723176";null;null;null; +V94160_765;5584723177;"https://www.openstreetmap.org/way/5584723177";null;null;null; +V94160_766;5584723179;"https://www.openstreetmap.org/way/5584723179";null;null;null; +V94160_767;5686023016;"https://www.openstreetmap.org/way/5686023016";null;null;null; +V94160_768;5686023018;"https://www.openstreetmap.org/way/5686023018";null;null;null; +V94160_769;5686023019;"https://www.openstreetmap.org/way/5686023019";null;null;null; +V94160_770;5749358466;"https://www.openstreetmap.org/way/5749358466";null;null;null; +V94160_771;6007197512;"https://www.openstreetmap.org/way/6007197512";null;null;null; +V94160_772;6007197513;"https://www.openstreetmap.org/way/6007197513";null;null;null; +V94160_773;6007197531;"https://www.openstreetmap.org/way/6007197531";null;null;null; +V94160_774;6269281368;"https://www.openstreetmap.org/way/6269281368";null;null;null; +V94160_775;6269281369;"https://www.openstreetmap.org/way/6269281369";null;null;null; +V94160_776;6269281370;"https://www.openstreetmap.org/way/6269281370";null;null;null; +V94160_777;6269281371;"https://www.openstreetmap.org/way/6269281371";null;null;null; +V94160_778;6269281372;"https://www.openstreetmap.org/way/6269281372";null;null;null; +V94160_779;6269281373;"https://www.openstreetmap.org/way/6269281373";null;null;null; +V94160_780;6269281374;"https://www.openstreetmap.org/way/6269281374";null;null;null; +V94160_781;6269281375;"https://www.openstreetmap.org/way/6269281375";null;null;null; +V94160_782;6269281376;"https://www.openstreetmap.org/way/6269281376";null;null;null; +V94160_783;6269281377;"https://www.openstreetmap.org/way/6269281377";null;null;null; +V94160_784;6269281378;"https://www.openstreetmap.org/way/6269281378";null;null;null; +V94160_785;6269281379;"https://www.openstreetmap.org/way/6269281379";null;null;null; +V94160_786;6269281380;"https://www.openstreetmap.org/way/6269281380";null;null;null; +V94160_787;6269281381;"https://www.openstreetmap.org/way/6269281381";null;null;null; +V94160_788;6269281382;"https://www.openstreetmap.org/way/6269281382";null;null;null; +V94160_789;6269281383;"https://www.openstreetmap.org/way/6269281383";null;null;null; +V94160_790;6269281384;"https://www.openstreetmap.org/way/6269281384";null;null;null; +V94160_791;6269281485;"https://www.openstreetmap.org/way/6269281485";null;null;null; +V94160_792;6269281486;"https://www.openstreetmap.org/way/6269281486";null;null;null; +V94160_793;6269281487;"https://www.openstreetmap.org/way/6269281487";null;null;null; +V94160_794;6269281488;"https://www.openstreetmap.org/way/6269281488";null;null;null; +V94160_795;6269281489;"https://www.openstreetmap.org/way/6269281489";null;null;null; +V94160_796;6269281490;"https://www.openstreetmap.org/way/6269281490";null;null;null; +V94160_797;6269281491;"https://www.openstreetmap.org/way/6269281491";null;null;null; +V94160_798;6269281492;"https://www.openstreetmap.org/way/6269281492";null;null;null; +V94160_799;6269281493;"https://www.openstreetmap.org/way/6269281493";null;null;null; +V94160_800;6269281494;"https://www.openstreetmap.org/way/6269281494";null;null;null; +V94160_801;6269281495;"https://www.openstreetmap.org/way/6269281495";null;null;null; +V94160_802;6269281496;"https://www.openstreetmap.org/way/6269281496";null;null;null; +V94160_803;6269281497;"https://www.openstreetmap.org/way/6269281497";null;null;null; +V94160_804;6269281523;"https://www.openstreetmap.org/way/6269281523";null;null;null; +V94160_805;6269281524;"https://www.openstreetmap.org/way/6269281524";null;null;null; +V94160_806;6269281525;"https://www.openstreetmap.org/way/6269281525";null;null;null; +V94160_807;6269281526;"https://www.openstreetmap.org/way/6269281526";null;null;null; +V94160_808;6393971090;"https://www.openstreetmap.org/way/6393971090";null;null;null; +V94160_809;6436325221;"https://www.openstreetmap.org/way/6436325221";null;null;null; +V94160_810;6436332174;"https://www.openstreetmap.org/way/6436332174";null;null;null; +V94160_811;6436340487;"https://www.openstreetmap.org/way/6436340487";null;null;null; +V94160_812;6521858661;"https://www.openstreetmap.org/way/6521858661";null;null;null; +V94160_813;6620353571;"https://www.openstreetmap.org/way/6620353571";null;null;null; +V94160_814;6620385288;"https://www.openstreetmap.org/way/6620385288";null;null;null; +V94160_815;6620395017;"https://www.openstreetmap.org/way/6620395017";null;null;null; +V94160_816;7233154215;"https://www.openstreetmap.org/way/7233154215";null;null;null; +V94160_817;7233154216;"https://www.openstreetmap.org/way/7233154216";null;null;null; +V94160_818;7233154217;"https://www.openstreetmap.org/way/7233154217";null;null;null; +V94160_819;7264840573;"https://www.openstreetmap.org/way/7264840573";null;null;null; +V94160_820;7612718791;"https://www.openstreetmap.org/way/7612718791";null;null;null; +V94160_821;8165255080;"https://www.openstreetmap.org/way/8165255080";null;null;null; +V94160_822;8165255087;"https://www.openstreetmap.org/way/8165255087";null;null;null; +V94160_823;8165255088;"https://www.openstreetmap.org/way/8165255088";null;null;null; +V94160_824;8165255089;"https://www.openstreetmap.org/way/8165255089";null;null;null; +V94160_825;8194889293;"https://www.openstreetmap.org/way/8194889293";null;null;null; +V94160_826;8659277192;"https://www.openstreetmap.org/way/8659277192";null;null;null; +V94160_827;8659277193;"https://www.openstreetmap.org/way/8659277193";null;null;null; +V94160_828;8659302856;"https://www.openstreetmap.org/way/8659302856";null;null;null; +V94160_829;8659302857;"https://www.openstreetmap.org/way/8659302857";null;null;null; +V94160_830;8659314469;"https://www.openstreetmap.org/way/8659314469";null;null;null; +V94160_831;8659314470;"https://www.openstreetmap.org/way/8659314470";null;null;null; +V94160_832;9062337875;"https://www.openstreetmap.org/way/9062337875";null;null;null; +V94160_833;9062337876;"https://www.openstreetmap.org/way/9062337876";null;null;null; +V94160_834;9062337877;"https://www.openstreetmap.org/way/9062337877";null;null;null; +V94160_835;9062337878;"https://www.openstreetmap.org/way/9062337878";null;null;null; +V94160_836;9062337879;"https://www.openstreetmap.org/way/9062337879";null;null;null; +V94160_837;9062337880;"https://www.openstreetmap.org/way/9062337880";null;null;null; +V94160_838;9062337881;"https://www.openstreetmap.org/way/9062337881";null;null;null; +V94160_839;9062337882;"https://www.openstreetmap.org/way/9062337882";null;null;null; +V94160_840;243892643;"https://www.openstreetmap.org/way/243892643";null;null;null; +V94160_841;243892644;"https://www.openstreetmap.org/way/243892644";null;null;null; +V94160_842;243892645;"https://www.openstreetmap.org/way/243892645";null;null;null; +V94160_843;243892646;"https://www.openstreetmap.org/way/243892646";null;null;null; +V94160_844;243892647;"https://www.openstreetmap.org/way/243892647";null;null;null; +V94160_845;243892648;"https://www.openstreetmap.org/way/243892648";null;null;null; +V94160_846;243893912;"https://www.openstreetmap.org/way/243893912";null;null;null; +V94160_847;243894160;"https://www.openstreetmap.org/way/243894160";null;null;null; +V94160_848;243894161;"https://www.openstreetmap.org/way/243894161";null;null;null; +V94160_849;243894189;"https://www.openstreetmap.org/way/243894189";null;null;null; +V94160_850;243894236;"https://www.openstreetmap.org/way/243894236";null;null;null; +V94160_851;243894237;"https://www.openstreetmap.org/way/243894237";null;null;null; +V94160_852;243894238;"https://www.openstreetmap.org/way/243894238";null;null;null; +V94160_853;243894239;"https://www.openstreetmap.org/way/243894239";null;null;null; +V94160_854;243894267;"https://www.openstreetmap.org/way/243894267";null;null;null; +V94160_855;243894294;"https://www.openstreetmap.org/way/243894294";null;null;null; +V94160_856;243894303;"https://www.openstreetmap.org/way/243894303";null;null;null; +V94160_857;243894306;"https://www.openstreetmap.org/way/243894306";null;null;null; +V94160_858;243894307;"https://www.openstreetmap.org/way/243894307";null;null;null; +V94160_859;243894308;"https://www.openstreetmap.org/way/243894308";null;null;null; +V94160_860;243894439;"https://www.openstreetmap.org/way/243894439";null;null;null; +V94160_861;243894440;"https://www.openstreetmap.org/way/243894440";null;null;null; +V94160_862;243894850;"https://www.openstreetmap.org/way/243894850";null;null;null; +V94160_863;243894863;"https://www.openstreetmap.org/way/243894863";null;null;null; +V94160_864;243894864;"https://www.openstreetmap.org/way/243894864";null;null;null; +V94160_865;243894865;"https://www.openstreetmap.org/way/243894865";null;null;null; +V94160_866;243894866;"https://www.openstreetmap.org/way/243894866";null;null;null; +V94160_867;243894867;"https://www.openstreetmap.org/way/243894867";null;null;null; +V94160_868;243894883;"https://www.openstreetmap.org/way/243894883";null;null;null; +V94160_869;243894884;"https://www.openstreetmap.org/way/243894884";null;null;null; +V94160_870;243895210;"https://www.openstreetmap.org/way/243895210";null;null;null; +V94160_871;243895211;"https://www.openstreetmap.org/way/243895211";null;null;null; +V94160_872;243895212;"https://www.openstreetmap.org/way/243895212";null;null;null; +V94160_873;243895213;"https://www.openstreetmap.org/way/243895213";null;null;null; +V94160_874;243895214;"https://www.openstreetmap.org/way/243895214";null;null;null; +V94160_875;243895216;"https://www.openstreetmap.org/way/243895216";null;null;null; +V94160_876;243895217;"https://www.openstreetmap.org/way/243895217";null;null;null; +V94160_877;243895218;"https://www.openstreetmap.org/way/243895218";null;null;null; +V94160_878;243895342;"https://www.openstreetmap.org/way/243895342";null;null;null; +V94160_879;243895343;"https://www.openstreetmap.org/way/243895343";null;null;null; +V94160_880;243895344;"https://www.openstreetmap.org/way/243895344";null;null;null; +V94160_881;243895388;"https://www.openstreetmap.org/way/243895388";null;null;null; +V94160_882;243895389;"https://www.openstreetmap.org/way/243895389";null;null;null; +V94160_883;243895522;"https://www.openstreetmap.org/way/243895522";null;null;null; +V94160_884;243895538;"https://www.openstreetmap.org/way/243895538";null;null;null; +V94160_885;243896002;"https://www.openstreetmap.org/way/243896002";null;null;null; +V94160_886;243896003;"https://www.openstreetmap.org/way/243896003";null;null;null; +V94160_887;243896557;"https://www.openstreetmap.org/way/243896557";null;null;null; +V94160_888;243896586;"https://www.openstreetmap.org/way/243896586";null;null;null; +V94160_889;243896615;"https://www.openstreetmap.org/way/243896615";null;null;null; +V94160_890;243896618;"https://www.openstreetmap.org/way/243896618";null;null;null; +V94160_891;249624218;"https://www.openstreetmap.org/way/249624218";null;null;null; +V94160_892;258057169;"https://www.openstreetmap.org/way/258057169";null;null;null; +V94160_893;276661235;"https://www.openstreetmap.org/way/276661235";null;null;null; +V94160_894;276661236;"https://www.openstreetmap.org/way/276661236";null;null;null; +V94160_895;276661237;"https://www.openstreetmap.org/way/276661237";null;null;null; +V94160_896;276661238;"https://www.openstreetmap.org/way/276661238";null;null;null; +V94160_897;276661239;"https://www.openstreetmap.org/way/276661239";null;null;null; +V94160_898;276661240;"https://www.openstreetmap.org/way/276661240";null;null;null; +V94160_899;276661241;"https://www.openstreetmap.org/way/276661241";null;null;null; +V94160_900;276661242;"https://www.openstreetmap.org/way/276661242";null;null;null; +V94160_901;276661243;"https://www.openstreetmap.org/way/276661243";null;null;null; +V94160_902;276661244;"https://www.openstreetmap.org/way/276661244";null;null;null; +V94160_903;276661257;"https://www.openstreetmap.org/way/276661257";null;null;null; +V94160_904;276661259;"https://www.openstreetmap.org/way/276661259";null;null;null; +V94160_905;276661260;"https://www.openstreetmap.org/way/276661260";null;null;null; +V94160_906;276661263;"https://www.openstreetmap.org/way/276661263";null;null;null; +V94160_907;333697735;"https://www.openstreetmap.org/way/333697735";null;null;null; +V94160_908;333697749;"https://www.openstreetmap.org/way/333697749";null;null;null; +V94160_909;333698582;"https://www.openstreetmap.org/way/333698582";null;null;null; +V94160_910;418863630;"https://www.openstreetmap.org/way/418863630";null;null;null; +V94160_911;418863795;"https://www.openstreetmap.org/way/418863795";null;null;null; +V94160_912;431448964;"https://www.openstreetmap.org/way/431448964";null;null;null; +V94160_913;431448981;"https://www.openstreetmap.org/way/431448981";null;null;null; +V94160_914;538334041;"https://www.openstreetmap.org/way/538334041";null;null;null; +V94160_915;538334046;"https://www.openstreetmap.org/way/538334046";null;null;null; +V94160_916;567682802;"https://www.openstreetmap.org/way/567682802";null;null;null; +V94160_917;567682810;"https://www.openstreetmap.org/way/567682810";null;null;null; +V94160_918;567684057;"https://www.openstreetmap.org/way/567684057";null;null;null; +V94160_919;632680691;"https://www.openstreetmap.org/way/632680691";null;null;null; +V94160_920;632680705;"https://www.openstreetmap.org/way/632680705";null;null;null; +V94160_921;699569698;"https://www.openstreetmap.org/way/699569698";null;null;null; +V94160_922;699569700;"https://www.openstreetmap.org/way/699569700";null;null;null; +V94160_923;699569701;"https://www.openstreetmap.org/way/699569701";null;null;null; +V94160_924;699569702;"https://www.openstreetmap.org/way/699569702";null;null;null; +V94160_925;699569705;"https://www.openstreetmap.org/way/699569705";null;null;null; +V94160_926;699569706;"https://www.openstreetmap.org/way/699569706";null;null;null; +V94160_927;699570497;"https://www.openstreetmap.org/way/699570497";null;null;null; +V94160_928;1056718227;"https://www.openstreetmap.org/way/1056718227";null;null;null; +V94160_929;1082065980;"https://www.openstreetmap.org/way/1082065980";null;null;null; +V94160_930;1082065981;"https://www.openstreetmap.org/way/1082065981";null;null;null; +V94160_931;1082065987;"https://www.openstreetmap.org/way/1082065987";null;null;null; +V94160_932;1257996081;"https://www.openstreetmap.org/way/1257996081";null;null;null; +V94160_933;1261703970;"https://www.openstreetmap.org/way/1261703970";null;null;null; +V94160_934;1261703973;"https://www.openstreetmap.org/way/1261703973";null;null;null; +V94160_935;1261703990;"https://www.openstreetmap.org/way/1261703990";null;null;null; +V94160_936;1261703998;"https://www.openstreetmap.org/way/1261703998";null;null;null; +V94160_937;1307757592;"https://www.openstreetmap.org/way/1307757592";null;null;null; +V94160_938;1307757593;"https://www.openstreetmap.org/way/1307757593";null;null;null; +V94160_939;1307757594;"https://www.openstreetmap.org/way/1307757594";null;null;null; +V94160_940;1307765961;"https://www.openstreetmap.org/way/1307765961";null;null;null; +V94160_941;1307765964;"https://www.openstreetmap.org/way/1307765964";null;null;null; +V94160_942;1448528469;"https://www.openstreetmap.org/way/1448528469";null;null;null; +V94160_943;1448528473;"https://www.openstreetmap.org/way/1448528473";null;null;null; +V94160_944;1448528475;"https://www.openstreetmap.org/way/1448528475";null;null;null; +V94160_945;1585219079;"https://www.openstreetmap.org/way/1585219079";null;null;null; +V94160_946;1605722375;"https://www.openstreetmap.org/way/1605722375";null;null;null; +V94160_947;1605722493;"https://www.openstreetmap.org/way/1605722493";null;null;null; +V94160_948;1605722607;"https://www.openstreetmap.org/way/1605722607";null;null;null; +V94160_949;1605784246;"https://www.openstreetmap.org/way/1605784246";null;null;null; +V94160_950;1605784247;"https://www.openstreetmap.org/way/1605784247";null;null;null; +V94160_951;1605784248;"https://www.openstreetmap.org/way/1605784248";null;null;null; +V94160_952;1605784252;"https://www.openstreetmap.org/way/1605784252";null;null;null; +V94160_953;1605821751;"https://www.openstreetmap.org/way/1605821751";null;null;null; +V94160_954;1635165536;"https://www.openstreetmap.org/way/1635165536";null;null;null; +V94160_955;1794274630;"https://www.openstreetmap.org/way/1794274630";null;null;null; +V94160_956;1829184779;"https://www.openstreetmap.org/way/1829184779";null;null;null; +V94160_957;1829184785;"https://www.openstreetmap.org/way/1829184785";null;null;null; +V94160_958;1841416324;"https://www.openstreetmap.org/way/1841416324";null;null;null; +V94160_959;1841416327;"https://www.openstreetmap.org/way/1841416327";null;null;null; +V94160_960;1891846353;"https://www.openstreetmap.org/way/1891846353";null;null;null; +V94160_961;1903022203;"https://www.openstreetmap.org/way/1903022203";null;null;null; +V94160_962;1904805413;"https://www.openstreetmap.org/way/1904805413";null;null;null; +V94160_963;1904805414;"https://www.openstreetmap.org/way/1904805414";null;null;null; +V94160_964;1904805415;"https://www.openstreetmap.org/way/1904805415";null;null;null; +V94160_965;1904805424;"https://www.openstreetmap.org/way/1904805424";null;null;null; +V94160_966;1904805426;"https://www.openstreetmap.org/way/1904805426";null;null;null; +V94160_967;1904805428;"https://www.openstreetmap.org/way/1904805428";null;null;null; +V94160_968;1904805430;"https://www.openstreetmap.org/way/1904805430";null;null;null; +V94160_969;1904805432;"https://www.openstreetmap.org/way/1904805432";null;null;null; +V94160_970;1904805434;"https://www.openstreetmap.org/way/1904805434";null;null;null; +V94160_971;2014228964;"https://www.openstreetmap.org/way/2014228964";null;null;null; +V94160_972;2014228976;"https://www.openstreetmap.org/way/2014228976";null;null;null; +V94160_973;2149919146;"https://www.openstreetmap.org/way/2149919146";null;null;null; +V94160_974;2149927584;"https://www.openstreetmap.org/way/2149927584";null;null;null; +V94160_975;2149927585;"https://www.openstreetmap.org/way/2149927585";null;null;null; +V94160_976;2149927586;"https://www.openstreetmap.org/way/2149927586";null;null;null; +V94160_977;2149927588;"https://www.openstreetmap.org/way/2149927588";null;null;null; +V94160_978;2149927591;"https://www.openstreetmap.org/way/2149927591";null;null;null; +V94160_979;2211157024;"https://www.openstreetmap.org/way/2211157024";null;null;null; +V94160_980;2211157025;"https://www.openstreetmap.org/way/2211157025";null;null;null; +V94160_981;2211157027;"https://www.openstreetmap.org/way/2211157027";null;null;null; +V94160_982;2211157028;"https://www.openstreetmap.org/way/2211157028";null;null;null; +V94160_983;2211157029;"https://www.openstreetmap.org/way/2211157029";null;null;null; +V94160_984;2211157030;"https://www.openstreetmap.org/way/2211157030";null;null;null; +V94160_985;2211157031;"https://www.openstreetmap.org/way/2211157031";null;null;null; +V94160_986;2211157032;"https://www.openstreetmap.org/way/2211157032";null;null;null; +V94160_987;2211157033;"https://www.openstreetmap.org/way/2211157033";null;null;null; +V94160_988;2211157040;"https://www.openstreetmap.org/way/2211157040";null;null;null; +V94160_989;2211157041;"https://www.openstreetmap.org/way/2211157041";null;null;null; +V94160_990;2211157044;"https://www.openstreetmap.org/way/2211157044";null;null;null; +V94160_991;2211157048;"https://www.openstreetmap.org/way/2211157048";null;null;null; +V94160_992;2211157049;"https://www.openstreetmap.org/way/2211157049";null;null;null; +V94160_993;2211157050;"https://www.openstreetmap.org/way/2211157050";null;null;null; +V94160_994;2211157052;"https://www.openstreetmap.org/way/2211157052";null;null;null; +V94160_995;2279299056;"https://www.openstreetmap.org/way/2279299056";null;null;null; +V94160_996;2279299058;"https://www.openstreetmap.org/way/2279299058";null;null;null; +V94160_997;2279299066;"https://www.openstreetmap.org/way/2279299066";null;null;null; +V94160_998;2279299071;"https://www.openstreetmap.org/way/2279299071";null;null;null; +V94160_999;2279299073;"https://www.openstreetmap.org/way/2279299073";null;null;null; +V94160_1000;2314044349;"https://www.openstreetmap.org/way/2314044349";null;null;null; +V94160_1001;2314044353;"https://www.openstreetmap.org/way/2314044353";null;null;null; +V94160_1002;2314044356;"https://www.openstreetmap.org/way/2314044356";null;null;null; +V94160_1003;2314044359;"https://www.openstreetmap.org/way/2314044359";null;null;null; +V94160_1004;2314044366;"https://www.openstreetmap.org/way/2314044366";null;null;null; +V94160_1005;2314044368;"https://www.openstreetmap.org/way/2314044368";null;null;null; +V94160_1006;2314044376;"https://www.openstreetmap.org/way/2314044376";null;null;null; +V94160_1007;2314044378;"https://www.openstreetmap.org/way/2314044378";null;null;null; +V94160_1008;2321729958;"https://www.openstreetmap.org/way/2321729958";null;null;null; +V94160_1009;2321729960;"https://www.openstreetmap.org/way/2321729960";null;null;null; +V94160_1010;2335048677;"https://www.openstreetmap.org/way/2335048677";null;null;null; +V94160_1011;2335404980;"https://www.openstreetmap.org/way/2335404980";null;null;null; +V94160_1012;2335404981;"https://www.openstreetmap.org/way/2335404981";null;null;null; +V94160_1013;2335405999;"https://www.openstreetmap.org/way/2335405999";null;null;null; +V94160_1014;2468488908;"https://www.openstreetmap.org/way/2468488908";null;null;null; +V94160_1015;2468488910;"https://www.openstreetmap.org/way/2468488910";null;null;null; +V94160_1016;2468488915;"https://www.openstreetmap.org/way/2468488915";null;null;null; +V94160_1017;2468488917;"https://www.openstreetmap.org/way/2468488917";null;null;null; +V94160_1018;2476965323;"https://www.openstreetmap.org/way/2476965323";null;null;null; +V94160_1019;2476967429;"https://www.openstreetmap.org/way/2476967429";null;null;null; +V94160_1020;2476967443;"https://www.openstreetmap.org/way/2476967443";null;null;null; +V94160_1021;2476967456;"https://www.openstreetmap.org/way/2476967456";null;null;null; +V94160_1022;2476968461;"https://www.openstreetmap.org/way/2476968461";null;null;null; +V94160_1023;2476968463;"https://www.openstreetmap.org/way/2476968463";null;null;null; +V94160_1024;2476968467;"https://www.openstreetmap.org/way/2476968467";null;null;null; +V94160_1025;2476968468;"https://www.openstreetmap.org/way/2476968468";null;null;null; +V94160_1026;2476968474;"https://www.openstreetmap.org/way/2476968474";null;null;null; +V94160_1027;2476976818;"https://www.openstreetmap.org/way/2476976818";null;null;null; +V94160_1028;2476976819;"https://www.openstreetmap.org/way/2476976819";null;null;null; +V94160_1029;2476976822;"https://www.openstreetmap.org/way/2476976822";null;null;null; +V94160_1030;2476976826;"https://www.openstreetmap.org/way/2476976826";null;null;null; +V94160_1031;2476976827;"https://www.openstreetmap.org/way/2476976827";null;null;null; +V94160_1032;2476976837;"https://www.openstreetmap.org/way/2476976837";null;null;null; +V94160_1033;2476976840;"https://www.openstreetmap.org/way/2476976840";null;null;null; +V94160_1034;2476976843;"https://www.openstreetmap.org/way/2476976843";null;null;null; +V94160_1035;2476976846;"https://www.openstreetmap.org/way/2476976846";null;null;null; +V94160_1036;2530844036;"https://www.openstreetmap.org/way/2530844036";null;null;null; +V94160_1037;2530844038;"https://www.openstreetmap.org/way/2530844038";null;null;null; +V94160_1038;2530844040;"https://www.openstreetmap.org/way/2530844040";null;null;null; +V94160_1039;2530845770;"https://www.openstreetmap.org/way/2530845770";null;null;null; +V94160_1040;2530845772;"https://www.openstreetmap.org/way/2530845772";null;null;null; +V94160_1041;2530845774;"https://www.openstreetmap.org/way/2530845774";null;null;null; +V94160_1042;2530845775;"https://www.openstreetmap.org/way/2530845775";null;null;null; +V94160_1043;2530845776;"https://www.openstreetmap.org/way/2530845776";null;null;null; +V94160_1044;2530845777;"https://www.openstreetmap.org/way/2530845777";null;null;null; +V94160_1045;2530845778;"https://www.openstreetmap.org/way/2530845778";null;null;null; +V94160_1046;2530849534;"https://www.openstreetmap.org/way/2530849534";null;null;null; +V94160_1047;2530849535;"https://www.openstreetmap.org/way/2530849535";null;null;null; +V94160_1048;2530849540;"https://www.openstreetmap.org/way/2530849540";null;null;null; +V94160_1049;2675790656;"https://www.openstreetmap.org/way/2675790656";null;null;null; +V94160_1050;2675790657;"https://www.openstreetmap.org/way/2675790657";null;null;null; +V94160_1051;2675790658;"https://www.openstreetmap.org/way/2675790658";null;null;null; +V94160_1052;2675790659;"https://www.openstreetmap.org/way/2675790659";null;null;null; +V94160_1053;2675790660;"https://www.openstreetmap.org/way/2675790660";null;null;null; +V94160_1054;2675790661;"https://www.openstreetmap.org/way/2675790661";null;null;null; +V94160_1055;2675790662;"https://www.openstreetmap.org/way/2675790662";null;null;null; +V94160_1056;2675790665;"https://www.openstreetmap.org/way/2675790665";null;null;null; +V94160_1057;2675790666;"https://www.openstreetmap.org/way/2675790666";null;null;null; +V94160_1058;2675790667;"https://www.openstreetmap.org/way/2675790667";null;null;null; +V94160_1059;2710515985;"https://www.openstreetmap.org/way/2710515985";null;null;null; +V94160_1060;2881900491;"https://www.openstreetmap.org/way/2881900491";null;null;null; +V94160_1061;2881900499;"https://www.openstreetmap.org/way/2881900499";null;null;null; +V94160_1062;2882446709;"https://www.openstreetmap.org/way/2882446709";null;null;null; +V94160_1063;3287262152;"https://www.openstreetmap.org/way/3287262152";null;null;null; +V94160_1064;3287262157;"https://www.openstreetmap.org/way/3287262157";null;null;null; +V94160_1065;3298086521;"https://www.openstreetmap.org/way/3298086521";null;null;null; +V94160_1066;3298086522;"https://www.openstreetmap.org/way/3298086522";null;null;null; +V94160_1067;3298086524;"https://www.openstreetmap.org/way/3298086524";null;null;null; +V94160_1068;3298086525;"https://www.openstreetmap.org/way/3298086525";null;null;null; +V94160_1069;3298086527;"https://www.openstreetmap.org/way/3298086527";null;null;null; +V94160_1070;3446157553;"https://www.openstreetmap.org/way/3446157553";null;null;null; +V94160_1071;4565173258;"https://www.openstreetmap.org/way/4565173258";null;null;null; +V94160_1072;4565173259;"https://www.openstreetmap.org/way/4565173259";null;null;null; +V94160_1073;4565173273;"https://www.openstreetmap.org/way/4565173273";null;null;null; +V94160_1074;4565173274;"https://www.openstreetmap.org/way/4565173274";null;null;null; +V94160_1075;4565173275;"https://www.openstreetmap.org/way/4565173275";null;null;null; +V94160_1076;5235947514;"https://www.openstreetmap.org/way/5235947514";null;null;null; +V94160_1077;5985310431;"https://www.openstreetmap.org/way/5985310431";null;null;null; +V94160_1078;6335654787;"https://www.openstreetmap.org/way/6335654787";null;null;null; +V94160_1079;6335654788;"https://www.openstreetmap.org/way/6335654788";null;null;null; +V94160_1080;6335654789;"https://www.openstreetmap.org/way/6335654789";null;null;null; +V94160_1081;6335654790;"https://www.openstreetmap.org/way/6335654790";null;null;null; +V94160_1082;6335654791;"https://www.openstreetmap.org/way/6335654791";null;null;null; +V94160_1083;6335654792;"https://www.openstreetmap.org/way/6335654792";null;null;null; +V94160_1084;6335654793;"https://www.openstreetmap.org/way/6335654793";null;null;null; +V94160_1085;6335654794;"https://www.openstreetmap.org/way/6335654794";null;null;null; +V94160_1086;6335654795;"https://www.openstreetmap.org/way/6335654795";null;null;null; +V94160_1087;6335654796;"https://www.openstreetmap.org/way/6335654796";null;null;null; +V94160_1088;6335654797;"https://www.openstreetmap.org/way/6335654797";null;null;null; +V94160_1089;6335654798;"https://www.openstreetmap.org/way/6335654798";null;null;null; +V94160_1090;6335654799;"https://www.openstreetmap.org/way/6335654799";null;null;null; +V94160_1091;6335654800;"https://www.openstreetmap.org/way/6335654800";null;null;null; +V94160_1092;6335654801;"https://www.openstreetmap.org/way/6335654801";null;null;null; +V94160_1093;6335654802;"https://www.openstreetmap.org/way/6335654802";null;null;null; +V94160_1094;6335654803;"https://www.openstreetmap.org/way/6335654803";null;null;null; +V94160_1095;6335654804;"https://www.openstreetmap.org/way/6335654804";null;null;null; +V94160_1096;6335654805;"https://www.openstreetmap.org/way/6335654805";null;null;null; +V94160_1097;6335654806;"https://www.openstreetmap.org/way/6335654806";null;null;null; +V94160_1098;6335654807;"https://www.openstreetmap.org/way/6335654807";null;null;null; +V94160_1099;6387617333;"https://www.openstreetmap.org/way/6387617333";null;null;null; +V94160_1100;6620361090;"https://www.openstreetmap.org/way/6620361090";null;null;null; +V94160_1101;6620367938;"https://www.openstreetmap.org/way/6620367938";null;null;null; +V94160_1102;6622861398;"https://www.openstreetmap.org/way/6622861398";null;null;null; +V94160_1103;6847578598;"https://www.openstreetmap.org/way/6847578598";null;null;null; +V94160_1104;6847578599;"https://www.openstreetmap.org/way/6847578599";null;null;null; +V94160_1105;6847578606;"https://www.openstreetmap.org/way/6847578606";null;null;null; +V94160_1106;6847578607;"https://www.openstreetmap.org/way/6847578607";null;null;null; +V94160_1107;6847578608;"https://www.openstreetmap.org/way/6847578608";null;null;null; +V94160_1108;6847578609;"https://www.openstreetmap.org/way/6847578609";null;null;null; +V94160_1109;6847578618;"https://www.openstreetmap.org/way/6847578618";null;null;null; +V94160_1110;6847578619;"https://www.openstreetmap.org/way/6847578619";null;null;null; +V94160_1111;6847578620;"https://www.openstreetmap.org/way/6847578620";null;null;null; +V94160_1112;6847578621;"https://www.openstreetmap.org/way/6847578621";null;null;null; +V94160_1113;6847578622;"https://www.openstreetmap.org/way/6847578622";null;null;null; +V94160_1114;6847578623;"https://www.openstreetmap.org/way/6847578623";null;null;null; +V94160_1115;6847578624;"https://www.openstreetmap.org/way/6847578624";null;null;null; +V94160_1116;6847578625;"https://www.openstreetmap.org/way/6847578625";null;null;null; +V94160_1117;6847578626;"https://www.openstreetmap.org/way/6847578626";null;null;null; +V94160_1118;6847578627;"https://www.openstreetmap.org/way/6847578627";null;null;null; +V94160_1119;7233115609;"https://www.openstreetmap.org/way/7233115609";null;null;null; +V94160_1120;7233115610;"https://www.openstreetmap.org/way/7233115610";null;null;null; +V94160_1121;7277190588;"https://www.openstreetmap.org/way/7277190588";null;null;null; +V94160_1122;7277190589;"https://www.openstreetmap.org/way/7277190589";null;null;null; +V94160_1123;7277190590;"https://www.openstreetmap.org/way/7277190590";null;null;null; +V94160_1124;7277190591;"https://www.openstreetmap.org/way/7277190591";null;null;null; +V94160_1125;7277318241;"https://www.openstreetmap.org/way/7277318241";null;null;null; +V94160_1126;7508731946;"https://www.openstreetmap.org/way/7508731946";null;null;null; +V94160_1127;8002933183;"https://www.openstreetmap.org/way/8002933183";null;null;null; +V94160_1128;8002933184;"https://www.openstreetmap.org/way/8002933184";null;null;null; +V94160_1129;8062250893;"https://www.openstreetmap.org/way/8062250893";null;null;null; +V94160_1130;8109006404;"https://www.openstreetmap.org/way/8109006404";null;null;null; +V94160_1131;8116294318;"https://www.openstreetmap.org/way/8116294318";null;null;null; +V94160_1132;8116386845;"https://www.openstreetmap.org/way/8116386845";null;null;null; +V94160_1133;8125030709;"https://www.openstreetmap.org/way/8125030709";null;null;null; +V94160_1134;8165255078;"https://www.openstreetmap.org/way/8165255078";null;null;null; +V94160_1135;8192645296;"https://www.openstreetmap.org/way/8192645296";null;null;null; +V94160_1136;8202289483;"https://www.openstreetmap.org/way/8202289483";null;null;null; +V94160_1137;8214014066;"https://www.openstreetmap.org/way/8214014066";null;null;null; +V94160_1138;8214014067;"https://www.openstreetmap.org/way/8214014067";null;null;null; +V94160_1139;8214014068;"https://www.openstreetmap.org/way/8214014068";null;null;null; +V94160_1140;8270017037;"https://www.openstreetmap.org/way/8270017037";null;null;null; +V94160_1141;8270017038;"https://www.openstreetmap.org/way/8270017038";null;null;null; +V94160_1142;8362572696;"https://www.openstreetmap.org/way/8362572696";null;null;null; +V94160_1143;8659314467;"https://www.openstreetmap.org/way/8659314467";null;null;null; +V94160_1144;8659314468;"https://www.openstreetmap.org/way/8659314468";null;null;null; +V94160_1145;8659323270;"https://www.openstreetmap.org/way/8659323270";null;null;null; +V94160_1146;8659323271;"https://www.openstreetmap.org/way/8659323271";null;null;null; +V94160_1147;8659325223;"https://www.openstreetmap.org/way/8659325223";null;null;null; +V94160_1148;8659325224;"https://www.openstreetmap.org/way/8659325224";null;null;null; +V94160_1149;8736827728;"https://www.openstreetmap.org/way/8736827728";null;null;null; +V94160_1150;8736827731;"https://www.openstreetmap.org/way/8736827731";null;null;null; +V94160_1151;9062337884;"https://www.openstreetmap.org/way/9062337884";null;null;null; +V94160_1152;9062337885;"https://www.openstreetmap.org/way/9062337885";null;null;null; +V94160_1153;9062337886;"https://www.openstreetmap.org/way/9062337886";null;null;null; +V94160_1154;9308287908;"https://www.openstreetmap.org/way/9308287908";null;null;null; +V94160_1155;9308287910;"https://www.openstreetmap.org/way/9308287910";null;null;null; +V94160_1156;9464704129;"https://www.openstreetmap.org/way/9464704129";null;null;null; +V94160_1157;9464704130;"https://www.openstreetmap.org/way/9464704130";null;null;null; +V94160_1158;9464704131;"https://www.openstreetmap.org/way/9464704131";null;null;null; +V94160_1159;9534164265;"https://www.openstreetmap.org/way/9534164265";null;null;null; +V94160_1160;9534164266;"https://www.openstreetmap.org/way/9534164266";null;null;null; +V94160_1161;9534164267;"https://www.openstreetmap.org/way/9534164267";null;null;null; +V94160_1162;243896659;"https://www.openstreetmap.org/way/243896659";null;null;null; +V94160_1163;247277418;"https://www.openstreetmap.org/way/247277418";null;null;null; +V94160_1164;247277427;"https://www.openstreetmap.org/way/247277427";null;null;null; +V94160_1165;247277436;"https://www.openstreetmap.org/way/247277436";null;null;null; +V94160_1166;268227638;"https://www.openstreetmap.org/way/268227638";null;null;null; +V94160_1167;699559804;"https://www.openstreetmap.org/way/699559804";null;null;null; +V94160_1168;699559805;"https://www.openstreetmap.org/way/699559805";null;null;null; +V94160_1169;699559813;"https://www.openstreetmap.org/way/699559813";null;null;null; +V94160_1170;699559814;"https://www.openstreetmap.org/way/699559814";null;null;null; +V94160_1171;699559815;"https://www.openstreetmap.org/way/699559815";null;null;null; +V94160_1172;719683094;"https://www.openstreetmap.org/way/719683094";null;null;null; +V94160_1173;1502899159;"https://www.openstreetmap.org/way/1502899159";null;null;null; +V94160_1174;2014221023;"https://www.openstreetmap.org/way/2014221023";null;null;null; +V94160_1175;2014221024;"https://www.openstreetmap.org/way/2014221024";null;null;null; +V94160_1176;2014221026;"https://www.openstreetmap.org/way/2014221026";null;null;null; +V94160_1177;2014221030;"https://www.openstreetmap.org/way/2014221030";null;null;null; +V94160_1178;2014221031;"https://www.openstreetmap.org/way/2014221031";null;null;null; +V94160_1179;2014228918;"https://www.openstreetmap.org/way/2014228918";null;null;null; +V94160_1180;2014228967;"https://www.openstreetmap.org/way/2014228967";null;null;null; +V94160_1181;2014228974;"https://www.openstreetmap.org/way/2014228974";null;null;null; +V94160_1182;2014228977;"https://www.openstreetmap.org/way/2014228977";null;null;null; +V94160_1183;5584723174;"https://www.openstreetmap.org/way/5584723174";null;null;null; +V94160_1184;5584723175;"https://www.openstreetmap.org/way/5584723175";null;null;null; +V94160_1185;243896632;"https://www.openstreetmap.org/way/243896632";null;null;null; +V94160_1186;267104804;"https://www.openstreetmap.org/way/267104804";null;null;null; +V94160_1187;267104806;"https://www.openstreetmap.org/way/267104806";null;null;null; +V94160_1188;699559806;"https://www.openstreetmap.org/way/699559806";null;null;null; +V94160_1189;699559807;"https://www.openstreetmap.org/way/699559807";null;null;null; +V94160_1190;699559816;"https://www.openstreetmap.org/way/699559816";null;null;null; +V94160_1191;699559817;"https://www.openstreetmap.org/way/699559817";null;null;null; +V94160_1192;699559820;"https://www.openstreetmap.org/way/699559820";null;null;null; +V94160_1193;699559821;"https://www.openstreetmap.org/way/699559821";null;null;null; +V94160_1194;699559822;"https://www.openstreetmap.org/way/699559822";null;null;null; +V94160_1195;699559823;"https://www.openstreetmap.org/way/699559823";null;null;null; +V94160_1196;699559824;"https://www.openstreetmap.org/way/699559824";null;null;null; +V94160_1197;719657081;"https://www.openstreetmap.org/way/719657081";null;null;null; +V94160_1198;719657085;"https://www.openstreetmap.org/way/719657085";null;null;null; +V94160_1199;719657088;"https://www.openstreetmap.org/way/719657088";null;null;null; +V94160_1200;1393717957;"https://www.openstreetmap.org/way/1393717957";null;null;null; +V94160_1201;1393717959;"https://www.openstreetmap.org/way/1393717959";null;null;null; +V94160_1202;1393717965;"https://www.openstreetmap.org/way/1393717965";null;null;null; +V94160_1203;1393717967;"https://www.openstreetmap.org/way/1393717967";null;null;null; +V94160_1204;2014228927;"https://www.openstreetmap.org/way/2014228927";null;null;null; +V94160_1205;2014228975;"https://www.openstreetmap.org/way/2014228975";null;null;null; +V94160_1206;2014228979;"https://www.openstreetmap.org/way/2014228979";null;null;null; +V94160_1207;3217407286;"https://www.openstreetmap.org/way/3217407286";null;null;null; +V94160_1208;3217407289;"https://www.openstreetmap.org/way/3217407289";null;null;null; +V94160_1209;5241701303;"https://www.openstreetmap.org/way/5241701303";null;null;null; +V94160_1210;6939171658;"https://www.openstreetmap.org/way/6939171658";null;null;null; +V94160_1211;6939181165;"https://www.openstreetmap.org/way/6939181165";null;null;null; +V94160_1212;6939199770;"https://www.openstreetmap.org/way/6939199770";null;null;null; +V94160_1213;8214007391;"https://www.openstreetmap.org/way/8214007391";null;null;null; +V94160_1214;8214083163;"https://www.openstreetmap.org/way/8214083163";null;null;null; +V94160_1215;243892329;"https://www.openstreetmap.org/way/243892329";null;null;null; +V94160_1216;243892642;"https://www.openstreetmap.org/way/243892642";null;null;null; +V94160_1217;243893514;"https://www.openstreetmap.org/way/243893514";null;null;null; +V94160_1218;243893763;"https://www.openstreetmap.org/way/243893763";null;null;null; +V94160_1219;243893915;"https://www.openstreetmap.org/way/243893915";null;null;null; +V94160_1220;249624205;"https://www.openstreetmap.org/way/249624205";null;null;null; +V94160_1221;418860000;"https://www.openstreetmap.org/way/418860000";null;null;null; +V94160_1222;431424109;"https://www.openstreetmap.org/way/431424109";null;null;null; +V94160_1223;695169299;"https://www.openstreetmap.org/way/695169299";null;null;null; +V94160_1224;1482577147;"https://www.openstreetmap.org/way/1482577147";null;null;null; +V94160_1225;1503878285;"https://www.openstreetmap.org/way/1503878285";null;null;null; +V94160_1226;1503878287;"https://www.openstreetmap.org/way/1503878287";null;null;null; +V94160_1227;1585169387;"https://www.openstreetmap.org/way/1585169387";null;null;null; +V94160_1228;1585217118;"https://www.openstreetmap.org/way/1585217118";null;null;null; +V94160_1229;1627485596;"https://www.openstreetmap.org/way/1627485596";null;null;null; +V94160_1230;1771543736;"https://www.openstreetmap.org/way/1771543736";null;null;null; +V94160_1231;2211157034;"https://www.openstreetmap.org/way/2211157034";null;null;null; +V94160_1232;2211157039;"https://www.openstreetmap.org/way/2211157039";null;null;null; +V94160_1233;2279299059;"https://www.openstreetmap.org/way/2279299059";null;null;null; +V94160_1234;2279299063;"https://www.openstreetmap.org/way/2279299063";null;null;null; +V94160_1235;2321729946;"https://www.openstreetmap.org/way/2321729946";null;null;null; +V94160_1236;2321729948;"https://www.openstreetmap.org/way/2321729948";null;null;null; +V94160_1237;2321729951;"https://www.openstreetmap.org/way/2321729951";null;null;null; +V94160_1238;2335405997;"https://www.openstreetmap.org/way/2335405997";null;null;null; +V94160_1239;2710515987;"https://www.openstreetmap.org/way/2710515987";null;null;null; +V94160_1240;2710515988;"https://www.openstreetmap.org/way/2710515988";null;null;null; +V94160_1241;2710515993;"https://www.openstreetmap.org/way/2710515993";null;null;null; +V94160_1242;2710515996;"https://www.openstreetmap.org/way/2710515996";null;null;null; +V94160_1243;2710515997;"https://www.openstreetmap.org/way/2710515997";null;null;null; +V94160_1244;2710515998;"https://www.openstreetmap.org/way/2710515998";null;null;null; +V94160_1245;2710515999;"https://www.openstreetmap.org/way/2710515999";null;null;null; +V94160_1246;2710516000;"https://www.openstreetmap.org/way/2710516000";null;null;null; +V94160_1247;2710516001;"https://www.openstreetmap.org/way/2710516001";null;null;null; +V94160_1248;2710516002;"https://www.openstreetmap.org/way/2710516002";null;null;null; +V94160_1249;2710516003;"https://www.openstreetmap.org/way/2710516003";null;null;null; +V94160_1250;2710516004;"https://www.openstreetmap.org/way/2710516004";null;null;null; +V94160_1251;2710516005;"https://www.openstreetmap.org/way/2710516005";null;null;null; +V94160_1252;2710516006;"https://www.openstreetmap.org/way/2710516006";null;null;null; +V94160_1253;2710516008;"https://www.openstreetmap.org/way/2710516008";null;null;null; +V94160_1254;2710516009;"https://www.openstreetmap.org/way/2710516009";null;null;null; +V94160_1255;2710516010;"https://www.openstreetmap.org/way/2710516010";null;null;null; +V94160_1256;2710516011;"https://www.openstreetmap.org/way/2710516011";null;null;null; +V94160_1257;2710516013;"https://www.openstreetmap.org/way/2710516013";null;null;null; +V94160_1258;2710516015;"https://www.openstreetmap.org/way/2710516015";null;null;null; +V94160_1259;2881900492;"https://www.openstreetmap.org/way/2881900492";null;null;null; +V94160_1260;2882446710;"https://www.openstreetmap.org/way/2882446710";null;null;null; +V94160_1261;3446157533;"https://www.openstreetmap.org/way/3446157533";null;null;null; +V94160_1262;3446157540;"https://www.openstreetmap.org/way/3446157540";null;null;null; +V94160_1263;3446157544;"https://www.openstreetmap.org/way/3446157544";null;null;null; +V94160_1264;3446157546;"https://www.openstreetmap.org/way/3446157546";null;null;null; +V94160_1265;4565173276;"https://www.openstreetmap.org/way/4565173276";null;null;null; +V94160_1266;4565173278;"https://www.openstreetmap.org/way/4565173278";null;null;null; +V94160_1267;4565173279;"https://www.openstreetmap.org/way/4565173279";null;null;null; +V94160_1268;4565173280;"https://www.openstreetmap.org/way/4565173280";null;null;null; +V94160_1269;4565173281;"https://www.openstreetmap.org/way/4565173281";null;null;null; +V94160_1270;4565173282;"https://www.openstreetmap.org/way/4565173282";null;null;null; +V94160_1271;4565173283;"https://www.openstreetmap.org/way/4565173283";null;null;null; +V94160_1272;4565173284;"https://www.openstreetmap.org/way/4565173284";null;null;null; +V94160_1273;4565173285;"https://www.openstreetmap.org/way/4565173285";null;null;null; +V94160_1274;4565173286;"https://www.openstreetmap.org/way/4565173286";null;null;null; +V94160_1275;4565173590;"https://www.openstreetmap.org/way/4565173590";null;null;null; +V94160_1276;4565173591;"https://www.openstreetmap.org/way/4565173591";null;null;null; +V94160_1277;4565173593;"https://www.openstreetmap.org/way/4565173593";null;null;null; +V94160_1278;5432312682;"https://www.openstreetmap.org/way/5432312682";null;null;null; +V94160_1279;5432312683;"https://www.openstreetmap.org/way/5432312683";null;null;null; +V94160_1280;5432312684;"https://www.openstreetmap.org/way/5432312684";null;null;null; +V94160_1281;5432312685;"https://www.openstreetmap.org/way/5432312685";null;null;null; +V94160_1282;5432312686;"https://www.openstreetmap.org/way/5432312686";null;null;null; +V94160_1283;5432312687;"https://www.openstreetmap.org/way/5432312687";null;null;null; +V94160_1284;5432312688;"https://www.openstreetmap.org/way/5432312688";null;null;null; +V94160_1285;6048939778;"https://www.openstreetmap.org/way/6048939778";null;null;null; +V94160_1286;6048939779;"https://www.openstreetmap.org/way/6048939779";null;null;null; +V94160_1287;6048939780;"https://www.openstreetmap.org/way/6048939780";null;null;null; +V94160_1288;6048939781;"https://www.openstreetmap.org/way/6048939781";null;null;null; +V94160_1289;6048939782;"https://www.openstreetmap.org/way/6048939782";null;null;null; +V94160_1290;6048939783;"https://www.openstreetmap.org/way/6048939783";null;null;null; +V94160_1291;6048939784;"https://www.openstreetmap.org/way/6048939784";null;null;null; +V94160_1292;6048940285;"https://www.openstreetmap.org/way/6048940285";null;null;null; +V94160_1293;6048940286;"https://www.openstreetmap.org/way/6048940286";null;null;null; +V94160_1294;6049004672;"https://www.openstreetmap.org/way/6049004672";null;null;null; +V94160_1295;6049004673;"https://www.openstreetmap.org/way/6049004673";null;null;null; +V94160_1296;6049004674;"https://www.openstreetmap.org/way/6049004674";null;null;null; +V94160_1297;6049004675;"https://www.openstreetmap.org/way/6049004675";null;null;null; +V94160_1298;6049004676;"https://www.openstreetmap.org/way/6049004676";null;null;null; +V94160_1299;6049004677;"https://www.openstreetmap.org/way/6049004677";null;null;null; +V94160_1300;6049004678;"https://www.openstreetmap.org/way/6049004678";null;null;null; +V94160_1301;6049004679;"https://www.openstreetmap.org/way/6049004679";null;null;null; +V94160_1302;6049004680;"https://www.openstreetmap.org/way/6049004680";null;null;null; +V94160_1303;6049004681;"https://www.openstreetmap.org/way/6049004681";null;null;null; +V94160_1304;6049004682;"https://www.openstreetmap.org/way/6049004682";null;null;null; +V94160_1305;6049004683;"https://www.openstreetmap.org/way/6049004683";null;null;null; +V94160_1306;6049004684;"https://www.openstreetmap.org/way/6049004684";null;null;null; +V94160_1307;6049008485;"https://www.openstreetmap.org/way/6049008485";null;null;null; +V94160_1308;6049008486;"https://www.openstreetmap.org/way/6049008486";null;null;null; +V94160_1309;6049008487;"https://www.openstreetmap.org/way/6049008487";null;null;null; +V94160_1310;6049008488;"https://www.openstreetmap.org/way/6049008488";null;null;null; +V94160_1311;6049008489;"https://www.openstreetmap.org/way/6049008489";null;null;null; +V94160_1312;6049008490;"https://www.openstreetmap.org/way/6049008490";null;null;null; +V94160_1313;6049008491;"https://www.openstreetmap.org/way/6049008491";null;null;null; +V94160_1314;6049008492;"https://www.openstreetmap.org/way/6049008492";null;null;null; +V94160_1315;6049008493;"https://www.openstreetmap.org/way/6049008493";null;null;null; +V94160_1316;6049008494;"https://www.openstreetmap.org/way/6049008494";null;null;null; +V94160_1317;6049008495;"https://www.openstreetmap.org/way/6049008495";null;null;null; +V94160_1318;6049008496;"https://www.openstreetmap.org/way/6049008496";null;null;null; +V94160_1319;6049008497;"https://www.openstreetmap.org/way/6049008497";null;null;null; +V94160_1320;6049008498;"https://www.openstreetmap.org/way/6049008498";null;null;null; +V94160_1321;6049008501;"https://www.openstreetmap.org/way/6049008501";null;null;null; +V94160_1322;6049008502;"https://www.openstreetmap.org/way/6049008502";null;null;null; +V94160_1323;6049008503;"https://www.openstreetmap.org/way/6049008503";null;null;null; +V94160_1324;6049008504;"https://www.openstreetmap.org/way/6049008504";null;null;null; +V94160_1325;6049008505;"https://www.openstreetmap.org/way/6049008505";null;null;null; +V94160_1326;6049008506;"https://www.openstreetmap.org/way/6049008506";null;null;null; +V94160_1327;6049008507;"https://www.openstreetmap.org/way/6049008507";null;null;null; +V94160_1328;6049008508;"https://www.openstreetmap.org/way/6049008508";null;null;null; +V94160_1329;6049008509;"https://www.openstreetmap.org/way/6049008509";null;null;null; +V94160_1330;6049008510;"https://www.openstreetmap.org/way/6049008510";null;null;null; +V94160_1331;6049008511;"https://www.openstreetmap.org/way/6049008511";null;null;null; +V94160_1332;6049008512;"https://www.openstreetmap.org/way/6049008512";null;null;null; +V94160_1333;6049008513;"https://www.openstreetmap.org/way/6049008513";null;null;null; +V94160_1334;6049008514;"https://www.openstreetmap.org/way/6049008514";null;null;null; +V94160_1335;6049008515;"https://www.openstreetmap.org/way/6049008515";null;null;null; +V94160_1336;6049008516;"https://www.openstreetmap.org/way/6049008516";null;null;null; +V94160_1337;6049008517;"https://www.openstreetmap.org/way/6049008517";null;null;null; +V94160_1338;6049008518;"https://www.openstreetmap.org/way/6049008518";null;null;null; +V94160_1339;6049008519;"https://www.openstreetmap.org/way/6049008519";null;null;null; +V94160_1340;6049008520;"https://www.openstreetmap.org/way/6049008520";null;null;null; +V94160_1341;6049008521;"https://www.openstreetmap.org/way/6049008521";null;null;null; +V94160_1342;6049008522;"https://www.openstreetmap.org/way/6049008522";null;null;null; +V94160_1343;6049008524;"https://www.openstreetmap.org/way/6049008524";null;null;null; +V94160_1344;6049008525;"https://www.openstreetmap.org/way/6049008525";null;null;null; +V94160_1345;6049008526;"https://www.openstreetmap.org/way/6049008526";null;null;null; +V94160_1346;6049008527;"https://www.openstreetmap.org/way/6049008527";null;null;null; +V94160_1347;6049008528;"https://www.openstreetmap.org/way/6049008528";null;null;null; +V94160_1348;6049008529;"https://www.openstreetmap.org/way/6049008529";null;null;null; +V94160_1349;6049008537;"https://www.openstreetmap.org/way/6049008537";null;null;null; +V94160_1350;6049008538;"https://www.openstreetmap.org/way/6049008538";null;null;null; +V94160_1351;6049008539;"https://www.openstreetmap.org/way/6049008539";null;null;null; +V94160_1352;6049008540;"https://www.openstreetmap.org/way/6049008540";null;null;null; +V94160_1353;6049008541;"https://www.openstreetmap.org/way/6049008541";null;null;null; +V94160_1354;6049008542;"https://www.openstreetmap.org/way/6049008542";null;null;null; +V94160_1355;6049008543;"https://www.openstreetmap.org/way/6049008543";null;null;null; +V94160_1356;6049008544;"https://www.openstreetmap.org/way/6049008544";null;null;null; +V94160_1357;6049008545;"https://www.openstreetmap.org/way/6049008545";null;null;null; +V94160_1358;6049008546;"https://www.openstreetmap.org/way/6049008546";null;null;null; +V94160_1359;6049008547;"https://www.openstreetmap.org/way/6049008547";null;null;null; +V94160_1360;6049008548;"https://www.openstreetmap.org/way/6049008548";null;null;null; +V94160_1361;6049008549;"https://www.openstreetmap.org/way/6049008549";null;null;null; +V94160_1362;6049008550;"https://www.openstreetmap.org/way/6049008550";null;null;null; +V94160_1363;6049008551;"https://www.openstreetmap.org/way/6049008551";null;null;null; +V94160_1364;6049008552;"https://www.openstreetmap.org/way/6049008552";null;null;null; +V94160_1365;6049008553;"https://www.openstreetmap.org/way/6049008553";null;null;null; +V94160_1366;6049008554;"https://www.openstreetmap.org/way/6049008554";null;null;null; +V94160_1367;6049008555;"https://www.openstreetmap.org/way/6049008555";null;null;null; +V94160_1368;6049008556;"https://www.openstreetmap.org/way/6049008556";null;null;null; +V94160_1369;6049008557;"https://www.openstreetmap.org/way/6049008557";null;null;null; +V94160_1370;6049008558;"https://www.openstreetmap.org/way/6049008558";null;null;null; +V94160_1371;6049008559;"https://www.openstreetmap.org/way/6049008559";null;null;null; +V94160_1372;6049008560;"https://www.openstreetmap.org/way/6049008560";null;null;null; +V94160_1373;6049008561;"https://www.openstreetmap.org/way/6049008561";null;null;null; +V94160_1374;6049008562;"https://www.openstreetmap.org/way/6049008562";null;null;null; +V94160_1375;6847578600;"https://www.openstreetmap.org/way/6847578600";null;null;null; +V94160_1376;6847578601;"https://www.openstreetmap.org/way/6847578601";null;null;null; +V94160_1377;6847578616;"https://www.openstreetmap.org/way/6847578616";null;null;null; +V94160_1378;6847578617;"https://www.openstreetmap.org/way/6847578617";null;null;null; +V94160_1379;7976971360;"https://www.openstreetmap.org/way/7976971360";null;null;null; +V94160_1380;7976971361;"https://www.openstreetmap.org/way/7976971361";null;null;null; +V94160_1381;7976971362;"https://www.openstreetmap.org/way/7976971362";null;null;null; +V94160_1382;7976971363;"https://www.openstreetmap.org/way/7976971363";null;null;null; +V94160_1383;7976971364;"https://www.openstreetmap.org/way/7976971364";null;null;null; +V94160_1384;7976971365;"https://www.openstreetmap.org/way/7976971365";null;null;null; +V94160_1385;7976971366;"https://www.openstreetmap.org/way/7976971366";null;null;null; +V94160_1386;7976971367;"https://www.openstreetmap.org/way/7976971367";null;null;null; +V94160_1387;7976971368;"https://www.openstreetmap.org/way/7976971368";null;null;null; +V94160_1388;7976971369;"https://www.openstreetmap.org/way/7976971369";null;null;null; +V94160_1389;7976971370;"https://www.openstreetmap.org/way/7976971370";null;null;null; +V94160_1390;7976971371;"https://www.openstreetmap.org/way/7976971371";null;null;null; +V94160_1391;7976971372;"https://www.openstreetmap.org/way/7976971372";null;null;null; +V94160_1392;7976971373;"https://www.openstreetmap.org/way/7976971373";null;null;null; +V94160_1393;7976971374;"https://www.openstreetmap.org/way/7976971374";null;null;null; +V94160_1394;7976971375;"https://www.openstreetmap.org/way/7976971375";null;null;null; +V94160_1395;7976971376;"https://www.openstreetmap.org/way/7976971376";null;null;null; +V94160_1396;8002933181;"https://www.openstreetmap.org/way/8002933181";null;null;null; +V94160_1397;8002933182;"https://www.openstreetmap.org/way/8002933182";null;null;null; +V94160_1398;243892373;"https://www.openstreetmap.org/way/243892373";null;null;null; +V94160_1399;1425307938;"https://www.openstreetmap.org/way/1425307938";null;null;null; +V94160_1400;2675807766;"https://www.openstreetmap.org/way/2675807766";null;null;null; +V94160_1401;243896120;"https://www.openstreetmap.org/way/243896120";null;null;null; +V94160_1402;719657095;"https://www.openstreetmap.org/way/719657095";null;null;null; +V94160_1403;719657096;"https://www.openstreetmap.org/way/719657096";null;null;null; +V94160_1404;3217407277;"https://www.openstreetmap.org/way/3217407277";null;null;null; +V94160_1405;9403174605;"https://www.openstreetmap.org/way/9403174605";null;null;null; diff --git a/osm_conversion/overpass_results/export_saint_mande.json b/osm_conversion/overpass_results/export_saint_mande.json index 3b3e4354..d295b4f4 100644 --- a/osm_conversion/overpass_results/export_saint_mande.json +++ b/osm_conversion/overpass_results/export_saint_mande.json @@ -2,325 +2,12 @@ "version": 0.6, "generator": "Overpass API 0.7.58.5 b0c4acbb", "osm3s": { - "timestamp_osm_base": "2022-08-03T08:31:08Z", + "timestamp_osm_base": "2022-08-03T09:33:34Z", + "timestamp_areas_base": "2022-07-20T11:06:24Z", "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL." }, "elements": [ - { - "type": "way", - "id": 13859326, - "nodes": [ - 357575575, - 1437800232, - 355535168, - 2415333103, - 2882446714, - 2813796785, - 6436411863, - 2320517721, - 5584723194, - 1659448494 - ], - "tags": { - "cycleway:right": "separate", - "highway": "primary", - "lanes": "3", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue de la Porte de Vincennes", - "oneway": "yes", - "sidewalk": "right", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 17075650, - "nodes": [ - 368058, - 1088436978, - 3005001603, - 1088436936 - ], - "tags": { - "cycleway": "no", - "foot": "no", - "highway": "secondary", - "lane_markings": "no", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Courteline", - "sidewalk": "none", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 17075694, - "nodes": [ - 177308201, - 6007197517, - 6521832970, - 177308558 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "maxspeed": "30", - "name": "Avenue Vincent d'Indy", - "oneway": "yes", - "oneway:bicycle": "no", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 17075729, - "nodes": [ - 418866885, - 6620302036, - 277542388, - 418869634, - 5432317998, - 688959955, - 5432317997, - 1082077022, - 177308681 - ], - "tags": { - "highway": "residential", - "maxspeed": "30", - "name": "Boulevard Carnot", - "oneway": "yes", - "source:maxspeed": "sign", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 22736396, - "nodes": [ - 243892649, - 3642459203, - 2036143441, - 8199715786, - 8385053478, - 243892758, - 8199715800, - 8385053477, - 243892757, - 2036143428, - 9410969958, - 3642459202, - 243892650 - ], - "tags": { - "access": "private", - "highway": "residential", - "name": "Allée Nicéphore Niépce", - "sidewalk:left": "no", - "sidewalk:right": "no", - "source": "knowledge" - } - }, - { - "type": "way", - "id": 22736406, - "nodes": [ - 243892754, - 3642459206, - 2036474249, - 8205616546, - 243892759, - 8205616548, - 8199698242, - 243892811, - 243892755, - 8199700336, - 2036474248, - 6569428362, - 3642459204, - 243892756 - ], - "tags": { - "access": "private", - "highway": "residential", - "name": "Cours Louis Lumière", - "sidewalk:left": "no", - "sidewalk:right": "no", - "source": "knowledge" - } - }, - { - "type": "way", - "id": 22736407, - "nodes": [ - 243892758, - 8385053476, - 8205616555, - 8050074040 - ], - "tags": { - "access": "private", - "highway": "residential", - "name": "Allée Félix Nadar", - "sidewalk:left": "no", - "sidewalk:right": "no", - "source": "knowledge" - } - }, - { - "type": "way", - "id": 22736414, - "nodes": [ - 243892757, - 8205616573, - 8205616564, - 243892755 - ], - "tags": { - "access": "private", - "highway": "residential", - "name": "Allée Jacques Daguerre", - "sidewalk:left": "no", - "sidewalk:right": "no", - "source": "knowledge" - } - }, - { - "type": "way", - "id": 22736421, - "nodes": [ - 9413415179, - 8391000971, - 2036475909 - ], - "tags": { - "cycleway:both": "no", - "highway": "residential", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "maxspeed:type": "sign", - "name": "Avenue du Petit Parc", - "oneway": "no", - "parking:lane:left": "parallel", - "sidewalk:left": "yes", - "sidewalk:right": "yes", - "smoothness": "excellent", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 22736425, - "nodes": [ - 2036474251, - 3642459208, - 2036474250, - 8205616554, - 243892811 - ], - "tags": { - "access": "private", - "highway": "residential", - "name": "Allée Georges Méliès", - "sidewalk:left": "no", - "sidewalk:right": "no", - "source": "knowledge" - } - }, - { - "type": "way", - "id": 22736524, - "nodes": [ - 17975377, - 2321729935, - 2882446716, - 1935911406, - 8959258446, - 8644184130, - 243892327, - 2321729940, - 243896247, - 2321729944, - 243892808, - 418860038, - 418860000 - ], - "tags": { - "cycleway:right": "lane", - "cycleway:right:lane": "exclusive", - "description:covid19": "bande cyclable temporaire", - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue de Paris", - "old_ref": "N 34", - "oneway": "yes", - "ref": "D 120", - "source:maxspeed": "sign", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 22736530, - "nodes": [ - 243893763, - 243893916, - 243893912, - 243896003 - ], - "tags": { - "cycleway:right": "lane", - "cycleway:right:lane": "exclusive", - "description:covid19": "bande cyclable temporaire", - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue de Paris", - "old_ref": "N 34", - "oneway": "yes", - "ref": "D 120", - "source:maxspeed": "sign", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 22736534, - "nodes": [ - 243893763, - 243896876, - 418863087, - 2321729948, - 6049008556, - 695167571, - 6049008557, - 243893514 - ], - "tags": { - "cycleway": "lane", - "cycleway:lane": "exclusive", - "description:covid19": "bande cyclable temporaire", - "highway": "primary", - "lanes": "4", - "lanes:backward": "2", - "lanes:forward": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue de Paris", - "old_ref": "N 34", - "overtaking": "no", - "ref": "D 120", - "sidewalk": "both", - "source:maxspeed": "sign", - "surface": "asphalt" - } - }, + { "type": "way", "id": 22736543, @@ -351,6 +38,87 @@ "surface": "asphalt" } }, + { + "type": "way", + "id": 22736545, + "nodes": [ + 243894189, + 243894236, + 243894267, + 243894303, + 243894307, + 2279299058 + ], + "tags": { + "access": "private", + "highway": "footway", + "name": "Allée des Platanes" + } + }, + { + "type": "way", + "id": 22736548, + "nodes": [ + 243894236, + 243894237, + 243894238, + 243894239, + 699569701, + 699569700, + 699569698, + 333697735 + ], + "tags": { + "access": "private", + "highway": "footway", + "name": "Allée des Acacias" + } + }, + { + "type": "way", + "id": 22736551, + "nodes": [ + 243894267, + 699569702, + 243894294 + ], + "tags": { + "access": "private", + "highway": "service", + "name": "Square des Sorbiers", + "service": "alley" + } + }, + { + "type": "way", + "id": 22736553, + "nodes": [ + 243894303, + 699569706, + 243894306 + ], + "tags": { + "access": "private", + "highway": "service", + "name": "Square des Catalpas", + "service": "alley" + } + }, + { + "type": "way", + "id": 22736554, + "nodes": [ + 243894307, + 699569705, + 243894308 + ], + "tags": { + "access": "private", + "highway": "service", + "name": "Square des Ormes", + "service": "alley" + } + }, { "type": "way", "id": 22736600, @@ -418,133 +186,43 @@ }, { "type": "way", - "id": 22736690, + "id": 22736647, "nodes": [ - 243896003, - 418861375, - 243896004, - 8133750209, - 1829184791, - 243896005, - 418862576, - 243896875, - 243896007, - 243896008, - 2321729977, - 8736827732 + 243895389, + 3298086522, + 3298086521, + 243895388 ], "tags": { - "cycleway:left": "opposite_lane", - "cycleway:right": "lane", - "highway": "residential", + "cycleway:both": "no", + "foot": "no", + "highway": "primary_link", "lanes": "1", "lit": "yes", "maxspeed": "50", - "maxspeed:type": "sign", - "name": "Avenue Antoine Quinson", + "maxspeed:type": "FR:urban", "oneway": "yes", + "sidewalk": "none", "surface": "asphalt" } }, { "type": "way", - "id": 22736791, + "id": 22736677, "nodes": [ - 9079370017, - 391320058, - 8835072986, - 8214100882, - 9403174606, - 3217407278, - 243896555 + 243895538, + 8736827728 ], "tags": { - "cycleway:left": "opposite", - "highway": "residential", - "lanes": "1", + "cycleway:both": "no", + "foot": "yes", + "highway": "unclassified", + "lane_markings": "no", "lit": "yes", - "maxspeed": "30", - "name": "Rue des Laitières", - "oneway": "yes", - "oneway:bicycle": "no", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre;mise à jour : 2009", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 22736797, - "nodes": [ - 243896576, - 8124986014, - 8214083160, - 243896636, - 8214083158, - 3217407285, - 1393717959, - 243896575 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Georges Huchon", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 22736799, - "nodes": [ - 243896581, - 719657088, - 6521858835, - 8214060211, - 8214060212, - 243896635, - 8214060215, - 8214060216, - 8125041942, - 8151792512 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Rue de la Prévoyance", - "oneway": "yes", - "oneway:bicycle": "no", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 22736802, - "nodes": [ - 243896586, - 2211157054, - 8214100875, - 8214100874, - 5761578550, - 243896583 - ], - "tags": { - "cycleway": "no", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "sign", - "name": "Rue Dohis", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", + "maxspeed": "50", + "maxspeed:type": "FR:urban", + "noname": "yes", + "sidewalk": "none", "surface": "asphalt" } }, @@ -566,100 +244,154 @@ }, { "type": "way", - "id": 22736848, + "id": 22902039, "nodes": [ - 243896888, - 6221956778, - 8199164913, - 3743820780, - 8199316185, - 5894790252, - 243896884 + 246552574, + 2670591296, + 246552586, + 246552587, + 1613692150, + 246552588, + 2689380472, + 246552589 ], "tags": { - "cycleway:left": "opposite_lane", "highway": "residential", - "lanes": "1", - "lit": "yes", "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Rue Massue", + "name": "Rue Jeanne d'Arc", + "sidewalk": "both" + } + }, + { + "type": "way", + "id": 22902094, + "nodes": [ + 246552959, + 7267385077, + 1307776975 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Avenue Alphand", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 22902104, + "nodes": [ + 246552959, + 8109032492, + 7267385081, + 1307776985 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue Baudin", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 22902110, + "nodes": [ + 246553029, + 2670591256, + 6521836058, + 246553142, + 6521859060, + 2109872082, + 246553124 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Avenue Alphand", + "oneway": "yes" + } + }, + { + "type": "way", + "id": 22902136, + "nodes": [ + 246552593, + 7803811845, + 4565173247, + 246553072 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue de l'Épinette", "oneway": "yes", "oneway:bicycle": "no", - "parking:lane:both": "parallel", - "ref": "C 9", - "sidewalk": "both", + "ref:FR:FANTOIR": "940673150B", "surface": "asphalt" } }, { "type": "way", - "id": 22736858, + "id": 22902172, "nodes": [ - 243895550, - 2321729986, - 6379473319, - 253080034, - 6131474693, - 3217407272, - 243896662 + 246552588, + 2689380469, + 4565173235, + 9244649925, + 246553188 ], "tags": { - "cycleway": "opposite", "highway": "residential", - "lanes": "1", - "lit": "yes", "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Rue de l'Égalité", + "name": "Avenue Herbillon", "oneway": "yes", "oneway:bicycle": "no", - "surface": "asphalt" + "ref:FR:FANTOIR": "940674430T" } }, { "type": "way", - "id": 22804239, + "id": 22902183, "nodes": [ - 245272061, - 1433756165, - 8165255091, - 8892187995, - 1771262882, - 1659448505, - 1088437014 + 243895218, + 6620367938, + 1307765963, + 1829166809 ], "tags": { - "cycleway": "opposite", "highway": "residential", - "lit": "yes", "maxspeed": "30", - "maxspeed:type": "sign", - "name": "Rue Fernand Foureau", + "name": "Rue Renault", "oneway": "yes", "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt" + "ref:FR:FANTOIR": "940678130P" } }, { "type": "way", - "id": 22804244, + "id": 22902196, "nodes": [ - 245272062, - 6521809179, - 567390019, - 1433756164, - 245272061 + 1307776975, + 6953817445, + 7267385075, + 332206202, + 1437838341, + 246553254, + 246553255, + 246553256, + 6620385288, + 246553257 ], "tags": { - "cycleway": "opposite", "highway": "residential", "maxspeed": "30", - "name": "Avenue Lamoricière", + "name": "Rue Allard", "oneway": "yes", "oneway:bicycle": "no", - "surface": "asphalt" + "surface": "paved" } }, { @@ -691,282 +423,97 @@ }, { "type": "way", - "id": 22949952, + "id": 22950300, "nodes": [ - 1128025948, - 243896908, - 243896110, - 6129288808 + 243896632, + 247277418 ], "tags": { - "cycleway": "no", - "highway": "residential", - "lane_markings": "no", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue de la République", - "old_ref": "D 20", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "source:maxspeed": "sign", + "highway": "pedestrian", + "name": "Rue Plisson", "surface": "asphalt" } }, { "type": "way", - "id": 22950015, + "id": 23813908, "nodes": [ - 247276452, - 3217407269, - 506499641, - 411607113, - 5928717059, - 247276679, - 3542319688, - 247276429 + 332204374, + 246553254, + 246553199 ], "tags": { - "cycleway": "opposite", + "cycleway:both": "yes", "highway": "residential", - "lanes": "1", - "lit": "yes", "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Rue des Deux Communes", + "name": "Rue Paul Bert", "oneway": "yes", "oneway:bicycle": "no", - "sidewalk": "both", "surface": "asphalt" } }, { "type": "way", - "id": 22950189, + "id": 23813909, "nodes": [ - 247278937, - 4730367471, - 5474346507, - 247276678, - 5474346508, - 9081000846, - 5474346509, - 429179878, - 5474346511, - 5474346515, - 247275546, - 5474346517, - 5928717071, - 247276679 - ], - "tags": { - "cycleway:left": "opposite", - "highway": "residential", - "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Rue de la Paix", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 22950227, - "nodes": [ - 247277036, - 5761579368, - 6939184149, - 247277037 - ], - "tags": { - "cycleway:left": "opposite", - "highway": "residential", - "lit": "yes", - "name": "Rue Auguste Blanqui", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 23032928, - "nodes": [ - 357575575, - 130042290 - ], - "tags": { - "highway": "primary", - "junction": "circular", - "lanes": "4", - "lit": "yes", - "maxspeed": "30", - "note": "not a roundabout; pas un giratoire", - "oneway": "yes", - "source": "bing", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 23125947, - "nodes": [ - 249685273, - 5584725162, - 249685381, - 6939160998, - 357561906, - 247805454 + 258057164, + 4565173260, + 4565173259, + 243895216 ], "tags": { + "cycleway:both": "yes", "highway": "residential", "maxspeed": "30", - "name": "Rue Maryse Hilsz", - "oneway": "yes", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "surface": "asphalt", - "zone:maxspeed": "FR:30" - } - }, - { - "type": "way", - "id": 23125979, - "nodes": [ - 249685381, - 277624653, - 6939149054, - 6396168984, - 6396173985, - 6396168980, - 4936958762, - 6396168973, - 8165255097, - 4936958761, - 249686018, - 6396173994, - 6939185647, - 442335254, - 5584723185 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "maxspeed": "30", - "name": "Rue Cristino Garcia", - "oneway": "yes", - "oneway:bicycle": "no", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "zone:maxspeed": "FR:30" - } - }, - { - "type": "way", - "id": 23126069, - "nodes": [ - 249688481, - 357562584, - 8165255095, - 2879837670, - 249688482, - 258391330, - 5584725144, - 249688483 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "lanes": "1", - "maxspeed": "30", - "name": "Rue Lippmann", - "oneway": "yes", - "oneway:bicycle": "no", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "zone:maxspeed": "FR:30" - } - }, - { - "type": "way", - "id": 23373860, - "nodes": [ - 243896120, - 3217407276, - 243896566, - 1955001480, - 6939166860, - 5241701300, - 3217407284, - 3217407281, - 1955001461, - 282774279, - 3217407287, - 243896575, - 247277037, - 6939160381, - 243896581, - 6379473316, - 243896661, - 243896660 - ], - "tags": { - "highway": "secondary", - "lanes": "1", - "maxspeed": "50", "maxspeed:type": "sign", - "name": "Rue de Lagny", + "name": "Rue du Lac", "oneway": "yes", - "ref": "D 143A", - "surface": "asphalt" + "oneway:bicycle": "no", + "ref:FR:FANTOIR": "940675110G", + "surface": "paved" } }, { "type": "way", - "id": 23842370, + "id": 23813910, "nodes": [ - 177309563, - 6873166156, - 177309811, - 3381160531, - 258360661, - 3381160530, - 258360664, - 6873179993, - 502592122, - 6521837339, - 177308565 + 276661272, + 1482577146, + 1827397874, + 258057166, + 1635179342, + 1640661866, + 258057167, + 7508731947, + 258057168, + 7508731946, + 276661263, + 258057169, + 243895218 ], "tags": { - "cycleway": "opposite", - "highway": "residential", - "maxspeed": "30", - "name": "Rue Albert Malet", - "oneway": "yes", - "oneway:bicycle": "no", - "zone:maxspeed": "FR:30" + "bicycle": "yes", + "highway": "track", + "motor_vehicle": "no", + "name": "Route du Lac de Saint-Mandé", + "tracktype": "grade1" } }, { "type": "way", - "id": 23845612, + "id": 23907774, "nodes": [ - 249688481, - 8165255096, - 357562078, - 6396174011 + 246553255, + 1612074233, + 1612072996, + 355528412 ], "tags": { - "cycleway:left": "opposite_lane", - "highway": "residential", - "lanes": "1", - "maxspeed": "30", - "name": "Rue Reynaldo Hahn", - "oneway": "yes", - "oneway:bicycle": "no", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "zone:maxspeed": "FR:30" + "access": "private", + "foot": "yes", + "highway": "footway", + "name": "Square Nungesser", + "ref:FR:FANTOIR": "940676510D" } }, { @@ -1009,45 +556,6 @@ "surface": "asphalt" } }, - { - "type": "way", - "id": 24566646, - "nodes": [ - 243896632, - 8214083162, - 6521851075, - 243896633, - 8214083161, - 243896634, - 8214060213, - 243896635, - 8214060214, - 8214083157, - 243896636, - 8214083159, - 5761579354, - 243896637, - 5761579353, - 1958744786, - 5761578542, - 243896556 - ], - "tags": { - "cycleway:left": "lane", - "cycleway:left:lane": "exclusive", - "cycleway:left:oneway": "-1", - "cycleway:right": "no", - "highway": "residential", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Massue", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt", - "zone:maxspeed": "FR:30" - } - }, { "type": "way", "id": 24566651, @@ -1108,96 +616,55 @@ }, { "type": "way", - "id": 24677434, + "id": 25382867, "nodes": [ - 332043843, - 3287262133, - 7575806475, - 268227835 + 2314044349, + 1585219079, + 276661235, + 2530849534, + 276661236, + 9308287910, + 2530849535, + 2530844036, + 2530844038, + 2530844040, + 276661237, + 276661238, + 276661239, + 276661240, + 276661241, + 276661242, + 276661243, + 276661244 + ], + "tags": { + "highway": "path" + } + }, + { + "type": "way", + "id": 26118404, + "nodes": [ + 246553072, + 4565173246, + 283330195, + 4565173242, + 6521842370, + 246553028, + 6521859455, + 6521842369, + 9244649936, + 332207965, + 1307787162, + 8194889282, + 8194889283 ], "tags": { "highway": "residential", "maxspeed": "30", - "name": "Avenue de la Porte de Vincennes", + "name": "Rue du Commandant René Mouchotte", "oneway": "yes", - "surface": "sett" - } - }, - { - "type": "way", - "id": 24677441, - "nodes": [ - 268227951, - 1851366352, - 1437810743, - 268227938 - ], - "tags": { - "highway": "residential", - "maxspeed": "30", - "name": "Rue Jeanne Jugan", - "oneway": "yes", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 25694930, - "nodes": [ - 243896120, - 247276354 - ], - "tags": { - "cycleway:left": "share_busway", - "highway": "residential", - "lane_markings": "no", - "lit": "yes", - "maxspeed": "50", - "name": "Rue Robespierre", - "sidewalk": "both", - "source:maxspeed": "sign", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 25922883, - "nodes": [ - 282774279, - 3217407288, - 5761579365, - 1879256853, - 567355423 - ], - "tags": { - "highway": "residential", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Henri Rol-Tanguy", - "oneway": "yes", - "surface": "asphalt", - "zone:maxspeed": "FR:30" - } - }, - { - "type": "way", - "id": 25922886, - "nodes": [ - 243896659, - 2014221032, - 247277436, - 249621036, - 3287262128, - 247277351 - ], - "tags": { - "highway": "tertiary", - "lane_markings": "no", - "maxspeed": "30", - "name": "Rue de Lagny", - "ref": "D 143a", - "source:maxspeed": "FR:urban", - "surface": "asphalt" + "oneway:bicycle": "no" } }, { @@ -1224,6 +691,30 @@ "surface": "asphalt" } }, + { + "type": "way", + "id": 26118764, + "nodes": [ + 1829166810, + 246553195, + 246553197, + 355528412, + 246553198, + 246553199, + 556465600, + 7267385080, + 1741939411 + ], + "tags": { + "cycleway:both": "yes", + "highway": "residential", + "maxspeed": "30", + "name": "Rue Sacrot", + "oneway": "yes", + "oneway:bicycle": "no", + "surface": "paved" + } + }, { "type": "way", "id": 26118908, @@ -1252,28 +743,6 @@ "surface": "asphalt" } }, - { - "type": "way", - "id": 30131672, - "nodes": [ - 268227353, - 7264840576, - 2014228937, - 1437800251, - 3287262138, - 7576971768, - 2014228911, - 332042529 - ], - "tags": { - "highway": "residential", - "lanes": "1", - "maxspeed": "30", - "name": "Avenue de la Porte de Vincennes", - "sidewalk": "both", - "surface": "sett" - } - }, { "type": "way", "id": 30131730, @@ -1318,21 +787,6 @@ "surface": "asphalt" } }, - { - "type": "way", - "id": 30131770, - "nodes": [ - 130040923, - 130040863 - ], - "tags": { - "highway": "residential", - "maxspeed": "30", - "name": "Rue Elie Faure", - "oneway": "yes", - "surface": "asphalt" - } - }, { "type": "way", "id": 30145350, @@ -1386,19 +840,20 @@ }, { "type": "way", - "id": 30145510, + "id": 30145551, "nodes": [ - 268227835, - 3287262132, - 332200766 + 332200152, + 3287262153, + 3287262154, + 1502899146 ], "tags": { - "highway": "residential", - "lanes": "1", - "maxspeed": "30", - "name": "Rue Elie Faure", + "access": "destination", + "highway": "service", + "name": "Avenue Gallieni", "oneway": "yes", - "surface": "asphalt" + "service": "parking_aisle", + "surface": "sett" } }, { @@ -1420,97 +875,6 @@ "surface": "asphalt" } }, - { - "type": "way", - "id": 30145601, - "nodes": [ - 332200766, - 8165255079, - 332199745 - ], - "tags": { - "highway": "residential", - "lanes": "2", - "maxspeed": "30", - "name": "Rue Elie Faure", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 30145649, - "nodes": [ - 332199745, - 7575806476, - 332199733, - 5432312676, - 268227951 - ], - "tags": { - "highway": "residential", - "maxspeed": "30", - "name": "Rue du Chaffault", - "oneway": "yes" - } - }, - { - "type": "way", - "id": 30145767, - "nodes": [ - 177308681, - 1433756133, - 332201812, - 8165255081, - 332201898, - 1851366349, - 332201813 - ], - "tags": { - "highway": "secondary", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Courteline", - "oneway": "yes", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 30145785, - "nodes": [ - 268227938, - 332201898 - ], - "tags": { - "highway": "residential", - "maxspeed": "30", - "name": "Avenue Courteline", - "oneway": "yes", - "surface": "paved" - } - }, - { - "type": "way", - "id": 30145790, - "nodes": [ - 332204112, - 8194889294, - 6269281512, - 6269281523, - 2211156921, - 332206674, - 1437838340, - 7267385074, - 6953817446, - 246552638 - ], - "tags": { - "highway": "tertiary", - "maxspeed": "30", - "name": "Boulevard de la Guyane", - "surface": "asphalt" - } - }, { "type": "way", "id": 30145887, @@ -1530,6 +894,58 @@ "surface": "asphalt" } }, + { + "type": "way", + "id": 30145950, + "nodes": [ + 246553425, + 1606919970, + 1606920055, + 1307770014, + 1606920155 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 30146030, + "nodes": [ + 332204372, + 4565173261, + 332204374 + ], + "tags": { + "cycleway:both": "yes", + "highway": "residential", + "maxspeed": "30", + "name": "Rue de Bérulle", + "oneway": "yes", + "oneway:bicycle": "no", + "ref:FR:FANTOIR": "940670640Y", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 30146032, + "nodes": [ + 332204375, + 1244401771, + 1244401726, + 332204379 + ], + "tags": { + "bicycle": "yes", + "highway": "footway", + "name": "Passage Bir-Hakeim", + "note": "un panneau (côté Est) indique une interdiction pour vélos", + "old_name": "Villa Hirtz", + "ref:FR:FANTOIR": "940670655P", + "wikidata": "Q100436927" + } + }, { "type": "way", "id": 30146087, @@ -1554,26 +970,147 @@ }, { "type": "way", - "id": 30275598, + "id": 30146424, "nodes": [ - 249688600, - 2720107871, - 2720107868, - 2813796794, - 6436402554, - 432827742, - 2728694785, - 24909972 + 1307787160, + 8194889284, + 332207841 ], "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Davout", + "highway": "residential", + "maxspeed": "30", + "name": "Rue Hamelin", "oneway": "yes", - "surface": "asphalt", - "turn:lanes": "through|through;right" + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 30146429, + "nodes": [ + 332207841, + 332207965 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue Durget", + "oneway": "yes", + "oneway:bicycle": "no", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 30146474, + "nodes": [ + 332207841, + 332208520 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue Durget", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 30146553, + "nodes": [ + 332209106, + 332209107, + 8194889282 + ], + "tags": { + "access": "private", + "highway": "service", + "name": "Villa Carnot", + "service": "alley", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 30146584, + "nodes": [ + 246553124, + 2109872089, + 6521832072, + 246553028, + 6521816975, + 6521867388, + 246552633, + 6521862496, + 246552959 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Avenue Alphand", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 30146638, + "nodes": [ + 246553186, + 2670591218, + 17975360, + 1643489686, + 5738362152, + 556469650, + 17975361, + 556469737, + 5730846605, + 2670591250, + 246553029, + 6428392619, + 2670591281, + 243894710 + ], + "tags": { + "highway": "secondary", + "lanes": "2", + "maxspeed": "50", + "name": "Avenue Daumesnil", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 30275970, + "nodes": [ + 249624245, + 1741939410 + ], + "tags": { + "highway": "secondary", + "lanes": "2", + "maxspeed": "50", + "name": "Avenue Daumesnil", + "oneway": "yes" + } + }, + { + "type": "way", + "id": 30277127, + "nodes": [ + 246552589, + 1083692589, + 1307783799, + 7803802144, + 333695347 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Avenue de la Pelouse", + "ref:FR:FANTOIR": "940677135H", + "surface": "asphalt" } }, { @@ -1690,169 +1227,49 @@ }, { "type": "way", - "id": 32136886, + "id": 30341446, "nodes": [ - 5935517603, - 6007197528, - 8165255083, - 332202487, - 7857612800, - 268227938, - 8165255082, - 5935517604 + 1425307938, + 2675807766, + 243892373, + 243892329, + 1627485596, + 249624205, + 1482577147, + 431424109 ], "tags": { - "highway": "secondary", + "cycleway:left": "no", + "cycleway:right": "no", + "highway": "tertiary", "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Courteline", - "oneway": "yes", - "surface": "asphalt", - "turn:lanes": "left;through|through" - } - }, - { - "type": "way", - "id": 34130412, - "nodes": [ - 243896659, - 247277357, - 2140017388, - 247277356, - 5761579383, - 280092680 - ], - "tags": { - "cycleway:left": "opposite", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Armand Carrel", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre;mise à jour : 2009", - "source:maxspeed": "FR:zone30", - "surface": "asphalt", - "width": "4" - } - }, - { - "type": "way", - "id": 34130413, - "nodes": [ - 243896659, - 2014221029, - 280092677 - ], - "tags": { - "highway": "residential", - "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Claude Érignac", - "old_name": "Rue de Saint-Mandé", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre;mise à jour : 2009", - "surface": "sett" - } - }, - { - "type": "way", - "id": 35083746, - "nodes": [ - 411607112, - 9403174611, - 414721314, - 5928717058, - 8988191373, - 7003011059, - 5928717072, - 411607113 - ], - "tags": { - "cycleway:left": "opposite", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Rue Simone de Beauvoir", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre;mise à jour : 2009", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 35827854, - "nodes": [ - 243896114, - 418859683, - 9411319010, - 418860000 - ], - "tags": { - "cycleway:both": "no", - "highway": "residential", - "lanes": "2", - "lit": "yes", "maxspeed": "50", - "maxweight": "22", - "name": "Place Bérault", - "sidewalk": "both", - "source:maxspeed": "sign", + "maxspeed:type": "sign", + "name": "Avenue des Minimes", + "parking:lane:left": "parallel", + "parking:lane:right": "parallel", + "ref": "D 237", + "sidewalk:left": "no", + "sidewalk:right": "yes", "surface": "asphalt" } }, { "type": "way", - "id": 35828225, + "id": 32136845, "nodes": [ - 4842431791, - 8736827733, - 8736827734, - 2321729980 + 360758939, + 1606920155, + 360758942, + 6007197513, + 6007197512, + 7612718791, + 243894705 ], "tags": { - "bridge": "yes", - "cycleway": "no", - "highway": "residential", - "lanes": "2", - "layer": "1", + "highway": "cycleway", "lit": "yes", - "maxspeed": "30", - "maxweight:signed": "no", - "name": "Rue Victor Basch", - "sidewalk": "both", - "source:maxspeed": "FR:zone30", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 35828229, - "nodes": [ - 243896900, - 243896884, - 5894790251, - 1722365172, - 9403174607, - 3217407279, - 243896555 - ], - "tags": { - "cycleway": "no", - "highway": "residential", - "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Victor Basch", - "sidewalk": "both", - "source:maxspeed": "sign", + "name": "Avenue Victor Hugo", "surface": "asphalt" } }, @@ -1877,76 +1294,65 @@ }, { "type": "way", - "id": 36903630, + "id": 36903217, "nodes": [ - 243896109, - 3217403560, - 6131474690, - 429179876, - 247276530, - 3217407268, - 247276452 + 267104804, + 2014228975, + 8214007391, + 267104806 ], "tags": { "cycleway:both": "no", - "highway": "secondary", - "lanes": "2", + "highway": "unclassified", + "lane_markings": "no", "lit": "yes", - "maxspeed": "50", - "name": "Rue de Fontenay", - "ref": "D 143A", + "maxspeed": "30", + "maxspeed:type": "FR:zone30", + "name": "Rue Charles Marinier", + "oneway": "yes", "sidewalk": "both", - "source:maxspeed": "sign", "surface": "asphalt" } }, { "type": "way", - "id": 36903848, + "id": 37718877, "nodes": [ - 8736827732, - 2321729976, - 5894790261, - 1723683985, - 243896119, - 5894790262, - 9403165775 + 283330195, + 4565173243, + 283330194, + 4565173244, + 6620322153, + 243894708, + 4565173245, + 7803821834, + 442357227 ], "tags": { - "cycleway": "no", - "highway": "residential", - "lanes": "1", - "lit": "yes", + "highway": "unclassified", "maxspeed": "30", - "name": "Rue Victor Basch", + "name": "Rue Jean Mermoz", "oneway": "yes", "oneway:bicycle": "no", - "sidewalk": "both", - "source:maxspeed": "FR:zone30", + "ref:FR:FANTOIR": "940674730U", "surface": "asphalt" } }, { "type": "way", - "id": 37718467, + "id": 37718878, "nodes": [ - 130040925, - 418867539, - 130040924, - 1515926967 + 243894709, + 4565173241, + 7803821200, + 442357226 ], "tags": { - "highway": "primary", - "lanes": "4", - "lit": "yes", + "highway": "residential", "maxspeed": "30", - "name": "Avenue de Paris", - "old_ref": "N 34", - "oneway": "yes", - "ref": "D 120", - "sidewalk": "both", - "surface": "asphalt", - "turn:lanes": "left|none|none|none" + "name": "Rue Brière de Boismont", + "ref:FR:FANTOIR": "940670680S", + "surface": "asphalt" } }, { @@ -2007,81 +1413,249 @@ }, { "type": "way", - "id": 43293764, + "id": 42980044, "nodes": [ - 8151792512, - 8125041944, - 2612660311, - 2612660306, - 6436346760, - 243896557 + 2314044349, + 538334041, + 8165255078, + 2476976827, + 1904805434, + 2476976837, + 1904805432, + 2476976819, + 1904805430, + 1904805428, + 538334046, + 1904805426, + 1904805424, + 1794274630, + 1904805415, + 1904805414, + 1904805413, + 1082065987 ], "tags": { - "highway": "residential", - "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "name": "Rue des Laitières", - "sidewalk": "both", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre ; mise à jour : 2009", - "surface": "asphalt" + "cycleway": "sidewalk", + "foot": "permissive", + "highway": "cycleway", + "name": "Avenue Anna Politkovskaïa", + "segregated": "yes" } }, { "type": "way", - "id": 44755759, + "id": 43846128, "nodes": [ - 8736827736, - 2321729981, - 418862010, - 8208742792, - 243895552, - 8208742791, - 8208742789, - 8208742790, - 2862242804, - 1955001455, - 8151682977, - 243895539 + 624420017, + 6521870574, + 246553198 ], "tags": { "highway": "residential", - "lanes": "1", - "lit": "yes", "maxspeed": "30", - "maxspeed:type": "sign", - "name": "Avenue Aubert", + "name": "Rue Guynemer", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 43846130, + "nodes": [ + 556465233, + 556465351, + 556465333 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Place Lucien Delahaye", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 43846131, + "nodes": [ + 556465446, + 556465378, + 8109032494, + 556465529 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue Jolly", + "ref:FR:FANTOIR": "940674770M" + } + }, + { + "type": "way", + "id": 43846132, + "nodes": [ + 556465600, + 6521832073, + 556465625 + ], + "tags": { + "highway": "residential", + "name": "Villa Marcès", + "ref:FR:FANTOIR": "940676115Z" + } + }, + { + "type": "way", + "id": 44757525, + "nodes": [ + 1829184779, + 5985310431, + 567684057, + 1082065980, + 243894865 + ], + "tags": { + "foot": "no", + "highway": "cycleway", + "lit": "yes", + "name": "Avenue Gambetta", "oneway": "yes", "surface": "asphalt" } }, { "type": "way", - "id": 48181503, + "id": 48181452, "nodes": [ - 24909838, - 2813796901, - 7900912078, - 1748446228, - 1771262922, - 24909837 + 5530426112, + 5530426114, + 429171984, + 429171985, + 2850587354, + 429171986, + 429171987, + 429171988, + 429171989, + 429171990, + 8529438283, + 8529438282, + 429171978, + 2121815222, + 429171991, + 3729799311, + 3729799312 + ], + "tags": { + "bicycle": "designated", + "cycleway": "sidewalk", + "foot": "designated", + "highway": "path", + "name": "Avenue Daumesnil", + "segregated": "no", + "surface": "asphalt", + "traffic_sign": "FR:C115" + } + }, + { + "type": "way", + "id": 49208915, + "nodes": [ + 355538403, + 4565173240, + 632680553 ], "tags": { - "cycleway:left": "opposite", - "cycleway:left:temporary": "yes", - "cycleway:right": "shared_lane", - "cycleway:right:lane": "pictogram", - "description:covid19": "bande cyclable temporaire", "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxheight": "4.2", - "maxspeed": "20", - "name": "Cours de Vincennes", + "maxspeed": "30", + "name": "Rue Eugène Ringuet" + } + }, + { + "type": "way", + "id": 49208921, + "nodes": [ + 556465233, + 556465378 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue de l'Abbé Pouchard", + "ref:FR:FANTOIR": "940670005H" + } + }, + { + "type": "way", + "id": 49208923, + "nodes": [ + 624420006, + 624420017 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Place Lucien Delahaye", "oneway": "yes", - "oneway:bicycle": "no", - "source:maxspeed": "sign", - "surface": "asphalt" + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 49208924, + "nodes": [ + 1612340004, + 1612339865, + 1612339822, + 1612339812, + 1612339817, + 624420037, + 624420047, + 1307787157, + 624420056, + 1307787159, + 624420064, + 1612340034, + 1612339988, + 1612339976, + 1612340004 + ], + "tags": { + "area": "yes", + "highway": "pedestrian", + "name": "Place de la Libération", + "wikidata": "Q100436931" + } + }, + { + "type": "way", + "id": 49796279, + "nodes": [ + 632680553, + 6620336095, + 632680538, + 8109032496, + 1829166808 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue de Verdun", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 49796281, + "nodes": [ + 332204379, + 332204380, + 332204381 + ], + "tags": { + "highway": "pedestrian", + "name": "Rue de la Première Division Française Libre", + "ref:FR:FANTOIR": "940672531D" } }, { @@ -2100,79 +1674,114 @@ }, { "type": "way", - "id": 50830921, + "id": 55344353, "nodes": [ - 258393423, - 5584725143, - 6939156182, - 277624656 + 2279299059, + 6049008562, + 6049008542 ], "tags": { - "highway": "residential", - "lanes": "1", + "access": "destination", + "highway": "service", "maxspeed": "30", - "name": "Rue de Lagny", - "oneway": "yes", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "zone:maxspeed": "FR:30" - } - }, - { - "type": "way", - "id": 50830925, - "nodes": [ - 277624656, - 247805454 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "maxspeed": "30", - "name": "Rue de Lagny", - "oneway": "yes", - "oneway:bicycle": "no", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "zone:maxspeed": "FR:30" - } - }, - { - "type": "way", - "id": 54725688, - "nodes": [ - 177309812, - 8194889292, - 3381160532, - 177309811 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "maxspeed": "30", - "name": "Rue Ernest Lavisse", - "oneway": "yes", - "oneway:bicycle": "no", "surface": "asphalt" } }, { "type": "way", - "id": 55496043, + "id": 55674100, "nodes": [ - 177308201, - 6873306208, - 6814435969, - 1433756143, - 177308681 + 699559805, + 699559815, + 699559814, + 699559813 ], "tags": { - "highway": "secondary", - "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Courteline", + "highway": "footway", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", "surface": "asphalt" } }, + { + "type": "way", + "id": 55674101, + "nodes": [ + 699559823, + 699559824, + 699559813 + ], + "tags": { + "highway": "footway", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" + } + }, + { + "type": "way", + "id": 55674102, + "nodes": [ + 699559815, + 699559817, + 699559822 + ], + "tags": { + "highway": "footway", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" + } + }, + { + "type": "way", + "id": 55674103, + "nodes": [ + 699559804, + 699559805, + 699559806, + 699559820 + ], + "tags": { + "highway": "footway", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" + } + }, + { + "type": "way", + "id": 55674104, + "nodes": [ + 699559824, + 699559816, + 699559817, + 699559806, + 699559807 + ], + "tags": { + "highway": "footway", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" + } + }, + { + "type": "way", + "id": 55674105, + "nodes": [ + 699559814, + 699559816, + 699559821 + ], + "tags": { + "highway": "footway", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" + } + }, + { + "type": "way", + "id": 55674106, + "nodes": [ + 699559821, + 699559822 + ], + "tags": { + "highway": "footway", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" + } + }, { "type": "way", "id": 55675409, @@ -2193,126 +1802,275 @@ }, { "type": "way", - "id": 89436039, + "id": 58002005, "nodes": [ - 247275475, - 4619022305, - 4619022300, - 247275485, - 4619022295, - 4619020574, - 1004996909, - 5928717052, - 4619020587, - 247276356, - 4619022289, - 8785735950, - 411607112, - 247276390, - 9403174610, - 247276355, - 5345094064, - 247276354 + 719657081, + 1393717967, + 719657085, + 1393717965, + 719657088, + 6939181165, + 1393717959, + 3217407286, + 1393717957, + 3217407289, + 5241701303, + 6939199770, + 719657095, + 9403174605, + 3217407277, + 719657096, + 243896120 ], "tags": { - "cycleway:left": "opposite_track", - "highway": "residential", + "highway": "cycleway", "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Rue Marceau", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 93327250, - "nodes": [ - 267104806, - 2149919151, - 4565173272, - 243896615 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Rue Céline Robert", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 93729382, - "nodes": [ - 1088436995, - 5895963296, - 177309563, - 6521848548, - 177308558 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "maxspeed": "30", - "maxspeed:type": "sign", - "name": "Rue Jules Lemaître", - "oneway": "yes", - "oneway:bicycle": "no", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 93729383, - "nodes": [ - 1088436906, - 1659448502, - 5895963304, - 8165255090, - 245272062 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "sign", - "name": "Rue Changarnier", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 109400098, - "nodes": [ - 249688481, - 8165255094, - 6436420810, - 2879837673, - 442316 - ], - "tags": { - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", "name": "Rue de Lagny", "oneway": "yes", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "surface": "asphalt", - "zone:maxspeed": "FR:30" + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 58002886, + "nodes": [ + 243896659, + 719683094, + 6939171658, + 719657081 + ], + "tags": { + "highway": "cycleway", + "lit": "yes", + "name": "Rue de Lagny", + "oneway": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 93478917, + "nodes": [ + 283330194, + 632680553 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue Eugène Ringuet", + "oneway": "yes", + "oneway:bicycle": "no", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 93478919, + "nodes": [ + 624420017, + 1307776977, + 556465233, + 6620353649, + 556465262 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue Guynemer", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 93478920, + "nodes": [ + 246552589, + 7803821199, + 246552590, + 7803787066, + 442357226, + 7803809691, + 7803809513, + 246552593, + 7803815665, + 442357227, + 246552595, + 7803829491, + 246552596, + 6620365085, + 246552597, + 6620348829, + 246552599, + 1829166810 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue Jeanne d'Arc", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 93481125, + "nodes": [ + 1083692593, + 6620347719, + 7803818310, + 1083692589 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue Faidherbe", + "ref:FR:FANTOIR": "940673510T" + } + }, + { + "type": "way", + "id": 93481126, + "nodes": [ + 1083692555, + 6620340777, + 1083692593 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue Grandville" + } + }, + { + "type": "way", + "id": 93481127, + "nodes": [ + 1083692586, + 5323308322, + 1244401798, + 1083692593 + ], + "tags": { + "bicycle": "yes", + "highway": "footway", + "name": "Rue Faidherbe" + } + }, + { + "type": "way", + "id": 93481128, + "nodes": [ + 1083692593, + 6620355527, + 246552596 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Rue Grandville", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, + { + "type": "way", + "id": 108457126, + "nodes": [ + 1244401736, + 1903022206, + 2314044362, + 632680112 + ], + "tags": { + "highway": "service", + "name": "Accès Parking Charles Digeon", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 110490585, + "nodes": [ + 2335404980, + 2335405999, + 2211157028, + 1261703970, + 1261703973, + 1261703990, + 7277190588, + 1261703998 + ], + "tags": { + "access": "private", + "highway": "service", + "service": "alley" + } + }, + { + "type": "way", + "id": 112445127, + "nodes": [ + 368077, + 5731039893, + 556195107, + 7031730711 + ], + "tags": { + "highway": "secondary", + "lanes": "2", + "maxspeed": "30", + "name": "Avenue Daumesnil", + "oneway": "yes" + } + }, + { + "type": "way", + "id": 112445128, + "nodes": [ + 243895226, + 1258726762, + 17975364, + 1258726766, + 258057165, + 9797001159, + 17975365, + 1258726759, + 17975366, + 1258726745, + 17975367, + 5730846608, + 2689380482, + 243896275, + 2689380483, + 5738362150, + 2521156809, + 243896323, + 1425307939, + 2521156811, + 7612679774, + 17975368 + ], + "tags": { + "highway": "tertiary", + "maxspeed": "50", + "name": "Avenue Daumesnil", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 115856638, + "nodes": [ + 1307757592, + 1307757594, + 1307757593 + ], + "tags": { + "highway": "service", + "name": "Villa de la Tourelle", + "service": "alley", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011" } }, { @@ -2331,45 +2089,140 @@ }, { "type": "way", - "id": 123486069, + "id": 115857332, "nodes": [ - 1088436936, - 5895963298, - 8192645301, - 177308201 + 1307770016, + 8194889293, + 1437838342, + 6393971090, + 332204112 ], "tags": { - "cycleway": "separate", - "highway": "secondary", - "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Courteline", + "access": "destination", + "highway": "pedestrian", + "name": "Rue Cailletet", + "oneway": "no", "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", "surface": "asphalt" } }, { "type": "way", - "id": 123487819, + "id": 115857800, "nodes": [ - 1088436936, - 2002443776, - 2002443763 + 246553188, + 6620312484, + 246553142, + 246553187, + 6524901053, + 246553186 ], "tags": { - "cycleway:right": "lane", - "highway": "primary", - "lane_markings": "no", + "highway": "residential", + "lanes": "1", "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Soult", + "maxspeed": "30", + "name": "Avenue Robert-André Vivien", + "old_name": "Avenue Herbillon", "oneway": "yes", - "sidewalk": "right", + "oneway:bicycle": "no", + "sidewalk": "both", "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", "surface": "asphalt" } }, + { + "type": "way", + "id": 131302537, + "nodes": [ + 1445371812, + 1445371809, + 1445371808, + 1445371803, + 1445371800, + 1445371799, + 1445371798, + 1445371797, + 1445371801, + 1445371802, + 1445371805, + 1445371807, + 1445371813, + 1445371814, + 1445371815, + 1445371816, + 1445371812 + ], + "tags": { + "area": "yes", + "bicycle": "no", + "highway": "pedestrian", + "lit": "yes", + "name": "Square des Anciens Combattants en Afrique du Nord", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 131303302, + "nodes": [ + 1445368721, + 1445379649, + 1445379650, + 1445379651, + 1445379652, + 1445379653, + 1445379654, + 1445379656, + 1445379655, + 1445379504, + 1445368792, + 1445368789, + 1445368786, + 1445368773, + 1445368759, + 1445368748, + 1445368740, + 1445368735, + 1445368733, + 1445368729, + 1445368727, + 1445368725, + 1445368721 + ], + "tags": { + "area": "yes", + "bicycle": "no", + "highway": "pedestrian", + "lit": "yes", + "name": "Place du Général Leclerc", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", + "surface": "paving_stones", + "wikidata": "Q96621135", + "wikipedia": "fr:Place du Général-Leclerc (Saint-Mandé)" + } + }, + { + "type": "way", + "id": 134933420, + "nodes": [ + 333695347, + 1482577103, + 1482577186, + 276661270, + 276661268, + 1827398051, + 1827398073, + 276661271, + 7508731944, + 276661272 + ], + "tags": { + "highway": "path", + "surface": "compacted" + } + }, { "type": "way", "id": 137000080, @@ -2438,27 +2291,6 @@ "surface": "asphalt" } }, - { - "type": "way", - "id": 137000083, - "nodes": [ - 1515926976, - 3287262125, - 130040864, - 418867529, - 418865002 - ], - "tags": { - "highway": "primary", - "lanes": "3", - "maxspeed": "30", - "name": "Avenue de Paris", - "old_ref": "N 34", - "oneway": "yes", - "ref": "D 120", - "surface": "asphalt" - } - }, { "type": "way", "id": 137000084, @@ -2577,6 +2409,67 @@ "surface": "asphalt" } }, + { + "type": "way", + "id": 137007363, + "nodes": [ + 243894710, + 2670591288, + 5686023015 + ], + "tags": { + "highway": "tertiary", + "lanes": "2", + "maxspeed": "50", + "name": "Avenue Daumesnil", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 137007364, + "nodes": [ + 246553141, + 4565173238, + 4565173237, + 246553188, + 2670591293, + 243894710 + ], + "tags": { + "cycleway": "lane", + "highway": "secondary", + "maxspeed": "30", + "name": "Avenue du Général de Gaulle", + "old_name": "Rue de la République", + "old_ref": "D 38", + "oneway": "no", + "ref": "D 158", + "ref:FR:FANTOIR": "940674137Z", + "source:old_name": "sign", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 137007365, + "nodes": [ + 246553141, + 4565173236, + 7803807982, + 246552589 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Avenue Sainte-Marie", + "oneway": "yes", + "oneway:bicycle": "no", + "ref:FR:FANTOIR": "940678850X", + "sidewalk": "both", + "wikidata": "Q2873843" + } + }, { "type": "way", "id": 144756938, @@ -2646,118 +2539,16 @@ }, { "type": "way", - "id": 150211889, + "id": 150614614, "nodes": [ - 1631436583, - 1631436585 + 276661257, + 276661259, + 276661260, + 243895216 ], "tags": { - "cycleway:both": "no", - "highway": "residential", - "lit": "no", - "maxspeed:type": "FR:urban", - "name": "Impasse des Vignerons", - "noexit": "yes", - "sidewalk": "both", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre ; mise à jour : 2009", - "surface": "asphalt", - "wikidata": "Q105176277" - } - }, - { - "type": "way", - "id": 153235589, - "nodes": [ - 1659448494, - 1659448483, - 2813796793, - 2720107866, - 2720107872, - 1659448470 - ], - "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Davout", - "oneway": "yes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", - "surface": "asphalt", - "turn:lanes": "through|through;right" - } - }, - { - "type": "way", - "id": 153235595, - "nodes": [ - 1659448482, - 2728694802, - 2320517716, - 2813796775, - 1659448492, - 2720107836, - 2325477499, - 2728689195, - 1088436928, - 2813796756, - 1659448508, - 2813796747, - 2813796740, - 2325477475 - ], - "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Soult", - "oneway": "yes", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 153235605, - "nodes": [ - 1088436906, - 2813796737, - 2813796743, - 2720107832, - 1088437014, - 2720107839 - ], - "tags": { - "cycleway": "construction", - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Soult", - "oneway": "yes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 153235609, - "nodes": [ - 1659448481, - 1089076209, - 2282916547, - 5448919003 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "lanes": "1", - "maxspeed": "30", - "name": "Rue de Lagny", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "no", - "surface": "asphalt" + "highway": "path", + "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012" } }, { @@ -2789,147 +2580,67 @@ }, { "type": "way", - "id": 162280818, + "id": 165614443, "nodes": [ - 1433756127, - 6814426329, - 6814426330, - 6814426328, - 6814423804, - 6814435740, - 6814387838, - 177308956, - 6814443236, - 5432317996, - 6007197515, - 612428557, - 177308681 + 1771543736, + 1585217118, + 2710516008 ], "tags": { - "highway": "residential", - "maxspeed": "30", - "name": "Boulevard Carnot", - "oneway": "yes", - "surface": "asphalt" + "access": "private", + "highway": "footway" } }, { "type": "way", - "id": 164932124, + "id": 171760147, "nodes": [ - 5584725145, - 249688483, - 1426853560, - 6939177350, - 357562465, - 247805454 + 1482577103, + 7504003847, + 1827398109, + 1827398183, + 1827397956, + 1827398184, + 2670591301 ], "tags": { - "cycleway:left": "opposite_lane", + "highway": "path", + "surface": "compacted" + } + }, + { + "type": "way", + "id": 171959517, + "nodes": [ + 1829166809, + 6521847180, + 246552601, + 246552602, + 6620353571, + 246552603 + ], + "tags": { + "cycleway:both": "yes", "highway": "residential", - "lanes": "1", "maxspeed": "30", - "name": "Rue Louis Delaporte", + "name": "Rue Jeanne d'Arc", "oneway": "yes", "oneway:bicycle": "no", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "zone:maxspeed": "FR:30" + "surface": "paved" } }, { "type": "way", - "id": 165619184, + "id": 171959519, "nodes": [ - 1771585815, - 1771585814, - 1771585813 + 1829166810, + 1829166809 ], "tags": { "highway": "residential", - "lit": "yes", "maxspeed": "30", - "name": "Rue Patrice de la Tour du Pin", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012", - "surface": "paving_stones" - } - }, - { - "type": "way", - "id": 171961400, - "nodes": [ - 1723008715, - 1723008730, - 1723008732, - 8129750892, - 6131474697, - 2321729985, - 243895550 - ], - "tags": { - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Aubert", - "oneway": "yes", - "source:maxspeed": "sign", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 171961406, - "nodes": [ - 243895550, - 2321729984, - 8129789842, - 1829184790, - 3556912134, - 8333632810, - 8736827735, - 2321729982, - 8736827736 - ], - "tags": { - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Aubert", - "oneway": "yes", - "source:maxspeed": "sign", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 171961407, - "nodes": [ - 8736827732, - 2321729978, - 243896009, - 2675790668, - 9079370021, - 9566868947, - 442345942, - 506498034, - 9566868946, - 5037456286 - ], - "tags": { - "cycleway:left": "opposite_lane", - "cycleway:left:lane": "advisory", - "cycleway:right": "no", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Antoine Quinson", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "source:maxspeed": "FR:zone30", + "name": "Rue Jeanne d'Arc", + "oneway": "no", "surface": "asphalt" } }, @@ -2952,6 +2663,39 @@ "surface": "asphalt" } }, + { + "type": "way", + "id": 171962449, + "nodes": [ + 1307776988, + 8194889285, + 332208520, + 6521855202, + 246552633, + 6521851124, + 8109032493, + 556465529, + 8109032495, + 1829166808, + 355538403, + 6620315762, + 6620351735, + 556465262, + 6620351736, + 246552636, + 6620355794, + 6620336924, + 246552597 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "maxspeed:type": "sign", + "name": "Rue de l'Alouette", + "oneway": "yes", + "oneway:bicycle": "no" + } + }, { "type": "way", "id": 178828672, @@ -2973,30 +2717,6 @@ "surface": "asphalt" } }, - { - "type": "way", - "id": 178830280, - "nodes": [ - 243895538, - 1891846353 - ], - "tags": { - "cycleway:right": "lane", - "cycleway:right:lane": "exclusive", - "description:covid19": "bande cyclable temporaire", - "highway": "primary", - "lanes": "3", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue de Paris", - "old_ref": "N 34", - "oneway": "yes", - "ref": "D 120", - "sidewalk": "right", - "surface": "asphalt", - "turn:lanes": "left|through|through" - } - }, { "type": "way", "id": 178830282, @@ -3098,209 +2818,263 @@ }, { "type": "way", - "id": 184623542, + "id": 179865717, "nodes": [ - 1951241148, - 24909708, - 1659448481 + 1903022224, + 1903022206, + 8062250893, + 1903022203, + 1605722607 ], "tags": { - "highway": "residential", + "highway": "cycleway", + "name": "Avenue de Liège", + "oneway": "yes" + } + }, + { + "type": "way", + "id": 205013564, + "nodes": [ + 1257996081, + 2149919146 + ], + "tags": { + "handrail": "yes", + "highway": "steps", + "incline": "up", "lit": "yes", - "maxspeed": "30", - "name": "Rue de Lagny", - "oneway": "yes", + "ramp": "no", + "source": "survey; bing", + "surface": "concrete" + } + }, + { + "type": "way", + "id": 205014750, + "nodes": [ + 2149927595, + 2149927594 + ], + "tags": { + "highway": "footway", + "incline": "down", + "layer": "-1", + "lit": "yes", + "source": "survey", + "surface": "asphalt", + "tunnel": "yes" + } + }, + { + "type": "way", + "id": 205014751, + "nodes": [ + 603135081, + 2149927587 + ], + "tags": { + "handrail": "yes", + "highway": "steps", + "incline": "up", + "lit": "yes", + "ramp": "no", + "source": "bing: survey", "surface": "asphalt" } }, { "type": "way", - "id": 184934771, + "id": 205014752, "nodes": [ - 243896888, - 6221957158, - 8214100877, - 8214100876, - 8210481566, - 2862242805, - 1955001455 + 2149927586, + 2149927585 ], "tags": { - "cycleway": "opposite", - "highway": "residential", - "lanes": "1", + "highway": "footway", + "layer": "-1", "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Rue Renon", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", + "source": "survey", + "surface": "asphalt", + "tunnel": "yes" + } + }, + { + "type": "way", + "id": 205014753, + "nodes": [ + 1025182913, + 2149927596 + ], + "tags": { + "highway": "steps", + "incline": "down", + "source": "bing: survey", "surface": "asphalt" } }, { "type": "way", - "id": 185309204, + "id": 205014755, "nodes": [ - 1958744784, - 1958744786 + 2149927593, + 2149927592 ], "tags": { - "highway": "residential", - "lane_markings": "no", + "highway": "footway", "lit": "yes", - "maxspeed": "20", - "maxspeed:type": "FR:zone20", - "name": "Rue Eugène Blot", - "surface": "sett" + "source": "survey", + "surface": "asphalt", + "tunnel": "yes" } }, { "type": "way", - "id": 189169568, + "id": 205014757, "nodes": [ - 267104806, - 8214007390, - 6521877099, - 243896633, - 6521883167, - 6379473315, - 1393717965, - 243896661 + 2149927596, + 2149927595, + 2149927593, + 2149927587 ], "tags": { - "cycleway": "opposite", - "highway": "residential", + "highway": "footway", + "layer": "-1", "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Rue Céline Robert", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt" + "source": "survey", + "surface": "asphalt", + "tunnel": "yes" } }, { "type": "way", - "id": 190811282, + "id": 205014758, "nodes": [ - 130040923, - 418869312, - 332200152, - 268227835 + 1257996081, + 2149927584, + 2149927585, + 2149927588, + 2149927591, + 1056718227 ], "tags": { - "highway": "residential", + "highway": "footway", + "layer": "-1", "lit": "yes", - "maxspeed": "30", - "name": "Rue Elie Faure", - "surface": "asphalt" + "source": "survey", + "surface": "asphalt", + "tunnel": "yes" } }, { "type": "way", - "id": 193131084, + "id": 211109551, "nodes": [ - 2036475909, - 243892649, - 9410953010, - 2675807835, - 243892754, - 8201759534, - 2675807859, - 2675807873, - 243892806, - 2675807877, - 9410953011, - 243892807, - 2321729941, - 243893683, - 243892808 + 1503878285, + 2211157039 ], "tags": { - "cycleway": "opposite", - "highway": "residential", - "lanes": "1", + "handrail": "yes", + "highway": "steps", + "incline": "up", + "level": "0;-1", "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "FR:zone30", - "name": "Avenue du Petit Parc", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "smoothness": "excellent", - "surface": "asphalt" + "ramp": "no", + "step_count": "21", + "surface": "concrete" } }, { "type": "way", - "id": 196520362, + "id": 211109552, "nodes": [ - 418865002, - 130040865, - 130040866, - 130040867, - 130040868, - 130041281, - 130040869, - 357575575 + 8002933182, + 3446157540, + 3446157544, + 3446157546, + 3446157553, + 2211157041 ], "tags": { - "highway": "primary", - "junction": "circular", - "lanes": "4", - "lit": "yes", - "maxspeed": "30", - "noname": "yes", - "note": "not a roundabout; pas un giratoire", - "oneway": "yes", - "source": "bing", - "surface": "asphalt" + "access": "private", + "highway": "service" } }, { "type": "way", - "id": 196615373, + "id": 211109553, "nodes": [ - 130040925, - 130042073 + 2211157028, + 2211157029 ], "tags": { - "highway": "primary", - "junction": "circular", - "lanes": "4", - "lit": "yes", - "maxspeed": "30", - "noname": "yes", - "note": "not a roundabout; pas un giratoire", - "official_name": "Voie DC/12", - "oneway": "yes", - "source": "bing", - "surface": "asphalt" + "access": "private", + "highway": "service" } }, { "type": "way", - "id": 196615374, + "id": 211109556, "nodes": [ - 1437800183, - 418866885 + 2211157040, + 7277190589, + 2211157041, + 2211157044 ], "tags": { - "highway": "primary", - "junction": "circular", - "lanes": "4", - "lit": "yes", - "maxspeed": "30", - "noname": "yes", - "note": "not a roundabout; pas un giratoire", - "official_name": "Voie DC/12", - "oneway": "yes", - "sidewalk": "right", - "source": "bing", - "surface": "asphalt" + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 211109559, + "nodes": [ + 2211157030, + 2211157032, + 8002933183, + 8002933184 + ], + "tags": { + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 218704209, + "nodes": [ + 695169299, + 6049008539, + 2279299063, + 6049008537, + 6049008505, + 6049008538, + 2710516001, + 6049008525, + 2710516000, + 6049008529, + 2710515997, + 2710515996, + 4565173593 + ], + "tags": { + "access": "private", + "highway": "service", + "maxspeed": "30" + } + }, + { + "type": "way", + "id": 218704210, + "nodes": [ + 2279299058, + 2279299073, + 243894160 + ], + "tags": { + "highway": "footway", + "name": "Allée des Platanes" } }, { @@ -3331,93 +3105,85 @@ }, { "type": "way", - "id": 233180599, + "id": 223253669, "nodes": [ - 1659448482, - 2728694788, - 2720107851, - 1659448493 + 1503878285, + 1503878287 ], "tags": { - "highway": "primary", - "lanes": "3", + "highway": "corridor", + "indoor": "yes", + "indoor:level": "-1", + "layer": "-1", + "level": "-1", "lit": "yes", - "maxspeed": "50", - "name": "Cours de Vincennes", - "oneway": "yes", - "sidewalk": "separate", + "source": "bing 2011;local knowledge", "surface": "asphalt", - "turn:lanes": "left;through|left;through|through" + "tunnel": "yes", + "wheelchair": "no" } }, { "type": "way", - "id": 233180600, + "id": 223253673, "nodes": [ - 1659448493, - 2320517717, - 2813796781, - 2575360137, - 2415333104, - 130040299, - 1437800200, - 1437800183 + 243893915, + 2321729951, + 2321729946, + 2321729948 ], "tags": { - "cycleway:right": "track", - "highway": "primary", - "lanes": "3", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue de la Porte de Vincennes", + "highway": "service", "oneway": "yes", - "sidewalk": "right", + "source": "bing 2011", "surface": "asphalt" } }, { "type": "way", - "id": 233180602, + "id": 224710991, "nodes": [ - 1827370437, - 130040931, - 130040930, - 130040929, - 130040928, - 5584723168, - 130040926 + 2335048677, + 2211157027, + 8116386845, + 8116294318, + 2335404981, + 2335404980 ], "tags": { - "highway": "primary", - "junction": "circular", - "lanes": "4", - "lit": "yes", + "highway": "service", + "name": "Allée Alice Guy-Blaché" + } + }, + { + "type": "way", + "id": 224748049, + "nodes": [ + 2335405997, + 2335405999 + ], + "tags": { + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 230365758, + "nodes": [ + 246552597, + 6620363839, + 1083692586, + 6620333780, + 246552637 + ], + "tags": { + "highway": "residential", "maxspeed": "30", - "noname": "yes", - "note": "not a roundabout; pas un giratoire", - "official_name": "Voie DC/12", + "name": "Avenue Benoît Lévy", "oneway": "yes", - "source": "bing", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 233182347, - "nodes": [ - 1659448493, - 2720107853, - 1659448494 - ], - "tags": { - "highway": "primary", - "lanes": "4", - "lit": "yes", - "maxspeed": "30", - "name": "Boulevard Soult", - "oneway": "yes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", - "surface": "asphalt" + "oneway:bicycle": "no", + "ref:FR:FANTOIR": "940670630M" } }, { @@ -3447,356 +3213,206 @@ }, { "type": "way", - "id": 245128773, + "id": 239035812, "nodes": [ - 247276452, - 6131474695, - 3217407270, - 243896662, - 3217407271, - 6131474694, - 9403174608, - 3217407273, - 243896554, - 243896120 + 2468488910, + 2468488908, + 2468488915, + 2468488917, + 1635165536 ], "tags": { - "cycleway:both": "no", - "highway": "secondary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Rue de Fontenay / Rue de Fontenay", - "name:left": "Rue de Fontenay", - "name:right": "Rue de Lagny", - "ref": "D 143", - "sidewalk": "both", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013", - "source:maxspeed": "sign", - "surface": "asphalt" + "highway": "footway" } }, { "type": "way", - "id": 255585145, + "id": 239928591, "nodes": [ - 8151792512, - 8125041943, - 8214100873, - 8124986013, - 243896576, - 8154297739, - 6379473336, - 5761578549, - 243896583, - 5761578548, - 243896569, - 9196081796, - 5761578546, - 8210513392, - 8199325907 + 2476968474, + 2476968461, + 2476968468, + 2476968467, + 2476968463, + 333698582 ], "tags": { - "cycleway": "no", - "highway": "residential", - "lanes": "1", - "lit": "yes", + "highway": "footway", + "surface": "dirt" + } + }, + { + "type": "way", + "id": 239929931, + "nodes": [ + 2476976827, + 2476976840, + 2476976843, + 2476967429, + 2476967443, + 2476976818, + 2476976822 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 245991172, + "nodes": [ + 2530845775, + 2530845774, + 2530849540, + 2530845770, + 2530845776, + 2530845777, + 2530845778, + 9308287908, + 2530845772 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 261443128, + "nodes": [ + 429171978, + 2846513229 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 265378135, + "nodes": [ + 4565173593, + 2710515993, + 6049008498, + 2710515988, + 4565173591, + 2710515987 + ], + "tags": { + "access": "private", + "highway": "service", "maxspeed": "30", - "name": "Rue des Laitières", + "oneway": "yes", + "service": "driveway" + } + }, + { + "type": "way", + "id": 265378136, + "nodes": [ + 2710516001, + 2710515998, + 7976971376, + 2710515999, + 6049008488, + 2710516000 + ], + "tags": { + "access": "private", + "highway": "service", + "oneway": "yes", + "service": "parking_aisle" + } + }, + { + "type": "way", + "id": 265378138, + "nodes": [ + 6049008507, + 6049008508, + 2710516004, + 2710516005, + 2710516006, + 2710516003, + 6049008506, + 2710516002, + 6049008504, + 6049008505 + ], + "tags": { + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 265378140, + "nodes": [ + 2279299059, + 2710516008, + 2710516009, + 2710516010, + 6049008502, + 2710516011, + 2710516013, + 2710516015, + 2710516005 + ], + "tags": { + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 281041565, + "nodes": [ + 2850584073, + 2850584098, + 2850587354, + 1643489686 + ], + "tags": { + "highway": "path" + } + }, + { + "type": "way", + "id": 298852012, + "nodes": [ + 3028138312, + 9706856373, + 2109872085, + 246553124, + 2109872087, + 6620303251, + 9244649924, + 246553141 + ], + "tags": { + "highway": "residential", + "maxspeed": "30", + "name": "Avenue Sainte-Marie", "oneway": "yes", "oneway:bicycle": "no", - "parking:lane": "both", - "sidewalk": "both", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre;mise à jour : 2009", - "surface": "asphalt" + "source:name": "survey" } }, { "type": "way", - "id": 266463581, + "id": 321958131, "nodes": [ - 442316, - 7166196439, - 258391738 + 3287262150, + 7233154217, + 3287262157 ], "tags": { - "highway": "residential", + "highway": "service", "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Boulevard Davout", - "oneway": "yes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 268101174, - "nodes": [ - 243896556, - 5761578543, - 243896888 - ], - "tags": { - "cycleway:left": "opposite_lane", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Massue", - "oneway": "yes", - "oneway:bicycle": "no", - "ref": "C 9", - "source:maxspeed": "FR:zone30", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 276801936, - "nodes": [ - 2002443763, - 2002443766, - 1088436906 - ], - "tags": { - "cycleway:right": "separate", - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Soult", - "oneway": "yes", - "sidewalk": "right", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", - "surface": "asphalt", - "turn:lanes": "through|through;right" - } - }, - { - "type": "way", - "id": 276801937, - "nodes": [ - 6954105225, - 1088436897, - 2720107826, - 2813796693, - 1088436995, - 5432317991, - 6858566133, - 6858566130, - 4228930973, - 1088436936 - ], - "tags": { - "cycleway:right": "lane", - "highway": "primary", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Soult", - "oneway": "yes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 276801939, - "nodes": [ - 1433143659, - 2813796728, - 567388205, - 244422349, - 2813796751, - 1659448508 - ], - "tags": { - "highway": "residential", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Montéra", - "surface": "asphalt", - "zone:maxspeed": "FR:30" - } - }, - { - "type": "way", - "id": 284231623, - "nodes": [ - 2720107874, - 1659448495, - 1659448473, - 2720107865, - 1659448478, - 24909838 - ], - "tags": { - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Boulevard Davout", - "oneway": "yes", - "source:maxspeed": "sign", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 284231632, - "nodes": [ - 1659448470, - 432827709, - 6436416462, - 258391715, - 5584725141, - 249688601 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Noël Ballay", - "oneway": "yes", - "oneway:bicycle": "no", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "surface": "asphalt", - "zone:maxspeed": "FR:30" - } - }, - { - "type": "way", - "id": 318287616, - "nodes": [ - 177308960, - 6814437706, - 177308958, - 6814437707, - 177308957, - 6436277783, - 1433756127 - ], - "tags": { - "highway": "residential", - "maxspeed": "30", - "name": "Boulevard Carnot", + "name": "Place du Général Leclerc", "oneway": "yes", "surface": "asphalt" } }, - { - "type": "way", - "id": 321591740, - "nodes": [ - 24909972, - 2728694790, - 2320517723, - 2415320543, - 5686909808, - 6773722960, - 3632870027, - 5506630221, - 6521811228, - 1771262904, - 707940618, - 6952313865 - ], - "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxheight": "4.2", - "maxspeed": "50", - "name": "Cours de Vincennes", - "oneway": "yes", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 322047893, - "nodes": [ - 2014228969, - 268227353 - ], - "tags": { - "highway": "residential", - "maxspeed": "30", - "name": "Avenue Gallieni", - "oneway": "yes", - "surface": "paved" - } - }, - { - "type": "way", - "id": 322047895, - "nodes": [ - 130040863, - 568051530, - 268227353, - 2014228966 - ], - "tags": { - "highway": "residential", - "maxspeed": "30", - "name": "Rue du Commandant l'Herminier", - "oneway": "yes", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 322047896, - "nodes": [ - 2014228966, - 1829190868, - 267104800, - 2014228972, - 247277759, - 247277760, - 3287262127, - 247277351 - ], - "tags": { - "highway": "residential", - "lanes": "1", - "maxspeed": "30", - "name": "Rue du Commandant l'Herminier", - "oneway": "yes", - "source:maxspeed": "FR:urban", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 322912836, - "nodes": [ - 243896637, - 5761579355, - 5761578551, - 5761578552, - 5761578547, - 243896569 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxlength": "9", - "maxspeed": "30", - "maxweight": "12", - "name": "Avenue Georges Clemenceau", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt", - "zone:maxspeed": "FR:30" - } - }, { "type": "way", "id": 323012510, @@ -3841,42 +3457,54 @@ }, { "type": "way", - "id": 390195068, + "id": 327440794, "nodes": [ - 243896120, - 8214680848, - 8255586403, - 243896555 + 243893912, + 2321729958, + 2321729960, + 418863630 ], "tags": { - "cycleway": "no", - "highway": "residential", - "lane_markings": "no", + "footway": "crossing", + "highway": "footway", "lit": "yes", - "maxspeed": "50", - "name": "Rue Victor Basch", - "oneway": "yes", - "sidewalk": "right", - "source:maxspeed": "sign", + "source": "bing 2011", "surface": "asphalt" } }, { "type": "way", - "id": 390195069, + "id": 369166297, "nodes": [ - 243896555, - 8214680847, - 243896554 + 3729799312, + 2670591298 + ], + "tags": { + "bicycle": "yes", + "crossing": "marked", + "footway": "crossing", + "highway": "footway" + } + }, + { + "type": "way", + "id": 460941515, + "nodes": [ + 4565173275, + 4565173274, + 4565173273, + 243896557 ], "tags": { "cycleway:both": "no", - "highway": "residential", + "foot": "no", + "highway": "primary_link", + "lanes": "1", "lit": "yes", - "maxspeed": "30", - "name": "Rue des Laitières", + "maxspeed": "50", + "maxspeed:type": "FR:urban", "oneway": "yes", - "sidewalk": "right", + "sidewalk": "none", "surface": "asphalt" } }, @@ -3898,32 +3526,6 @@ "surface": "asphalt" } }, - { - "type": "way", - "id": 460941517, - "nodes": [ - 243896003, - 8736827729, - 2211157051, - 243895538 - ], - "tags": { - "cycleway:right": "lane", - "cycleway:right:lane": "exclusive", - "description:covid19": "bande cyclable temporaire", - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue de Paris", - "old_ref": "N 34", - "oneway": "yes", - "ref": "D 120", - "sidewalk": "right", - "surface": "asphalt", - "turn:lanes": "left;through|through" - } - }, { "type": "way", "id": 460941518, @@ -3948,165 +3550,65 @@ }, { "type": "way", - "id": 460941519, + "id": 460941520, "nodes": [ - 243895539, - 8151682979, - 8736827730, - 243895540, - 243895538 + 4565173278, + 4565173276 ], "tags": { - "highway": "residential", - "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "maxspeed:type": "sign", - "name": "Avenue Aubert", + "highway": "service" + } + }, + { + "type": "way", + "id": 460941521, + "nodes": [ + 4565173286, + 4565173285, + 4565173284, + 4565173283, + 6048939784, + 6048940285, + 4565173282, + 6048939779, + 4565173281, + 4565173280, + 4565173279 + ], + "tags": { + "access": "private", + "highway": "service", + "service": "parking_aisle" + } + }, + { + "type": "way", + "id": 460941523, + "nodes": [ + 4565173590, + 6049004679, + 2710515993 + ], + "tags": { + "access": "private", + "highway": "service", "oneway": "yes", - "surface": "asphalt", - "turn:lanes": "left;through|right" + "service": "driveway" } }, { "type": "way", - "id": 463965961, + "id": 460941524, "nodes": [ - 418860000, - 418860037, - 243893683, - 2321729943, - 243896248, - 8959258444, - 2321729938, - 243893685, - 8644184131, - 2881900500, - 5697123114 + 4565173591, + 6049004675, + 4565173590 ], "tags": { - "cycleway:right": "lane", - "cycleway:right:lane": "exclusive", - "description:covid19": "bande cyclable temporaire", - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue de Paris", - "old_ref": "N 34", + "access": "private", + "highway": "service", "oneway": "yes", - "ref": "D 120", - "source:maxspeed": "sign", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 492194790, - "nodes": [ - 8736827732, - 4842431791 - ], - "tags": { - "cycleway": "no", - "highway": "residential", - "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Victor Basch", - "sidewalk": "both", - "source:maxspeed": "FR:zone30", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 492194792, - "nodes": [ - 2321729980, - 8736827736 - ], - "tags": { - "cycleway": "no", - "highway": "residential", - "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Victor Basch", - "sidewalk": "both", - "source:maxspeed": "FR:zone30", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 496646999, - "nodes": [ - 247805454, - 5584725142, - 6939169450, - 249688481 - ], - "tags": { - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Rue de Lagny", - "oneway": "yes", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "surface": "asphalt", - "zone:maxspeed": "FR:30" - } - }, - { - "type": "way", - "id": 515928039, - "nodes": [ - 247276354, - 5345094063, - 247275243, - 9403174609, - 8187628660, - 8187628661, - 6939194882, - 5894790247, - 8187628662, - 5761579358, - 247275244 - ], - "tags": { - "busway:left": "opposite_lane", - "cycleway:left": "opposite_share_busway", - "highway": "residential", - "lit": "yes", - "maxspeed": "30", - "name": "Rue Robespierre", - "oneway": "yes", - "oneway:bicycle": "no", - "oneway:psv": "no", - "sidewalk": "both", - "source:maxspeed": "FR:zone30", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 516982837, - "nodes": [ - 244422144, - 5895963305, - 1659448476 - ], - "tags": { - "cycleway": "opposite", - "highway": "residential", - "maxspeed": "30", - "name": "Rue de la Voûte", - "oneway": "yes", - "oneway:bicycle": "no", - "surface": "asphalt", - "zone:maxspeed": "FR:30" + "service": "driveway" } }, { @@ -4180,206 +3682,44 @@ }, { "type": "way", - "id": 565913614, + "id": 563735862, "nodes": [ - 442316, - 2879837672, - 2879837671, - 2720107874 + 5432312684, + 5432312683, + 5432312682 ], "tags": { - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Boulevard Davout", - "oneway": "yes", - "source": "BD Ortho 2017", - "surface": "asphalt" + "access": "private", + "highway": "footway" } }, { "type": "way", - "id": 565913615, + "id": 563735863, "nodes": [ - 442316, - 2879837675, - 5448919003, - 1089076191, - 8187628668, - 2720107881, - 2720107884, - 2720107887 + 5432312686, + 5432312684, + 5432312685 ], "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Davout", - "oneway": "yes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", - "surface": "asphalt", - "turn:lanes": "through|through;right" + "access": "private", + "highway": "footway" } }, { "type": "way", - "id": 565913619, + "id": 563735864, "nodes": [ - 2325477475, - 2720107829, - 244420790 + 5432312688, + 5432312682, + 5432312687, + 5432312686, + 6049008501, + 2279299059 ], "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Soult", - "oneway": "yes", - "surface": "asphalt", - "turn:lanes": "left;through|through;right" - } - }, - { - "type": "way", - "id": 565913620, - "nodes": [ - 258391738, - 2720107873, - 249688600 - ], - "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Davout", - "oneway": "yes", - "surface": "asphalt", - "turn:lanes": "through|through" - } - }, - { - "type": "way", - "id": 565913621, - "nodes": [ - 1659448470, - 1659448489, - 442316 - ], - "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Davout", - "oneway": "yes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", - "surface": "asphalt", - "turn:lanes": "through|through" - } - }, - { - "type": "way", - "id": 565913622, - "nodes": [ - 24909972, - 2728694798, - 2720107854, - 2728694787, - 1659448482 - ], - "tags": { - "highway": "primary", - "lanes": "4", - "lit": "yes", - "maxspeed": "30", - "name": "Boulevard Soult", - "oneway": "yes", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 565913623, - "nodes": [ - 2720107839, - 6858566131, - 2813796774, - 2320517715, - 1659448493 - ], - "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Soult", - "oneway": "yes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", - "surface": "asphalt", - "turn:lanes": "through|through;right" - } - }, - { - "type": "way", - "id": 565913624, - "nodes": [ - 5448919008, - 5472380532, - 2415320553, - 2320517719 - ], - "tags": { - "highway": "primary", - "lanes": "3", - "lit": "yes", - "maxspeed": "50", - "name": "Cours de Vincennes", - "oneway": "yes", - "surface": "asphalt", - "turn:lanes": "through|through|through;right" - } - }, - { - "type": "way", - "id": 565913625, - "nodes": [ - 1659448494, - 2720107857, - 2728694792, - 24909972 - ], - "tags": { - "highway": "primary", - "lanes": "3", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue de la Porte de Vincennes", - "oneway": "yes", - "sidewalk": "separate", - "surface": "asphalt", - "turn:lanes": "left;through|left;through|through" - } - }, - { - "type": "way", - "id": 565913626, - "nodes": [ - 2320517719, - 2728694796, - 1659448482 - ], - "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Cours de Vincennes", - "oneway": "yes", - "surface": "asphalt" + "access": "private", + "highway": "service" } }, { @@ -4448,132 +3788,79 @@ }, { "type": "way", - "id": 628668302, + "id": 597070607, "nodes": [ - 5935517602, - 332204112 + 5686023015, + 5738362151, + 246552574 ], "tags": { "highway": "tertiary", - "lanes": "4", - "lanes:backward": "2", - "lanes:forward": "2", - "maxspeed": "30", - "name": "Boulevard de la Guyane", - "surface": "asphalt", - "turn:lanes:forward": "left|through" - } - }, - { - "type": "way", - "id": 628668303, - "nodes": [ - 332201813, - 1437810740, - 8165255085, - 5935517602 - ], - "tags": { - "highway": "tertiary", - "lanes": "3", - "lanes:backward": "2", - "lanes:forward": "1", - "maxspeed": "30", - "name": "Boulevard de la Guyane", + "lanes": "2", + "maxspeed": "50", + "name": "Avenue Daumesnil", "surface": "asphalt" } }, { "type": "way", - "id": 628668304, + "id": 606386207, "nodes": [ - 332201813, - 8165255084, - 6007197529, - 249624262 + 5749358466, + 6007197531, + 360758939 ], "tags": { - "highway": "secondary", - "lanes": "2", + "cycleway": "sidewalk", + "highway": "cycleway", "lit": "yes", - "maxspeed": "30", "name": "Avenue Courteline", - "oneway": "yes", - "surface": "asphalt", - "turn:lanes": "|merge_to_left" + "surface": "asphalt" } }, { "type": "way", - "id": 628668305, + "id": 624127760, "nodes": [ - 249624262, - 5935517603 + 249624245, + 5730846604, + 17975359, + 246553186 ], "tags": { "highway": "secondary", - "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Courteline", - "oneway": "yes", + "lanes": "4", + "lanes:backward": "2", + "lanes:forward": "2", + "maxspeed": "50", + "name": "Avenue Daumesnil", "surface": "asphalt", - "turn:lanes": "|merge_to_left" + "turn:lanes:forward": "through|right" } }, { "type": "way", - "id": 628668306, + "id": 624128334, "nodes": [ - 5935517604, - 206093388 + 243894710, + 429171978, + 2670591277, + 2121815227, + 5484599405, + 5893517829 ], "tags": { "highway": "secondary", "lanes": "3", + "lanes:backward": "2", + "lanes:forward": "1", "lit": "yes", - "maxspeed": "30", - "name": "Avenue Courteline", - "oneway": "yes", + "maxspeed": "50", + "name": "Avenue de Saint-Maurice", + "old_ref": "D 38", + "ref": "D 158", "surface": "asphalt", - "turn:lanes": "left|through|through" - } - }, - { - "type": "way", - "id": 628668307, - "nodes": [ - 206093388, - 5935517605 - ], - "tags": { - "highway": "secondary", - "lanes": "2", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Courteline", - "oneway": "yes", - "surface": "asphalt", - "turn:lanes": "through|through" - } - }, - { - "type": "way", - "id": 628668308, - "nodes": [ - 5935517605, - 1433756144, - 177308681 - ], - "tags": { - "highway": "secondary", - "lanes": "3", - "lit": "yes", - "maxspeed": "30", - "name": "Avenue Courteline", - "oneway": "yes", - "surface": "asphalt", - "turn:lanes": "through|through|through" + "turn:lanes:backward": "left;through|through;right" } }, { @@ -4621,81 +3908,517 @@ }, { "type": "way", - "id": 632256025, + "id": 637155763, "nodes": [ - 1659448481, - 2720107874 + 249624262, + 360758939 ], "tags": { - "highway": "primary", + "highway": "service", + "name": "Avenue Victor Hugo", + "surface": "sett" + } + }, + { + "type": "way", + "id": 642575886, + "nodes": [ + 6048939780, + 6048939778 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 642575887, + "nodes": [ + 6048939781, + 6048939780, + 6048939779 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 642575888, + "nodes": [ + 6048939784, + 6048939783, + 6048939782 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 642575889, + "nodes": [ + 6048940286, + 6048939782, + 6048939781, + 6048940285 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 642583744, + "nodes": [ + 6049004681, + 6049004682, + 6049004683, + 6049004684, + 6049008486, + 2710515997, + 6049008485 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 642583746, + "nodes": [ + 6049008489, + 2710515999, + 6049008490, + 6049008485, + 6049008491, + 6049008497, + 6049008524, + 6049008496, + 6049008495, + 6049008494, + 6049008492, + 6049008493, + 6049004680, + 6049004679, + 6049004678, + 6049004677, + 6049004676, + 6049004675, + 6049004674, + 6049004673, + 6049004672 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 642583752, + "nodes": [ + 6049008504, + 6049008503 + ], + "tags": { + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 642583753, + "nodes": [ + 6049008511, + 6049008510 + ], + "tags": { + "highway": "service", + "service": "parking_aisle" + } + }, + { + "type": "way", + "id": 642583754, + "nodes": [ + 6049008513, + 6049008510, + 6049008512, + 6049008521 + ], + "tags": { + "highway": "service", + "service": "parking_aisle" + } + }, + { + "type": "way", + "id": 642583755, + "nodes": [ + 6049008522, + 6049008511, + 6049008521, + 6049008520, + 6049008519, + 6049008518, + 6049008517, + 6049008516, + 6049008515, + 6049008514 + ], + "tags": { + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 642583756, + "nodes": [ + 6049008529, + 6049008528, + 6049008527, + 6049008526, + 6049008487, + 6049008525 + ], + "tags": { + "access": "private", + "highway": "service", + "oneway": "yes", + "service": "parking_aisle" + } + }, + { + "type": "way", + "id": 642583758, + "nodes": [ + 2710515996, + 6049008524, + 7976971360, + 7976971362 + ], + "tags": { + "highway": "service", + "maxspeed": "30" + } + }, + { + "type": "way", + "id": 642583759, + "nodes": [ + 6049008555, + 6049008542, + 6049008554, + 6049008553, + 6049008552, + 6049008551, + 695169299, + 6049008550, + 6049008549, + 6049008548, + 6049008547, + 6049008546, + 6049008543, + 6049008545, + 6049008544, + 6049008555 + ], + "tags": { + "access": "destination", + "highway": "service", + "maxspeed": "30" + } + }, + { + "type": "way", + "id": 642583760, + "nodes": [ + 6049008556, + 6049008561, + 6049008560, + 2279299059 + ], + "tags": { + "access": "destination", + "highway": "service", + "oneway": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 642583761, + "nodes": [ + 2279299059, + 6049008559, + 6049008558, + 6049008557 + ], + "tags": { + "highway": "service", + "oneway": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 669477271, + "nodes": [ + 6269281369, + 6269281371, + 6269281370, + 6269281372 + ], + "tags": { + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 669477272, + "nodes": [ + 6269281368, + 6269281375, + 6269281374, + 6269281373, + 6269281372, + 332204379 + ], + "tags": { + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 669477273, + "nodes": [ + 6269281485, + 6269281384, + 6269281383, + 6269281382, + 6269281381, + 6269281380, + 6269281379, + 6269281378, + 6269281377, + 6269281376, + 1244401726 + ], + "tags": { + "access": "private", + "highway": "footway" + } + }, + { + "type": "way", + "id": 669477274, + "nodes": [ + 6269281497, + 6269281496, + 6269281495, + 6269281494, + 6269281493, + 6269281492, + 6269281491, + 6269281490, + 6269281489, + 6269281488, + 6269281487, + 6269281486, + 1244401726 + ], + "tags": { + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 669477284, + "nodes": [ + 6269281526, + 6269281525, + 6269281524, + 6269281523 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 676568066, + "nodes": [ + 6335654787, + 6335654788, + 6335654789, + 6335654790, + 6335654793, + 6335654794, + 6335654795, + 6335654796, + 6335654797, + 6335654807, + 6335654806, + 6335654805, + 6335654804, + 6335654803, + 6335654802, + 6335654801, + 6335654800, + 6335654799, + 6335654798, + 6335654792, + 6335654791, + 6335654787 + ], + "tags": { + "area": "yes", + "highway": "pedestrian", + "lit": "yes", + "smoothness": "excellent", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 685874378, + "nodes": [ + 6428392619, + 6428392620, + 6428392621, + 6428392622, + 6428392623, + 6428392624 + ], + "tags": { + "access": "private", + "highway": "service", + "service": "driveway" + } + }, + { + "type": "way", + "id": 700090807, + "nodes": [ + 1555391469, + 269269838, + 269269839, + 269269840, + 269269841, + 2680781375, + 269269842, + 269269843, + 269269844, + 269269845, + 269269846, + 269269847, + 3986592476, + 3463368684, + 499645295, + 2850584073, + 269269849, + 269269850, + 429171977, + 5530426113, + 246553186 + ], + "tags": { + "highway": "tertiary", "lanes": "2", "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Davout", - "oneway": "yes", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 632256026, - "nodes": [ - 2720107874, - 2981324049, - 2981324050, - 258391738 - ], - "tags": { - "foot": "no", - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Davout", - "oneway": "yes", - "sidewalk": "no", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 690933460, - "nodes": [ - 130040926, - 130040925 - ], - "tags": { - "highway": "primary", - "junction": "circular", - "lanes": "4", - "lit": "yes", "maxspeed": "30", - "noname": "yes", - "note": "not a roundabout; pas un giratoire", - "official_name": "Voie DC/12", - "oneway": "yes", - "source": "bing", + "maxspeed:type": "sign", + "motor_vehicle:conditional": "no @ (2021 Oct 23-2021 Nov 7)", + "name": "Route de la Ceinture du Lac Daumesnil", "surface": "asphalt" } }, { "type": "way", - "id": 691291795, + "id": 731082401, "nodes": [ - 418866885, - 1827370437 + 6847578598, + 6847578599, + 6847578600 ], "tags": { - "highway": "primary", - "junction": "circular", - "lanes": "4", - "lit": "yes", - "maxspeed": "30", - "noname": "yes", - "note": "not a roundabout; pas un giratoire", - "oneway": "yes", - "source": "bing", - "surface": "asphalt" + "highway": "corridor", + "indoor": "yes" + } + }, + { + "type": "way", + "id": 731082403, + "nodes": [ + 6847578606, + 6847578607, + 6847578608, + 6847578609 + ], + "tags": { + "highway": "steps" + } + }, + { + "type": "way", + "id": 731082405, + "nodes": [ + 6847578601, + 6847578616, + 6847578617, + 6847578618, + 6847578619, + 6847578620 + ], + "tags": { + "highway": "corridor", + "indoor": "yes", + "level": "1" + } + }, + { + "type": "way", + "id": 731082406, + "nodes": [ + 1605821751, + 6847578621, + 6847578627, + 6847578622, + 6847578623, + 6847578625, + 5235947514 + ], + "tags": { + "highway": "corridor", + "indoor": "yes" + } + }, + { + "type": "way", + "id": 731082407, + "nodes": [ + 6847578623, + 6847578624 + ], + "tags": { + "highway": "corridor", + "indoor": "yes" + } + }, + { + "type": "way", + "id": 731082408, + "nodes": [ + 6847578625, + 6847578626 + ], + "tags": { + "highway": "corridor", + "indoor": "yes" } }, { @@ -4722,6 +4445,38 @@ "surface": "asphalt" } }, + { + "type": "way", + "id": 752306070, + "nodes": [ + 246552574, + 5730846606, + 2670591298, + 243895226 + ], + "tags": { + "highway": "tertiary", + "maxspeed": "50", + "name": "Avenue Daumesnil", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 752306422, + "nodes": [ + 7031730711, + 5893511736, + 249624245 + ], + "tags": { + "highway": "secondary", + "lanes": "2", + "maxspeed": "50", + "name": "Avenue Daumesnil", + "oneway": "yes" + } + }, { "type": "way", "id": 752307127, @@ -4745,6 +4500,25 @@ "surface": "asphalt" } }, + { + "type": "way", + "id": 779344047, + "nodes": [ + 333697735, + 7277190591, + 2211157027, + 8002933183, + 7277190588, + 7277190589, + 7277190590, + 2211157048 + ], + "tags": { + "colour": "brown", + "highway": "cycleway", + "surface": "asphalt" + } + }, { "type": "way", "id": 800029865, @@ -4781,160 +4555,222 @@ }, { "type": "way", - "id": 802158734, + "id": 802711367, "nodes": [ - 7503281254, - 2720107886, - 2720107883, - 1771585813, - 2720107878, - 8187628667, - 6858566127, - 1089076189, - 1659448481 + 1640661831, + 7508731934, + 1658998813, + 7508731933, + 7508731932, + 6620361089 ], "tags": { - "highway": "primary", - "lanes": "2", - "lit": "yes", - "maxspeed": "50", - "name": "Boulevard Davout", - "oneway": "yes", - "surface": "asphalt" + "highway": "path", + "surface": "pebblestone" } }, { "type": "way", - "id": 816477010, + "id": 855377837, "nodes": [ - 130040863, - 7264840578, - 1515926976 + 7976971363, + 7976971361, + 6049008522, + 6049008513, + 5432312685, + 6049008509, + 6049008541, + 6049008540, + 6049008543 ], "tags": { - "cycleway:right": "lane", - "highway": "primary", - "lanes": "3", - "maxspeed": "30", - "name": "Avenue de Paris", - "old_ref": "N 34", - "oneway": "yes", - "ref": "D 120", - "surface": "asphalt" + "highway": "service", + "maxspeed": "30" } }, { "type": "way", - "id": 816477011, + "id": 855377838, "nodes": [ - 1515926967, - 130040923 + 6049008539, + 7976971372 ], "tags": { - "cycleway:right": "lane", - "highway": "primary", - "lanes": "4", - "maxspeed": "30", - "name": "Avenue de Paris", - "old_ref": "N 34", - "oneway": "yes", - "ref": "D 120", - "surface": "asphalt", - "turn:lanes": "left|none|none|none" + "highway": "service" } }, { "type": "way", - "id": 859276230, + "id": 855377839, "nodes": [ - 5584723185, - 8009738754, - 258393423 + 7976971372, + 7976971373 ], "tags": { - "highway": "residential", - "lanes": "1", - "maxspeed": "30", - "name": "Rue de Lagny", - "oneway": "yes", - "oneway:bicycle": "no", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "zone:maxspeed": "FR:30" + "highway": "service", + "layer": "-1", + "tunnel": "yes" } }, { "type": "way", - "id": 859882095, + "id": 855377840, "nodes": [ - 243896660, - 6379473314, - 5338650943, - 243896659 + 7976971373, + 7976971364, + 7976971371, + 7976971365, + 7976971366, + 7976971367, + 7976971368, + 7976971369, + 7976971370, + 7976971365 ], "tags": { - "highway": "secondary", - "lane_markings": "no", - "lit": "yes", - "maxspeed": "50", - "name": "Rue de Lagny", - "oneway": "yes", - "ref": "D 143A", - "surface": "asphalt" + "highway": "service" } }, { "type": "way", - "id": 864116228, + "id": 855377841, "nodes": [ - 8050074041, - 8205616551, - 243892759 + 7976971371, + 7976971374, + 7976971375 ], "tags": { - "access": "private", - "highway": "residential", - "name": "Allée Félix Nadar", - "sidewalk:left": "no", - "sidewalk:right": "no", - "source": "knowledge" + "highway": "service" } }, { "type": "way", - "id": 864116229, + "id": 855377842, "nodes": [ - 8050074040, - 8050074041 + 2710515998, + 7976971374 + ], + "tags": { + "highway": "service" + } + }, + { + "type": "way", + "id": 858468885, + "nodes": [ + 6847578600, + 6847578601 + ], + "tags": { + "highway": "corridor", + "indoor": "yes" + } + }, + { + "type": "way", + "id": 858468886, + "nodes": [ + 8002933181, + 8002933182 ], "tags": { "access": "private", "covered": "yes", - "highway": "residential", - "maxheight": "default", - "name": "Allée Félix Nadar", - "sidewalk:left": "no", - "sidewalk:right": "no", - "source": "knowledge" + "highway": "service" } }, { "type": "way", - "id": 882681994, + "id": 858468887, "nodes": [ - 8736827736, - 2321729983, - 243895551, - 243896900 + 1261703970, + 2211157034, + 3446157533, + 8002933181 ], "tags": { - "cycleway": "no", - "highway": "residential", - "lanes": "2", + "access": "private", + "highway": "service" + } + }, + { + "type": "way", + "id": 881990210, + "nodes": [ + 2279299071, + 2279299056, + 2279299066 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 881990211, + "nodes": [ + 567682802, + 3298086527 + ], + "tags": { + "highway": "footway", "lit": "yes", - "maxspeed": "30", - "name": "Rue Victor Basch", - "sidewalk": "both", - "source:maxspeed": "sign", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 881990212, + "nodes": [ + 2279299073, + 567682810 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 882034539, + "nodes": [ + 2314044356, + 2314044362, + 2314044364, + 1244401813 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 889550265, + "nodes": [ + 243894865, + 1082065981, + 8270017037 + ], + "tags": { + "foot": "no", + "highway": "cycleway", + "lit": "yes", + "name": "Avenue Gambetta", + "oneway": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 889550266, + "nodes": [ + 8270017037, + 8270017038 + ], + "tags": { + "foot": "no", + "highway": "cycleway", + "name": "Avenue Gambetta", + "oneway": "yes", "surface": "asphalt" } }, @@ -4980,24 +4816,25 @@ }, { "type": "way", - "id": 906562295, + "id": 918378224, "nodes": [ - 249688601, - 2325477545, - 4831320366, - 5584725145 + 612427963, + 429171982, + 6379464518, + 429171983, + 1555391477, + 5530426108, + 5530426109, + 429171977, + 5530426112 ], "tags": { - "cycleway:left": "opposite_lane", - "highway": "residential", - "lanes": "1", - "maxspeed": "30", - "name": "Rue Louis Delaporte", - "oneway": "yes", - "oneway:bicycle": "no", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012", - "source:maxspeed": "BMO-Arrêté n°2016P0060", - "zone:maxspeed": "FR:30" + "cycleway": "sidewalk", + "foot": "yes", + "highway": "cycleway", + "name": "Avenue Daumesnil", + "segregated": "yes", + "traffic_sign": "FR:C115" } }, { @@ -5025,155 +4862,260 @@ }, { "type": "way", - "id": 956985674, + "id": 934313379, "nodes": [ - 130042073, - 418865002 + 2211157052, + 8659325223, + 8659325224, + 2675790665 ], "tags": { - "highway": "primary", - "junction": "circular", - "lanes": "4", + "crossing": "marked", + "footway": "crossing", + "highway": "footway", + "lit": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 934313837, + "nodes": [ + 2675790667, + 8659323270, + 8659323271, + 2675790666 + ], + "tags": { + "crossing": "marked", + "footway": "crossing", + "highway": "footway", + "lit": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 934314058, + "nodes": [ + 2014228964, + 8659314467, + 8659314468, + 3287262152 + ], + "tags": { + "crossing": "marked", + "footway": "crossing", + "highway": "footway", + "lit": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 934314059, + "nodes": [ + 3287262139, + 8659314469, + 8659314470, + 6436325221 + ], + "tags": { + "crossing": "marked", + "footway": "crossing", + "highway": "footway", + "lit": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 934314847, + "nodes": [ + 6521858661, + 8659277192, + 8659277193, + 2014228961 + ], + "tags": { + "crossing": "marked", + "footway": "crossing", + "highway": "footway", + "lit": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 934316677, + "nodes": [ + 6436340487, + 3287262156 + ], + "tags": { + "crossing": "marked", + "footway": "crossing", + "highway": "footway", + "lit": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 934316678, + "nodes": [ + 1502899146, + 8659302856, + 8659302857, + 6436332174 + ], + "tags": { + "crossing": "marked", + "footway": "crossing", + "highway": "footway", + "lit": "yes", + "surface": "asphalt" + } + }, + { + "type": "way", + "id": 973611201, + "nodes": [ + 9010902038, + 7508731936, + 7508731937, + 1658998810 + ], + "tags": { + "highway": "path", + "name": "Route Lemoine", + "surface": "pebblestone" + } + }, + { + "type": "way", + "id": 979577817, + "nodes": [ + 9062337875, + 9062337876 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 979577818, + "nodes": [ + 9062337876, + 9062337877 + ], + "tags": { + "handrail": "yes", + "highway": "steps", + "incline": "down", + "step_count": "5" + } + }, + { + "type": "way", + "id": 979577819, + "nodes": [ + 9062337877, + 9062337878 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 979577820, + "nodes": [ + 9062337879, + 9062337880 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 979577821, + "nodes": [ + 9062337880, + 9062337881 + ], + "tags": { + "handrail": "yes", + "highway": "steps", + "incline": "up", + "ramp": "no", + "step_count": "6" + } + }, + { + "type": "way", + "id": 979577822, + "nodes": [ + 9062337881, + 1605722478, + 9062337882, + 9062337884 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 979577823, + "nodes": [ + 9062337884, + 9062337885 + ], + "tags": { + "highway": "steps", + "incline": "up" + } + }, + { + "type": "way", + "id": 979577824, + "nodes": [ + 9062337885, + 9062337886 + ], + "tags": { + "highway": "footway" + } + }, + { + "type": "way", + "id": 995552406, + "nodes": [ + 246553072, + 4565173248, + 243894709, + 4565173239, + 246553141 + ], + "tags": { + "cycleway:both": "lane", + "cycleway:both:lane": "exclusive", + "highway": "secondary", + "lanes": "2", "lit": "yes", "maxspeed": "30", - "noname": "yes", - "note": "not a roundabout; pas un giratoire", - "oneway": "yes", - "source": "bing", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 956985675, - "nodes": [ - 130042290, - 1437800183 - ], - "tags": { - "highway": "primary", - "junction": "circular", - "lanes": "4", - "lit": "yes", - "maxspeed": "30", - "note": "not a roundabout; pas un giratoire", - "official_name": "Voie DC/12", - "oneway": "yes", - "source": "bing", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 981579128, - "nodes": [ - 243896556, - 5761578545, - 9079370017 - ], - "tags": { - "cycleway:left": "opposite_lane", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Rue des Laitières", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre ; mise à jour : 2009", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 981579129, - "nodes": [ - 9079370018, - 5761578544, - 243896556 - ], - "tags": { - "cycleway": "no", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Rue des Laitières", - "oneway": "yes", - "oneway:bicycle": "no", - "parking:lane": "both", - "sidewalk": "both", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre;mise à jour : 2009", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 981579130, - "nodes": [ - 8199325907, - 9079370018 - ], - "tags": { - "cycleway:left": "no", - "cycleway:right": "lane", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "30", - "name": "Rue des Laitières", - "oneway": "yes", - "oneway:bicycle": "no", - "parking:lane": "both", - "sidewalk": "both", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre;mise à jour : 2009", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 981579131, - "nodes": [ - 5037456286, - 9079370019 - ], - "tags": { - "cycleway:left": "opposite_lane", - "cycleway:left:lane": "exclusive", - "cycleway:left:oneway": "-1", - "cycleway:right": "no", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue Antoine Quinson", - "oneway": "yes", - "oneway:bicycle": "no", - "sidewalk": "both", - "surface": "asphalt" - } - }, - { - "type": "way", - "id": 992554222, - "nodes": [ - 9079370019, - 6129288809 - ], - "tags": { - "cycleway:left": "opposite", - "cycleway:left:lane": "exclusive", - "cycleway:left:oneway": "-1", - "cycleway:right": "no", - "highway": "residential", - "lanes": "1", - "lit": "yes", - "maxspeed": "50", - "name": "Avenue Antoine Quinson", - "oneway": "yes", - "oneway:bicycle": "no", + "maxspeed:type": "sign", + "name": "Avenue du Général de Gaulle", + "old_name": "Rue de la République", + "old_ref": "D 38", + "oneway": "no", + "ref": "D 158", + "ref:FR:FANTOIR": "940674137Z", "sidewalk": "both", + "source:old_name": "sign", "surface": "asphalt" } }, @@ -5196,1000 +5138,423 @@ } }, { - "type": "node", - "id": 368058, - "lat": 48.8442874, - "lon": 2.4101755 - }, - { - "type": "node", - "id": 24909972, - "lat": 48.8471433, - "lon": 2.4110875 - }, - { - "type": "node", - "id": 177308201, - "lat": 48.8441642, - "lon": 2.4116355 - }, - { - "type": "node", - "id": 177308558, - "lat": 48.8423128, - "lon": 2.4115294 - }, - { - "type": "node", - "id": 177308565, - "lat": 48.8407491, - "lon": 2.4102428 - }, - { - "type": "node", - "id": 177309563, - "lat": 48.842403, - "lon": 2.4108426 - }, - { - "type": "node", - "id": 177309811, - "lat": 48.8420831, - "lon": 2.4107211 - }, - { - "type": "node", - "id": 177309812, - "lat": 48.8416787, - "lon": 2.4098749 - }, - { - "type": "node", - "id": 244420790, - "lat": 48.84449, - "lon": 2.4102505 - }, - { - "type": "node", - "id": 244422144, - "lat": 48.8465246, - "lon": 2.4095893 - }, - { - "type": "node", - "id": 244422349, - "lat": 48.8458653, - "lon": 2.4105232 - }, - { - "type": "node", - "id": 258360661, - "lat": 48.8417766, - "lon": 2.4108265 - }, - { - "type": "node", - "id": 258360664, - "lat": 48.8413476, - "lon": 2.4107008 - }, - { - "type": "node", - "id": 502592122, - "lat": 48.8409823, - "lon": 2.4102154 - }, - { - "type": "node", - "id": 567388205, - "lat": 48.8458573, - "lon": 2.4103459 - }, - { - "type": "node", - "id": 1088436897, - "lat": 48.8417265, - "lon": 2.4095915 - }, - { - "type": "node", - "id": 1088436906, - "lat": 48.8454662, - "lon": 2.410789 - }, - { - "type": "node", - "id": 1088436928, - "lat": 48.8460377, - "lon": 2.4107805 - }, - { - "type": "node", - "id": 1088436936, - "lat": 48.8442681, - "lon": 2.4104405 - }, - { - "type": "node", - "id": 1088436978, - "lat": 48.8442814, - "lon": 2.4102748 - }, - { - "type": "node", - "id": 1088436995, - "lat": 48.8425361, - "lon": 2.4098551 - }, - { - "type": "node", - "id": 1088437014, - "lat": 48.8461743, - "lon": 2.4110268 - }, - { - "type": "node", - "id": 1433143659, - "lat": 48.8454087, - "lon": 2.4092253 - }, - { - "type": "node", - "id": 1659448476, - "lat": 48.846416, - "lon": 2.4107638 - }, - { - "type": "node", - "id": 1659448482, - "lat": 48.8469509, - "lon": 2.4110446 - }, - { - "type": "node", - "id": 1659448483, - "lat": 48.8472644, - "lon": 2.4113591 - }, - { - "type": "node", - "id": 1659448492, - "lat": 48.8462342, - "lon": 2.4109606 - }, - { - "type": "node", - "id": 1659448493, - "lat": 48.8469141, - "lon": 2.4113897 - }, - { - "type": "node", - "id": 1659448494, - "lat": 48.8471112, - "lon": 2.4114431 - }, - { - "type": "node", - "id": 1659448502, - "lat": 48.8454347, - "lon": 2.4109048 - }, - { - "type": "node", - "id": 1659448505, - "lat": 48.8461557, - "lon": 2.4111014 - }, - { - "type": "node", - "id": 1659448508, - "lat": 48.8458837, - "lon": 2.4106722 - }, - { - "type": "node", - "id": 1771262882, - "lat": 48.8461503, - "lon": 2.4111617 - }, - { - "type": "node", - "id": 2002443763, - "lat": 48.8445507, - "lon": 2.4105146 - }, - { - "type": "node", - "id": 2002443766, - "lat": 48.8454141, - "lon": 2.4107729 - }, - { - "type": "node", - "id": 2002443776, - "lat": 48.8444541, - "lon": 2.4104923 - }, - { - "type": "node", - "id": 2320517715, - "lat": 48.8467833, - "lon": 2.4112403 - }, - { - "type": "node", - "id": 2320517716, - "lat": 48.8467991, - "lon": 2.4111261 - }, - { - "type": "node", - "id": 2320517717, - "lat": 48.8469375, - "lon": 2.4116011 - }, - { - "type": "node", - "id": 2320517719, - "lat": 48.8470263, - "lon": 2.410749 - }, - { - "type": "node", - "id": 2320517721, - "lat": 48.8470684, - "lon": 2.4116264 - }, - { - "type": "node", - "id": 2320517723, - "lat": 48.8471256, - "lon": 2.4107707 - }, - { - "type": "node", - "id": 2325477475, - "lat": 48.8455874, - "lon": 2.4105985 - }, - { - "type": "node", - "id": 2325477499, - "lat": 48.8460984, - "lon": 2.4108599 - }, - { - "type": "node", - "id": 2415320543, - "lat": 48.8471308, - "lon": 2.4107126 - }, - { - "type": "node", - "id": 2415320553, - "lat": 48.8470309, - "lon": 2.4106932 - }, - { - "type": "node", - "id": 2720107826, - "lat": 48.8421699, - "lon": 2.4097255 - }, - { - "type": "node", - "id": 2720107829, - "lat": 48.8447922, - "lon": 2.410361 - }, - { - "type": "node", - "id": 2720107832, - "lat": 48.8458035, - "lon": 2.4109096 - }, - { - "type": "node", - "id": 2720107836, - "lat": 48.8461591, - "lon": 2.4109221 - }, - { - "type": "node", - "id": 2720107839, - "lat": 48.8465176, - "lon": 2.4111229 - }, - { - "type": "node", - "id": 2720107851, - "lat": 48.8469113, - "lon": 2.4111998 - }, - { - "type": "node", - "id": 2720107853, - "lat": 48.8470191, - "lon": 2.4114395 - }, - { - "type": "node", - "id": 2720107854, - "lat": 48.8470485, - "lon": 2.4110268 - }, - { - "type": "node", - "id": 2720107857, - "lat": 48.8471448, - "lon": 2.4112832 - }, - { - "type": "node", - "id": 2728689195, - "lat": 48.8460604, - "lon": 2.4108062 - }, - { - "type": "node", - "id": 2728694785, - "lat": 48.847178, - "lon": 2.4111241 - }, - { - "type": "node", - "id": 2728694787, - "lat": 48.8469969, - "lon": 2.4110268 - }, - { - "type": "node", - "id": 2728694788, - "lat": 48.8469427, - "lon": 2.4110807 - }, - { - "type": "node", - "id": 2728694790, - "lat": 48.8471416, - "lon": 2.4110572 - }, - { - "type": "node", - "id": 2728694792, - "lat": 48.8471447, - "lon": 2.4111185 - }, - { - "type": "node", - "id": 2728694796, - "lat": 48.8469565, - "lon": 2.4110227 - }, - { - "type": "node", - "id": 2728694798, - "lat": 48.8471044, - "lon": 2.4110494 - }, - { - "type": "node", - "id": 2728694802, - "lat": 48.8469138, - "lon": 2.4110686 - }, - { - "type": "node", - "id": 2813796693, - "lat": 48.8423657, - "lon": 2.4097991 - }, - { - "type": "node", - "id": 2813796728, - "lat": 48.8454412, - "lon": 2.4093739 - }, - { - "type": "node", - "id": 2813796737, - "lat": 48.8457005, - "lon": 2.4108727 - }, - { - "type": "node", - "id": 2813796740, - "lat": 48.8457287, - "lon": 2.4106271 - }, - { - "type": "node", - "id": 2813796743, - "lat": 48.8457414, - "lon": 2.4108873 - }, - { - "type": "node", - "id": 2813796747, - "lat": 48.8457709, - "lon": 2.4106356 - }, - { - "type": "node", - "id": 2813796751, - "lat": 48.8458688, - "lon": 2.4105804 + "type": "way", + "id": 1001581317, + "nodes": [ + 9244649936, + 9244649935, + 9244649934, + 9244649933 + ], + "tags": { + "access": "private", + "highway": "service" + } }, { - "type": "node", - "id": 2813796756, - "lat": 48.8459866, - "lon": 2.4107183 + "type": "way", + "id": 1026557005, + "nodes": [ + 9464704129, + 9464704131, + 9464704130 + ], + "tags": { + "access": "private", + "highway": "service", + "name": "Villa André Moynet", + "service": "alley" + } }, { - "type": "node", - "id": 2813796774, - "lat": 48.8467415, - "lon": 2.4112224 + "type": "way", + "id": 1035010641, + "nodes": [ + 333697735, + 9534164265, + 9464704129 + ], + "tags": { + "footway": "sidewalk", + "highway": "footway", + "maxspeed": "30", + "maxspeed:type": "FR:zone30", + "motor_vehicle": "no", + "name": "Avenue Pasteur", + "surface": "asphalt" + } }, { - "type": "node", - "id": 2813796775, - "lat": 48.8467556, - "lon": 2.4111134 - }, - { - "type": "node", - "id": 2813796781, - "lat": 48.8469342, - "lon": 2.4116512 - }, - { - "type": "node", - "id": 3005001603, - "lat": 48.8442785, - "lon": 2.4103247 - }, - { - "type": "node", - "id": 3381160530, - "lat": 48.8415344, - "lon": 2.4108081 - }, - { - "type": "node", - "id": 3381160531, - "lat": 48.8419722, - "lon": 2.4107345 - }, - { - "type": "node", - "id": 3381160532, - "lat": 48.842027, - "lon": 2.410517 - }, - { - "type": "node", - "id": 3632870027, - "lat": 48.8472554, - "lon": 2.4092967 - }, - { - "type": "node", - "id": 4228930973, - "lat": 48.844062, - "lon": 2.4103703 - }, - { - "type": "node", - "id": 5432317991, - "lat": 48.8432481, - "lon": 2.4100801 - }, - { - "type": "node", - "id": 5448919008, - "lat": 48.8471022, - "lon": 2.4098332 - }, - { - "type": "node", - "id": 5472380532, - "lat": 48.8470471, - "lon": 2.4104974 - }, - { - "type": "node", - "id": 5584723194, - "lat": 48.8471087, - "lon": 2.4114533 - }, - { - "type": "node", - "id": 5686909808, - "lat": 48.8471682, - "lon": 2.410297 - }, - { - "type": "node", - "id": 5895963296, - "lat": 48.8425191, - "lon": 2.4099799 - }, - { - "type": "node", - "id": 5895963298, - "lat": 48.8442608, - "lon": 2.4105794 - }, - { - "type": "node", - "id": 5895963304, - "lat": 48.8454293, - "lon": 2.4109456 - }, - { - "type": "node", - "id": 5895963305, - "lat": 48.8464244, - "lon": 2.4106724 - }, - { - "type": "node", - "id": 6007197517, - "lat": 48.8440893, - "lon": 2.4116312 - }, - { - "type": "node", - "id": 6436411863, - "lat": 48.8470633, - "lon": 2.411682 - }, - { - "type": "node", - "id": 6521832970, - "lat": 48.8439897, - "lon": 2.4116255 - }, - { - "type": "node", - "id": 6521837339, - "lat": 48.8408182, - "lon": 2.4102348 - }, - { - "type": "node", - "id": 6521848548, - "lat": 48.8423277, - "lon": 2.4114117 - }, - { - "type": "node", - "id": 6773722960, - "lat": 48.8472139, - "lon": 2.4097679 - }, - { - "type": "node", - "id": 6858566130, - "lat": 48.8440232, - "lon": 2.4103576 - }, - { - "type": "node", - "id": 6858566131, - "lat": 48.8467129, - "lon": 2.4112097 - }, - { - "type": "node", - "id": 6858566133, - "lat": 48.843471, - "lon": 2.410178 - }, - { - "type": "node", - "id": 6873166156, - "lat": 48.8423336, - "lon": 2.4108162 - }, - { - "type": "node", - "id": 6873179993, - "lat": 48.8411725, - "lon": 2.4104681 - }, - { - "type": "node", - "id": 6954105225, - "lat": 48.8409738, - "lon": 2.4093346 - }, - { - "type": "node", - "id": 8192645301, - "lat": 48.8442296, - "lon": 2.4109264 - }, - { - "type": "node", - "id": 8194889292, - "lat": 48.8417937, - "lon": 2.4100848 - }, - { - "type": "node", - "id": 8892187995, - "lat": 48.8461307, - "lon": 2.4113876 - }, - { - "type": "node", - "id": 442316, - "lat": 48.8490538, - "lon": 2.4115116 + "type": "way", + "id": 1056394621, + "nodes": [ + 9706856373, + 9706856372 + ], + "tags": { + "access": "private", + "highway": "service" + } }, { "type": "node", - "id": 24909708, - "lat": 48.8490585, - "lon": 2.4111223 + "id": 368077, + "lat": 48.8340006, + "lon": 2.4108114 }, { "type": "node", - "id": 24909837, - "lat": 48.8475491, - "lon": 2.4089642 + "id": 249624245, + "lat": 48.8339122, + "lon": 2.4115482 }, { "type": "node", - "id": 24909838, - "lat": 48.8473876, - "lon": 2.4108256 + "id": 429171982, + "lat": 48.8338472, + "lon": 2.4114617 }, { "type": "node", - "id": 249688600, - "lat": 48.8479346, - "lon": 2.4113053 + "id": 556195107, + "lat": 48.8339522, + "lon": 2.4110594 }, { "type": "node", - "id": 258391738, - "lat": 48.8488715, - "lon": 2.4114029 + "id": 612427963, + "lat": 48.8339048, + "lon": 2.4110354 }, { "type": "node", - "id": 432827709, - "lat": 48.847924, - "lon": 2.4114756 + "id": 1741939410, + "lat": 48.8339720, + "lon": 2.4114001 }, { "type": "node", - "id": 432827742, - "lat": 48.8472725, - "lon": 2.4112397 + "id": 5731039893, + "lat": 48.8339664, + "lon": 2.4109803 }, { "type": "node", - "id": 707940618, - "lat": 48.847392, - "lon": 2.4077322 + "id": 5893511736, + "lat": 48.8339079, + "lon": 2.4113709 }, { "type": "node", - "id": 1089076189, - "lat": 48.84919, - "lon": 2.4112451 + "id": 7031730711, + "lat": 48.8339128, + "lon": 2.4113186 }, { "type": "node", - "id": 1089076191, - "lat": 48.8491936, - "lon": 2.4114842 + "id": 17975359, + "lat": 48.8338043, + "lon": 2.4123469 }, { "type": "node", - "id": 1089076209, - "lat": 48.8490808, - "lon": 2.4113316 + "id": 17975360, + "lat": 48.8337151, + "lon": 2.4135145 }, { "type": "node", - "id": 1659448470, - "lat": 48.8479313, - "lon": 2.4113914 + "id": 17975361, + "lat": 48.8338295, + "lon": 2.4157887 }, { "type": "node", - "id": 1659448473, - "lat": 48.8475144, - "lon": 2.4110419 + "id": 246553186, + "lat": 48.8337714, + "lon": 2.4126322 }, { "type": "node", - "id": 1659448478, - "lat": 48.8474067, - "lon": 2.4109104 + "id": 246553187, + "lat": 48.8339273, + "lon": 2.4126917 }, { "type": "node", - "id": 1659448481, - "lat": 48.8490631, - "lon": 2.411243 + "id": 269269841, + "lat": 48.8303052, + "lon": 2.4181834 }, { "type": "node", - "id": 1659448489, - "lat": 48.8487945, - "lon": 2.4115148 + "id": 269269842, + "lat": 48.8308393, + "lon": 2.4175935 }, { "type": "node", - "id": 1659448495, - "lat": 48.8479157, - "lon": 2.4111035 + "id": 269269843, + "lat": 48.8311640, + "lon": 2.4171956 }, { "type": "node", - "id": 1748446228, - "lat": 48.8474765, - "lon": 2.409832 + "id": 269269844, + "lat": 48.8315065, + "lon": 2.4167532 }, { "type": "node", - "id": 1771262904, - "lat": 48.8473834, - "lon": 2.4078414 + "id": 269269845, + "lat": 48.8318788, + "lon": 2.4162123 }, { "type": "node", - "id": 1771262922, - "lat": 48.8475218, - "lon": 2.4092373 + "id": 269269846, + "lat": 48.8322099, + "lon": 2.4157188 }, { "type": "node", - "id": 1771585813, - "lat": 48.8497337, - "lon": 2.4111932 + "id": 269269847, + "lat": 48.8325695, + "lon": 2.4150959 }, { "type": "node", - "id": 1771585814, - "lat": 48.8497655, - "lon": 2.4110996 + "id": 269269849, + "lat": 48.8331340, + "lon": 2.4138540 }, { "type": "node", - "id": 1771585815, - "lat": 48.8500344, - "lon": 2.4105733 + "id": 269269850, + "lat": 48.8333598, + "lon": 2.4132999 }, { "type": "node", - "id": 1951241148, - "lat": 48.849025, - "lon": 2.4094258 + "id": 429171977, + "lat": 48.8335514, + "lon": 2.4128495 }, { "type": "node", - "id": 2282916547, - "lat": 48.8490917, - "lon": 2.4113863 + "id": 429171983, + "lat": 48.8337035, + "lon": 2.4122352 }, { "type": "node", - "id": 2720107865, - "lat": 48.8474503, - "lon": 2.4109892 + "id": 429171984, + "lat": 48.8336345, + "lon": 2.4129939 }, { "type": "node", - "id": 2720107866, - "lat": 48.8474975, - "lon": 2.4113642 + "id": 429171985, + "lat": 48.8336002, + "lon": 2.4138247 }, { "type": "node", - "id": 2720107868, - "lat": 48.8475252, - "lon": 2.4112811 + "id": 429171986, + "lat": 48.8336080, + "lon": 2.4143569 }, { "type": "node", - "id": 2720107871, - "lat": 48.8477289, - "lon": 2.4112799 + "id": 429171987, + "lat": 48.8336306, + "lon": 2.4148118 }, { "type": "node", - "id": 2720107872, - "lat": 48.8477321, - "lon": 2.4113618 + "id": 429171988, + "lat": 48.8336871, + "lon": 2.4154040 }, { "type": "node", - "id": 2720107873, - "lat": 48.8487341, - "lon": 2.4114233 + "id": 429171989, + "lat": 48.8337888, + "lon": 2.4161164 }, { "type": "node", - "id": 2720107874, - "lat": 48.8489971, - "lon": 2.4112557 + "id": 429171990, + "lat": 48.8339462, + "lon": 2.4168433 }, { "type": "node", - "id": 2720107878, - "lat": 48.8495633, - "lon": 2.4112237 + "id": 499645295, + "lat": 48.8329736, + "lon": 2.4142435 }, { "type": "node", - "id": 2720107881, - "lat": 48.8504916, - "lon": 2.411241 + "id": 556469650, + "lat": 48.8337612, + "lon": 2.4150789 }, { "type": "node", - "id": 2720107883, - "lat": 48.8508133, - "lon": 2.411 + "id": 556469737, + "lat": 48.8339934, + "lon": 2.4166470 }, { "type": "node", - "id": 2720107884, - "lat": 48.8508133, - "lon": 2.4111856 + "id": 1555391477, + "lat": 48.8336349, + "lon": 2.4125020 }, { "type": "node", - "id": 2720107886, - "lat": 48.8509691, - "lon": 2.4109696 + "id": 1643489686, + "lat": 48.8337175, + "lon": 2.4143127 }, { "type": "node", - "id": 2720107887, - "lat": 48.8510092, - "lon": 2.4111621 + "id": 2670591218, + "lat": 48.8337502, + "lon": 2.4129703 }, { "type": "node", - "id": 2813796793, - "lat": 48.8473088, - "lon": 2.4113591 + "id": 2670591250, + "lat": 48.8341511, + "lon": 2.4171775 }, { "type": "node", - "id": 2813796794, - "lat": 48.8473523, - "lon": 2.4112528 + "id": 2680781375, + "lat": 48.8305180, + "lon": 2.4179484 }, { "type": "node", - "id": 2813796901, - "lat": 48.8473924, - "lon": 2.4107636 + "id": 2850584073, + "lat": 48.8330740, + "lon": 2.4139885 }, { "type": "node", - "id": 2879837671, - "lat": 48.8490117, - "lon": 2.4113215 + "id": 2850584098, + "lat": 48.8333660, + "lon": 2.4141356 }, { "type": "node", - "id": 2879837672, - "lat": 48.8490245, - "lon": 2.4113795 + "id": 2850587354, + "lat": 48.8336064, + "lon": 2.4142458 }, { "type": "node", - "id": 2879837673, - "lat": 48.8490559, - "lon": 2.4116079 + "id": 3463368684, + "lat": 48.8327917, + "lon": 2.4146466 }, { "type": "node", - "id": 2879837675, - "lat": 48.8490946, - "lon": 2.4115046 + "id": 3986592476, + "lat": 48.8326914, + "lon": 2.4148495 }, { "type": "node", - "id": 2981324049, - "lat": 48.8489456, - "lon": 2.4113161 + "id": 5530426108, + "lat": 48.8335685, + "lon": 2.4126617 }, { "type": "node", - "id": 2981324050, - "lat": 48.8489066, - "lon": 2.4113617 + "id": 5530426109, + "lat": 48.8334939, + "lon": 2.4127588 }, { "type": "node", - "id": 5448919003, - "lat": 48.8491147, - "lon": 2.4115016 + "id": 5530426112, + "lat": 48.8336003, + "lon": 2.4129141 }, { "type": "node", - "id": 5506630221, - "lat": 48.8472892, - "lon": 2.4089241 + "id": 5530426113, + "lat": 48.8336303, + "lon": 2.4127731 }, { "type": "node", - "id": 6436402554, - "lat": 48.8473136, - "lon": 2.411247 + "id": 5530426114, + "lat": 48.8336144, + "lon": 2.4129327 }, { "type": "node", - "id": 6436416462, - "lat": 48.8479209, - "lon": 2.4115123 + "id": 5730846604, + "lat": 48.8338322, + "lon": 2.4121463 }, { "type": "node", - "id": 6436420810, - "lat": 48.8490568, - "lon": 2.4116524 + "id": 5730846605, + "lat": 48.8340932, + "lon": 2.4169826 }, { "type": "node", - "id": 6521811228, - "lat": 48.847294, - "lon": 2.4088678 + "id": 5738362152, + "lat": 48.8337529, + "lon": 2.4149335 }, { "type": "node", - "id": 6858566127, - "lat": 48.8492252, - "lon": 2.4112431 + "id": 6379464518, + "lat": 48.8337574, + "lon": 2.4120368 }, { "type": "node", - "id": 6952313865, - "lat": 48.8474391, - "lon": 2.4072076 + "id": 6524901053, + "lat": 48.8338780, + "lon": 2.4126269 }, { "type": "node", - "id": 7166196439, - "lat": 48.8489662, - "lon": 2.4114452 + "id": 8529438283, + "lat": 48.8341193, + "lon": 2.4174750 }, { "type": "node", - "id": 7503281254, - "lat": 48.8510482, - "lon": 2.4109462 + "id": 269269838, + "lat": 48.8291532, + "lon": 2.4190259 }, { "type": "node", - "id": 7900912078, - "lat": 48.8474518, - "lon": 2.4100828 + "id": 269269839, + "lat": 48.8294827, + "lon": 2.4188395 }, { "type": "node", - "id": 8187628667, - "lat": 48.8494507, - "lon": 2.4112308 + "id": 269269840, + "lat": 48.8299677, + "lon": 2.4184849 }, { "type": "node", - "id": 8187628668, - "lat": 48.8493475, - "lon": 2.4114561 + "id": 1555391469, + "lat": 48.8287792, + "lon": 2.4192119 }, { "type": "node", @@ -6197,6 +5562,18 @@ "lat": 48.8379281, "lon": 2.4178044 }, + { + "type": "node", + "id": 243894709, + "lat": 48.8372370, + "lon": 2.4182463 + }, + { + "type": "node", + "id": 246552633, + "lat": 48.8378492, + "lon": 2.4149766 + }, { "type": "node", "id": 246552636, @@ -6205,9 +5582,21 @@ }, { "type": "node", - "id": 246552638, - "lat": 48.8397727, - "lon": 2.4138833 + "id": 246552959, + "lat": 48.8380723, + "lon": 2.4148434 + }, + { + "type": "node", + "id": 246553028, + "lat": 48.8369504, + "lon": 2.4155437 + }, + { + "type": "node", + "id": 246553029, + "lat": 48.8341910, + "lon": 2.4173117 }, { "type": "node", @@ -6215,6 +5604,18 @@ "lat": 48.8376219, "lon": 2.4180002 }, + { + "type": "node", + "id": 246553124, + "lat": 48.8357041, + "lon": 2.4163485 + }, + { + "type": "node", + "id": 246553142, + "lat": 48.8351573, + "lon": 2.4166958 + }, { "type": "node", "id": 246553197, @@ -6223,9 +5624,93 @@ }, { "type": "node", - "id": 332206674, - "lat": 48.8406245, - "lon": 2.4140466 + "id": 246553198, + "lat": 48.8400665, + "lon": 2.4159909 + }, + { + "type": "node", + "id": 246553199, + "lat": 48.8400483, + "lon": 2.4155760 + }, + { + "type": "node", + "id": 246553254, + "lat": 48.8406486, + "lon": 2.4153697 + }, + { + "type": "node", + "id": 283330194, + "lat": 48.8377975, + "lon": 2.4172742 + }, + { + "type": "node", + "id": 283330195, + "lat": 48.8374777, + "lon": 2.4174728 + }, + { + "type": "node", + "id": 332206202, + "lat": 48.8404641, + "lon": 2.4142020 + }, + { + "type": "node", + "id": 332207841, + "lat": 48.8369346, + "lon": 2.4139617 + }, + { + "type": "node", + "id": 332207965, + "lat": 48.8365966, + "lon": 2.4142497 + }, + { + "type": "node", + "id": 332208520, + "lat": 48.8373596, + "lon": 2.4136081 + }, + { + "type": "node", + "id": 332209106, + "lat": 48.8358928, + "lon": 2.4132215 + }, + { + "type": "node", + "id": 332209107, + "lat": 48.8361541, + "lon": 2.4129110 + }, + { + "type": "node", + "id": 355528412, + "lat": 48.8400947, + "lon": 2.4166680 + }, + { + "type": "node", + "id": 355538403, + "lat": 48.8384945, + "lon": 2.4167440 + }, + { + "type": "node", + "id": 556465233, + "lat": 48.8392868, + "lon": 2.4164883 + }, + { + "type": "node", + "id": 556465262, + "lat": 48.8387445, + "lon": 2.4171723 }, { "type": "node", @@ -6233,6 +5718,42 @@ "lat": 48.8393274, "lon": 2.4175179 }, + { + "type": "node", + "id": 556465351, + "lat": 48.8393528, + "lon": 2.4165736 + }, + { + "type": "node", + "id": 556465378, + "lat": 48.8386563, + "lon": 2.4152773 + }, + { + "type": "node", + "id": 556465446, + "lat": 48.8388908, + "lon": 2.4150895 + }, + { + "type": "node", + "id": 556465529, + "lat": 48.8381123, + "lon": 2.4157117 + }, + { + "type": "node", + "id": 556465600, + "lat": 48.8399530, + "lon": 2.4150940 + }, + { + "type": "node", + "id": 556465625, + "lat": 48.8391945, + "lon": 2.4155424 + }, { "type": "node", "id": 624420006, @@ -6241,9 +5762,153 @@ }, { "type": "node", - "id": 1437838340, - "lat": 48.8399917, - "lon": 2.4139427 + "id": 624420017, + "lat": 48.8397606, + "lon": 2.4161727 + }, + { + "type": "node", + "id": 624420037, + "lat": 48.8382256, + "lon": 2.4162909 + }, + { + "type": "node", + "id": 624420047, + "lat": 48.8379570, + "lon": 2.4165141 + }, + { + "type": "node", + "id": 624420056, + "lat": 48.8380829, + "lon": 2.4169560 + }, + { + "type": "node", + "id": 624420064, + "lat": 48.8384074, + "lon": 2.4167434 + }, + { + "type": "node", + "id": 632680538, + "lat": 48.8378645, + "lon": 2.4164925 + }, + { + "type": "node", + "id": 632680553, + "lat": 48.8380716, + "lon": 2.4171041 + }, + { + "type": "node", + "id": 1307776975, + "lat": 48.8397535, + "lon": 2.4140004 + }, + { + "type": "node", + "id": 1307776977, + "lat": 48.8394031, + "lon": 2.4163923 + }, + { + "type": "node", + "id": 1307776985, + "lat": 48.8382698, + "lon": 2.4134672 + }, + { + "type": "node", + "id": 1307776988, + "lat": 48.8372272, + "lon": 2.4131095 + }, + { + "type": "node", + "id": 1307787157, + "lat": 48.8379473, + "lon": 2.4165777 + }, + { + "type": "node", + "id": 1307787159, + "lat": 48.8381267, + "lon": 2.4169711 + }, + { + "type": "node", + "id": 1307787160, + "lat": 48.8366701, + "lon": 2.4128993 + }, + { + "type": "node", + "id": 1307787162, + "lat": 48.8362459, + "lon": 2.4129727 + }, + { + "type": "node", + "id": 1437838341, + "lat": 48.8404823, + "lon": 2.4142426 + }, + { + "type": "node", + "id": 1612072996, + "lat": 48.8401440, + "lon": 2.4166516 + }, + { + "type": "node", + "id": 1612339812, + "lat": 48.8382469, + "lon": 2.4163199 + }, + { + "type": "node", + "id": 1612339817, + "lat": 48.8382614, + "lon": 2.4163051 + }, + { + "type": "node", + "id": 1612339822, + "lat": 48.8382647, + "lon": 2.4163659 + }, + { + "type": "node", + "id": 1612339865, + "lat": 48.8382870, + "lon": 2.4163487 + }, + { + "type": "node", + "id": 1612339976, + "lat": 48.8383830, + "lon": 2.4166590 + }, + { + "type": "node", + "id": 1612339988, + "lat": 48.8383992, + "lon": 2.4167041 + }, + { + "type": "node", + "id": 1612340004, + "lat": 48.8384043, + "lon": 2.4166399 + }, + { + "type": "node", + "id": 1612340034, + "lat": 48.8384178, + "lon": 2.4166891 }, { "type": "node", @@ -6251,10 +5916,106 @@ "lat": 48.8379967, "lon": 2.4177672 }, + { + "type": "node", + "id": 1741939411, + "lat": 48.8397453, + "lon": 2.4140570 + }, + { + "type": "node", + "id": 1829166808, + "lat": 48.8382646, + "lon": 2.4161665 + }, + { + "type": "node", + "id": 2109872082, + "lat": 48.8356709, + "lon": 2.4163696 + }, + { + "type": "node", + "id": 2109872085, + "lat": 48.8356737, + "lon": 2.4162405 + }, + { + "type": "node", + "id": 2109872087, + "lat": 48.8357239, + "lon": 2.4164189 + }, + { + "type": "node", + "id": 2109872089, + "lat": 48.8357478, + "lon": 2.4163203 + }, + { + "type": "node", + "id": 2670591256, + "lat": 48.8342846, + "lon": 2.4172521 + }, + { + "type": "node", + "id": 3028138312, + "lat": 48.8345513, + "lon": 2.4122456 + }, + { + "type": "node", + "id": 4565173240, + "lat": 48.8384537, + "lon": 2.4167787 + }, + { + "type": "node", + "id": 4565173242, + "lat": 48.8374141, + "lon": 2.4172402 + }, + { + "type": "node", + "id": 4565173243, + "lat": 48.8375357, + "lon": 2.4174368 + }, + { + "type": "node", + "id": 4565173244, + "lat": 48.8378188, + "lon": 2.4173606 + }, + { + "type": "node", + "id": 4565173245, + "lat": 48.8379564, + "lon": 2.4179074 + }, + { + "type": "node", + "id": 4565173246, + "lat": 48.8375960, + "lon": 2.4179053 + }, + { + "type": "node", + "id": 4565173247, + "lat": 48.8376531, + "lon": 2.4181115 + }, + { + "type": "node", + "id": 4565173248, + "lat": 48.8375606, + "lon": 2.4180394 + }, { "type": "node", "id": 4565173249, - "lat": 48.837683, + "lat": 48.8376830, "lon": 2.4179611 }, { @@ -6273,7 +6034,7 @@ "type": "node", "id": 4565173252, "lat": 48.8394747, - "lon": 2.417528 + "lon": 2.4175280 }, { "type": "node", @@ -6313,15 +6074,255 @@ }, { "type": "node", - "id": 6953817446, - "lat": 48.8398546, - "lon": 2.4139055 + "id": 6521816975, + "lat": 48.8370049, + "lon": 2.4155093 }, { "type": "node", - "id": 7267385074, - "lat": 48.8398845, - "lon": 2.4139136 + "id": 6521832072, + "lat": 48.8368929, + "lon": 2.4155809 + }, + { + "type": "node", + "id": 6521832073, + "lat": 48.8398886, + "lon": 2.4151321 + }, + { + "type": "node", + "id": 6521836058, + "lat": 48.8351145, + "lon": 2.4167231 + }, + { + "type": "node", + "id": 6521842369, + "lat": 48.8367344, + "lon": 2.4147598 + }, + { + "type": "node", + "id": 6521842370, + "lat": 48.8369703, + "lon": 2.4156164 + }, + { + "type": "node", + "id": 6521851124, + "lat": 48.8378631, + "lon": 2.4150154 + }, + { + "type": "node", + "id": 6521855202, + "lat": 48.8378265, + "lon": 2.4149132 + }, + { + "type": "node", + "id": 6521859060, + "lat": 48.8352020, + "lon": 2.4166674 + }, + { + "type": "node", + "id": 6521859455, + "lat": 48.8369248, + "lon": 2.4154509 + }, + { + "type": "node", + "id": 6521862496, + "lat": 48.8378931, + "lon": 2.4149504 + }, + { + "type": "node", + "id": 6521867388, + "lat": 48.8378038, + "lon": 2.4150052 + }, + { + "type": "node", + "id": 6521870574, + "lat": 48.8400021, + "lon": 2.4160292 + }, + { + "type": "node", + "id": 6620315762, + "lat": 48.8385325, + "lon": 2.4168092 + }, + { + "type": "node", + "id": 6620322153, + "lat": 48.8379022, + "lon": 2.4176990 + }, + { + "type": "node", + "id": 6620336095, + "lat": 48.8380447, + "lon": 2.4170245 + }, + { + "type": "node", + "id": 6620351735, + "lat": 48.8386352, + "lon": 2.4169851 + }, + { + "type": "node", + "id": 6620351736, + "lat": 48.8388516, + "lon": 2.4173896 + }, + { + "type": "node", + "id": 6620353649, + "lat": 48.8388145, + "lon": 2.4170836 + }, + { + "type": "node", + "id": 6620355794, + "lat": 48.8389584, + "lon": 2.4176396 + }, + { + "type": "node", + "id": 6953817445, + "lat": 48.8398424, + "lon": 2.4140293 + }, + { + "type": "node", + "id": 7267385075, + "lat": 48.8398702, + "lon": 2.4140370 + }, + { + "type": "node", + "id": 7267385077, + "lat": 48.8396351, + "lon": 2.4140405 + }, + { + "type": "node", + "id": 7267385080, + "lat": 48.8397473, + "lon": 2.4141013 + }, + { + "type": "node", + "id": 7267385081, + "lat": 48.8382519, + "lon": 2.4135940 + }, + { + "type": "node", + "id": 8109032492, + "lat": 48.8380822, + "lon": 2.4147744 + }, + { + "type": "node", + "id": 8109032493, + "lat": 48.8380916, + "lon": 2.4156539 + }, + { + "type": "node", + "id": 8109032494, + "lat": 48.8381560, + "lon": 2.4156771 + }, + { + "type": "node", + "id": 8109032495, + "lat": 48.8382268, + "lon": 2.4160538 + }, + { + "type": "node", + "id": 8109032496, + "lat": 48.8382239, + "lon": 2.4161996 + }, + { + "type": "node", + "id": 8194889282, + "lat": 48.8362160, + "lon": 2.4128560 + }, + { + "type": "node", + "id": 8194889283, + "lat": 48.8362172, + "lon": 2.4127315 + }, + { + "type": "node", + "id": 8194889284, + "lat": 48.8366748, + "lon": 2.4130423 + }, + { + "type": "node", + "id": 8194889285, + "lat": 48.8372361, + "lon": 2.4132418 + }, + { + "type": "node", + "id": 9244649933, + "lat": 48.8362750, + "lon": 2.4153306 + }, + { + "type": "node", + "id": 9244649934, + "lat": 48.8362044, + "lon": 2.4150503 + }, + { + "type": "node", + "id": 9244649935, + "lat": 48.8362300, + "lon": 2.4149591 + }, + { + "type": "node", + "id": 9244649936, + "lat": 48.8367055, + "lon": 2.4146548 + }, + { + "type": "node", + "id": 9706856372, + "lat": 48.8355962, + "lon": 2.4137601 + }, + { + "type": "node", + "id": 9706856373, + "lat": 48.8350757, + "lon": 2.4141121 + }, + { + "type": "node", + "id": 17975364, + "lat": 48.8367087, + "lon": 2.4240411 + }, + { + "type": "node", + "id": 243894710, + "lat": 48.8349789, + "lon": 2.4197796 }, { "type": "node", @@ -6359,17 +6360,173 @@ "lat": 48.8357933, "lon": 2.4221117 }, + { + "type": "node", + "id": 246552574, + "lat": 48.8353337, + "lon": 2.4208261 + }, + { + "type": "node", + "id": 246552586, + "lat": 48.8356738, + "lon": 2.4208167 + }, + { + "type": "node", + "id": 246552587, + "lat": 48.8359761, + "lon": 2.4207702 + }, + { + "type": "node", + "id": 246552588, + "lat": 48.8363931, + "lon": 2.4206180 + }, + { + "type": "node", + "id": 246552589, + "lat": 48.8368167, + "lon": 2.4203438 + }, + { + "type": "node", + "id": 246552590, + "lat": 48.8372173, + "lon": 2.4200396 + }, + { + "type": "node", + "id": 246552593, + "lat": 48.8379900, + "lon": 2.4193152 + }, + { + "type": "node", + "id": 246552595, + "lat": 48.8387389, + "lon": 2.4191905 + }, + { + "type": "node", + "id": 246552596, + "lat": 48.8390257, + "lon": 2.4190990 + }, + { + "type": "node", + "id": 246552597, + "lat": 48.8394740, + "lon": 2.4190732 + }, + { + "type": "node", + "id": 246552599, + "lat": 48.8401134, + "lon": 2.4187769 + }, + { + "type": "node", + "id": 246552601, + "lat": 48.8405500, + "lon": 2.4184779 + }, + { + "type": "node", + "id": 246552602, + "lat": 48.8406553, + "lon": 2.4183133 + }, { "type": "node", "id": 246552637, "lat": 48.8396775, "lon": 2.4207468 }, + { + "type": "node", + "id": 246553141, + "lat": 48.8363884, + "lon": 2.4187833 + }, + { + "type": "node", + "id": 246553188, + "lat": 48.8359131, + "lon": 2.4191113 + }, + { + "type": "node", + "id": 246553195, + "lat": 48.8403756, + "lon": 2.4185221 + }, + { + "type": "node", + "id": 258057166, + "lat": 48.8392196, + "lon": 2.4236614 + }, + { + "type": "node", + "id": 258057167, + "lat": 48.8401211, + "lon": 2.4223267 + }, + { + "type": "node", + "id": 258057168, + "lat": 48.8406623, + "lon": 2.4211014 + }, + { + "type": "node", + "id": 276661268, + "lat": 48.8371961, + "lon": 2.4229102 + }, + { + "type": "node", + "id": 276661270, + "lat": 48.8371918, + "lon": 2.4226049 + }, + { + "type": "node", + "id": 276661271, + "lat": 48.8369936, + "lon": 2.4242347 + }, { "type": "node", "id": 333695347, "lat": 48.8370807, - "lon": 2.421458 + "lon": 2.4214580 + }, + { + "type": "node", + "id": 429171978, + "lat": 48.8348908, + "lon": 2.4198516 + }, + { + "type": "node", + "id": 429171991, + "lat": 48.8352932, + "lon": 2.4210585 + }, + { + "type": "node", + "id": 442357226, + "lat": 48.8376463, + "lon": 2.4196244 + }, + { + "type": "node", + "id": 442357227, + "lat": 48.8383282, + "lon": 2.4192600 }, { "type": "node", @@ -6377,6 +6534,72 @@ "lat": 48.8393186, "lon": 2.4209012 }, + { + "type": "node", + "id": 1083692586, + "lat": 48.8396042, + "lon": 2.4201286 + }, + { + "type": "node", + "id": 1083692589, + "lat": 48.8369249, + "lon": 2.4206340 + }, + { + "type": "node", + "id": 1083692593, + "lat": 48.8391874, + "lon": 2.4201488 + }, + { + "type": "node", + "id": 1244401798, + "lat": 48.8392501, + "lon": 2.4201979 + }, + { + "type": "node", + "id": 1258726762, + "lat": 48.8361561, + "lon": 2.4229671 + }, + { + "type": "node", + "id": 1258726766, + "lat": 48.8371119, + "lon": 2.4247277 + }, + { + "type": "node", + "id": 1307765963, + "lat": 48.8405114, + "lon": 2.4185948 + }, + { + "type": "node", + "id": 1307783799, + "lat": 48.8370317, + "lon": 2.4210823 + }, + { + "type": "node", + "id": 1482577103, + "lat": 48.8371081, + "lon": 2.4216192 + }, + { + "type": "node", + "id": 1482577146, + "lat": 48.8382834, + "lon": 2.4247116 + }, + { + "type": "node", + "id": 1482577186, + "lat": 48.8371762, + "lon": 2.4222625 + }, { "type": "node", "id": 1613339051, @@ -6395,30 +6618,498 @@ "lat": 48.8403465, "lon": 2.4204314 }, + { + "type": "node", + "id": 1613692150, + "lat": 48.8363021, + "lon": 2.4206634 + }, + { + "type": "node", + "id": 1635179342, + "lat": 48.8394660, + "lon": 2.4233040 + }, + { + "type": "node", + "id": 1640661831, + "lat": 48.8392387, + "lon": 2.4215649 + }, + { + "type": "node", + "id": 1640661866, + "lat": 48.8397124, + "lon": 2.4229850 + }, + { + "type": "node", + "id": 1658998810, + "lat": 48.8389442, + "lon": 2.4212495 + }, + { + "type": "node", + "id": 1658998813, + "lat": 48.8392702, + "lon": 2.4212995 + }, + { + "type": "node", + "id": 1827397874, + "lat": 48.8383521, + "lon": 2.4246346 + }, + { + "type": "node", + "id": 1827397956, + "lat": 48.8363127, + "lon": 2.4221772 + }, + { + "type": "node", + "id": 1827398051, + "lat": 48.8371675, + "lon": 2.4232544 + }, + { + "type": "node", + "id": 1827398073, + "lat": 48.8371333, + "lon": 2.4235355 + }, + { + "type": "node", + "id": 1827398109, + "lat": 48.8366455, + "lon": 2.4219784 + }, + { + "type": "node", + "id": 1827398183, + "lat": 48.8363965, + "lon": 2.4221009 + }, + { + "type": "node", + "id": 1827398184, + "lat": 48.8359610, + "lon": 2.4221853 + }, + { + "type": "node", + "id": 1829166809, + "lat": 48.8404929, + "lon": 2.4185223 + }, + { + "type": "node", + "id": 1829166810, + "lat": 48.8403956, + "lon": 2.4185915 + }, + { + "type": "node", + "id": 2121815222, + "lat": 48.8352412, + "lon": 2.4209166 + }, + { + "type": "node", + "id": 2121815227, + "lat": 48.8345987, + "lon": 2.4200639 + }, + { + "type": "node", + "id": 2670591277, + "lat": 48.8348622, + "lon": 2.4198797 + }, + { + "type": "node", + "id": 2670591281, + "lat": 48.8349222, + "lon": 2.4196020 + }, + { + "type": "node", + "id": 2670591288, + "lat": 48.8350280, + "lon": 2.4199231 + }, + { + "type": "node", + "id": 2670591293, + "lat": 48.8350672, + "lon": 2.4197164 + }, + { + "type": "node", + "id": 2670591296, + "lat": 48.8354470, + "lon": 2.4208240 + }, + { + "type": "node", + "id": 2670591298, + "lat": 48.8357514, + "lon": 2.4219973 + }, { "type": "node", "id": 2670591301, "lat": 48.8358944, "lon": 2.4220668 }, + { + "type": "node", + "id": 2689380469, + "lat": 48.8363633, + "lon": 2.4205245 + }, + { + "type": "node", + "id": 2689380472, + "lat": 48.8367006, + "lon": 2.4204189 + }, { "type": "node", "id": 2689380474, "lat": 48.8372235, "lon": 2.4214314 }, + { + "type": "node", + "id": 2846513229, + "lat": 48.8345910, + "lon": 2.4197424 + }, + { + "type": "node", + "id": 3729799311, + "lat": 48.8355962, + "lon": 2.4219323 + }, + { + "type": "node", + "id": 3729799312, + "lat": 48.8356533, + "lon": 2.4220972 + }, + { + "type": "node", + "id": 4565173235, + "lat": 48.8359479, + "lon": 2.4192204 + }, + { + "type": "node", + "id": 4565173236, + "lat": 48.8364236, + "lon": 2.4189117 + }, + { + "type": "node", + "id": 4565173237, + "lat": 48.8359793, + "lon": 2.4190656 + }, + { + "type": "node", + "id": 4565173238, + "lat": 48.8363297, + "lon": 2.4188238 + }, + { + "type": "node", + "id": 4565173239, + "lat": 48.8364669, + "lon": 2.4187336 + }, + { + "type": "node", + "id": 4565173241, + "lat": 48.8372680, + "lon": 2.4183506 + }, + { + "type": "node", + "id": 5323308322, + "lat": 48.8395375, + "lon": 2.4201424 + }, + { + "type": "node", + "id": 5484599405, + "lat": 48.8345788, + "lon": 2.4200767 + }, + { + "type": "node", + "id": 5686023015, + "lat": 48.8350857, + "lon": 2.4200950 + }, + { + "type": "node", + "id": 5730846606, + "lat": 48.8354597, + "lon": 2.4211795 + }, + { + "type": "node", + "id": 5738362151, + "lat": 48.8351624, + "lon": 2.4203211 + }, + { + "type": "node", + "id": 5893517829, + "lat": 48.8343943, + "lon": 2.4201994 + }, + { + "type": "node", + "id": 6428392619, + "lat": 48.8346199, + "lon": 2.4187089 + }, + { + "type": "node", + "id": 6428392620, + "lat": 48.8347396, + "lon": 2.4186091 + }, + { + "type": "node", + "id": 6428392621, + "lat": 48.8348500, + "lon": 2.4185227 + }, + { + "type": "node", + "id": 6428392622, + "lat": 48.8348971, + "lon": 2.4185433 + }, + { + "type": "node", + "id": 6428392623, + "lat": 48.8350342, + "lon": 2.4184436 + }, + { + "type": "node", + "id": 6428392624, + "lat": 48.8350668, + "lon": 2.4183292 + }, + { + "type": "node", + "id": 6521847180, + "lat": 48.8405332, + "lon": 2.4184910 + }, + { + "type": "node", + "id": 6620303251, + "lat": 48.8363633, + "lon": 2.4186938 + }, + { + "type": "node", + "id": 6620312484, + "lat": 48.8358830, + "lon": 2.4190152 + }, + { + "type": "node", + "id": 6620333780, + "lat": 48.8396726, + "lon": 2.4207056 + }, + { + "type": "node", + "id": 6620336924, + "lat": 48.8394492, + "lon": 2.4190043 + }, + { + "type": "node", + "id": 6620340777, + "lat": 48.8393092, + "lon": 2.4208474 + }, + { + "type": "node", + "id": 6620347719, + "lat": 48.8391480, + "lon": 2.4201573 + }, + { + "type": "node", + "id": 6620348829, + "lat": 48.8395174, + "lon": 2.4190531 + }, + { + "type": "node", + "id": 6620355527, + "lat": 48.8390375, + "lon": 2.4191753 + }, { "type": "node", "id": 6620361089, - "lat": 48.839278, + "lat": 48.8392780, "lon": 2.4209151 }, + { + "type": "node", + "id": 6620363839, + "lat": 48.8394825, + "lon": 2.4191422 + }, + { + "type": "node", + "id": 6620365085, + "lat": 48.8394123, + "lon": 2.4190768 + }, { "type": "node", "id": 6620368299, "lat": 48.8397167, "lon": 2.4207296 }, + { + "type": "node", + "id": 7504003847, + "lat": 48.8369633, + "lon": 2.4217318 + }, + { + "type": "node", + "id": 7508731932, + "lat": 48.8393049, + "lon": 2.4210121 + }, + { + "type": "node", + "id": 7508731933, + "lat": 48.8393067, + "lon": 2.4211181 + }, + { + "type": "node", + "id": 7508731934, + "lat": 48.8392369, + "lon": 2.4214453 + }, + { + "type": "node", + "id": 7508731936, + "lat": 48.8388450, + "lon": 2.4211664 + }, + { + "type": "node", + "id": 7508731937, + "lat": 48.8389095, + "lon": 2.4211999 + }, + { + "type": "node", + "id": 7508731944, + "lat": 48.8373193, + "lon": 2.4247773 + }, + { + "type": "node", + "id": 7508731947, + "lat": 48.8404158, + "lon": 2.4217316 + }, + { + "type": "node", + "id": 7803787066, + "lat": 48.8376002, + "lon": 2.4196690 + }, + { + "type": "node", + "id": 7803802144, + "lat": 48.8370691, + "lon": 2.4213690 + }, + { + "type": "node", + "id": 7803807982, + "lat": 48.8367973, + "lon": 2.4202730 + }, + { + "type": "node", + "id": 7803809513, + "lat": 48.8379439, + "lon": 2.4193567 + }, + { + "type": "node", + "id": 7803809691, + "lat": 48.8377020, + "lon": 2.4195743 + }, + { + "type": "node", + "id": 7803811845, + "lat": 48.8379768, + "lon": 2.4192680 + }, + { + "type": "node", + "id": 7803815665, + "lat": 48.8382708, + "lon": 2.4192694 + }, + { + "type": "node", + "id": 7803818310, + "lat": 48.8370036, + "lon": 2.4206171 + }, + { + "type": "node", + "id": 7803821199, + "lat": 48.8369226, + "lon": 2.4202634 + }, + { + "type": "node", + "id": 7803821200, + "lat": 48.8376267, + "lon": 2.4195585 + }, + { + "type": "node", + "id": 7803821834, + "lat": 48.8383118, + "lon": 2.4192002 + }, + { + "type": "node", + "id": 7803829491, + "lat": 48.8389537, + "lon": 2.4191220 + }, + { + "type": "node", + "id": 8529438282, + "lat": 48.8344954, + "lon": 2.4186820 + }, { "type": "node", "id": 9010902038, @@ -6427,9 +7118,129 @@ }, { "type": "node", - "id": 130040299, - "lat": 48.8467868, - "lon": 2.4135347 + "id": 9244649924, + "lat": 48.8363737, + "lon": 2.4187309 + }, + { + "type": "node", + "id": 9244649925, + "lat": 48.8359285, + "lon": 2.4191595 + }, + { + "type": "node", + "id": 17975365, + "lat": 48.8379858, + "lon": 2.4260765 + }, + { + "type": "node", + "id": 17975366, + "lat": 48.8385089, + "lon": 2.4272223 + }, + { + "type": "node", + "id": 17975367, + "lat": 48.8391483, + "lon": 2.4291085 + }, + { + "type": "node", + "id": 243896275, + "lat": 48.8393826, + "lon": 2.4299807 + }, + { + "type": "node", + "id": 258057165, + "lat": 48.8375356, + "lon": 2.4253481 + }, + { + "type": "node", + "id": 276661272, + "lat": 48.8376533, + "lon": 2.4252561 + }, + { + "type": "node", + "id": 1258726745, + "lat": 48.8388590, + "lon": 2.4281580 + }, + { + "type": "node", + "id": 1258726759, + "lat": 48.8382618, + "lon": 2.4266498 + }, + { + "type": "node", + "id": 2689380482, + "lat": 48.8393407, + "lon": 2.4298172 + }, + { + "type": "node", + "id": 2689380483, + "lat": 48.8394182, + "lon": 2.4301199 + }, + { + "type": "node", + "id": 5730846608, + "lat": 48.8392543, + "lon": 2.4294991 + }, + { + "type": "node", + "id": 5738362150, + "lat": 48.8394956, + "lon": 2.4304241 + }, + { + "type": "node", + "id": 9797001159, + "lat": 48.8377433, + "lon": 2.4256842 + }, + { + "type": "node", + "id": 17975368, + "lat": 48.8404823, + "lon": 2.4341666 + }, + { + "type": "node", + "id": 243896323, + "lat": 48.8399527, + "lon": 2.4321621 + }, + { + "type": "node", + "id": 1425307939, + "lat": 48.8399997, + "lon": 2.4323335 + }, + { + "type": "node", + "id": 2521156809, + "lat": 48.8399199, + "lon": 2.4320362 + }, + { + "type": "node", + "id": 2521156811, + "lat": 48.8400376, + "lon": 2.4324755 + }, + { + "type": "node", + "id": 7612679774, + "lat": 48.8404705, + "lon": 2.4341177 }, { "type": "node", @@ -6437,144 +7248,12 @@ "lat": 48.8466974, "lon": 2.4158847 }, - { - "type": "node", - "id": 130040864, - "lat": 48.8467369, - "lon": 2.4154054 - }, - { - "type": "node", - "id": 130040865, - "lat": 48.8469322, - "lon": 2.4150839 - }, - { - "type": "node", - "id": 130040866, - "lat": 48.8470063, - "lon": 2.4149191 - }, - { - "type": "node", - "id": 130040867, - "lat": 48.8470712, - "lon": 2.4147102 - }, - { - "type": "node", - "id": 130040868, - "lat": 48.8470938, - "lon": 2.414448 - }, - { - "type": "node", - "id": 130040869, - "lat": 48.8470335, - "lon": 2.4140476 - }, { "type": "node", "id": 130040923, "lat": 48.8465694, "lon": 2.4158517 }, - { - "type": "node", - "id": 130040924, - "lat": 48.8465933, - "lon": 2.4155032 - }, - { - "type": "node", - "id": 130040925, - "lat": 48.8465805, - "lon": 2.4151645 - }, - { - "type": "node", - "id": 130040926, - "lat": 48.8464724, - "lon": 2.414988 - }, - { - "type": "node", - "id": 130040928, - "lat": 48.8464134, - "lon": 2.4147142 - }, - { - "type": "node", - "id": 130040929, - "lat": 48.8464066, - "lon": 2.414481 - }, - { - "type": "node", - "id": 130040930, - "lat": 48.8464239, - "lon": 2.4143074 - }, - { - "type": "node", - "id": 130040931, - "lat": 48.8464729, - "lon": 2.414134 - }, - { - "type": "node", - "id": 130041281, - "lat": 48.8470781, - "lon": 2.4142411 - }, - { - "type": "node", - "id": 130042073, - "lat": 48.8466896, - "lon": 2.4151977 - }, - { - "type": "node", - "id": 130042290, - "lat": 48.8468048, - "lon": 2.4138414 - }, - { - "type": "node", - "id": 177308681, - "lat": 48.844038, - "lon": 2.4130858 - }, - { - "type": "node", - "id": 177308956, - "lat": 48.8434224, - "lon": 2.4129723 - }, - { - "type": "node", - "id": 177308957, - "lat": 48.8415095, - "lon": 2.4131999 - }, - { - "type": "node", - "id": 177308958, - "lat": 48.841444, - "lon": 2.4131708 - }, - { - "type": "node", - "id": 177308960, - "lat": 48.8413632, - "lon": 2.412977 - }, - { - "type": "node", - "id": 206093388, - "lat": 48.8440668, - "lon": 2.4136323 - }, { "type": "node", "id": 243894703, @@ -6584,7 +7263,7 @@ { "type": "node", "id": 243894704, - "lat": 48.844951, + "lat": 48.8449510, "lon": 2.4175657 }, { @@ -6593,24 +7272,24 @@ "lat": 48.8436611, "lon": 2.4176445 }, - { - "type": "node", - "id": 245272061, - "lat": 48.8460221, - "lon": 2.4124185 - }, - { - "type": "node", - "id": 245272062, - "lat": 48.8452384, - "lon": 2.4123984 - }, { "type": "node", "id": 246552603, "lat": 48.8408341, "lon": 2.4175855 }, + { + "type": "node", + "id": 246553255, + "lat": 48.8408093, + "lon": 2.4164308 + }, + { + "type": "node", + "id": 246553256, + "lat": 48.8409355, + "lon": 2.4172512 + }, { "type": "node", "id": 246553257, @@ -6644,7 +7323,7 @@ { "type": "node", "id": 247277430, - "lat": 48.846893, + "lat": 48.8468930, "lon": 2.4165136 }, { @@ -6683,48 +7362,6 @@ "lat": 48.8471286, "lon": 2.4176257 }, - { - "type": "node", - "id": 268227353, - "lat": 48.8469339, - "lon": 2.4159324 - }, - { - "type": "node", - "id": 268227835, - "lat": 48.8463091, - "lon": 2.4158009 - }, - { - "type": "node", - "id": 268227938, - "lat": 48.8440077, - "lon": 2.4143784 - }, - { - "type": "node", - "id": 268227951, - "lat": 48.8451406, - "lon": 2.4146543 - }, - { - "type": "node", - "id": 277542388, - "lat": 48.8463854, - "lon": 2.4136333 - }, - { - "type": "node", - "id": 332042529, - "lat": 48.8470891, - "lon": 2.4153642 - }, - { - "type": "node", - "id": 332043843, - "lat": 48.8463426, - "lon": 2.4153123 - }, { "type": "node", "id": 332197619, @@ -6737,16 +7374,10 @@ "lat": 48.8454437, "lon": 2.4175704 }, - { - "type": "node", - "id": 332199733, - "lat": 48.8451723, - "lon": 2.4149606 - }, { "type": "node", "id": 332199745, - "lat": 48.845295, + "lat": 48.8452950, "lon": 2.4156144 }, { @@ -6761,30 +7392,6 @@ "lat": 48.8459883, "lon": 2.4157274 }, - { - "type": "node", - "id": 332201812, - "lat": 48.843958, - "lon": 2.4134871 - }, - { - "type": "node", - "id": 332201813, - "lat": 48.8438552, - "lon": 2.4146288 - }, - { - "type": "node", - "id": 332201898, - "lat": 48.8438875, - "lon": 2.4143474 - }, - { - "type": "node", - "id": 332202487, - "lat": 48.8439677, - "lon": 2.4146692 - }, { "type": "node", "id": 332203740, @@ -6795,7 +7402,7 @@ "type": "node", "id": 332203755, "lat": 48.8436784, - "lon": 2.417415 + "lon": 2.4174150 }, { "type": "node", @@ -6813,14 +7420,26 @@ "type": "node", "id": 332204374, "lat": 48.8412606, - "lon": 2.415173 + "lon": 2.4151730 }, { "type": "node", "id": 332204375, - "lat": 48.842315, + "lat": 48.8423150, "lon": 2.4176616 }, + { + "type": "node", + "id": 332204379, + "lat": 48.8423736, + "lon": 2.4167176 + }, + { + "type": "node", + "id": 332204380, + "lat": 48.8419322, + "lon": 2.4157522 + }, { "type": "node", "id": 332204381, @@ -6829,94 +7448,64 @@ }, { "type": "node", - "id": 355535168, - "lat": 48.8468847, - "lon": 2.4135521 + "id": 360758939, + "lat": 48.8437451, + "lon": 2.4153002 }, { "type": "node", - "id": 357575575, - "lat": 48.8469342, - "lon": 2.4138949 + "id": 360758942, + "lat": 48.8436174, + "lon": 2.4168193 }, { "type": "node", - "id": 418865002, - "lat": 48.8468565, - "lon": 2.4151588 + "id": 603135081, + "lat": 48.8462875, + "lon": 2.4173775 }, { "type": "node", - "id": 418866885, - "lat": 48.8466043, - "lon": 2.4139269 + "id": 632680112, + "lat": 48.8432691, + "lon": 2.4180076 }, { "type": "node", - "id": 418867529, - "lat": 48.8467805, - "lon": 2.4152869 + "id": 1025182913, + "lat": 48.8467239, + "lon": 2.4172005 }, { "type": "node", - "id": 418867539, - "lat": 48.8465979, - "lon": 2.4153299 - }, - { - "type": "node", - "id": 418869312, - "lat": 48.8464547, - "lon": 2.4158293 - }, - { - "type": "node", - "id": 418869634, - "lat": 48.8463351, - "lon": 2.4135552 - }, - { - "type": "node", - "id": 567390019, - "lat": 48.8454577, - "lon": 2.4125099 - }, - { - "type": "node", - "id": 568051530, - "lat": 48.8468003, - "lon": 2.4159055 - }, - { - "type": "node", - "id": 612428557, - "lat": 48.8439882, - "lon": 2.4130783 - }, - { - "type": "node", - "id": 688959955, - "lat": 48.8451588, - "lon": 2.413308 - }, - { - "type": "node", - "id": 1082077022, - "lat": 48.8441463, - "lon": 2.4131017 + "id": 1244401726, + "lat": 48.8422267, + "lon": 2.4168242 }, { "type": "node", "id": 1244401736, - "lat": 48.843629, + "lat": 48.8436290, "lon": 2.4180095 }, + { + "type": "node", + "id": 1244401771, + "lat": 48.8423131, + "lon": 2.4174040 + }, { "type": "node", "id": 1244401813, "lat": 48.8435138, "lon": 2.4176852 }, + { + "type": "node", + "id": 1307770014, + "lat": 48.8436412, + "lon": 2.4154538 + }, { "type": "node", "id": 1307770016, @@ -6925,75 +7514,237 @@ }, { "type": "node", - "id": 1433756127, - "lat": 48.8418491, - "lon": 2.4131696 + "id": 1437838342, + "lat": 48.8430019, + "lon": 2.4146631 }, { "type": "node", - "id": 1433756133, - "lat": 48.8439833, - "lon": 2.4132123 + "id": 1445368721, + "lat": 48.8465629, + "lon": 2.4182238 }, { "type": "node", - "id": 1433756143, - "lat": 48.8440446, - "lon": 2.4129775 + "id": 1445368725, + "lat": 48.8466046, + "lon": 2.4182025 }, { "type": "node", - "id": 1433756144, - "lat": 48.8440955, - "lon": 2.4132477 + "id": 1445368727, + "lat": 48.8466249, + "lon": 2.4181886 }, { "type": "node", - "id": 1433756164, - "lat": 48.8459698, - "lon": 2.4124596 + "id": 1445368729, + "lat": 48.8466574, + "lon": 2.4181631 }, { "type": "node", - "id": 1433756165, - "lat": 48.8460489, - "lon": 2.4123308 + "id": 1445368733, + "lat": 48.8466767, + "lon": 2.4181456 }, { "type": "node", - "id": 1437800183, - "lat": 48.8466849, - "lon": 2.413864 + "id": 1445368735, + "lat": 48.8467022, + "lon": 2.4181184 }, { "type": "node", - "id": 1437800200, - "lat": 48.8467428, - "lon": 2.4137283 + "id": 1445368740, + "lat": 48.8467201, + "lon": 2.4180946 }, { "type": "node", - "id": 1437800232, - "lat": 48.8469007, - "lon": 2.4137418 + "id": 1445368748, + "lat": 48.8467460, + "lon": 2.4180559 }, { "type": "node", - "id": 1437800251, - "lat": 48.8469779, - "lon": 2.4154389 + "id": 1445368759, + "lat": 48.8467672, + "lon": 2.4180128 }, { "type": "node", - "id": 1437810740, - "lat": 48.8438037, - "lon": 2.4146112 + "id": 1445368773, + "lat": 48.8467825, + "lon": 2.4179756 }, { "type": "node", - "id": 1437810743, - "lat": 48.8441047, - "lon": 2.4143987 + "id": 1445368786, + "lat": 48.8467978, + "lon": 2.4179302 + }, + { + "type": "node", + "id": 1445368789, + "lat": 48.8468081, + "lon": 2.4178832 + }, + { + "type": "node", + "id": 1445368792, + "lat": 48.8468168, + "lon": 2.4178349 + }, + { + "type": "node", + "id": 1445371797, + "lat": 48.8466259, + "lon": 2.4173287 + }, + { + "type": "node", + "id": 1445371798, + "lat": 48.8466240, + "lon": 2.4173914 + }, + { + "type": "node", + "id": 1445371799, + "lat": 48.8466373, + "lon": 2.4174173 + }, + { + "type": "node", + "id": 1445371800, + "lat": 48.8466622, + "lon": 2.4174514 + }, + { + "type": "node", + "id": 1445371801, + "lat": 48.8466928, + "lon": 2.4166361 + }, + { + "type": "node", + "id": 1445371802, + "lat": 48.8467017, + "lon": 2.4165979 + }, + { + "type": "node", + "id": 1445371803, + "lat": 48.8467023, + "lon": 2.4174869 + }, + { + "type": "node", + "id": 1445371805, + "lat": 48.8467184, + "lon": 2.4165724 + }, + { + "type": "node", + "id": 1445371807, + "lat": 48.8467392, + "lon": 2.4165677 + }, + { + "type": "node", + "id": 1445371808, + "lat": 48.8467465, + "lon": 2.4174875 + }, + { + "type": "node", + "id": 1445371809, + "lat": 48.8467823, + "lon": 2.4174629 + }, + { + "type": "node", + "id": 1445371812, + "lat": 48.8467971, + "lon": 2.4173706 + }, + { + "type": "node", + "id": 1445371813, + "lat": 48.8468245, + "lon": 2.4165708 + }, + { + "type": "node", + "id": 1445371814, + "lat": 48.8468442, + "lon": 2.4165872 + }, + { + "type": "node", + "id": 1445371815, + "lat": 48.8468578, + "lon": 2.4166221 + }, + { + "type": "node", + "id": 1445371816, + "lat": 48.8468642, + "lon": 2.4166609 + }, + { + "type": "node", + "id": 1445379504, + "lat": 48.8468184, + "lon": 2.4178168 + }, + { + "type": "node", + "id": 1445379649, + "lat": 48.8465098, + "lon": 2.4182203 + }, + { + "type": "node", + "id": 1445379650, + "lat": 48.8465405, + "lon": 2.4178956 + }, + { + "type": "node", + "id": 1445379651, + "lat": 48.8465639, + "lon": 2.4178152 + }, + { + "type": "node", + "id": 1445379652, + "lat": 48.8466007, + "lon": 2.4177510 + }, + { + "type": "node", + "id": 1445379653, + "lat": 48.8466340, + "lon": 2.4177189 + }, + { + "type": "node", + "id": 1445379654, + "lat": 48.8466875, + "lon": 2.4176829 + }, + { + "type": "node", + "id": 1445379655, + "lat": 48.8468275, + "lon": 2.4177475 + }, + { + "type": "node", + "id": 1445379656, + "lat": 48.8468265, + "lon": 2.4176793 }, { "type": "node", @@ -7025,23 +7776,11 @@ "lat": 48.8462127, "lon": 2.4181314 }, - { - "type": "node", - "id": 1515926967, - "lat": 48.8465916, - "lon": 2.4155451 - }, - { - "type": "node", - "id": 1515926976, - "lat": 48.8467202, - "lon": 2.4155687 - }, { "type": "node", "id": 1605722338, "lat": 48.8430481, - "lon": 2.417931 + "lon": 2.4179310 }, { "type": "node", @@ -7055,16 +7794,28 @@ "lat": 48.8436368, "lon": 2.4178989 }, + { + "type": "node", + "id": 1606919970, + "lat": 48.8434140, + "lon": 2.4155140 + }, { "type": "node", "id": 1606919982, "lat": 48.8434288, "lon": 2.4167678 }, + { + "type": "node", + "id": 1606920055, + "lat": 48.8435056, + "lon": 2.4154587 + }, { "type": "node", "id": 1606920069, - "lat": 48.843535, + "lat": 48.8435350, "lon": 2.4172898 }, { @@ -7073,6 +7824,12 @@ "lat": 48.8437075, "lon": 2.4169816 }, + { + "type": "node", + "id": 1606920155, + "lat": 48.8437305, + "lon": 2.4154739 + }, { "type": "node", "id": 1606920157, @@ -7081,27 +7838,15 @@ }, { "type": "node", - "id": 1827370437, - "lat": 48.8465788, - "lon": 2.4139527 + "id": 1612074233, + "lat": 48.8407661, + "lon": 2.4164452 }, { "type": "node", - "id": 1829190868, - "lat": 48.8471514, - "lon": 2.4159794 - }, - { - "type": "node", - "id": 1851366349, - "lat": 48.8438647, - "lon": 2.4145436 - }, - { - "type": "node", - "id": 1851366352, - "lat": 48.8446645, - "lon": 2.4144989 + "id": 1903022206, + "lat": 48.8435684, + "lon": 2.4180086 }, { "type": "node", @@ -7109,12 +7854,6 @@ "lat": 48.8436346, "lon": 2.4179277 }, - { - "type": "node", - "id": 2014228911, - "lat": 48.8470296, - "lon": 2.4153565 - }, { "type": "node", "id": 2014228912, @@ -7127,12 +7866,6 @@ "lat": 48.8467105, "lon": 2.4175442 }, - { - "type": "node", - "id": 2014228937, - "lat": 48.846942, - "lon": 2.4158292 - }, { "type": "node", "id": 2014228950, @@ -7142,7 +7875,7 @@ { "type": "node", "id": 2014228959, - "lat": 48.847255, + "lat": 48.8472550, "lon": 2.4160795 }, { @@ -7151,12 +7884,6 @@ "lat": 48.8466293, "lon": 2.4176722 }, - { - "type": "node", - "id": 2014228966, - "lat": 48.8469864, - "lon": 2.415943 - }, { "type": "node", "id": 2014228969, @@ -7165,9 +7892,45 @@ }, { "type": "node", - "id": 2211156921, - "lat": 48.8412899, - "lon": 2.4141526 + "id": 2149927587, + "lat": 48.8462818, + "lon": 2.4174492 + }, + { + "type": "node", + "id": 2149927592, + "lat": 48.8464397, + "lon": 2.4173932 + }, + { + "type": "node", + "id": 2149927593, + "lat": 48.8464448, + "lon": 2.4173476 + }, + { + "type": "node", + "id": 2149927594, + "lat": 48.8465883, + "lon": 2.4174234 + }, + { + "type": "node", + "id": 2149927595, + "lat": 48.8465933, + "lon": 2.4173785 + }, + { + "type": "node", + "id": 2149927596, + "lat": 48.8467203, + "lon": 2.4172722 + }, + { + "type": "node", + "id": 2314044362, + "lat": 48.8435121, + "lon": 2.4180084 }, { "type": "node", @@ -7187,60 +7950,6 @@ "lat": 48.8436738, "lon": 2.4174764 }, - { - "type": "node", - "id": 2415333103, - "lat": 48.8468902, - "lon": 2.4135082 - }, - { - "type": "node", - "id": 2415333104, - "lat": 48.8467898, - "lon": 2.4134892 - }, - { - "type": "node", - "id": 2575360137, - "lat": 48.8469136, - "lon": 2.4119145 - }, - { - "type": "node", - "id": 2813796785, - "lat": 48.8470582, - "lon": 2.4117371 - }, - { - "type": "node", - "id": 2882446714, - "lat": 48.8470543, - "lon": 2.4117766 - }, - { - "type": "node", - "id": 3287262125, - "lat": 48.8467242, - "lon": 2.4155293 - }, - { - "type": "node", - "id": 3287262132, - "lat": 48.8462514, - "lon": 2.415787 - }, - { - "type": "node", - "id": 3287262133, - "lat": 48.8463162, - "lon": 2.4156968 - }, - { - "type": "node", - "id": 3287262138, - "lat": 48.8469903, - "lon": 2.4153962 - }, { "type": "node", "id": 3287262139, @@ -7319,6 +8028,18 @@ "lat": 48.8463727, "lon": 2.4182623 }, + { + "type": "node", + "id": 3287262153, + "lat": 48.8462943, + "lon": 2.4173055 + }, + { + "type": "node", + "id": 3287262154, + "lat": 48.8463102, + "lon": 2.4173713 + }, { "type": "node", "id": 3287262155, @@ -7343,6 +8064,18 @@ "lat": 48.8409845, "lon": 2.4175922 }, + { + "type": "node", + "id": 4565173260, + "lat": 48.8413150, + "lon": 2.4176821 + }, + { + "type": "node", + "id": 4565173261, + "lat": 48.8416277, + "lon": 2.4175562 + }, { "type": "node", "id": 4565173262, @@ -7361,30 +8094,6 @@ "lat": 48.8464955, "lon": 2.4168947 }, - { - "type": "node", - "id": 5432312676, - "lat": 48.8451342, - "lon": 2.4147405 - }, - { - "type": "node", - "id": 5432317996, - "lat": 48.843887, - "lon": 2.4130528 - }, - { - "type": "node", - "id": 5432317997, - "lat": 48.8442124, - "lon": 2.4131123 - }, - { - "type": "node", - "id": 5432317998, - "lat": 48.8453308, - "lon": 2.4133441 - }, { "type": "node", "id": 5484599401, @@ -7397,12 +8106,6 @@ "lat": 48.8433757, "lon": 2.4176825 }, - { - "type": "node", - "id": 5584723168, - "lat": 48.8464457, - "lon": 2.4148699 - }, { "type": "node", "id": 5584723171, @@ -7437,7 +8140,7 @@ "type": "node", "id": 5584723179, "lat": 48.8465116, - "lon": 2.417835 + "lon": 2.4178350 }, { "type": "node", @@ -7454,56 +8157,212 @@ { "type": "node", "id": 5686023019, - "lat": 48.845968, + "lat": 48.8459680, "lon": 2.4175412 }, { "type": "node", - "id": 5935517602, - "lat": 48.8437291, - "lon": 2.4145956 + "id": 5749358466, + "lat": 48.8437911, + "lon": 2.4147515 }, { "type": "node", - "id": 5935517603, - "lat": 48.8439052, - "lon": 2.4149718 + "id": 6007197512, + "lat": 48.8436526, + "lon": 2.4169338 }, { "type": "node", - "id": 5935517604, - "lat": 48.8440275, - "lon": 2.4140954 + "id": 6007197513, + "lat": 48.8436246, + "lon": 2.4168655 }, { "type": "node", - "id": 5935517605, - "lat": 48.8440795, - "lon": 2.4134785 + "id": 6007197531, + "lat": 48.8437783, + "lon": 2.4148951 }, { "type": "node", - "id": 6007197515, - "lat": 48.8439573, - "lon": 2.4130729 + "id": 6269281368, + "lat": 48.8430103, + "lon": 2.4170110 }, { "type": "node", - "id": 6007197528, - "lat": 48.8439271, - "lon": 2.4148684 + "id": 6269281369, + "lat": 48.8427843, + "lon": 2.4163384 }, { "type": "node", - "id": 6007197529, - "lat": 48.8438531, - "lon": 2.4148484 + "id": 6269281370, + "lat": 48.8424763, + "lon": 2.4165738 }, { "type": "node", - "id": 6269281512, - "lat": 48.8424758, - "lon": 2.4143776 + "id": 6269281371, + "lat": 48.8426237, + "lon": 2.4163572 + }, + { + "type": "node", + "id": 6269281372, + "lat": 48.8424820, + "lon": 2.4166287 + }, + { + "type": "node", + "id": 6269281373, + "lat": 48.8425010, + "lon": 2.4168058 + }, + { + "type": "node", + "id": 6269281374, + "lat": 48.8425513, + "lon": 2.4168044 + }, + { + "type": "node", + "id": 6269281375, + "lat": 48.8425562, + "lon": 2.4170485 + }, + { + "type": "node", + "id": 6269281376, + "lat": 48.8421982, + "lon": 2.4167887 + }, + { + "type": "node", + "id": 6269281377, + "lat": 48.8421475, + "lon": 2.4167099 + }, + { + "type": "node", + "id": 6269281378, + "lat": 48.8421204, + "lon": 2.4166857 + }, + { + "type": "node", + "id": 6269281379, + "lat": 48.8420941, + "lon": 2.4166730 + }, + { + "type": "node", + "id": 6269281380, + "lat": 48.8420738, + "lon": 2.4166629 + }, + { + "type": "node", + "id": 6269281381, + "lat": 48.8420531, + "lon": 2.4166378 + }, + { + "type": "node", + "id": 6269281382, + "lat": 48.8420387, + "lon": 2.4166103 + }, + { + "type": "node", + "id": 6269281383, + "lat": 48.8420317, + "lon": 2.4165610 + }, + { + "type": "node", + "id": 6269281384, + "lat": 48.8420204, + "lon": 2.4164940 + }, + { + "type": "node", + "id": 6269281485, + "lat": 48.8419994, + "lon": 2.4164403 + }, + { + "type": "node", + "id": 6269281486, + "lat": 48.8422031, + "lon": 2.4168266 + }, + { + "type": "node", + "id": 6269281487, + "lat": 48.8421821, + "lon": 2.4168105 + }, + { + "type": "node", + "id": 6269281488, + "lat": 48.8421360, + "lon": 2.4167478 + }, + { + "type": "node", + "id": 6269281489, + "lat": 48.8420934, + "lon": 2.4167142 + }, + { + "type": "node", + "id": 6269281490, + "lat": 48.8420544, + "lon": 2.4166871 + }, + { + "type": "node", + "id": 6269281491, + "lat": 48.8420294, + "lon": 2.4166572 + }, + { + "type": "node", + "id": 6269281492, + "lat": 48.8420169, + "lon": 2.4166338 + }, + { + "type": "node", + "id": 6269281493, + "lat": 48.8420080, + "lon": 2.4166053 + }, + { + "type": "node", + "id": 6269281494, + "lat": 48.8419968, + "lon": 2.4165379 + }, + { + "type": "node", + "id": 6269281495, + "lat": 48.8419858, + "lon": 2.4164856 + }, + { + "type": "node", + "id": 6269281496, + "lat": 48.8419705, + "lon": 2.4164417 + }, + { + "type": "node", + "id": 6269281497, + "lat": 48.8419394, + "lon": 2.4163833 }, { "type": "node", @@ -7511,6 +8370,18 @@ "lat": 48.8422191, "lon": 2.4143289 }, + { + "type": "node", + "id": 6269281524, + "lat": 48.8422159, + "lon": 2.4145111 + }, + { + "type": "node", + "id": 6269281525, + "lat": 48.8422366, + "lon": 2.4147277 + }, { "type": "node", "id": 6269281526, @@ -7519,9 +8390,9 @@ }, { "type": "node", - "id": 6436277783, - "lat": 48.8418007, - "lon": 2.4131734 + "id": 6393971090, + "lat": 48.8431009, + "lon": 2.4145949 }, { "type": "node", @@ -7541,12 +8412,6 @@ "lat": 48.8463066, "lon": 2.4180977 }, - { - "type": "node", - "id": 6521809179, - "lat": 48.8453102, - "lon": 2.4124454 - }, { "type": "node", "id": 6521858661, @@ -7555,9 +8420,15 @@ }, { "type": "node", - "id": 6620302036, - "lat": 48.8464576, - "lon": 2.41373 + "id": 6620353571, + "lat": 48.8408148, + "lon": 2.4176640 + }, + { + "type": "node", + "id": 6620385288, + "lat": 48.8409293, + "lon": 2.4175112 }, { "type": "node", @@ -7565,72 +8436,6 @@ "lat": 48.8435884, "lon": 2.4173374 }, - { - "type": "node", - "id": 6814387838, - "lat": 48.8431686, - "lon": 2.4130082 - }, - { - "type": "node", - "id": 6814423804, - "lat": 48.8424508, - "lon": 2.4131108 - }, - { - "type": "node", - "id": 6814426328, - "lat": 48.8422475, - "lon": 2.413144 - }, - { - "type": "node", - "id": 6814426329, - "lat": 48.841985, - "lon": 2.4131445 - }, - { - "type": "node", - "id": 6814426330, - "lat": 48.8420768, - "lon": 2.4131653 - }, - { - "type": "node", - "id": 6814435740, - "lat": 48.8427474, - "lon": 2.4130623 - }, - { - "type": "node", - "id": 6814435969, - "lat": 48.844056, - "lon": 2.4128311 - }, - { - "type": "node", - "id": 6814437706, - "lat": 48.8414189, - "lon": 2.413141 - }, - { - "type": "node", - "id": 6814437707, - "lat": 48.8414767, - "lon": 2.4131912 - }, - { - "type": "node", - "id": 6814443236, - "lat": 48.8435329, - "lon": 2.4129687 - }, - { - "type": "node", - "id": 6873306208, - "lat": 48.8441403, - "lon": 2.4118994 - }, { "type": "node", "id": 7233154215, @@ -7643,95 +8448,29 @@ "lat": 48.8463833, "lon": 2.4178509 }, + { + "type": "node", + "id": 7233154217, + "lat": 48.8461187, + "lon": 2.4181935 + }, { "type": "node", "id": 7264840573, "lat": 48.8472682, "lon": 2.4159434 }, - { - "type": "node", - "id": 7264840576, - "lat": 48.8469378, - "lon": 2.415883 - }, - { - "type": "node", - "id": 7264840578, - "lat": 48.8467016, - "lon": 2.4158351 - }, - { - "type": "node", - "id": 7575806475, - "lat": 48.846313, - "lon": 2.4157436 - }, - { - "type": "node", - "id": 7575806476, - "lat": 48.8452802, - "lon": 2.4155306 - }, - { - "type": "node", - "id": 7576971768, - "lat": 48.8470079, - "lon": 2.415372 - }, { "type": "node", "id": 7612718791, "lat": 48.8436221, "lon": 2.4173637 }, - { - "type": "node", - "id": 7857612800, - "lat": 48.8439855, - "lon": 2.4145394 - }, - { - "type": "node", - "id": 8165255079, - "lat": 48.8453503, - "lon": 2.4156234 - }, { "type": "node", "id": 8165255080, "lat": 48.8453059, - "lon": 2.415758 - }, - { - "type": "node", - "id": 8165255081, - "lat": 48.8438991, - "lon": 2.4142056 - }, - { - "type": "node", - "id": 8165255082, - "lat": 48.8440238, - "lon": 2.4141489 - }, - { - "type": "node", - "id": 8165255083, - "lat": 48.8439363, - "lon": 2.4148233 - }, - { - "type": "node", - "id": 8165255084, - "lat": 48.8438536, - "lon": 2.4147987 - }, - { - "type": "node", - "id": 8165255085, - "lat": 48.8437708, - "lon": 2.4146043 + "lon": 2.4157580 }, { "type": "node", @@ -7753,21 +8492,45 @@ }, { "type": "node", - "id": 8165255090, - "lat": 48.845257, - "lon": 2.4122572 + "id": 8194889293, + "lat": 48.8429556, + "lon": 2.4146750 }, { "type": "node", - "id": 8165255091, - "lat": 48.8460536, - "lon": 2.4122762 + "id": 8659277192, + "lat": 48.8466707, + "lon": 2.4175975 }, { "type": "node", - "id": 8194889294, - "lat": 48.8429537, - "lon": 2.4144683 + "id": 8659277193, + "lat": 48.8466367, + "lon": 2.4175915 + }, + { + "type": "node", + "id": 8659302856, + "lat": 48.8463049, + "lon": 2.4176077 + }, + { + "type": "node", + "id": 8659302857, + "lat": 48.8462806, + "lon": 2.4176084 + }, + { + "type": "node", + "id": 8659314469, + "lat": 48.8465096, + "lon": 2.4173256 + }, + { + "type": "node", + "id": 8659314470, + "lat": 48.8465140, + "lon": 2.4172767 }, { "type": "node", @@ -7775,6 +8538,18 @@ "lat": 48.8432981, "lon": 2.4178877 }, + { + "type": "node", + "id": 9062337876, + "lat": 48.8432976, + "lon": 2.4178400 + }, + { + "type": "node", + "id": 9062337877, + "lat": 48.8432972, + "lon": 2.4177977 + }, { "type": "node", "id": 9062337878, @@ -7787,6 +8562,24 @@ "lat": 48.8430637, "lon": 2.4176669 }, + { + "type": "node", + "id": 9062337880, + "lat": 48.8430637, + "lon": 2.4178024 + }, + { + "type": "node", + "id": 9062337881, + "lat": 48.8430646, + "lon": 2.4178393 + }, + { + "type": "node", + "id": 9062337882, + "lat": 48.8432765, + "lon": 2.4182383 + }, { "type": "node", "id": 243892643, @@ -7796,7 +8589,7 @@ { "type": "node", "id": 243892644, - "lat": 48.841895, + "lat": 48.8418950, "lon": 2.4244612 }, { @@ -7809,7 +8602,7 @@ "type": "node", "id": 243892646, "lat": 48.8423374, - "lon": 2.423812 + "lon": 2.4238120 }, { "type": "node", @@ -7821,7 +8614,7 @@ "type": "node", "id": 243892648, "lat": 48.8428339, - "lon": 2.423339 + "lon": 2.4233390 }, { "type": "node", @@ -7847,18 +8640,60 @@ "lat": 48.8446157, "lon": 2.4214837 }, + { + "type": "node", + "id": 243894236, + "lat": 48.8447266, + "lon": 2.4216982 + }, + { + "type": "node", + "id": 243894237, + "lat": 48.8446351, + "lon": 2.4218696 + }, + { + "type": "node", + "id": 243894238, + "lat": 48.8445138, + "lon": 2.4221204 + }, + { + "type": "node", + "id": 243894239, + "lat": 48.8443907, + "lon": 2.4223438 + }, + { + "type": "node", + "id": 243894267, + "lat": 48.8449444, + "lon": 2.4221360 + }, { "type": "node", "id": 243894294, - "lat": 48.844137, + "lat": 48.8441370, "lon": 2.4232707 }, + { + "type": "node", + "id": 243894303, + "lat": 48.8451095, + "lon": 2.4224907 + }, { "type": "node", "id": 243894306, "lat": 48.8444817, "lon": 2.4233623 }, + { + "type": "node", + "id": 243894307, + "lat": 48.8452759, + "lon": 2.4228277 + }, { "type": "node", "id": 243894308, @@ -7869,7 +8704,7 @@ "type": "node", "id": 243894439, "lat": 48.8438083, - "lon": 2.422674 + "lon": 2.4226740 }, { "type": "node", @@ -7881,7 +8716,7 @@ "type": "node", "id": 243894850, "lat": 48.8451906, - "lon": 2.420294 + "lon": 2.4202940 }, { "type": "node", @@ -7893,7 +8728,7 @@ "type": "node", "id": 243894864, "lat": 48.8436809, - "lon": 2.418493 + "lon": 2.4184930 }, { "type": "node", @@ -7910,7 +8745,7 @@ { "type": "node", "id": 243894867, - "lat": 48.845949, + "lat": 48.8459490, "lon": 2.4230441 }, { @@ -7971,7 +8806,7 @@ "type": "node", "id": 243895218, "lat": 48.8408291, - "lon": 2.420011 + "lon": 2.4200110 }, { "type": "node", @@ -8015,18 +8850,6 @@ "lat": 48.8459756, "lon": 2.4237016 }, - { - "type": "node", - "id": 243895539, - "lat": 48.846304, - "lon": 2.4240301 - }, - { - "type": "node", - "id": 243895540, - "lat": 48.8460384, - "lon": 2.4237365 - }, { "type": "node", "id": 243896002, @@ -8039,24 +8862,12 @@ "lat": 48.8459313, "lon": 2.4242509 }, - { - "type": "node", - "id": 243896004, - "lat": 48.8460585, - "lon": 2.4243463 - }, { "type": "node", "id": 243896557, "lat": 48.8463317, "lon": 2.4197795 }, - { - "type": "node", - "id": 243896576, - "lat": 48.8470751, - "lon": 2.4216258 - }, { "type": "node", "id": 243896586, @@ -8081,6 +8892,96 @@ "lat": 48.8434583, "lon": 2.4198619 }, + { + "type": "node", + "id": 258057169, + "lat": 48.8408664, + "lon": 2.4201776 + }, + { + "type": "node", + "id": 276661235, + "lat": 48.8431547, + "lon": 2.4201737 + }, + { + "type": "node", + "id": 276661236, + "lat": 48.8430155, + "lon": 2.4204415 + }, + { + "type": "node", + "id": 276661237, + "lat": 48.8426798, + "lon": 2.4216527 + }, + { + "type": "node", + "id": 276661238, + "lat": 48.8426347, + "lon": 2.4215358 + }, + { + "type": "node", + "id": 276661239, + "lat": 48.8426143, + "lon": 2.4214570 + }, + { + "type": "node", + "id": 276661240, + "lat": 48.8425558, + "lon": 2.4212739 + }, + { + "type": "node", + "id": 276661241, + "lat": 48.8424866, + "lon": 2.4209406 + }, + { + "type": "node", + "id": 276661242, + "lat": 48.8424261, + "lon": 2.4206710 + }, + { + "type": "node", + "id": 276661243, + "lat": 48.8423829, + "lon": 2.4205349 + }, + { + "type": "node", + "id": 276661244, + "lat": 48.8423471, + "lon": 2.4205201 + }, + { + "type": "node", + "id": 276661257, + "lat": 48.8414273, + "lon": 2.4203999 + }, + { + "type": "node", + "id": 276661259, + "lat": 48.8414281, + "lon": 2.4200362 + }, + { + "type": "node", + "id": 276661260, + "lat": 48.8413920, + "lon": 2.4196850 + }, + { + "type": "node", + "id": 276661263, + "lat": 48.8408700, + "lon": 2.4202082 + }, { "type": "node", "id": 333697735, @@ -8099,12 +9000,6 @@ "lat": 48.8444644, "lon": 2.4217962 }, - { - "type": "node", - "id": 418861375, - "lat": 48.8460031, - "lon": 2.4242901 - }, { "type": "node", "id": 418863630, @@ -8129,6 +9024,36 @@ "lat": 48.8442939, "lon": 2.4221316 }, + { + "type": "node", + "id": 538334041, + "lat": 48.8434157, + "lon": 2.4200018 + }, + { + "type": "node", + "id": 538334046, + "lat": 48.8431743, + "lon": 2.4222722 + }, + { + "type": "node", + "id": 567682802, + "lat": 48.8458219, + "lon": 2.4231681 + }, + { + "type": "node", + "id": 567682810, + "lat": 48.8455810, + "lon": 2.4234314 + }, + { + "type": "node", + "id": 567684057, + "lat": 48.8439227, + "lon": 2.4191095 + }, { "type": "node", "id": 632680691, @@ -8141,23 +9066,119 @@ "lat": 48.8419542, "lon": 2.4186185 }, + { + "type": "node", + "id": 699569698, + "lat": 48.8437441, + "lon": 2.4229933 + }, + { + "type": "node", + "id": 699569700, + "lat": 48.8439832, + "lon": 2.4228077 + }, + { + "type": "node", + "id": 699569701, + "lat": 48.8442123, + "lon": 2.4225819 + }, + { + "type": "node", + "id": 699569702, + "lat": 48.8441778, + "lon": 2.4231291 + }, + { + "type": "node", + "id": 699569705, + "lat": 48.8449026, + "lon": 2.4233010 + }, + { + "type": "node", + "id": 699569706, + "lat": 48.8445416, + "lon": 2.4232186 + }, { "type": "node", "id": 699570497, "lat": 48.8448218, "lon": 2.4210744 }, + { + "type": "node", + "id": 1056718227, + "lat": 48.8463362, + "lon": 2.4203244 + }, + { + "type": "node", + "id": 1082065980, + "lat": 48.8447674, + "lon": 2.4208699 + }, + { + "type": "node", + "id": 1082065981, + "lat": 48.8448751, + "lon": 2.4211397 + }, + { + "type": "node", + "id": 1082065987, + "lat": 48.8427877, + "lon": 2.4231939 + }, + { + "type": "node", + "id": 1257996081, + "lat": 48.8461508, + "lon": 2.4201777 + }, + { + "type": "node", + "id": 1261703970, + "lat": 48.8450572, + "lon": 2.4248289 + }, + { + "type": "node", + "id": 1261703973, + "lat": 48.8451727, + "lon": 2.4237091 + }, + { + "type": "node", + "id": 1261703990, + "lat": 48.8451815, + "lon": 2.4236292 + }, { "type": "node", "id": 1261703998, "lat": 48.8451924, "lon": 2.4235314 }, + { + "type": "node", + "id": 1307757592, + "lat": 48.8454102, + "lon": 2.4186017 + }, { "type": "node", "id": 1307757593, "lat": 48.8459019, - "lon": 2.418789 + "lon": 2.4187890 + }, + { + "type": "node", + "id": 1307757594, + "lat": 48.8457438, + "lon": 2.4186167 }, { "type": "node", @@ -8187,7 +9208,13 @@ "type": "node", "id": 1448528475, "lat": 48.8439499, - "lon": 2.422553 + "lon": 2.4225530 + }, + { + "type": "node", + "id": 1585219079, + "lat": 48.8432836, + "lon": 2.4200289 }, { "type": "node", @@ -8211,13 +9238,13 @@ "type": "node", "id": 1605784246, "lat": 48.8410095, - "lon": 2.41981 + "lon": 2.4198100 }, { "type": "node", "id": 1605784247, - "lat": 48.8413, - "lon": 2.419589 + "lat": 48.8413000, + "lon": 2.4195890 }, { "type": "node", @@ -8231,6 +9258,24 @@ "lat": 48.8429608, "lon": 2.4197533 }, + { + "type": "node", + "id": 1605821751, + "lat": 48.8457110, + "lon": 2.4245230 + }, + { + "type": "node", + "id": 1635165536, + "lat": 48.8419857, + "lon": 2.4199957 + }, + { + "type": "node", + "id": 1794274630, + "lat": 48.8430022, + "lon": 2.4227699 + }, { "type": "node", "id": 1829184779, @@ -8241,13 +9286,7 @@ "type": "node", "id": 1829184785, "lat": 48.8448158, - "lon": 2.420881 - }, - { - "type": "node", - "id": 1829184791, - "lat": 48.8461397, - "lon": 2.4245867 + "lon": 2.4208810 }, { "type": "node", @@ -8258,7 +9297,7 @@ { "type": "node", "id": 1841416327, - "lat": 48.842911, + "lat": 48.8429110, "lon": 2.4230753 }, { @@ -8269,15 +9308,69 @@ }, { "type": "node", - "id": 1955001455, - "lat": 48.8464607, - "lon": 2.4244052 + "id": 1903022203, + "lat": 48.8434932, + "lon": 2.4188526 + }, + { + "type": "node", + "id": 1904805413, + "lat": 48.8428404, + "lon": 2.4231040 + }, + { + "type": "node", + "id": 1904805414, + "lat": 48.8428782, + "lon": 2.4230385 + }, + { + "type": "node", + "id": 1904805415, + "lat": 48.8429126, + "lon": 2.4229696 + }, + { + "type": "node", + "id": 1904805424, + "lat": 48.8430647, + "lon": 2.4226059 + }, + { + "type": "node", + "id": 1904805426, + "lat": 48.8431096, + "lon": 2.4224826 + }, + { + "type": "node", + "id": 1904805428, + "lat": 48.8432017, + "lon": 2.4221662 + }, + { + "type": "node", + "id": 1904805430, + "lat": 48.8432203, + "lon": 2.4220613 + }, + { + "type": "node", + "id": 1904805432, + "lat": 48.8432838, + "lon": 2.4214592 + }, + { + "type": "node", + "id": 1904805434, + "lat": 48.8433277, + "lon": 2.4209756 }, { "type": "node", "id": 2014228964, "lat": 48.8464495, - "lon": 2.418506 + "lon": 2.4185060 }, { "type": "node", @@ -8285,11 +9378,47 @@ "lat": 48.8465258, "lon": 2.4184228 }, + { + "type": "node", + "id": 2149919146, + "lat": 48.8461461, + "lon": 2.4202403 + }, + { + "type": "node", + "id": 2149927584, + "lat": 48.8461548, + "lon": 2.4201454 + }, + { + "type": "node", + "id": 2149927585, + "lat": 48.8462020, + "lon": 2.4201759 + }, + { + "type": "node", + "id": 2149927586, + "lat": 48.8462124, + "lon": 2.4200710 + }, + { + "type": "node", + "id": 2149927588, + "lat": 48.8463225, + "lon": 2.4202050 + }, + { + "type": "node", + "id": 2149927591, + "lat": 48.8463418, + "lon": 2.4202885 + }, { "type": "node", "id": 2211157024, "lat": 48.8443779, - "lon": 2.421693 + "lon": 2.4216930 }, { "type": "node", @@ -8297,12 +9426,42 @@ "lat": 48.8443953, "lon": 2.4219322 }, + { + "type": "node", + "id": 2211157027, + "lat": 48.8446383, + "lon": 2.4234469 + }, + { + "type": "node", + "id": 2211157028, + "lat": 48.8447891, + "lon": 2.4247668 + }, + { + "type": "node", + "id": 2211157029, + "lat": 48.8448301, + "lon": 2.4243248 + }, + { + "type": "node", + "id": 2211157030, + "lat": 48.8448589, + "lon": 2.4240854 + }, { "type": "node", "id": 2211157031, - "lat": 48.844892, + "lat": 48.8448920, "lon": 2.4210664 }, + { + "type": "node", + "id": 2211157032, + "lat": 48.8449095, + "lon": 2.4235641 + }, { "type": "node", "id": 2211157033, @@ -8315,6 +9474,18 @@ "lat": 48.8455782, "lon": 2.4236121 }, + { + "type": "node", + "id": 2211157041, + "lat": 48.8455717, + "lon": 2.4236821 + }, + { + "type": "node", + "id": 2211157044, + "lat": 48.8456718, + "lon": 2.4237071 + }, { "type": "node", "id": 2211157048, @@ -8333,12 +9504,6 @@ "lat": 48.8458929, "lon": 2.4230362 }, - { - "type": "node", - "id": 2211157051, - "lat": 48.8459625, - "lon": 2.4238686 - }, { "type": "node", "id": 2211157052, @@ -8347,9 +9512,15 @@ }, { "type": "node", - "id": 2211157054, - "lat": 48.846175, - "lon": 2.4223879 + "id": 2279299056, + "lat": 48.8454244, + "lon": 2.4222904 + }, + { + "type": "node", + "id": 2279299058, + "lat": 48.8455489, + "lon": 2.4233982 }, { "type": "node", @@ -8357,11 +9528,23 @@ "lat": 48.8454627, "lon": 2.4222464 }, + { + "type": "node", + "id": 2279299071, + "lat": 48.8454043, + "lon": 2.4223172 + }, + { + "type": "node", + "id": 2279299073, + "lat": 48.8455701, + "lon": 2.4234433 + }, { "type": "node", "id": 2314044349, "lat": 48.8433856, - "lon": 2.419863 + "lon": 2.4198630 }, { "type": "node", @@ -8372,7 +9555,7 @@ { "type": "node", "id": 2314044356, - "lat": 48.843447, + "lat": 48.8434470, "lon": 2.4189227 }, { @@ -8384,8 +9567,8 @@ { "type": "node", "id": 2314044366, - "lat": 48.843533, - "lon": 2.419017 + "lat": 48.8435330, + "lon": 2.4190170 }, { "type": "node", @@ -8405,30 +9588,132 @@ "lat": 48.8439336, "lon": 2.4188279 }, + { + "type": "node", + "id": 2321729958, + "lat": 48.8458600, + "lon": 2.4245252 + }, + { + "type": "node", + "id": 2321729960, + "lat": 48.8458762, + "lon": 2.4243279 + }, { "type": "node", "id": 2335048677, - "lat": 48.844643, + "lat": 48.8446430, "lon": 2.4233997 }, + { + "type": "node", + "id": 2335404980, + "lat": 48.8445326, + "lon": 2.4247074 + }, + { + "type": "node", + "id": 2335404981, + "lat": 48.8445393, + "lon": 2.4246670 + }, + { + "type": "node", + "id": 2335405999, + "lat": 48.8445558, + "lon": 2.4247128 + }, + { + "type": "node", + "id": 2468488908, + "lat": 48.8425515, + "lon": 2.4194325 + }, { "type": "node", "id": 2468488910, "lat": 48.8426043, "lon": 2.4193963 }, + { + "type": "node", + "id": 2468488915, + "lat": 48.8424348, + "lon": 2.4195532 + }, + { + "type": "node", + "id": 2468488917, + "lat": 48.8422536, + "lon": 2.4197405 + }, { "type": "node", "id": 2476965323, "lat": 48.8428837, "lon": 2.4231582 }, + { + "type": "node", + "id": 2476967429, + "lat": 48.8436664, + "lon": 2.4208944 + }, + { + "type": "node", + "id": 2476967443, + "lat": 48.8438272, + "lon": 2.4209338 + }, { "type": "node", "id": 2476967456, "lat": 48.8433847, "lon": 2.4229793 }, + { + "type": "node", + "id": 2476968461, + "lat": 48.8441863, + "lon": 2.4217947 + }, + { + "type": "node", + "id": 2476968463, + "lat": 48.8443141, + "lon": 2.4218223 + }, + { + "type": "node", + "id": 2476968467, + "lat": 48.8442680, + "lon": 2.4218170 + }, + { + "type": "node", + "id": 2476968468, + "lat": 48.8442316, + "lon": 2.4218108 + }, + { + "type": "node", + "id": 2476968474, + "lat": 48.8441228, + "lon": 2.4217561 + }, + { + "type": "node", + "id": 2476976818, + "lat": 48.8439469, + "lon": 2.4209380 + }, + { + "type": "node", + "id": 2476976819, + "lat": 48.8432354, + "lon": 2.4219337 + }, { "type": "node", "id": 2476976822, @@ -8441,35 +9726,113 @@ "lat": 48.8432661, "lon": 2.4219453 }, + { + "type": "node", + "id": 2476976827, + "lat": 48.8433409, + "lon": 2.4208323 + }, + { + "type": "node", + "id": 2476976837, + "lat": 48.8433024, + "lon": 2.4212598 + }, { "type": "node", "id": 2476976840, "lat": 48.8433636, "lon": 2.4208374 }, + { + "type": "node", + "id": 2476976843, + "lat": 48.8435659, + "lon": 2.4208669 + }, { "type": "node", "id": 2476976846, "lat": 48.8433264, "lon": 2.4212729 }, + { + "type": "node", + "id": 2530844036, + "lat": 48.8428719, + "lon": 2.4207204 + }, + { + "type": "node", + "id": 2530844038, + "lat": 48.8427601, + "lon": 2.4211416 + }, + { + "type": "node", + "id": 2530844040, + "lat": 48.8427475, + "lon": 2.4212405 + }, + { + "type": "node", + "id": 2530845770, + "lat": 48.8426592, + "lon": 2.4197391 + }, + { + "type": "node", + "id": 2530845772, + "lat": 48.8426187, + "lon": 2.4204975 + }, + { + "type": "node", + "id": 2530845774, + "lat": 48.8426710, + "lon": 2.4196170 + }, { "type": "node", "id": 2530845775, "lat": 48.8427017, - "lon": 2.419467 + "lon": 2.4194670 }, { "type": "node", - "id": 2612660306, - "lat": 48.8464199, - "lon": 2.4198567 + "id": 2530845776, + "lat": 48.8426515, + "lon": 2.4198727 }, { "type": "node", - "id": 2612660311, - "lat": 48.8464405, - "lon": 2.4198992 + "id": 2530845777, + "lat": 48.8426407, + "lon": 2.4200484 + }, + { + "type": "node", + "id": 2530845778, + "lat": 48.8426244, + "lon": 2.4203163 + }, + { + "type": "node", + "id": 2530849534, + "lat": 48.8431177, + "lon": 2.4202449 + }, + { + "type": "node", + "id": 2530849535, + "lat": 48.8429423, + "lon": 2.4205735 + }, + { + "type": "node", + "id": 2530849540, + "lat": 48.8426622, + "lon": 2.4197084 }, { "type": "node", @@ -8528,7 +9891,7 @@ { "type": "node", "id": 2675790667, - "lat": 48.846273, + "lat": 48.8462730, "lon": 2.4204128 }, { @@ -8537,28 +9900,16 @@ "lat": 48.8418491, "lon": 2.4246632 }, - { - "type": "node", - "id": 2862242804, - "lat": 48.8465058, - "lon": 2.4245276 - }, - { - "type": "node", - "id": 2862242805, - "lat": 48.8465164, - "lon": 2.4244142 - }, { "type": "node", "id": 2881900491, "lat": 48.8458577, - "lon": 2.424082 + "lon": 2.4240820 }, { "type": "node", "id": 2881900499, - "lat": 48.846211, + "lat": 48.8462110, "lon": 2.4201055 }, { @@ -8579,6 +9930,18 @@ "lat": 48.8461423, "lon": 2.4182804 }, + { + "type": "node", + "id": 3298086521, + "lat": 48.8462017, + "lon": 2.4206517 + }, + { + "type": "node", + "id": 3298086522, + "lat": 48.8461823, + "lon": 2.4208646 + }, { "type": "node", "id": 3298086524, @@ -8597,6 +9960,12 @@ "lat": 48.8458645, "lon": 2.4231311 }, + { + "type": "node", + "id": 3446157553, + "lat": 48.8455683, + "lon": 2.4237194 + }, { "type": "node", "id": 4565173258, @@ -8605,9 +9974,21 @@ }, { "type": "node", - "id": 4565173272, - "lat": 48.8464501, - "lon": 2.4192664 + "id": 4565173259, + "lat": 48.8414393, + "lon": 2.4194721 + }, + { + "type": "node", + "id": 4565173273, + "lat": 48.8462872, + "lon": 2.4196120 + }, + { + "type": "node", + "id": 4565173274, + "lat": 48.8463358, + "lon": 2.4190769 }, { "type": "node", @@ -8617,34 +9998,262 @@ }, { "type": "node", - "id": 6379473336, - "lat": 48.8471359, - "lon": 2.4218104 + "id": 5235947514, + "lat": 48.8455684, + "lon": 2.4243426 + }, + { + "type": "node", + "id": 5985310431, + "lat": 48.8439197, + "lon": 2.4190666 + }, + { + "type": "node", + "id": 6335654787, + "lat": 48.8436479, + "lon": 2.4187054 + }, + { + "type": "node", + "id": 6335654788, + "lat": 48.8436603, + "lon": 2.4187219 + }, + { + "type": "node", + "id": 6335654789, + "lat": 48.8437362, + "lon": 2.4187440 + }, + { + "type": "node", + "id": 6335654790, + "lat": 48.8437486, + "lon": 2.4187745 + }, + { + "type": "node", + "id": 6335654791, + "lat": 48.8436407, + "lon": 2.4188080 + }, + { + "type": "node", + "id": 6335654792, + "lat": 48.8436794, + "lon": 2.4188154 + }, + { + "type": "node", + "id": 6335654793, + "lat": 48.8436905, + "lon": 2.4187591 + }, + { + "type": "node", + "id": 6335654794, + "lat": 48.8436877, + "lon": 2.4187856 + }, + { + "type": "node", + "id": 6335654795, + "lat": 48.8437781, + "lon": 2.4189788 + }, + { + "type": "node", + "id": 6335654796, + "lat": 48.8437980, + "lon": 2.4189833 + }, + { + "type": "node", + "id": 6335654797, + "lat": 48.8437983, + "lon": 2.4189803 + }, + { + "type": "node", + "id": 6335654798, + "lat": 48.8437531, + "lon": 2.4189669 + }, + { + "type": "node", + "id": 6335654799, + "lat": 48.8437443, + "lon": 2.4190576 + }, + { + "type": "node", + "id": 6335654800, + "lat": 48.8437724, + "lon": 2.4190640 + }, + { + "type": "node", + "id": 6335654801, + "lat": 48.8437699, + "lon": 2.4190900 + }, + { + "type": "node", + "id": 6335654802, + "lat": 48.8438038, + "lon": 2.4190976 + }, + { + "type": "node", + "id": 6335654803, + "lat": 48.8438067, + "lon": 2.4190672 + }, + { + "type": "node", + "id": 6335654804, + "lat": 48.8438443, + "lon": 2.4190757 + }, + { + "type": "node", + "id": 6335654805, + "lat": 48.8438468, + "lon": 2.4190504 + }, + { + "type": "node", + "id": 6335654806, + "lat": 48.8438092, + "lon": 2.4190419 + }, + { + "type": "node", + "id": 6335654807, + "lat": 48.8438149, + "lon": 2.4189840 }, { "type": "node", "id": 6387617333, - "lat": 48.845497, + "lat": 48.8454970, "lon": 2.4223227 }, - { - "type": "node", - "id": 6436346760, - "lat": 48.8463821, - "lon": 2.4198202 - }, { "type": "node", "id": 6620361090, "lat": 48.8407898, "lon": 2.4200542 }, + { + "type": "node", + "id": 6620367938, + "lat": 48.8408172, + "lon": 2.4199577 + }, { "type": "node", "id": 6622861398, "lat": 48.8449831, "lon": 2.4186895 }, + { + "type": "node", + "id": 6847578598, + "lat": 48.8454174, + "lon": 2.4247068 + }, + { + "type": "node", + "id": 6847578599, + "lat": 48.8454074, + "lon": 2.4248005 + }, + { + "type": "node", + "id": 6847578606, + "lat": 48.8452461, + "lon": 2.4244066 + }, + { + "type": "node", + "id": 6847578607, + "lat": 48.8452296, + "lon": 2.4244049 + }, + { + "type": "node", + "id": 6847578608, + "lat": 48.8452273, + "lon": 2.4244259 + }, + { + "type": "node", + "id": 6847578609, + "lat": 48.8452365, + "lon": 2.4244259 + }, + { + "type": "node", + "id": 6847578618, + "lat": 48.8452117, + "lon": 2.4242080 + }, + { + "type": "node", + "id": 6847578619, + "lat": 48.8452972, + "lon": 2.4242249 + }, + { + "type": "node", + "id": 6847578620, + "lat": 48.8452869, + "lon": 2.4243427 + }, + { + "type": "node", + "id": 6847578621, + "lat": 48.8456706, + "lon": 2.4245136 + }, + { + "type": "node", + "id": 6847578622, + "lat": 48.8456815, + "lon": 2.4243444 + }, + { + "type": "node", + "id": 6847578623, + "lat": 48.8456405, + "lon": 2.4243437 + }, + { + "type": "node", + "id": 6847578624, + "lat": 48.8456421, + "lon": 2.4243254 + }, + { + "type": "node", + "id": 6847578625, + "lat": 48.8456246, + "lon": 2.4243435 + }, + { + "type": "node", + "id": 6847578626, + "lat": 48.8456262, + "lon": 2.4243248 + }, + { + "type": "node", + "id": 6847578627, + "lat": 48.8456799, + "lon": 2.4243693 + }, { "type": "node", "id": 7233115609, @@ -8657,35 +10266,77 @@ "lat": 48.8453911, "lon": 2.4221002 }, + { + "type": "node", + "id": 7277190588, + "lat": 48.8451877, + "lon": 2.4235736 + }, + { + "type": "node", + "id": 7277190589, + "lat": 48.8455736, + "lon": 2.4236623 + }, + { + "type": "node", + "id": 7277190590, + "lat": 48.8458063, + "lon": 2.4237158 + }, + { + "type": "node", + "id": 7277190591, + "lat": 48.8437199, + "lon": 2.4232350 + }, { "type": "node", "id": 7277318241, "lat": 48.8457562, "lon": 2.4236513 }, + { + "type": "node", + "id": 7508731946, + "lat": 48.8408423, + "lon": 2.4203832 + }, + { + "type": "node", + "id": 8002933183, + "lat": 48.8449118, + "lon": 2.4235097 + }, { "type": "node", "id": 8002933184, "lat": 48.8449163, "lon": 2.4234641 }, + { + "type": "node", + "id": 8062250893, + "lat": 48.8435045, + "lon": 2.4187254 + }, { "type": "node", "id": 8109006404, - "lat": 48.843026, + "lat": 48.8430260, "lon": 2.4232158 }, { "type": "node", - "id": 8124986013, - "lat": 48.8470407, - "lon": 2.4215303 + "id": 8116294318, + "lat": 48.8445923, + "lon": 2.4240229 }, { "type": "node", - "id": 8124986014, - "lat": 48.8471286, - "lon": 2.4215815 + "id": 8116386845, + "lat": 48.8445993, + "lon": 2.4239314 }, { "type": "node", @@ -8695,51 +10346,9 @@ }, { "type": "node", - "id": 8125041942, - "lat": 48.8466572, - "lon": 2.4203002 - }, - { - "type": "node", - "id": 8125041943, - "lat": 48.84664, - "lon": 2.4203981 - }, - { - "type": "node", - "id": 8125041944, - "lat": 48.8465499, - "lon": 2.4201913 - }, - { - "type": "node", - "id": 8133750209, - "lat": 48.8460968, - "lon": 2.4244612 - }, - { - "type": "node", - "id": 8151682977, - "lat": 48.8463271, - "lon": 2.4240607 - }, - { - "type": "node", - "id": 8151682979, - "lat": 48.8462783, - "lon": 2.423996 - }, - { - "type": "node", - "id": 8151792512, - "lat": 48.8465866, - "lon": 2.4202894 - }, - { - "type": "node", - "id": 8154297739, - "lat": 48.8471141, - "lon": 2.4217504 + "id": 8165255078, + "lat": 48.8434059, + "lon": 2.4201381 }, { "type": "node", @@ -8753,12 +10362,6 @@ "lat": 48.8454276, "lon": 2.4221748 }, - { - "type": "node", - "id": 8210481566, - "lat": 48.8469926, - "lon": 2.4245052 - }, { "type": "node", "id": 8214014066, @@ -8779,33 +10382,9 @@ }, { "type": "node", - "id": 8214060216, - "lat": 48.8472016, - "lon": 2.420404 - }, - { - "type": "node", - "id": 8214100873, - "lat": 48.8470033, - "lon": 2.4214231 - }, - { - "type": "node", - "id": 8214100874, - "lat": 48.8469272, - "lon": 2.4225289 - }, - { - "type": "node", - "id": 8214100875, - "lat": 48.8465751, - "lon": 2.4224629 - }, - { - "type": "node", - "id": 8214100876, - "lat": 48.8470898, - "lon": 2.4245238 + "id": 8270017037, + "lat": 48.8453041, + "lon": 2.4220384 }, { "type": "node", @@ -8819,36 +10398,108 @@ "lat": 48.8444052, "lon": 2.4219134 }, + { + "type": "node", + "id": 8659314467, + "lat": 48.8464086, + "lon": 2.4184971 + }, + { + "type": "node", + "id": 8659314468, + "lat": 48.8464125, + "lon": 2.4184488 + }, + { + "type": "node", + "id": 8659323270, + "lat": 48.8462254, + "lon": 2.4204041 + }, + { + "type": "node", + "id": 8659323271, + "lat": 48.8462325, + "lon": 2.4203196 + }, + { + "type": "node", + "id": 8659325223, + "lat": 48.8459898, + "lon": 2.4230756 + }, + { + "type": "node", + "id": 8659325224, + "lat": 48.8460026, + "lon": 2.4229375 + }, { "type": "node", "id": 8736827728, "lat": 48.8458934, "lon": 2.4236808 }, - { - "type": "node", - "id": 8736827729, - "lat": 48.8459608, - "lon": 2.4238897 - }, - { - "type": "node", - "id": 8736827730, - "lat": 48.8460485, - "lon": 2.4237474 - }, { "type": "node", "id": 8736827731, "lat": 48.8458126, "lon": 2.4236637 }, + { + "type": "node", + "id": 9062337884, + "lat": 48.8432579, + "lon": 2.4187211 + }, + { + "type": "node", + "id": 9062337885, + "lat": 48.8432570, + "lon": 2.4187466 + }, { "type": "node", "id": 9062337886, "lat": 48.8432512, "lon": 2.4189007 }, + { + "type": "node", + "id": 9308287908, + "lat": 48.8426230, + "lon": 2.4203596 + }, + { + "type": "node", + "id": 9308287910, + "lat": 48.8429584, + "lon": 2.4205445 + }, + { + "type": "node", + "id": 9464704129, + "lat": 48.8433795, + "lon": 2.4231203 + }, + { + "type": "node", + "id": 9464704130, + "lat": 48.8432696, + "lon": 2.4242872 + }, + { + "type": "node", + "id": 9464704131, + "lat": 48.8433666, + "lon": 2.4232574 + }, + { + "type": "node", + "id": 9534164265, + "lat": 48.8435337, + "lon": 2.4231390 + }, { "type": "node", "id": 9534164266, @@ -8867,24 +10518,6 @@ "lat": 48.8493142, "lon": 2.4176621 }, - { - "type": "node", - "id": 247277351, - "lat": 48.8492356, - "lon": 2.4162179 - }, - { - "type": "node", - "id": 247277356, - "lat": 48.850463, - "lon": 2.4182514 - }, - { - "type": "node", - "id": 247277357, - "lat": 48.8494307, - "lon": 2.4177699 - }, { "type": "node", "id": 247277418, @@ -8903,150 +10536,12 @@ "lat": 48.8492486, "lon": 2.4166866 }, - { - "type": "node", - "id": 247277759, - "lat": 48.848343, - "lon": 2.4162339 - }, - { - "type": "node", - "id": 247277760, - "lat": 48.8487506, - "lon": 2.416315 - }, - { - "type": "node", - "id": 247805454, - "lat": 48.8491046, - "lon": 2.4130616 - }, - { - "type": "node", - "id": 249621036, - "lat": 48.8492351, - "lon": 2.4163604 - }, - { - "type": "node", - "id": 249685273, - "lat": 48.8510369, - "lon": 2.412662 - }, - { - "type": "node", - "id": 249685381, - "lat": 48.8499784, - "lon": 2.4128631 - }, - { - "type": "node", - "id": 249686018, - "lat": 48.8498329, - "lon": 2.4145758 - }, - { - "type": "node", - "id": 249688481, - "lat": 48.8490713, - "lon": 2.4123168 - }, - { - "type": "node", - "id": 249688482, - "lat": 48.8489293, - "lon": 2.4124175 - }, - { - "type": "node", - "id": 249688483, - "lat": 48.8485878, - "lon": 2.4131617 - }, - { - "type": "node", - "id": 249688601, - "lat": 48.8478092, - "lon": 2.4128067 - }, - { - "type": "node", - "id": 258391330, - "lat": 48.8488533, - "lon": 2.4125588 - }, - { - "type": "node", - "id": 258391715, - "lat": 48.847866, - "lon": 2.412148 - }, - { - "type": "node", - "id": 258393423, - "lat": 48.8492599, - "lon": 2.4143516 - }, { "type": "node", "id": 268227638, "lat": 48.8476063, "lon": 2.4176398 }, - { - "type": "node", - "id": 277624653, - "lat": 48.8499848, - "lon": 2.4129501 - }, - { - "type": "node", - "id": 277624656, - "lat": 48.8491142, - "lon": 2.4131362 - }, - { - "type": "node", - "id": 280092677, - "lat": 48.8505833, - "lon": 2.4164919 - }, - { - "type": "node", - "id": 280092680, - "lat": 48.8507508, - "lon": 2.418262 - }, - { - "type": "node", - "id": 357561906, - "lat": 48.8491628, - "lon": 2.413034 - }, - { - "type": "node", - "id": 357562078, - "lat": 48.8491578, - "lon": 2.4123001 - }, - { - "type": "node", - "id": 357562465, - "lat": 48.8490547, - "lon": 2.4130829 - }, - { - "type": "node", - "id": 357562584, - "lat": 48.8490356, - "lon": 2.4123365 - }, - { - "type": "node", - "id": 442335254, - "lat": 48.8493313, - "lon": 2.4144772 - }, { "type": "node", "id": 699559804, @@ -9055,9 +10550,33 @@ }, { "type": "node", - "id": 1426853560, - "lat": 48.8488762, - "lon": 2.4131222 + "id": 699559805, + "lat": 48.8486083, + "lon": 2.4179029 + }, + { + "type": "node", + "id": 699559813, + "lat": 48.8492556, + "lon": 2.4179013 + }, + { + "type": "node", + "id": 699559814, + "lat": 48.8491112, + "lon": 2.4179016 + }, + { + "type": "node", + "id": 699559815, + "lat": 48.8488562, + "lon": 2.4179023 + }, + { + "type": "node", + "id": 719683094, + "lat": 48.8493102, + "lon": 2.4177954 }, { "type": "node", @@ -9083,16 +10602,10 @@ "lat": 48.8482095, "lon": 2.4175667 }, - { - "type": "node", - "id": 2014221029, - "lat": 48.8494128, - "lon": 2.4175729 - }, { "type": "node", "id": 2014221030, - "lat": 48.849049, + "lat": 48.8490490, "lon": 2.4176827 }, { @@ -9101,12 +10614,6 @@ "lat": 48.8492268, "lon": 2.4176672 }, - { - "type": "node", - "id": 2014221032, - "lat": 48.8492799, - "lon": 2.4175208 - }, { "type": "node", "id": 2014228918, @@ -9119,12 +10626,6 @@ "lat": 48.8482581, "lon": 2.4166296 }, - { - "type": "node", - "id": 2014228972, - "lat": 48.8473165, - "lon": 2.416015 - }, { "type": "node", "id": 2014228974, @@ -9137,60 +10638,6 @@ "lat": 48.8481854, "lon": 2.4166219 }, - { - "type": "node", - "id": 2140017388, - "lat": 48.8495202, - "lon": 2.4178119 - }, - { - "type": "node", - "id": 2325477545, - "lat": 48.8478581, - "lon": 2.4128815 - }, - { - "type": "node", - "id": 2879837670, - "lat": 48.8489833, - "lon": 2.412363 - }, - { - "type": "node", - "id": 3287262127, - "lat": 48.8491643, - "lon": 2.4162299 - }, - { - "type": "node", - "id": 3287262128, - "lat": 48.8492341, - "lon": 2.4163207 - }, - { - "type": "node", - "id": 4831320366, - "lat": 48.8484122, - "lon": 2.4131718 - }, - { - "type": "node", - "id": 4936958761, - "lat": 48.8498646, - "lon": 2.4145023 - }, - { - "type": "node", - "id": 4936958762, - "lat": 48.8498752, - "lon": 2.4142537 - }, - { - "type": "node", - "id": 5338650943, - "lat": 48.8493501, - "lon": 2.4178096 - }, { "type": "node", "id": 5584723174, @@ -9201,187 +10648,7 @@ "type": "node", "id": 5584723175, "lat": 48.8475462, - "lon": 2.417638 - }, - { - "type": "node", - "id": 5584723185, - "lat": 48.8492786, - "lon": 2.4144677 - }, - { - "type": "node", - "id": 5584725141, - "lat": 48.8478167, - "lon": 2.4127201 - }, - { - "type": "node", - "id": 5584725142, - "lat": 48.8490921, - "lon": 2.4129489 - }, - { - "type": "node", - "id": 5584725143, - "lat": 48.8491262, - "lon": 2.4132365 - }, - { - "type": "node", - "id": 5584725144, - "lat": 48.8485877, - "lon": 2.4130559 - }, - { - "type": "node", - "id": 5584725145, - "lat": 48.8484636, - "lon": 2.4131821 - }, - { - "type": "node", - "id": 5584725162, - "lat": 48.8508571, - "lon": 2.4126945 - }, - { - "type": "node", - "id": 5761579383, - "lat": 48.8506992, - "lon": 2.4182396 - }, - { - "type": "node", - "id": 6396168973, - "lat": 48.8498739, - "lon": 2.4143067 - }, - { - "type": "node", - "id": 6396168980, - "lat": 48.849886, - "lon": 2.4141258 - }, - { - "type": "node", - "id": 6396168984, - "lat": 48.8499542, - "lon": 2.4133189 - }, - { - "type": "node", - "id": 6396173985, - "lat": 48.8499352, - "lon": 2.4135444 - }, - { - "type": "node", - "id": 6396173994, - "lat": 48.8494534, - "lon": 2.4145014 - }, - { - "type": "node", - "id": 6396174011, - "lat": 48.8505078, - "lon": 2.4120399 - }, - { - "type": "node", - "id": 6939149054, - "lat": 48.8499809, - "lon": 2.4130023 - }, - { - "type": "node", - "id": 6939156182, - "lat": 48.8491231, - "lon": 2.4132113 - }, - { - "type": "node", - "id": 6939160998, - "lat": 48.8491925, - "lon": 2.413026 - }, - { - "type": "node", - "id": 6939169450, - "lat": 48.8490905, - "lon": 2.4128994 - }, - { - "type": "node", - "id": 6939177350, - "lat": 48.8490366, - "lon": 2.4130891 - }, - { - "type": "node", - "id": 6939185647, - "lat": 48.84936, - "lon": 2.4144817 - }, - { - "type": "node", - "id": 8009738754, - "lat": 48.8492764, - "lon": 2.4144543 - }, - { - "type": "node", - "id": 8165255094, - "lat": 48.849069, - "lon": 2.4122119 - }, - { - "type": "node", - "id": 8165255095, - "lat": 48.8490094, - "lon": 2.4123497 - }, - { - "type": "node", - "id": 8165255096, - "lat": 48.8491424, - "lon": 2.4123031 - }, - { - "type": "node", - "id": 8165255097, - "lat": 48.8498691, - "lon": 2.4144086 - }, - { - "type": "node", - "id": 243896556, - "lat": 48.8479483, - "lon": 2.4241205 - }, - { - "type": "node", - "id": 243896569, - "lat": 48.8475381, - "lon": 2.4229368 - }, - { - "type": "node", - "id": 243896575, - "lat": 48.8491788, - "lon": 2.4219849 - }, - { - "type": "node", - "id": 243896581, - "lat": 48.8492612, - "lon": 2.420815 - }, - { - "type": "node", - "id": 243896583, - "lat": 48.8474259, - "lon": 2.4226224 + "lon": 2.4176380 }, { "type": "node", @@ -9389,72 +10656,6 @@ "lat": 48.8481991, "lon": 2.4187965 }, - { - "type": "node", - "id": 243896633, - "lat": 48.8482683, - "lon": 2.4195643 - }, - { - "type": "node", - "id": 243896634, - "lat": 48.8483305, - "lon": 2.4200922 - }, - { - "type": "node", - "id": 243896635, - "lat": 48.8482805, - "lon": 2.420615 - }, - { - "type": "node", - "id": 243896636, - "lat": 48.8481663, - "lon": 2.4217984 - }, - { - "type": "node", - "id": 243896637, - "lat": 48.8480587, - "lon": 2.4229618 - }, - { - "type": "node", - "id": 243896660, - "lat": 48.8493866, - "lon": 2.4189947 - }, - { - "type": "node", - "id": 243896661, - "lat": 48.8493297, - "lon": 2.4197349 - }, - { - "type": "node", - "id": 243896888, - "lat": 48.8479056, - "lon": 2.4246776 - }, - { - "type": "node", - "id": 247275244, - "lat": 48.8509573, - "lon": 2.4246028 - }, - { - "type": "node", - "id": 247277036, - "lat": 48.8508997, - "lon": 2.4213106 - }, - { - "type": "node", - "id": 247277037, - "lat": 48.8492467, - "lon": 2.4210624 - }, { "type": "node", "id": 267104804, @@ -9469,21 +10670,69 @@ }, { "type": "node", - "id": 282774279, - "lat": 48.8491719, - "lon": 2.4221489 + "id": 699559806, + "lat": 48.8486285, + "lon": 2.4183379 }, { "type": "node", - "id": 391320058, - "lat": 48.848165, - "lon": 2.4247159 + "id": 699559807, + "lat": 48.8485222, + "lon": 2.4183311 }, { "type": "node", - "id": 567355423, - "lat": 48.8509754, - "lon": 2.4223132 + "id": 699559816, + "lat": 48.8491009, + "lon": 2.4183635 + }, + { + "type": "node", + "id": 699559817, + "lat": 48.8488474, + "lon": 2.4183499 + }, + { + "type": "node", + "id": 699559820, + "lat": 48.8486483, + "lon": 2.4187665 + }, + { + "type": "node", + "id": 699559821, + "lat": 48.8490907, + "lon": 2.4188245 + }, + { + "type": "node", + "id": 699559822, + "lat": 48.8488382, + "lon": 2.4188150 + }, + { + "type": "node", + "id": 699559823, + "lat": 48.8492964, + "lon": 2.4188432 + }, + { + "type": "node", + "id": 699559824, + "lat": 48.8492760, + "lon": 2.4183714 + }, + { + "type": "node", + "id": 719657081, + "lat": 48.8493587, + "lon": 2.4189440 + }, + { + "type": "node", + "id": 719657085, + "lat": 48.8492987, + "lon": 2.4197219 }, { "type": "node", @@ -9491,6 +10740,12 @@ "lat": 48.8492264, "lon": 2.4208062 }, + { + "type": "node", + "id": 1393717957, + "lat": 48.8490777, + "lon": 2.4231317 + }, { "type": "node", "id": 1393717959, @@ -9500,32 +10755,14 @@ { "type": "node", "id": 1393717965, - "lat": 48.849296, + "lat": 48.8492960, "lon": 2.4197299 }, { "type": "node", - "id": 1879256853, - "lat": 48.8508876, - "lon": 2.422309 - }, - { - "type": "node", - "id": 1955001461, - "lat": 48.8491359, - "lon": 2.4228093 - }, - { - "type": "node", - "id": 1958744784, - "lat": 48.8484124, - "lon": 2.4235913 - }, - { - "type": "node", - "id": 1958744786, - "lat": 48.8480071, - "lon": 2.4235138 + "id": 1393717967, + "lat": 48.8493549, + "lon": 2.4189929 }, { "type": "node", @@ -9533,6 +10770,12 @@ "lat": 48.8475085, "lon": 2.4185614 }, + { + "type": "node", + "id": 2014228975, + "lat": 48.8474900, + "lon": 2.4187387 + }, { "type": "node", "id": 2014228979, @@ -9541,339 +10784,57 @@ }, { "type": "node", - "id": 2149919151, - "lat": 48.8473335, - "lon": 2.4194359 + "id": 3217407286, + "lat": 48.8491457, + "lon": 2.4220675 }, { "type": "node", - "id": 3217407281, - "lat": 48.8491171, - "lon": 2.4231173 + "id": 3217407289, + "lat": 48.8490721, + "lon": 2.4232458 }, { "type": "node", - "id": 3217407284, - "lat": 48.8491083, - "lon": 2.423241 + "id": 5241701303, + "lat": 48.8490564, + "lon": 2.4235247 }, { "type": "node", - "id": 3217407285, - "lat": 48.8491233, - "lon": 2.4219753 + "id": 6939171658, + "lat": 48.8493563, + "lon": 2.4188876 }, { "type": "node", - "id": 3217407287, - "lat": 48.8491754, - "lon": 2.422067 + "id": 6939181165, + "lat": 48.8492227, + "lon": 2.4208632 }, { "type": "node", - "id": 3217407288, - "lat": 48.849217, - "lon": 2.4221541 + "id": 6939199770, + "lat": 48.8490102, + "lon": 2.4242862 }, { "type": "node", - "id": 5241701300, - "lat": 48.8490905, - "lon": 2.4235287 - }, - { - "type": "node", - "id": 5761578542, - "lat": 48.8479758, - "lon": 2.4238703 - }, - { - "type": "node", - "id": 5761578543, - "lat": 48.8479324, - "lon": 2.4243481 - }, - { - "type": "node", - "id": 5761578544, - "lat": 48.8478767, - "lon": 2.4238969 - }, - { - "type": "node", - "id": 5761578545, - "lat": 48.8480296, - "lon": 2.4243339 - }, - { - "type": "node", - "id": 5761578546, - "lat": 48.8475909, - "lon": 2.4230942 - }, - { - "type": "node", - "id": 5761578547, - "lat": 48.8475818, - "lon": 2.422904 - }, - { - "type": "node", - "id": 5761578548, - "lat": 48.8474415, - "lon": 2.4226675 - }, - { - "type": "node", - "id": 5761578549, - "lat": 48.8473896, - "lon": 2.4225231 - }, - { - "type": "node", - "id": 5761578550, - "lat": 48.8473558, - "lon": 2.4226093 - }, - { - "type": "node", - "id": 5761578551, - "lat": 48.847647, - "lon": 2.4228913 - }, - { - "type": "node", - "id": 5761578552, - "lat": 48.8476132, - "lon": 2.4228922 - }, - { - "type": "node", - "id": 5761579353, - "lat": 48.8480497, - "lon": 2.4230492 - }, - { - "type": "node", - "id": 5761579354, - "lat": 48.8480693, - "lon": 2.4228487 - }, - { - "type": "node", - "id": 5761579355, - "lat": 48.8480077, - "lon": 2.4229627 - }, - { - "type": "node", - "id": 5761579358, - "lat": 48.850873, - "lon": 2.4246782 - }, - { - "type": "node", - "id": 5761579365, - "lat": 48.8508619, - "lon": 2.4223067 - }, - { - "type": "node", - "id": 5761579368, - "lat": 48.8508746, - "lon": 2.4213063 - }, - { - "type": "node", - "id": 6221956778, - "lat": 48.8478998, - "lon": 2.4247629 - }, - { - "type": "node", - "id": 6221957158, - "lat": 48.847855, - "lon": 2.4246699 - }, - { - "type": "node", - "id": 6379473314, - "lat": 48.8493919, - "lon": 2.4188831 - }, - { - "type": "node", - "id": 6379473315, - "lat": 48.8492716, - "lon": 2.4197258 - }, - { - "type": "node", - "id": 6379473316, - "lat": 48.8493223, - "lon": 2.4198294 - }, - { - "type": "node", - "id": 6521851075, - "lat": 48.8482579, - "lon": 2.4194488 - }, - { - "type": "node", - "id": 6521858835, - "lat": 48.8491884, - "lon": 2.4207985 - }, - { - "type": "node", - "id": 6521877099, - "lat": 48.8481949, - "lon": 2.4195544 - }, - { - "type": "node", - "id": 6521883167, - "lat": 48.8483372, - "lon": 2.4195772 - }, - { - "type": "node", - "id": 6939160381, - "lat": 48.849258, - "lon": 2.4208707 - }, - { - "type": "node", - "id": 6939166860, - "lat": 48.8490433, - "lon": 2.4242914 - }, - { - "type": "node", - "id": 6939184149, - "lat": 48.8492912, - "lon": 2.4210691 - }, - { - "type": "node", - "id": 8187628662, - "lat": 48.8507061, - "lon": 2.4248282 - }, - { - "type": "node", - "id": 8199325907, - "lat": 48.8478296, - "lon": 2.4237646 - }, - { - "type": "node", - "id": 8210513392, - "lat": 48.8478143, - "lon": 2.4237215 - }, - { - "type": "node", - "id": 8214007390, - "lat": 48.8474873, - "lon": 2.4194593 - }, - { - "type": "node", - "id": 8214060211, - "lat": 48.848709, - "lon": 2.4207016 - }, - { - "type": "node", - "id": 8214060212, - "lat": 48.8483314, - "lon": 2.4206253 - }, - { - "type": "node", - "id": 8214060213, - "lat": 48.8482891, - "lon": 2.4205254 - }, - { - "type": "node", - "id": 8214060214, - "lat": 48.8482719, - "lon": 2.4207039 - }, - { - "type": "node", - "id": 8214060215, - "lat": 48.8482234, - "lon": 2.4206038 - }, - { - "type": "node", - "id": 8214083157, - "lat": 48.8481746, - "lon": 2.421712 - }, - { - "type": "node", - "id": 8214083158, - "lat": 48.848238, - "lon": 2.4218117 - }, - { - "type": "node", - "id": 8214083159, - "lat": 48.8481607, - "lon": 2.4218585 - }, - { - "type": "node", - "id": 8214083160, - "lat": 48.8481078, - "lon": 2.4217862 - }, - { - "type": "node", - "id": 8214083161, - "lat": 48.8482781, - "lon": 2.4196473 - }, - { - "type": "node", - "id": 8214083162, - "lat": 48.8482079, - "lon": 2.4188942 + "id": 8214007391, + "lat": 48.8474293, + "lon": 2.4193334 }, { "type": "node", "id": 8214083163, - "lat": 48.848146, + "lat": 48.8481460, "lon": 2.4187851 }, { "type": "node", - "id": 8214100877, - "lat": 48.8475614, - "lon": 2.4246138 - }, - { - "type": "node", - "id": 9079370017, - "lat": 48.848133, - "lon": 2.4246255 - }, - { - "type": "node", - "id": 9079370018, - "lat": 48.8478551, - "lon": 2.4238361 - }, - { - "type": "node", - "id": 9196081796, - "lat": 48.8475599, - "lon": 2.4230018 + "id": 243892329, + "lat": 48.8413000, + "lon": 2.4307244 }, { "type": "node", @@ -9881,90 +10842,12 @@ "lat": 48.8417622, "lon": 2.4253346 }, - { - "type": "node", - "id": 243892649, - "lat": 48.8425264, - "lon": 2.4283841 - }, - { - "type": "node", - "id": 243892650, - "lat": 48.8422852, - "lon": 2.430941 - }, - { - "type": "node", - "id": 243892754, - "lat": 48.8433938, - "lon": 2.4285347 - }, - { - "type": "node", - "id": 243892755, - "lat": 48.8432219, - "lon": 2.4303928 - }, - { - "type": "node", - "id": 243892756, - "lat": 48.8431548, - "lon": 2.4311282 - }, - { - "type": "node", - "id": 243892757, - "lat": 48.8423555, - "lon": 2.4302036 - }, - { - "type": "node", - "id": 243892758, - "lat": 48.8424441, - "lon": 2.4292747 - }, - { - "type": "node", - "id": 243892759, - "lat": 48.8433061, - "lon": 2.4294697 - }, - { - "type": "node", - "id": 243892806, - "lat": 48.8441133, - "lon": 2.4286285 - }, - { - "type": "node", - "id": 243892807, - "lat": 48.844914, - "lon": 2.4287342 - }, - { - "type": "node", - "id": 243892808, - "lat": 48.8455258, - "lon": 2.4288346 - }, - { - "type": "node", - "id": 243892811, - "lat": 48.8432391, - "lon": 2.4301998 - }, { "type": "node", "id": 243893514, "lat": 48.8456206, "lon": 2.4271777 }, - { - "type": "node", - "id": 243893683, - "lat": 48.84545, - "lon": 2.4288214 - }, { "type": "node", "id": 243893763, @@ -9979,129 +10862,15 @@ }, { "type": "node", - "id": 243893916, - "lat": 48.8458683, - "lon": 2.4249222 - }, - { - "type": "node", - "id": 243895552, - "lat": 48.8469092, - "lon": 2.4257018 - }, - { - "type": "node", - "id": 243896005, - "lat": 48.8462984, - "lon": 2.4250749 - }, - { - "type": "node", - "id": 243896007, - "lat": 48.8468633, - "lon": 2.4269717 - }, - { - "type": "node", - "id": 243896008, - "lat": 48.8470157, - "lon": 2.4276594 - }, - { - "type": "node", - "id": 243896009, - "lat": 48.8471163, - "lon": 2.4282051 - }, - { - "type": "node", - "id": 243896110, - "lat": 48.846963, - "lon": 2.4298812 - }, - { - "type": "node", - "id": 243896114, - "lat": 48.8456958, - "lon": 2.4283302 - }, - { - "type": "node", - "id": 243896119, - "lat": 48.8467177, - "lon": 2.4280423 - }, - { - "type": "node", - "id": 243896247, - "lat": 48.8453504, - "lon": 2.4306486 - }, - { - "type": "node", - "id": 243896248, - "lat": 48.8452922, - "lon": 2.4306331 - }, - { - "type": "node", - "id": 243896875, - "lat": 48.8466825, - "lon": 2.4262593 - }, - { - "type": "node", - "id": 243896876, - "lat": 48.8457122, - "lon": 2.4261487 - }, - { - "type": "node", - "id": 243896908, - "lat": 48.8466793, - "lon": 2.429405 - }, - { - "type": "node", - "id": 418859683, - "lat": 48.8456386, - "lon": 2.4282994 + "id": 249624205, + "lat": 48.8415151, + "lon": 2.4282432 }, { "type": "node", "id": 418860000, "lat": 48.8455425, - "lon": 2.42824 - }, - { - "type": "node", - "id": 418860037, - "lat": 48.8454632, - "lon": 2.4286337 - }, - { - "type": "node", - "id": 418860038, - "lat": 48.8455552, - "lon": 2.4285011 - }, - { - "type": "node", - "id": 418862010, - "lat": 48.8471395, - "lon": 2.4266253 - }, - { - "type": "node", - "id": 418862576, - "lat": 48.8465187, - "lon": 2.4257272 - }, - { - "type": "node", - "id": 418863087, - "lat": 48.8456863, - "lon": 2.42644 + "lon": 2.4282400 }, { "type": "node", @@ -10111,27 +10880,27 @@ }, { "type": "node", - "id": 442345942, - "lat": 48.8472005, - "lon": 2.4291301 + "id": 695169299, + "lat": 48.8441780, + "lon": 2.4266027 }, { "type": "node", - "id": 506498034, - "lat": 48.8472051, - "lon": 2.4292912 + "id": 1482577147, + "lat": 48.8415202, + "lon": 2.4281401 }, { "type": "node", - "id": 695167571, - "lat": 48.8456398, - "lon": 2.4269618 + "id": 1503878285, + "lat": 48.8454628, + "lon": 2.4280184 }, { "type": "node", - "id": 1128025948, - "lat": 48.846444, - "lon": 2.4290208 + "id": 1503878287, + "lat": 48.8456459, + "lon": 2.4280924 }, { "type": "node", @@ -10141,81 +10910,51 @@ }, { "type": "node", - "id": 1631436583, - "lat": 48.8418173, - "lon": 2.4308385 + "id": 1585217118, + "lat": 48.8451797, + "lon": 2.4266088 }, { "type": "node", - "id": 1631436585, - "lat": 48.8419047, - "lon": 2.4298265 + "id": 1627485596, + "lat": 48.8413073, + "lon": 2.4306277 }, { "type": "node", - "id": 1723683985, - "lat": 48.8467628, - "lon": 2.428009 + "id": 1771543736, + "lat": 48.8442442, + "lon": 2.4260637 }, { "type": "node", - "id": 2036143428, - "lat": 48.8423016, - "lon": 2.4307694 + "id": 2211157034, + "lat": 48.8450317, + "lon": 2.4251115 }, { "type": "node", - "id": 2036143441, - "lat": 48.8425176, - "lon": 2.4285038 + "id": 2211157039, + "lat": 48.8454700, + "lon": 2.4279249 }, { "type": "node", - "id": 2036474248, - "lat": 48.8431676, - "lon": 2.4309899 + "id": 2279299059, + "lat": 48.8452156, + "lon": 2.4268895 }, { "type": "node", - "id": 2036474249, - "lat": 48.8433659, - "lon": 2.428809 + "id": 2279299063, + "lat": 48.8442115, + "lon": 2.4259079 }, { "type": "node", - "id": 2036474250, - "lat": 48.8437499, - "lon": 2.4303117 - }, - { - "type": "node", - "id": 2036474251, - "lat": 48.8439533, - "lon": 2.4303574 - }, - { - "type": "node", - "id": 2036475909, - "lat": 48.8422135, - "lon": 2.4283311 - }, - { - "type": "node", - "id": 2321729941, - "lat": 48.8453879, - "lon": 2.4288105 - }, - { - "type": "node", - "id": 2321729943, - "lat": 48.8454397, - "lon": 2.4289687 - }, - { - "type": "node", - "id": 2321729944, - "lat": 48.8455165, - "lon": 2.4289296 + "id": 2321729946, + "lat": 48.8455756, + "lon": 2.4266277 }, { "type": "node", @@ -10225,51 +10964,135 @@ }, { "type": "node", - "id": 2321729976, - "lat": 48.8469829, - "lon": 2.4278353 + "id": 2321729951, + "lat": 48.8457273, + "lon": 2.4249641 }, { "type": "node", - "id": 2321729977, - "lat": 48.8470246, - "lon": 2.4276997 + "id": 2335405997, + "lat": 48.8445268, + "lon": 2.4250548 }, { "type": "node", - "id": 2321729978, - "lat": 48.8470746, - "lon": 2.4278834 + "id": 2710515987, + "lat": 48.8423772, + "lon": 2.4265328 }, { "type": "node", - "id": 2675790668, - "lat": 48.8471812, - "lon": 2.4287402 + "id": 2710515988, + "lat": 48.8425135, + "lon": 2.4248468 }, { "type": "node", - "id": 2675807835, - "lat": 48.8433137, - "lon": 2.4285038 + "id": 2710515993, + "lat": 48.8429524, + "lon": 2.4249627 }, { "type": "node", - "id": 2675807859, - "lat": 48.8435495, - "lon": 2.4285324 + "id": 2710515996, + "lat": 48.8434341, + "lon": 2.4250650 }, { "type": "node", - "id": 2675807873, - "lat": 48.8440759, - "lon": 2.4286223 + "id": 2710515997, + "lat": 48.8434823, + "lon": 2.4251018 }, { "type": "node", - "id": 2675807877, - "lat": 48.8441634, - "lon": 2.4286351 + "id": 2710515998, + "lat": 48.8434689, + "lon": 2.4256117 + }, + { + "type": "node", + "id": 2710515999, + "lat": 48.8435361, + "lon": 2.4252419 + }, + { + "type": "node", + "id": 2710516000, + "lat": 48.8435622, + "lon": 2.4251853 + }, + { + "type": "node", + "id": 2710516001, + "lat": 48.8440889, + "lon": 2.4257205 + }, + { + "type": "node", + "id": 2710516002, + "lat": 48.8442368, + "lon": 2.4252508 + }, + { + "type": "node", + "id": 2710516003, + "lat": 48.8442885, + "lon": 2.4251639 + }, + { + "type": "node", + "id": 2710516004, + "lat": 48.8445734, + "lon": 2.4258594 + }, + { + "type": "node", + "id": 2710516005, + "lat": 48.8446034, + "lon": 2.4255370 + }, + { + "type": "node", + "id": 2710516006, + "lat": 48.8446307, + "lon": 2.4252434 + }, + { + "type": "node", + "id": 2710516008, + "lat": 48.8452096, + "lon": 2.4267076 + }, + { + "type": "node", + "id": 2710516009, + "lat": 48.8452103, + "lon": 2.4266182 + }, + { + "type": "node", + "id": 2710516010, + "lat": 48.8452232, + "lon": 2.4265527 + }, + { + "type": "node", + "id": 2710516011, + "lat": 48.8453353, + "lon": 2.4261653 + }, + { + "type": "node", + "id": 2710516013, + "lat": 48.8453730, + "lon": 2.4260846 + }, + { + "type": "node", + "id": 2710516015, + "lat": 48.8454066, + "lon": 2.4257086 }, { "type": "node", @@ -10280,44 +11103,44 @@ { "type": "node", "id": 2882446710, - "lat": 48.845574, + "lat": 48.8455740, "lon": 2.4278343 }, { "type": "node", - "id": 3642459202, - "lat": 48.8422917, - "lon": 2.430873 + "id": 3446157533, + "lat": 48.8450534, + "lon": 2.4251714 }, { "type": "node", - "id": 3642459203, - "lat": 48.8425205, - "lon": 2.4284646 + "id": 3446157540, + "lat": 48.8453885, + "lon": 2.4252442 }, { "type": "node", - "id": 3642459204, - "lat": 48.8431606, - "lon": 2.4310654 + "id": 3446157544, + "lat": 48.8454197, + "lon": 2.4252094 }, { "type": "node", - "id": 3642459206, - "lat": 48.8433872, - "lon": 2.4285929 + "id": 3446157546, + "lat": 48.8454329, + "lon": 2.4251673 }, { "type": "node", - "id": 3642459208, - "lat": 48.8439084, - "lon": 2.4303469 + "id": 4565173276, + "lat": 48.8421890, + "lon": 2.4252480 }, { "type": "node", "id": 4565173278, "lat": 48.8417835, - "lon": 2.425144 + "lon": 2.4251440 }, { "type": "node", @@ -10327,27 +11150,603 @@ }, { "type": "node", - "id": 4842431791, - "lat": 48.8470914, - "lon": 2.4277487 + "id": 4565173280, + "lat": 48.8416656, + "lon": 2.4274555 }, { "type": "node", - "id": 5037456286, - "lat": 48.8472291, - "lon": 2.4300512 + "id": 4565173281, + "lat": 48.8417609, + "lon": 2.4275024 }, { "type": "node", - "id": 5894790261, - "lat": 48.8468128, - "lon": 2.4279695 + "id": 4565173282, + "lat": 48.8420566, + "lon": 2.4275681 }, { "type": "node", - "id": 5894790262, - "lat": 48.8466069, - "lon": 2.4281264 + "id": 4565173283, + "lat": 48.8421095, + "lon": 2.4269888 + }, + { + "type": "node", + "id": 4565173284, + "lat": 48.8421695, + "lon": 2.4268479 + }, + { + "type": "node", + "id": 4565173285, + "lat": 48.8422776, + "lon": 2.4268634 + }, + { + "type": "node", + "id": 4565173286, + "lat": 48.8422053, + "lon": 2.4276687 + }, + { + "type": "node", + "id": 4565173590, + "lat": 48.8429217, + "lon": 2.4253217 + }, + { + "type": "node", + "id": 4565173591, + "lat": 48.8424823, + "lon": 2.4252283 + }, + { + "type": "node", + "id": 4565173593, + "lat": 48.8431616, + "lon": 2.4250097 + }, + { + "type": "node", + "id": 5432312682, + "lat": 48.8449340, + "lon": 2.4277439 + }, + { + "type": "node", + "id": 5432312683, + "lat": 48.8447997, + "lon": 2.4275400 + }, + { + "type": "node", + "id": 5432312684, + "lat": 48.8447138, + "lon": 2.4271967 + }, + { + "type": "node", + "id": 5432312685, + "lat": 48.8440860, + "lon": 2.4272923 + }, + { + "type": "node", + "id": 5432312686, + "lat": 48.8451939, + "lon": 2.4271225 + }, + { + "type": "node", + "id": 5432312687, + "lat": 48.8451704, + "lon": 2.4273831 + }, + { + "type": "node", + "id": 5432312688, + "lat": 48.8447768, + "lon": 2.4279839 + }, + { + "type": "node", + "id": 6048939778, + "lat": 48.8419776, + "lon": 2.4274608 + }, + { + "type": "node", + "id": 6048939779, + "lat": 48.8418848, + "lon": 2.4275299 + }, + { + "type": "node", + "id": 6048939780, + "lat": 48.8419418, + "lon": 2.4273965 + }, + { + "type": "node", + "id": 6048939781, + "lat": 48.8419493, + "lon": 2.4273558 + }, + { + "type": "node", + "id": 6048939782, + "lat": 48.8419426, + "lon": 2.4273543 + }, + { + "type": "node", + "id": 6048939783, + "lat": 48.8420305, + "lon": 2.4271692 + }, + { + "type": "node", + "id": 6048939784, + "lat": 48.8420920, + "lon": 2.4271802 + }, + { + "type": "node", + "id": 6048940285, + "lat": 48.8420735, + "lon": 2.4273829 + }, + { + "type": "node", + "id": 6048940286, + "lat": 48.8416572, + "lon": 2.4272919 + }, + { + "type": "node", + "id": 6049004672, + "lat": 48.8425398, + "lon": 2.4253580 + }, + { + "type": "node", + "id": 6049004673, + "lat": 48.8426806, + "lon": 2.4253855 + }, + { + "type": "node", + "id": 6049004674, + "lat": 48.8426921, + "lon": 2.4253774 + }, + { + "type": "node", + "id": 6049004675, + "lat": 48.8427305, + "lon": 2.4252810 + }, + { + "type": "node", + "id": 6049004676, + "lat": 48.8427587, + "lon": 2.4252132 + }, + { + "type": "node", + "id": 6049004677, + "lat": 48.8427653, + "lon": 2.4251474 + }, + { + "type": "node", + "id": 6049004678, + "lat": 48.8428735, + "lon": 2.4251669 + }, + { + "type": "node", + "id": 6049004679, + "lat": 48.8429332, + "lon": 2.4251877 + }, + { + "type": "node", + "id": 6049004680, + "lat": 48.8429652, + "lon": 2.4251991 + }, + { + "type": "node", + "id": 6049004681, + "lat": 48.8432049, + "lon": 2.4249483 + }, + { + "type": "node", + "id": 6049004682, + "lat": 48.8432080, + "lon": 2.4249617 + }, + { + "type": "node", + "id": 6049004683, + "lat": 48.8432119, + "lon": 2.4249697 + }, + { + "type": "node", + "id": 6049004684, + "lat": 48.8432216, + "lon": 2.4249738 + }, + { + "type": "node", + "id": 6049008485, + "lat": 48.8434781, + "lon": 2.4251845 + }, + { + "type": "node", + "id": 6049008486, + "lat": 48.8434860, + "lon": 2.4250294 + }, + { + "type": "node", + "id": 6049008487, + "lat": 48.8437293, + "lon": 2.4252962 + }, + { + "type": "node", + "id": 6049008488, + "lat": 48.8435429, + "lon": 2.4252271 + }, + { + "type": "node", + "id": 6049008489, + "lat": 48.8435681, + "lon": 2.4252735 + }, + { + "type": "node", + "id": 6049008490, + "lat": 48.8435143, + "lon": 2.4252203 + }, + { + "type": "node", + "id": 6049008491, + "lat": 48.8434630, + "lon": 2.4251696 + }, + { + "type": "node", + "id": 6049008492, + "lat": 48.8431407, + "lon": 2.4252440 + }, + { + "type": "node", + "id": 6049008493, + "lat": 48.8430990, + "lon": 2.4252339 + }, + { + "type": "node", + "id": 6049008494, + "lat": 48.8431797, + "lon": 2.4252534 + }, + { + "type": "node", + "id": 6049008495, + "lat": 48.8433712, + "lon": 2.4252976 + }, + { + "type": "node", + "id": 6049008496, + "lat": 48.8433818, + "lon": 2.4251769 + }, + { + "type": "node", + "id": 6049008497, + "lat": 48.8434608, + "lon": 2.4251937 + }, + { + "type": "node", + "id": 6049008498, + "lat": 48.8429057, + "lon": 2.4249329 + }, + { + "type": "node", + "id": 6049008501, + "lat": 48.8452088, + "lon": 2.4269631 + }, + { + "type": "node", + "id": 6049008502, + "lat": 48.8452798, + "lon": 2.4263229 + }, + { + "type": "node", + "id": 6049008503, + "lat": 48.8443280, + "lon": 2.4256758 + }, + { + "type": "node", + "id": 6049008504, + "lat": 48.8442046, + "lon": 2.4256676 + }, + { + "type": "node", + "id": 6049008505, + "lat": 48.8441910, + "lon": 2.4258431 + }, + { + "type": "node", + "id": 6049008506, + "lat": 48.8442583, + "lon": 2.4252011 + }, + { + "type": "node", + "id": 6049008507, + "lat": 48.8450566, + "lon": 2.4260192 + }, + { + "type": "node", + "id": 6049008508, + "lat": 48.8445959, + "lon": 2.4259199 + }, + { + "type": "node", + "id": 6049008509, + "lat": 48.8441060, + "lon": 2.4271671 + }, + { + "type": "node", + "id": 6049008510, + "lat": 48.8440067, + "lon": 2.4278514 + }, + { + "type": "node", + "id": 6049008511, + "lat": 48.8433366, + "lon": 2.4277056 + }, + { + "type": "node", + "id": 6049008512, + "lat": 48.8439900, + "lon": 2.4279671 + }, + { + "type": "node", + "id": 6049008513, + "lat": 48.8440395, + "lon": 2.4276087 + }, + { + "type": "node", + "id": 6049008514, + "lat": 48.8423289, + "lon": 2.4274575 + }, + { + "type": "node", + "id": 6049008515, + "lat": 48.8425548, + "lon": 2.4275058 + }, + { + "type": "node", + "id": 6049008516, + "lat": 48.8425332, + "lon": 2.4277170 + }, + { + "type": "node", + "id": 6049008517, + "lat": 48.8432552, + "lon": 2.4278786 + }, + { + "type": "node", + "id": 6049008518, + "lat": 48.8432799, + "lon": 2.4278833 + }, + { + "type": "node", + "id": 6049008519, + "lat": 48.8433024, + "lon": 2.4278746 + }, + { + "type": "node", + "id": 6049008520, + "lat": 48.8433178, + "lon": 2.4278605 + }, + { + "type": "node", + "id": 6049008521, + "lat": 48.8433267, + "lon": 2.4278263 + }, + { + "type": "node", + "id": 6049008522, + "lat": 48.8433540, + "lon": 2.4274769 + }, + { + "type": "node", + "id": 6049008524, + "lat": 48.8434202, + "lon": 2.4251863 + }, + { + "type": "node", + "id": 6049008525, + "lat": 48.8437112, + "lon": 2.4253368 + }, + { + "type": "node", + "id": 6049008526, + "lat": 48.8437808, + "lon": 2.4251803 + }, + { + "type": "node", + "id": 6049008527, + "lat": 48.8436780, + "lon": 2.4250750 + }, + { + "type": "node", + "id": 6049008528, + "lat": 48.8435950, + "lon": 2.4250609 + }, + { + "type": "node", + "id": 6049008529, + "lat": 48.8435274, + "lon": 2.4251470 + }, + { + "type": "node", + "id": 6049008537, + "lat": 48.8442009, + "lon": 2.4258669 + }, + { + "type": "node", + "id": 6049008538, + "lat": 48.8441722, + "lon": 2.4258160 + }, + { + "type": "node", + "id": 6049008539, + "lat": 48.8441997, + "lon": 2.4261466 + }, + { + "type": "node", + "id": 6049008540, + "lat": 48.8441563, + "lon": 2.4268942 + }, + { + "type": "node", + "id": 6049008541, + "lat": 48.8441298, + "lon": 2.4270250 + }, + { + "type": "node", + "id": 6049008542, + "lat": 48.8442624, + "lon": 2.4266962 + }, + { + "type": "node", + "id": 6049008543, + "lat": 48.8441921, + "lon": 2.4267730 + }, + { + "type": "node", + "id": 6049008544, + "lat": 48.8442382, + "lon": 2.4267577 + }, + { + "type": "node", + "id": 6049008545, + "lat": 48.8442162, + "lon": 2.4267726 + }, + { + "type": "node", + "id": 6049008546, + "lat": 48.8441694, + "lon": 2.4267584 + }, + { + "type": "node", + "id": 6049008547, + "lat": 48.8441526, + "lon": 2.4267310 + }, + { + "type": "node", + "id": 6049008548, + "lat": 48.8441445, + "lon": 2.4266956 + }, + { + "type": "node", + "id": 6049008549, + "lat": 48.8441465, + "lon": 2.4266583 + }, + { + "type": "node", + "id": 6049008550, + "lat": 48.8441584, + "lon": 2.4266254 + }, + { + "type": "node", + "id": 6049008551, + "lat": 48.8442027, + "lon": 2.4265940 + }, + { + "type": "node", + "id": 6049008552, + "lat": 48.8442275, + "lon": 2.4266016 + }, + { + "type": "node", + "id": 6049008553, + "lat": 48.8442479, + "lon": 2.4266243 + }, + { + "type": "node", + "id": 6049008554, + "lat": 48.8442603, + "lon": 2.4266579 + }, + { + "type": "node", + "id": 6049008555, + "lat": 48.8442545, + "lon": 2.4267307 }, { "type": "node", @@ -10363,327 +11762,189 @@ }, { "type": "node", - "id": 6129288808, - "lat": 48.8471445, - "lon": 2.4301845 + "id": 6049008558, + "lat": 48.8455076, + "lon": 2.4270035 }, { "type": "node", - "id": 6129288809, - "lat": 48.8472313, - "lon": 2.4301385 + "id": 6049008559, + "lat": 48.8453558, + "lon": 2.4269713 }, { "type": "node", - "id": 6569428362, - "lat": 48.8431641, - "lon": 2.4310277 + "id": 6049008560, + "lat": 48.8453661, + "lon": 2.4268583 }, { "type": "node", - "id": 8050074040, - "lat": 48.842834, - "lon": 2.4293611 + "id": 6049008561, + "lat": 48.8455171, + "lon": 2.4268887 }, { "type": "node", - "id": 8050074041, - "lat": 48.8429426, - "lon": 2.4293854 + "id": 6049008562, + "lat": 48.8451434, + "lon": 2.4268743 }, { "type": "node", - "id": 8199698242, - "lat": 48.8432401, - "lon": 2.4301885 + "id": 6847578600, + "lat": 48.8452879, + "lon": 2.4249100 }, { "type": "node", - "id": 8199700336, - "lat": 48.8432029, - "lon": 2.4306016 + "id": 6847578601, + "lat": 48.8452431, + "lon": 2.4249018 }, { "type": "node", - "id": 8199715786, - "lat": 48.8424598, - "lon": 2.4291103 + "id": 6847578616, + "lat": 48.8451928, + "lon": 2.4248914 }, { "type": "node", - "id": 8199715800, - "lat": 48.8424423, - "lon": 2.4292932 + "id": 6847578617, + "lat": 48.8451614, + "lon": 2.4248353 }, { "type": "node", - "id": 8201759534, - "lat": 48.8434786, - "lon": 2.4285334 + "id": 7976971360, + "lat": 48.8433517, + "lon": 2.4255884 }, { "type": "node", - "id": 8205616546, - "lat": 48.8433222, - "lon": 2.4292916 + "id": 7976971361, + "lat": 48.8430584, + "lon": 2.4272175 }, { "type": "node", - "id": 8205616548, - "lat": 48.8432917, - "lon": 2.4296209 + "id": 7976971362, + "lat": 48.8431390, + "lon": 2.4256155 }, { "type": "node", - "id": 8205616551, - "lat": 48.8429664, - "lon": 2.4293909 + "id": 7976971363, + "lat": 48.8429875, + "lon": 2.4272049 }, { "type": "node", - "id": 8205616554, - "lat": 48.8433148, - "lon": 2.4302164 + "id": 7976971364, + "lat": 48.8438967, + "lon": 2.4260857 }, { "type": "node", - "id": 8205616555, - "lat": 48.8426426, - "lon": 2.4293187 + "id": 7976971365, + "lat": 48.8437451, + "lon": 2.4262685 }, { "type": "node", - "id": 8205616564, - "lat": 48.8429419, - "lon": 2.4303317 + "id": 7976971366, + "lat": 48.8434698, + "lon": 2.4264276 }, { "type": "node", - "id": 8205616573, - "lat": 48.8425488, - "lon": 2.4302458 + "id": 7976971367, + "lat": 48.8434502, + "lon": 2.4266380 }, { "type": "node", - "id": 8208742789, - "lat": 48.8467345, - "lon": 2.4251454 + "id": 7976971368, + "lat": 48.8435806, + "lon": 2.4267964 }, { "type": "node", - "id": 8208742790, - "lat": 48.846651, - "lon": 2.424905 + "id": 7976971369, + "lat": 48.8436621, + "lon": 2.4267940 }, { "type": "node", - "id": 8208742791, - "lat": 48.8468138, - "lon": 2.425389 + "id": 7976971370, + "lat": 48.8437403, + "lon": 2.4266256 }, { "type": "node", - "id": 8208742792, - "lat": 48.847077, - "lon": 2.4263749 + "id": 7976971371, + "lat": 48.8438218, + "lon": 2.4261204 }, { "type": "node", - "id": 8385053476, - "lat": 48.8425565, - "lon": 2.4292996 + "id": 7976971372, + "lat": 48.8440009, + "lon": 2.4261067 }, { "type": "node", - "id": 8385053477, - "lat": 48.8424302, - "lon": 2.4294205 + "id": 7976971373, + "lat": 48.8439602, + "lon": 2.4260985 }, { "type": "node", - "id": 8385053478, - "lat": 48.842459, - "lon": 2.4291181 + "id": 7976971374, + "lat": 48.8434287, + "lon": 2.4260300 }, { "type": "node", - "id": 8391000971, - "lat": 48.8420941, - "lon": 2.4283312 + "id": 7976971375, + "lat": 48.8430956, + "lon": 2.4260350 }, { "type": "node", - "id": 8736827732, - "lat": 48.847044, - "lon": 2.4277871 + "id": 7976971376, + "lat": 48.8434924, + "lon": 2.4253374 }, { "type": "node", - "id": 8736827733, - "lat": 48.8471202, - "lon": 2.427727 + "id": 8002933181, + "lat": 48.8450912, + "lon": 2.4251806 }, { "type": "node", - "id": 8736827734, - "lat": 48.8472448, - "lon": 2.4276331 + "id": 8002933182, + "lat": 48.8452588, + "lon": 2.4252159 }, { "type": "node", - "id": 8959258444, - "lat": 48.8452215, - "lon": 2.4313721 + "id": 243892373, + "lat": 48.8412329, + "lon": 2.4315158 }, { "type": "node", - "id": 9079370019, - "lat": 48.8472308, - "lon": 2.4301181 + "id": 1425307938, + "lat": 48.8411619, + "lon": 2.4322133 }, { "type": "node", - "id": 9079370021, - "lat": 48.8471962, - "lon": 2.4289227 - }, - { - "type": "node", - "id": 9403165775, - "lat": 48.8463625, - "lon": 2.4283147 - }, - { - "type": "node", - "id": 9410953010, - "lat": 48.8428416, - "lon": 2.428432 - }, - { - "type": "node", - "id": 9410953011, - "lat": 48.84486, - "lon": 2.4287271 - }, - { - "type": "node", - "id": 9410969958, - "lat": 48.8422937, - "lon": 2.4308519 - }, - { - "type": "node", - "id": 9411319010, - "lat": 48.8456219, - "lon": 2.4282891 - }, - { - "type": "node", - "id": 9413415179, - "lat": 48.8416967, - "lon": 2.4282726 - }, - { - "type": "node", - "id": 9566868946, - "lat": 48.8472079, - "lon": 2.4293812 - }, - { - "type": "node", - "id": 9566868947, - "lat": 48.8471985, - "lon": 2.429036 - }, - { - "type": "node", - "id": 17975377, - "lat": 48.8450039, - "lon": 2.4345771 - }, - { - "type": "node", - "id": 243892327, - "lat": 48.8452803, - "lon": 2.4315726 - }, - { - "type": "node", - "id": 243893685, - "lat": 48.8452025, - "lon": 2.4315581 - }, - { - "type": "node", - "id": 1935911406, - "lat": 48.8452246, - "lon": 2.4321477 - }, - { - "type": "node", - "id": 2321729935, - "lat": 48.8450159, - "lon": 2.4344678 - }, - { - "type": "node", - "id": 2321729938, - "lat": 48.8452184, - "lon": 2.431405 - }, - { - "type": "node", - "id": 2321729940, - "lat": 48.8452908, - "lon": 2.4314208 - }, - { - "type": "node", - "id": 2881900500, - "lat": 48.8451592, - "lon": 2.4321323 - }, - { - "type": "node", - "id": 2882446716, - "lat": 48.8451741, - "lon": 2.432656 - }, - { - "type": "node", - "id": 5697123114, - "lat": 48.8450113, - "lon": 2.4337753 - }, - { - "type": "node", - "id": 8644184130, - "lat": 48.8452687, - "lon": 2.431692 - }, - { - "type": "node", - "id": 8644184131, - "lat": 48.8451936, - "lon": 2.431676 - }, - { - "type": "node", - "id": 8959258446, - "lat": 48.8452659, - "lon": 2.4317214 - }, - { - "type": "node", - "id": 243895550, - "lat": 48.8475049, - "lon": 2.4290319 - }, - { - "type": "node", - "id": 243895551, - "lat": 48.8474197, - "lon": 2.427501 + "id": 2675807766, + "lat": 48.8412160, + "lon": 2.4316819 }, { "type": "node", @@ -10693,657 +11954,28 @@ }, { "type": "node", - "id": 243896554, - "lat": 48.8488979, - "lon": 2.4265846 + "id": 719657095, + "lat": 48.8489738, + "lon": 2.4248863 }, { "type": "node", - "id": 243896555, - "lat": 48.8487677, - "lon": 2.4264661 + "id": 719657096, + "lat": 48.8489004, + "lon": 2.4262930 }, { "type": "node", - "id": 243896566, - "lat": 48.8490044, - "lon": 2.4249301 + "id": 3217407277, + "lat": 48.8488941, + "lon": 2.4262193 }, { "type": "node", - "id": 243896662, - "lat": 48.8487919, - "lon": 2.4284813 - }, - { - "type": "node", - "id": 243896884, - "lat": 48.8476652, - "lon": 2.4273128 - }, - { - "type": "node", - "id": 243896900, - "lat": 48.8474573, - "lon": 2.4274722 - }, - { - "type": "node", - "id": 247275243, - "lat": 48.8490818, - "lon": 2.4262984 - }, - { - "type": "node", - "id": 247275475, - "lat": 48.8529891, - "lon": 2.426098 - }, - { - "type": "node", - "id": 247275485, - "lat": 48.8522632, - "lon": 2.4261827 - }, - { - "type": "node", - "id": 247275546, - "lat": 48.8500206, - "lon": 2.4310103 - }, - { - "type": "node", - "id": 247276354, - "lat": 48.8490262, - "lon": 2.4263772 - }, - { - "type": "node", - "id": 247276355, - "lat": 48.8491154, - "lon": 2.4264973 - }, - { - "type": "node", - "id": 247276356, - "lat": 48.8506868, - "lon": 2.4263375 - }, - { - "type": "node", - "id": 247276390, - "lat": 48.849156, - "lon": 2.4265095 - }, - { - "type": "node", - "id": 247276429, - "lat": 48.8506074, - "lon": 2.4295028 - }, - { - "type": "node", - "id": 247276452, - "lat": 48.8487433, - "lon": 2.4293284 - }, - { - "type": "node", - "id": 247276530, - "lat": 48.848657, - "lon": 2.4307517 - }, - { - "type": "node", - "id": 247276679, - "lat": 48.8500932, - "lon": 2.4294533 - }, - { - "type": "node", - "id": 253080034, - "lat": 48.8482012, - "lon": 2.4287344 - }, - { - "type": "node", - "id": 411607112, - "lat": 48.8497536, - "lon": 2.4264381 - }, - { - "type": "node", - "id": 411607113, - "lat": 48.8496568, - "lon": 2.4294037 - }, - { - "type": "node", - "id": 414721314, - "lat": 48.8497181, - "lon": 2.4277731 - }, - { - "type": "node", - "id": 506499641, - "lat": 48.8494187, - "lon": 2.4293775 - }, - { - "type": "node", - "id": 1004996909, - "lat": 48.8510906, - "lon": 2.4263024 - }, - { - "type": "node", - "id": 1722365172, - "lat": 48.8481356, - "lon": 2.4269522 - }, - { - "type": "node", - "id": 1723008715, - "lat": 48.8475639, - "lon": 2.4306242 - }, - { - "type": "node", - "id": 1723008730, - "lat": 48.8475578, - "lon": 2.4301893 - }, - { - "type": "node", - "id": 1723008732, - "lat": 48.8475428, - "lon": 2.4295639 - }, - { - "type": "node", - "id": 1829184790, - "lat": 48.84739, - "lon": 2.4280911 - }, - { - "type": "node", - "id": 1955001480, - "lat": 48.8490061, - "lon": 2.4248936 - }, - { - "type": "node", - "id": 2321729980, - "lat": 48.8472829, - "lon": 2.4276044 - }, - { - "type": "node", - "id": 2321729981, - "lat": 48.847307, - "lon": 2.4274737 - }, - { - "type": "node", - "id": 2321729982, - "lat": 48.8473423, - "lon": 2.4276987 - }, - { - "type": "node", - "id": 2321729983, - "lat": 48.8473898, - "lon": 2.4275239 - }, - { - "type": "node", - "id": 2321729984, - "lat": 48.847487, - "lon": 2.4289009 - }, - { - "type": "node", - "id": 2321729985, - "lat": 48.8475102, - "lon": 2.4290901 - }, - { - "type": "node", - "id": 2321729986, - "lat": 48.8475693, - "lon": 2.4290051 - }, - { - "type": "node", - "id": 3217407268, - "lat": 48.8486616, - "lon": 2.4306653 - }, - { - "type": "node", - "id": 3217407269, - "lat": 48.8488558, - "lon": 2.4293354 - }, - { - "type": "node", - "id": 3217407270, - "lat": 48.8487831, - "lon": 2.4286466 - }, - { - "type": "node", - "id": 3217407271, - "lat": 48.8487978, - "lon": 2.428397 - }, - { - "type": "node", - "id": 3217407272, - "lat": 48.8487303, - "lon": 2.4285077 - }, - { - "type": "node", - "id": 3217407273, - "lat": 48.8488857, - "lon": 2.4268183 - }, - { - "type": "node", - "id": 3217407276, - "lat": 48.8489306, - "lon": 2.4262241 - }, - { - "type": "node", - "id": 3217407278, - "lat": 48.8487506, - "lon": 2.4263842 - }, - { - "type": "node", - "id": 3217407279, - "lat": 48.848721, - "lon": 2.4264888 - }, - { - "type": "node", - "id": 3542319688, - "lat": 48.8505848, - "lon": 2.4295006 - }, - { - "type": "node", - "id": 3556912134, - "lat": 48.847383, - "lon": 2.4280281 - }, - { - "type": "node", - "id": 3743820780, - "lat": 48.8478191, - "lon": 2.4256734 - }, - { - "type": "node", - "id": 4619020574, - "lat": 48.8513209, - "lon": 2.4262771 - }, - { - "type": "node", - "id": 4619020587, - "lat": 48.8507384, - "lon": 2.4263314 - }, - { - "type": "node", - "id": 4619022289, - "lat": 48.8506334, - "lon": 2.4263444 - }, - { - "type": "node", - "id": 4619022295, - "lat": 48.8514225, - "lon": 2.426269 - }, - { - "type": "node", - "id": 4619022300, - "lat": 48.8524562, - "lon": 2.4261676 - }, - { - "type": "node", - "id": 4619022305, - "lat": 48.8529402, - "lon": 2.4261047 - }, - { - "type": "node", - "id": 5345094063, - "lat": 48.8490465, - "lon": 2.4263316 - }, - { - "type": "node", - "id": 5345094064, - "lat": 48.8490589, - "lon": 2.4264396 - }, - { - "type": "node", - "id": 5474346515, - "lat": 48.850015, - "lon": 2.4311021 - }, - { - "type": "node", - "id": 5474346517, - "lat": 48.8500289, - "lon": 2.4308321 - }, - { - "type": "node", - "id": 5894790247, - "lat": 48.8500666, - "lon": 2.4254077 - }, - { - "type": "node", - "id": 5894790251, - "lat": 48.8477679, - "lon": 2.4272341 - }, - { - "type": "node", - "id": 5894790252, - "lat": 48.8476756, - "lon": 2.4272015 - }, - { - "type": "node", - "id": 5928717052, - "lat": 48.8510297, - "lon": 2.4262966 - }, - { - "type": "node", - "id": 5928717058, - "lat": 48.8497098, - "lon": 2.4279943 - }, - { - "type": "node", - "id": 5928717059, - "lat": 48.8500743, - "lon": 2.4294512 - }, - { - "type": "node", - "id": 5928717071, - "lat": 48.8500898, - "lon": 2.4295264 - }, - { - "type": "node", - "id": 5928717072, - "lat": 48.8496586, - "lon": 2.4293557 - }, - { - "type": "node", - "id": 6131474693, - "lat": 48.8486954, - "lon": 2.4285227 - }, - { - "type": "node", - "id": 6131474694, - "lat": 48.8487998, - "lon": 2.4283615 - }, - { - "type": "node", - "id": 6131474695, - "lat": 48.8487815, - "lon": 2.4286773 - }, - { - "type": "node", - "id": 6131474697, - "lat": 48.847512, - "lon": 2.4291154 - }, - { - "type": "node", - "id": 6379473319, - "lat": 48.8480078, - "lon": 2.4288173 - }, - { - "type": "node", - "id": 6939194882, - "lat": 48.849816, - "lon": 2.4256343 - }, - { - "type": "node", - "id": 7003011059, - "lat": 48.8496704, - "lon": 2.4290428 - }, - { - "type": "node", - "id": 8129750892, - "lat": 48.8475173, - "lon": 2.4291898 - }, - { - "type": "node", - "id": 8129789842, - "lat": 48.8474391, - "lon": 2.4285011 - }, - { - "type": "node", - "id": 8187628660, - "lat": 48.8492513, - "lon": 2.4261452 - }, - { - "type": "node", - "id": 8187628661, - "lat": 48.8495743, - "lon": 2.4258475 - }, - { - "type": "node", - "id": 8199164913, - "lat": 48.8478445, - "lon": 2.4254026 - }, - { - "type": "node", - "id": 8199316185, - "lat": 48.8477507, - "lon": 2.4264017 - }, - { - "type": "node", - "id": 8214100882, - "lat": 48.8487084, - "lon": 2.4262517 - }, - { - "type": "node", - "id": 8214680847, - "lat": 48.8488609, - "lon": 2.4265788 - }, - { - "type": "node", - "id": 8214680848, - "lat": 48.8488765, - "lon": 2.4264047 - }, - { - "type": "node", - "id": 8255586403, - "lat": 48.8488417, - "lon": 2.4264337 - }, - { - "type": "node", - "id": 8333632810, - "lat": 48.8473588, - "lon": 2.4278326 - }, - { - "type": "node", - "id": 8736827735, - "lat": 48.8473482, - "lon": 2.4277466 - }, - { - "type": "node", - "id": 8736827736, - "lat": 48.8473269, - "lon": 2.4275721 - }, - { - "type": "node", - "id": 8785735950, - "lat": 48.8504705, - "lon": 2.4263653 - }, - { - "type": "node", - "id": 8835072986, - "lat": 48.8483612, - "lon": 2.4252616 - }, - { - "type": "node", - "id": 8988191373, - "lat": 48.8496955, - "lon": 2.428398 - }, - { - "type": "node", - "id": 9403174606, - "lat": 48.8487423, - "lon": 2.4263582 - }, - { - "type": "node", - "id": 9403174607, - "lat": 48.848703, - "lon": 2.426503 - }, - { - "type": "node", - "id": 9403174608, - "lat": 48.8488837, - "lon": 2.4268538 - }, - { - "type": "node", - "id": 9403174609, - "lat": 48.8491125, - "lon": 2.4262706 - }, - { - "type": "node", - "id": 9403174610, - "lat": 48.8491357, - "lon": 2.4265034 - }, - { - "type": "node", - "id": 9403174611, - "lat": 48.8497518, - "lon": 2.4265066 - }, - { - "type": "node", - "id": 243896109, - "lat": 48.8485624, - "lon": 2.4324904 - }, - { - "type": "node", - "id": 247276678, - "lat": 48.8499314, - "lon": 2.4328686 - }, - { - "type": "node", - "id": 247278937, - "lat": 48.8499034, - "lon": 2.4345928 - }, - { - "type": "node", - "id": 429179876, - "lat": 48.848611, - "lon": 2.4315796 - }, - { - "type": "node", - "id": 429179878, - "lat": 48.8499707, - "lon": 2.4318344 - }, - { - "type": "node", - "id": 3217403560, - "lat": 48.8485777, - "lon": 2.4322899 - }, - { - "type": "node", - "id": 4730367471, - "lat": 48.8499278, - "lon": 2.4344296 - }, - { - "type": "node", - "id": 5474346507, - "lat": 48.8499313, - "lon": 2.4329203 - }, - { - "type": "node", - "id": 5474346508, - "lat": 48.8499331, - "lon": 2.4328234 - }, - { - "type": "node", - "id": 5474346509, - "lat": 48.8499678, - "lon": 2.4319121 - }, - { - "type": "node", - "id": 5474346511, - "lat": 48.8499735, - "lon": 2.4317876 - }, - { - "type": "node", - "id": 6131474690, - "lat": 48.8485803, - "lon": 2.4322346 - }, - { - "type": "node", - "id": 9081000846, - "lat": 48.8499604, - "lon": 2.4321077 + "id": 9403174605, + "lat": 48.8488964, + "lon": 2.4261803 } + ] }