Skip to content

Instantly share code, notes, and snippets.

@thole
Last active October 20, 2018 07:16
Show Gist options
  • Save thole/e7d9adf88beda6491d9a5c9cf24835ad to your computer and use it in GitHub Desktop.
Save thole/e7d9adf88beda6491d9a5c9cf24835ad to your computer and use it in GitHub Desktop.
bahnrad hamburg transfer
var fs=require('fs');
var dir='history';
var data={};
var cache = {};
function countOccurence(array,name){
var result = 0;
array.forEach(function(d){
if(d == name){ result = result + 1;}
})
return result;
}
function extractName(tooltip){
var name = tooltip.replace(/ /g," ").replace(/'/g,"").replace(/\d* /,"");
return name;
}
var names = {};
fs.readdir(dir,function(err,files){
if (err) throw err;
files.forEach(function(file){
if(file.length != 15){ return }
var date = 1000 * file.substring(0,10);
var content = fs.readFileSync('history/' + file, 'utf8')
content = content.substring(9, content.length-1);
var json = JSON.parse(content);
var marker = json.marker;
//console.log(marker)
marker.forEach(function(d){
var id = d.hal2option.id;
names[id] = {'name':extractName(d.hal2option.tooltip),'lat':d.lat,'lng':d.lng};
d.hal2option.bikelist.forEach(function(b){
if(cache[b.Number] == undefined){cache[b.Number] = [];}
if(cache[b.Number].length > 0 && cache[b.Number][cache[b.Number].length-1] == id ){ return ;}
cache[b.Number].push(id);
});
})
});
var result = {};
for( key in cache){
var bikelist = cache[key];
for(var i = 0; i < bikelist.length-1; i++){
var start = bikelist[i];
var end = bikelist[i+1];
if(result[start] == undefined){ result[start] = new Array(); }
result[start].push(end);
}
}
var stations = new Array();
for( name in result){
var link = {'name':name, 'destinations':[]};
var processedLinks = new Array();
result[name].forEach(function(d){
//console.log(result[name][d])
if(processedLinks.indexOf(d) > 0){return;}
if(result[d] == undefined){return;}
link.destinations.push(d);
processedLinks.push(d);
})
stations.push(link);
}
console.log(JSON.stringify({'names':names,'links':stations},null,2));
});
{
"names": {
"23128420903336": {
"name": "Universität / Schlüterstraße",
"lat": "53.566972000000000",
"lng": "9.986076000000000"
},
"23124731915877": {
"name": "Allende-Platz/Grindelhof",
"lat": "53.567845000000000",
"lng": "9.982728000000000"
},
"23129559435915": {
"name": "Universität / Moorweidenstraße",
"lat": "53.563755000000000",
"lng": "9.987659000000000"
},
"23132679400901": {
"name": "Hallerstraße / Rohtenbaumchaussee",
"lat": "53.572081000000000",
"lng": "9.988801000000000"
},
"23132259236875": {
"name": "Bahnhof Dammtor Nord // Theodor-Heuss-Platz",
"lat": "53.561400000000000",
"lng": "9.990430000000000"
},
"23131073920724": {
"name": "Bahnhof Dammtor Süd / Marseiller Straße",
"lat": "53.560200000000000",
"lng": "9.989630000000000"
},
"23119624582004": {
"name": "Bogenstraße / Grindelallee",
"lat": "53.571200000000000",
"lng": "9.977694000000000"
},
"23121957554721": {
"name": "St.Petersburger Straße/Bei den Kirchhöfen",
"lat": "53.559762000000000",
"lng": "9.981839000000000"
},
"23145861917846": {
"name": "Harvestehuder Weg / Alte Rabenstraße",
"lat": "53.567200000000000",
"lng": "10.001100000000000"
},
"23120683202539": {
"name": "Grindelberg / Bezirksamt Eimsbüttel",
"lat": "53.575408000000000",
"lng": "9.977824000000000"
},
"23109554228535": {
"name": "U-Bahn Schlump",
"lat": "53.567991000000000",
"lng": "9.969601000000000"
},
"23138610193184": {
"name": "Mittelweg/Sophienterrasse-NDR",
"lat": "53.576378000000000",
"lng": "9.993122000000000"
},
"23130761569859": {
"name": "Gänsemarkt / Büschstraße",
"lat": "53.556282000000000",
"lng": "9.990091000000000"
},
"23114167696398": {
"name": "Messehallen / Marktstraße",
"lat": "53.558518000000000",
"lng": "9.975346000000000"
},
"23108335509503": {
"name": "Sternschanze / Eingang Dänenweg",
"lat": "53.564227000000000",
"lng": "9.969250000000000"
},
"23126045555461": {
"name": "Innocentiapark/Oberstraße",
"lat": "53.577248000000000",
"lng": "9.982110000000000"
},
"23123830167035": {
"name": "Caffamacherreihe/Valentinskamp.",
"lat": "53.555722000000000",
"lng": "9.984209000000000"
},
"2311867775833": {
"name": "Sievekingplatz/Gorch-Fock-Wall",
"lat": "53.556061000000000",
"lng": "9.979697000000000"
},
"23132000064845": {
"name": "Jungfernstieg / Neuer Jungfernstieg",
"lat": "53.555000000000000",
"lng": "9.991400000000000"
},
"23120531079108": {
"name": "Isestraße / Hoheluftbrücke",
"lat": "53.578000000000000",
"lng": "9.977210000000000"
},
"23106782410922": {
"name": "Feldstraße / Marktstraße",
"lat": "53.557414000000000",
"lng": "9.969178000000000"
},
"23102332128056": {
"name": "Christuskirche/Fruchtallee",
"lat": "53.569500000000000",
"lng": "9.963090000000000"
},
"23124097259208": {
"name": "Axel-Springer-Platz/Wexstraße",
"lat": "53.551853000000000",
"lng": "9.985161000000000"
},
"23136151548048": {
"name": "Jungfernstieg / Ballindamm",
"lat": "53.552244000000000",
"lng": "9.995501000000000"
},
"23114705647704": {
"name": "Enckeplatz / Hütten",
"lat": "53.552400000000000",
"lng": "9.976950000000000"
},
"23146748715251": {
"name": "Leinpfad/Fernsicht",
"lat": "53.580391000000000",
"lng": "9.999404000000000"
},
"23100890553289": {
"name": "Neuer Pferdemarkt / Beim Grünen Jäger",
"lat": "53.558869000000000",
"lng": "9.963824000000000"
},
"23098433036072": {
"name": "Schulterblatt/Eifflerstraße",
"lat": "53.562709000000000",
"lng": "9.960990000000000"
},
"23102320456034": {
"name": "Osterstraße/Bismarckstraße",
"lat": "53.573183000000000",
"lng": "9.962395000000000"
},
"23118462975692": {
"name": "Großneumarkt/Thielbek",
"lat": "53.550977000000000",
"lng": "9.980459000000000"
},
"23139401979913": {
"name": "Kleine Rosenstraße / Gerhart-Hauptmann-Platz",
"lat": "53.551600000000000",
"lng": "9.998430000000000"
},
"23129468618869": {
"name": "Alter Wall/Adolphsbrücke",
"lat": "53.550193000000000",
"lng": "9.990110000000000"
},
"23129994334457": {
"name": "Eppendorfer Baum / Isestraße",
"lat": "53.583200000000000",
"lng": "9.984410000000000"
},
"23146934783829": {
"name": "Hauptbahnhof West / Glockengießer Wall",
"lat": "53.553676000000000",
"lng": "10.004553000000000"
},
"23125285578716": {
"name": "Stadthausbrücke / Neuer Wall",
"lat": "53.549672000000000",
"lng": "9.986594000000000"
},
"23137719527539": {
"name": "Mönckebergstraße / Rosenstraße",
"lat": "53.550722000000000",
"lng": "9.997140000000000"
},
"23151482730918": {
"name": "Lange Reihe / Kirchenallee",
"lat": "53.555200000000000",
"lng": "10.008200000000000"
},
"23146238427348": {
"name": "Kurze Mühren/Spitalerstraße",
"lat": "53.552611000000000",
"lng": "10.004150000000000"
},
"23150655877473": {
"name": "Hauptbahnhof Ost / Hachmannplatz",
"lat": "53.554307000000000",
"lng": "10.007652000000000"
},
"23163436634921": {
"name": "Eduard-Rhein-Ufer / Schwanenwik",
"lat": "53.567700000000000",
"lng": "10.016200000000000"
},
"23114982533329": {
"name": "Eppendorfer Weg/Hoheluftchaussee",
"lat": "53.581771000000000",
"lng": "9.971720000000000"
},
"23104042827273": {
"name": "Goebenstraße/Eppendorfer Weg",
"lat": "53.577579000000000",
"lng": "9.963063000000000"
},
"23160247030418": {
"name": "Lange Reihe / Lohmühlenpark",
"lat": "53.559900000000000",
"lng": "10.014900000000000"
},
"2312286344216": {
"name": "Löwenstraße/Eppendorfer Weg",
"lat": "53.583923000000000",
"lng": "9.978120000000000"
},
"23125401503217": {
"name": "Rödingsmarkt / Großer Burstah",
"lat": "53.548300000000000",
"lng": "9.986950000000000"
},
"23106733690204": {
"name": "Millerntorplatz/St.Pauli",
"lat": "53.551000000000000",
"lng": "9.970330000000000"
},
"23142673256346": {
"name": "Jacobikirche / Steinstraße",
"lat": "53.550300000000000",
"lng": "10.001500000000000"
},
"23147465922645": {
"name": "Mönckebergstraße / Steintorwall",
"lat": "53.551600000000000",
"lng": "10.005400000000000"
},
"23137267146912": {
"name": "Schopenstehl/Alter Fischmarkt",
"lat": "53.548703000000000",
"lng": "9.997126000000000"
},
"23098302433989": {
"name": "Paulinenplatz/Wohlwillstraße",
"lat": "53.554200000000000",
"lng": "9.962460000000000"
},
"23116611617504": {
"name": "Michaeliskirche / Krayenkamp",
"lat": "53.547975000000000",
"lng": "9.979420000000000"
},
"2313345255881": {
"name": "Domstraße/Willy-Brandt-Straße",
"lat": "53.547486000000000",
"lng": "9.994057000000000"
},
"23163121003004": {
"name": "Hofweg/Am Langenzug",
"lat": "53.578035000000000",
"lng": "10.013995000000000"
},
"23090383606168": {
"name": "Eimsbütteler Straße/Waterloostraße",
"lat": "53.566200000000000",
"lng": "9.953400000000000"
},
"23157174965831": {
"name": "Steindamm / Stralsunder Straße",
"lat": "53.554216000000000",
"lng": "10.013306000000000"
},
"23138980106977": {
"name": "Meßberg / Willy-Brandt-Straße",
"lat": "53.547805000000000",
"lng": "9.998774000000000"
},
"23091262924821": {
"name": "Emilienstraße/Fruchtallee",
"lat": "53.571690000000000",
"lng": "9.953138000000000"
},
"23151181112156": {
"name": "Zentralbibliothek / Münzstraße",
"lat": "53.550332000000000",
"lng": "10.008849000000000"
},
"23146722577779": {
"name": "Steinstraße / Deichtorplatz",
"lat": "53.548562000000000",
"lng": "10.005325000000000"
},
"23168816848894": {
"name": "Alsterschwimmhalle/Ifflandstraße",
"lat": "53.560781000000000",
"lng": "10.022148000000000"
},
"23169995577224": {
"name": "Winterhuder Weg/ Zimmerstraße",
"lat": "53.575308000000000",
"lng": "10.020450000000000"
},
"23165443839478": {
"name": "Lohmühlenstraße / Steindamm",
"lat": "53.557200000000000",
"lng": "10.019900000000000"
},
"2315974606942": {
"name": "Goldbekplatz / Semperstraße",
"lat": "53.583800000000000",
"lng": "10.010000000000000"
},
"23138918771639": {
"name": "Kellinghusenstraße / Loogeplatz",
"lat": "53.588516000000000",
"lng": "9.991125000000000"
},
"23086941774586": {
"name": "Sophienallee / Sandweg",
"lat": "53.569769000000000",
"lng": "9.949770000000000"
},
"23117523225769": {
"name": "U-Bahn Baumwall",
"lat": "53.544279000000000",
"lng": "9.980896000000000"
},
"23107872773364": {
"name": "Landungsbrücke/Hafentor",
"lat": "53.545700000000000",
"lng": "9.972300000000000"
},
"23159745836256": {
"name": "Kurt-Schumacher-Allee / Nagelsweg",
"lat": "53.551700000000000",
"lng": "10.016000000000000"
},
"23127610015045": {
"name": "Auf dem Sande/Kehrwieder-MiniaturWunderland",
"lat": "53.543731000000000",
"lng": "9.989710000000000"
},
"2309250343222": {
"name": "Heußweg/Wiesenstraße",
"lat": "53.577796000000000",
"lng": "9.953073000000000"
},
"23100538239554": {
"name": "Bernhard-Nocht-Straße/Zirkusweg",
"lat": "53.547320000000000",
"lng": "9.965669000000000"
},
"23083837881162": {
"name": "Alsenstraße/Düppelstraße",
"lat": "53.563037000000000",
"lng": "9.948345000000000"
},
"23121154234302": {
"name": "Martinistraße / Haupteingang Klinikum",
"lat": "53.588918000000000",
"lng": "9.975715000000000"
},
"23134200387198": {
"name": "Kümmellstraße / Robert-Koch-Straße",
"lat": "53.590237000000000",
"lng": "9.986730000000000"
},
"23174990517797": {
"name": "Uhlandstraße / Eingang Nord",
"lat": "53.565000000000000",
"lng": "10.026700000000000"
},
"23098824603863": {
"name": "Troplowitzstraße / Beiersdorf / NXP",
"lat": "53.582793000000000",
"lng": "9.957594000000000"
},
"23085025366577": {
"name": "Thadenstraße/Holstenstraße",
"lat": "53.555827000000000",
"lng": "9.950708000000000"
},
"23176447876238": {
"name": "Mundsburg / Schürbeker Straße",
"lat": "53.569600000000000",
"lng": "10.027100000000000"
},
"23154709784326": {
"name": "Amsinckstraße/ Nordkanalbrücke",
"lat": "53.547868000000000",
"lng": "10.012361000000000"
},
"23130842550788": {
"name": "Am Kaiserkai/Großer Grasbrook",
"lat": "53.541838000000000",
"lng": "9.992856000000000"
},
"2308856314689": {
"name": "Reeperbahn / Königstraße",
"lat": "53.549501000000000",
"lng": "9.954934000000000"
},
"23175923961085": {
"name": "Lübecker Straße / Marienkrankenhaus",
"lat": "53.559700000000000",
"lng": "10.028500000000000"
},
"23170032610681": {
"name": "Berliner Tor / Berlinertordamm",
"lat": "53.553300000000000",
"lng": "10.024600000000000"
},
"23108421269636": {
"name": "Grandweg/Veilchenweg",
"lat": "53.589185000000000",
"lng": "9.964681000000000"
},
"2313874299339": {
"name": "Osakaallee/Übersee Quartier",
"lat": "53.541583000000000",
"lng": "9.999731000000000"
},
"23181316412145": {
"name": "Lerchenfeld / Uferstraße",
"lat": "53.567000000000000",
"lng": "10.031800000000000"
},
"23082062065943": {
"name": "Lappenbergsallee / Bei der Apostelkirche",
"lat": "53.575573000000000",
"lng": "9.944487000000000"
},
"23172626575337": {
"name": "Jarrestraße / Rambatzweg",
"lat": "53.584000000000000",
"lng": "10.021100000000000"
},
"23180611554263": {
"name": "Bartholomäusstraße/Beim Alten Schützenhof",
"lat": "53.575652000000000",
"lng": "10.029570000000000"
},
"2313639545652": {
"name": "Grasbrookpark/Überseequartier",
"lat": "53.540282000000000",
"lng": "9.997945000000000"
},
"2317742518886": {
"name": "Weidestraße /Johannes-Prassek-Park",
"lat": "53.580808700000000",
"lng": "10.025847900000000"
},
"23131273714757": {
"name": "Unilever/Strandkai",
"lat": "53.539580000000000",
"lng": "9.993650000000000"
},
"23085696668872": {
"name": "Methfesselstraße/Luruper Weg",
"lat": "53.580060000000000",
"lng": "9.946786000000000"
},
"23145522768454": {
"name": "Hudtwalckerstraße / Bebelallee",
"lat": "53.594300000000000",
"lng": "9.995750000000000"
},
"23183237883436": {
"name": "Wartenau / Lübecker Straße",
"lat": "53.563600000000000",
"lng": "10.034100000000000"
},
"23146016062022": {
"name": "Versmannstraße/Am Hannoverschen Bahnhof",
"lat": "53.540782000000000",
"lng": "10.006168000000000"
},
"2307580659821": {
"name": "Chemnitzstraße / Max-Brauer-Allee",
"lat": "53.555300000000000",
"lng": "9.942860000000000"
},
"23119103832113": {
"name": "Süderfeldstraße/Universitätsklinikum Eppendorf",
"lat": "53.594000000000000",
"lng": "9.973000000000000"
},
"23078288127849": {
"name": "Große Bergstraße / Jessenstraße",
"lat": "53.551200000000000",
"lng": "9.945760000000000"
},
"23083149929245": {
"name": "Fischmarkt/Breite Straße",
"lat": "53.546200000000000",
"lng": "9.950880000000000"
},
"23176438178952": {
"name": "Eiffestrasse/Normannenweg",
"lat": "53.552123000000000",
"lng": "10.030364000000000"
},
"2316781092802": {
"name": "Hammerbrook / Sachsenfeld",
"lat": "53.546011000000000",
"lng": "10.024042000000000"
},
"23186074039764": {
"name": "Landwehr / Ramazan-Avci-Platz",
"lat": "53.561109000000000",
"lng": "10.037022000000000"
},
"23167331002134": {
"name": "Borgweg/Stadtpark",
"lat": "53.592022000000000",
"lng": "10.015021000000000"
},
"23188497923646": {
"name": "Holsteinischer Kamp/ Wagnerstraße",
"lat": "53.574518000000000",
"lng": "10.036608000000000"
},
"23186667478237": {
"name": "Weidestraße/Biedermannplatz",
"lat": "53.579764000000000",
"lng": "10.034041000000000"
},
"23191372279596": {
"name": "Uferstraße/Wagnerstraße",
"lat": "53.571078000000000",
"lng": "10.039741000000000"
},
"2307613398779": {
"name": "Langenfelder Damm/Müggenkampstraße",
"lat": "53.580757000000000",
"lng": "9.938418000000000"
},
"23073517774951": {
"name": "Königstraße / Struenseestraße",
"lat": "53.547100000000000",
"lng": "9.942410000000000"
},
"23144574871197": {
"name": "Bebelallee/Meenkwiese",
"lat": "53.599203000000000",
"lng": "9.994017000000000"
},
"23187304383381": {
"name": "Schleidenstraße/Osterbekstraße",
"lat": "53.584582000000000",
"lng": "10.033690000000000"
},
"23166594154461": {
"name": "Planetarium/Hindenburgstraße",
"lat": "53.595950000000000",
"lng": "10.013650000000000"
},
"23094566261499": {
"name": "Emil-Andresen-Straße / Lohkoppelweg",
"lat": "53.592850000000000",
"lng": "9.952055000000000"
},
"23067165886095": {
"name": "Bahnhof Altona Ost/Max-Brauer-Allee",
"lat": "53.552121000000000",
"lng": "9.936005000000000"
},
"23189839865974": {
"name": "Burgstraße/Hammer Landstraße",
"lat": "53.555693000000000",
"lng": "10.041298000000000"
},
"23195994051409": {
"name": "Wandsbeker Chaussee/Ritterstraße",
"lat": "53.567126000000000",
"lng": "10.044484000000000"
},
"2306461834642": {
"name": "Bahnhof Altona West / Busbahnhof",
"lat": "53.551800000000000",
"lng": "9.933870000000000"
},
"23187219294758": {
"name": "Saarlandstraße/Wiesendamm",
"lat": "53.588408000000000",
"lng": "10.032900000000000"
},
"23195285934695": {
"name": "Dehnhaide/Barmbeker Markt",
"lat": "53.579981000000000",
"lng": "10.041461000000000"
},
"23184903014307": {
"name": "Südring/Stadthallenbrücke",
"lat": "53.591446000000000",
"lng": "10.030327000000000"
},
"23109896403984": {
"name": "Siemersplatz/Kollaustraße",
"lat": "53.600072000000000",
"lng": "9.963929000000000"
},
"2305883621926": {
"name": "Bahrenfelder Straße/Völckersstraße",
"lat": "53.556897000000000",
"lng": "9.927945000000000"
},
"2306455791833": {
"name": "Ottenser Marktplatz/Museumsstraße",
"lat": "53.547800000000000",
"lng": "9.934560000000000"
},
"23060640673551": {
"name": "Große Rainstraße/Ottenser Hauptstraße",
"lat": "53.552339000000000",
"lng": "9.930344000000000"
},
"23182383882512": {
"name": "Bullerdeich/Stadtreinigung Hamburg",
"lat": "53.544979000000000",
"lng": "10.036850000000000"
},
"23084825582494": {
"name": "Koppelstraße/Lokstedter Grenzstraße",
"lat": "53.593587000000000",
"lng": "9.943525000000000"
},
"23203263037986": {
"name": "Lortzingstraße/Friedrichsberger Straße",
"lat": "53.573588000000000",
"lng": "10.049568000000000"
},
"23198565560941": {
"name": "Wiesendamm/Roggenkamp",
"lat": "53.586958000000000",
"lng": "10.042993000000000"
},
"23203988035504": {
"name": "Sievekingsallee/Sievekingdamm",
"lat": "53.560835000000000",
"lng": "10.052589000000000"
},
"23054865375509": {
"name": "Eulenstraße/Große Brunnenstraße",
"lat": "53.550816000000000",
"lng": "9.925653000000000"
},
"23207260070344": {
"name": "Hasselbrookstraße/Papenstraße",
"lat": "53.564805000000000",
"lng": "10.054679000000000"
},
"2305095676763": {
"name": "Fischersallee/Bleickenallee",
"lat": "53.550966000000000",
"lng": "9.922260000000000"
},
"23180650596179": {
"name": "Überseering/Mexikoring",
"lat": "53.601619000000000",
"lng": "10.024745000000000"
},
"2320596098414": {
"name": "Bei der Hammer Kirche/Hammerpark",
"lat": "53.556699000000000",
"lng": "10.055075000000000"
},
"23047834097561": {
"name": "Hohenzollernring/Friedensallee",
"lat": "53.556710000000000",
"lng": "9.918508000000000"
},
"23201289806855": {
"name": "Fuhlsbüttler Straße/Hellbrookstraße",
"lat": "53.591460000000000",
"lng": "10.044508000000000"
},
"23167155749332": {
"name": "Hindenburgstraße/Möringbogen",
"lat": "53.606177000000000",
"lng": "10.012225000000000"
},
"23188279242229": {
"name": "Billstraße/Billhorner Deich",
"lat": "53.540103000000000",
"lng": "10.042870000000000"
},
"23214082858002": {
"name": "Wandsbeker Chaussee/ Börnestraße",
"lat": "53.570470000000000",
"lng": "10.059528000000000"
},
"23213842839401": {
"name": "Krausestraße/Eilbektal",
"lat": "53.576238000000000",
"lng": "10.058237000000000"
},
"23182480413151": {
"name": "Rothenburgsort/Marktplatz/Lindleystraße",
"lat": "53.534288000000000",
"lng": "10.038938000000000"
},
"23214300249583": {
"name": "Caspar-Voght-Straße/Sievekingsallee",
"lat": "53.559893000000000",
"lng": "10.061703000000000"
},
"23206773136163": {
"name": "Osterbrookplatz/ Süderstraße",
"lat": "53.546932000000000",
"lng": "10.057613000000000"
},
"23056034959209": {
"name": "Randstraße/ Stellingen",
"lat": "53.590248000000000",
"lng": "9.919356000000000"
},
"23208861027774": {
"name": "Habichtstraße/Steilshooper Straße",
"lat": "53.593726000000000",
"lng": "10.050639700000000"
},
"23037485194482": {
"name": "Friedensallee/Hegarstraße ( S Bahn Bahrenfeld ) ",
"lat": "53.560260000000000",
"lng": "9.908946000000000"
},
"23152118965208": {
"name": "Wilhelmsburger Platz/Zur Schleuse",
"lat": "53.522794000000000",
"lng": "10.014810000000000"
},
"23199302597276": {
"name": "Fuhlsbüttler Straße/Hartzloh",
"lat": "53.601000000000000",
"lng": "10.041000000000000"
},
"23179899781118": {
"name": "Djarkartaweg/Sengelmannstraße",
"lat": "53.609163000000000",
"lng": "10.022685000000000"
},
"23040775831399": {
"name": "Neumühlen/Övelgönne",
"lat": "53.544302000000000",
"lng": "9.914731000000000"
},
"23224857659491": {
"name": "Schloßstrasse/Schloßgarten",
"lat": "53.571664000000000",
"lng": "10.068644000000000"
},
"23219373066338": {
"name": "Horner Weg/Morahtstieg",
"lat": "53.555503000000000",
"lng": "10.066926000000000"
},
"23225383034893": {
"name": "Wandsbeker Marktstraße/Wandsbeker Marktplatz",
"lat": "53.572433000000000",
"lng": "10.068955000000000"
},
"23223986147559": {
"name": "Nordschleswiger Straße/Dulsberg-Nord",
"lat": "53.585813000000000",
"lng": "10.065230000000000"
},
"23181991175288": {
"name": "Alsterdorf Markt/Evangelische Stiftung",
"lat": "53.612090900000000",
"lng": "10.023946200000000"
},
"23026705357771": {
"name": "Paul-Ehrlich-Straße/Asklepios Klinik Altona",
"lat": "53.554433000000000",
"lng": "9.900752000000000"
},
"23099352351946": {
"name": "Niendorf Markt/Tibarg",
"lat": "53.619072200000000",
"lng": "9.951311300000000"
},
"23240408468427": {
"name": "Friedrich-Ebert-Damm / Lomerstraße",
"lat": "53.584919000000000",
"lng": "10.079638000000000"
},
"23012173766678": {
"name": "Dürerstraße/Beslerplatz- S Bahn Othmarschen",
"lat": "53.560395000000000",
"lng": "9.887159000000000"
},
"23240012049865": {
"name": "Horner Rennbahn/ Meurer Weg",
"lat": "53.554193000000000",
"lng": "10.085077000000000"
},
"2319301274091": {
"name": "Alsterdorfer Straße/Fuhlsbüttler Straße",
"lat": "53.620000000000000",
"lng": "10.032000000000000"
},
"23233077658873": {
"name": "OTTO Group / Wandsbeker Straße",
"lat": "53.600260000000000",
"lng": "10.070397000000000"
},
"23221025498808": {
"name": "Gründgensstraße/César-Klein-Ring",
"lat": "53.610149000000000",
"lng": "10.058096000000000"
},
"23005162687253": {
"name": "DESY/Notkestraße",
"lat": "53.574537000000000",
"lng": "9.878527000000000"
},
"23125929730274": {
"name": "Barkassenanleger/Mengestraße",
"lat": "53.499748000000000",
"lng": "9.996470000000000"
},
"23250613607411": {
"name": "Riedweg/Vierbergen",
"lat": "53.547643000000000",
"lng": "10.095515000000000"
},
"23259583669412": {
"name": "Friedrich-Ebert-Damm/Helbingtwiete",
"lat": "53.588172000000000",
"lng": "10.095665000000000"
},
"23241958146736": {
"name": "Herthastraße / Einkaufszentrum Bramfeld",
"lat": "53.611878000000000",
"lng": "10.075913000000000"
},
"23137732635198": {
"name": "Berta-Kröger-Platz/Wilhelm-Strauß-Weg",
"lat": "53.497933000000000",
"lng": "10.007016000000000"
},
"23133912549817": {
"name": "Neunenfelder Straße/ Kurt-Emmerich-Platz",
"lat": "53.497232000000000",
"lng": "10.003843000000000"
},
"23266863281803": {
"name": "Manshardtstraße/EKZ Manshardtstraße",
"lat": "53.559215000000000",
"lng": "10.107447000000000"
},
"23117202685446": {
"name": "Georg-Wilhelm-Straße/Mankiewicz",
"lat": "53.494000000000000",
"lng": "9.990000000000000"
},
"22985779647362": {
"name": "Osdorfer Landtraße/ Elbe-Einkaufszentrum",
"lat": "53.571629000000000",
"lng": "9.862423000000000"
},
"22982675091641": {
"name": "Ohnhorststraße/Klein Flottbek",
"lat": "53.558587000000000",
"lng": "9.862160000000000"
},
"23273185754514": {
"name": "Charlie-Mills-Straße/Friedrich-Ebert-Damm",
"lat": "53.591450000000000",
"lng": "10.106858000000000"
},
"22980108821903": {
"name": "Elbchaussee/Teufelsbrück",
"lat": "53.547425000000000",
"lng": "9.862013000000000"
},
"2310262826909": {
"name": "Nordalbinger Weg/Paul-Sorge-Straße",
"lat": "53.640835200000000",
"lng": "9.950095500000000"
},
"23181147591415": {
"name": "Langenhorn Markt/Tangstedter Landstraße",
"lat": "53.648757200000000",
"lng": "10.016366300000000"
},
"23146341154731": {
"name": "Hugo-Kirchberg-Straße/Tesa",
"lat": "53.654290000000000",
"lng": "9.985280000000000"
},
"23291768220375": {
"name": "Rahlstedter Weg/Berner Heerweg",
"lat": "53.606246000000000",
"lng": "10.120210000000000"
},
"23104489802677": {
"name": "Kanalplatz/Harburger Schlossstraße",
"lat": "53.466500000000000",
"lng": "9.984148000000000"
},
"23080365153983": {
"name": "Alter Postweg / Heimfelder Straße",
"lat": "53.465276000000000",
"lng": "9.963537000000000"
},
"23106310635719": {
"name": "Schellerdamm/Hausnummer22",
"lat": "53.464282000000000",
"lng": "9.986136000000000"
},
"23126553006584": {
"name": "Neuländer Kamp/Eurofins ",
"lat": "53.461651300000000",
"lng": "10.004132700000000"
},
"23095625252796": {
"name": "Harburger Ring/Neue Straße",
"lat": "53.460687400000000",
"lng": "9.977572900000000"
},
"23102214113605": {
"name": "Herbert-Wehner-Platz/Großer Schippsee",
"lat": "53.460407000000000",
"lng": "9.983319000000000"
},
"23086250800875": {
"name": "TU Harburg/Denickestraße",
"lat": "53.460622000000000",
"lng": "9.969487000000000"
},
"23098824185105": {
"name": "Harburger Rathausstraße/Deichhausweg",
"lat": "53.459958600000000",
"lng": "9.980473100000000"
},
"2310694812874": {
"name": "Moorstraße/Bahnhof Harburg",
"lat": "53.457286000000000",
"lng": "9.987994000000000"
},
"23064485881979": {
"name": "Eißendorfer Pferdeweg/ Asklepios-Klinik Harburg",
"lat": "53.459000000000000",
"lng": "9.951000000000000"
},
"23099557855002": {
"name": "Maretstraße/Baererstraße",
"lat": "53.453704000000000",
"lng": "9.982275000000000"
},
"23107822610141": {
"name": "Reeseberg/EBV-Anzengruberstraße",
"lat": "53.448960000000000",
"lng": "9.990306000000000"
},
"23096393109031": {
"name": "Gotthelfweg/Außenmühlenteich",
"lat": "53.447625000000000",
"lng": "9.980675000000000"
},
"23310517954839": {
"name": "S Allermöhe/Walter-Rudolphi-Weg",
"lat": "53.490126000000000",
"lng": "10.158515000000000"
},
"23370192537588": {
"name": "Vierlandenstraße/Johann-Adolf-Hasse-Platz",
"lat": "53.488449000000000",
"lng": "10.210913000000000"
},
"23380365778576": {
"name": "Wentorfer Straße/Bezirksamt Bergedorf",
"lat": "53.487427000000000",
"lng": "10.220000000000000"
},
"23170875843472": {
"name": "Röntgenstraße/Philips",
"lat": "53.623480900000000",
"lng": "10.012208800000000"
}
},
"links": [
{
"name": "23086941774586",
"destinations": [
"23131073920724",
"23083837881162",
"23104042827273",
"23137267146912",
"23109554228535",
"23134200387198",
"23026705357771",
"2309250343222",
"23124731915877",
"23145861917846",
"23106733690204",
"23085696668872",
"23132259236875",
"23108335509503",
"23182480413151",
"23056034959209",
"23040775831399",
"23184903014307",
"23098433036072",
"23180650596179",
"23102332128056",
"23091262924821",
"23037485194482",
"2316781092802",
"23128420903336",
"23138610193184",
"23100538239554",
"23067165886095",
"23082062065943",
"2307580659821",
"23083149929245",
"23090383606168",
"23119624582004",
"23160247030418",
"2315974606942",
"2308856314689"
]
},
{
"name": "23131073920724",
"destinations": [
"23124097259208",
"23163436634921",
"23146722577779",
"23160247030418",
"23108335509503",
"23167331002134",
"23144574871197",
"2308856314689",
"23106733690204",
"23176447876238",
"23102320456034",
"23109554228535",
"23150655877473",
"23138610193184",
"23213842839401",
"2313345255881",
"23130842550788",
"23203263037986",
"23100890553289",
"23136151548048",
"23117523225769",
"23091262924821",
"23114705647704",
"2306461834642",
"23128420903336",
"23132000064845",
"23157174965831",
"2316781092802",
"23198565560941",
"23186667478237",
"23145522768454",
"23082062065943",
"23183237883436",
"23129559435915",
"23188497923646",
"23119624582004",
"23123830167035",
"2312286344216",
"23104042827273",
"23124097259208",
"23098302433989",
"2313874299339",
"2315974606942",
"23146934783829",
"23145861917846",
"23233077658873",
"23114167696398",
"23127610015045",
"23124731915877"
]
},
{
"name": "23124097259208",
"destinations": [
"23132679400901",
"23125285578716",
"23132259236875",
"23107872773364",
"23125401503217",
"23186074039764",
"23104042827273",
"23114167696398",
"23128420903336",
"23130761569859",
"23163121003004",
"23098433036072",
"23119624582004",
"2311867775833",
"23146016062022",
"23118462975692",
"23083837881162",
"23163436634921",
"23172626575337",
"23100538239554",
"23136151548048",
"23147465922645",
"23160247030418",
"2309250343222",
"23131073920724",
"2306461834642",
"2315974606942",
"23114982533329",
"2313874299339",
"23129559435915",
"23117523225769",
"23138918771639",
"23121957554721",
"23132000064845",
"23138980106977",
"23108335509503",
"23127610015045",
"23124731915877",
"23146238427348"
]
},
{
"name": "23132679400901",
"destinations": [
"23163121003004",
"23150655877473",
"23128420903336",
"23123830167035",
"23203988035504",
"23117523225769",
"23144574871197",
"23047834097561",
"23108335509503",
"23124731915877",
"23138918771639",
"23120683202539",
"23129559435915",
"23199302597276",
"23131073920724",
"23145861917846",
"23187219294758",
"23108421269636",
"2312286344216",
"23134200387198",
"23086941774586",
"23132259236875",
"23130761569859",
"23119624582004",
"23102320456034",
"23163121003004",
"23082062065943",
"23120531079108",
"23067165886095",
"23121957554721",
"23114982533329",
"2315974606942",
"23124097259208",
"23167155749332",
"2305883621926",
"23114167696398",
"23163121003004",
"2311867775833",
"23085696668872",
"23146748715251",
"23130842550788",
"23163436634921",
"23157174965831",
"23160247030418",
"23083837881162",
"2309250343222",
"23098824603863",
"23163121003004",
"23203263037986",
"23191372279596"
]
},
{
"name": "23163121003004",
"destinations": [
"23136151548048",
"23150655877473",
"23203263037986",
"23163436634921",
"23172626575337",
"23181316412145",
"23183237883436",
"23128420903336",
"23145861917846",
"23117523225769",
"23160247030418",
"23144574871197",
"23186667478237",
"23198565560941",
"23145522768454",
"23186074039764",
"23120531079108",
"23189839865974",
"23109554228535",
"23157174965831",
"2319301274091",
"23201289806855",
"23107872773364",
"2316781092802",
"23146748715251",
"23208861027774",
"23169995577224",
"23130761569859",
"23121957554721",
"23187304383381",
"23219373066338",
"2317742518886",
"23132000064845",
"23147465922645",
"23040775831399",
"23132259236875",
"23106733690204",
"23213842839401",
"2306461834642",
"23108335509503",
"23131073920724",
"2308856314689",
"23259583669412",
"23154709784326",
"23136151548048",
"2315974606942",
"2320596098414",
"23129994334457",
"23195285934695",
"23203988035504",
"23132679400901",
"23136151548048",
"23188497923646",
"23124097259208",
"23195994051409",
"23176447876238",
"23168816848894",
"2312286344216",
"23102320456034"
]
},
{
"name": "23136151548048",
"destinations": [
"23078288127849",
"23128420903336",
"23100538239554",
"23145861917846",
"23144574871197",
"23132259236875",
"23120531079108",
"23163436634921",
"23152118965208",
"23137267146912",
"23102320456034",
"23090383606168",
"23163121003004",
"23146238427348",
"23224857659491",
"23083837881162",
"23159745836256",
"23168816848894",
"23131273714757",
"23214300249583",
"23146934783829",
"23085696668872",
"2313874299339",
"23160247030418",
"23189839865974",
"23119103832113",
"23207260070344",
"23186074039764",
"23107872773364",
"23147465922645",
"23124731915877",
"23102332128056",
"23176447876238",
"23213842839401",
"23109554228535",
"23129559435915",
"2305095676763",
"23124097259208",
"2311867775833",
"23125401503217",
"23240408468427",
"23195285934695",
"23108335509503",
"23203988035504",
"2313345255881",
"23154709784326",
"23086941774586",
"23151181112156",
"23125285578716",
"23126045555461",
"23117523225769",
"23131073920724",
"23130842550788",
"2315974606942",
"23172626575337",
"23109896403984",
"23214082858002",
"23169995577224",
"23203263037986",
"23056034959209",
"23132679400901",
"23130761569859",
"23119624582004",
"23180611554263",
"23174990517797",
"23132000064845",
"23127610015045",
"23098433036072",
"23150655877473",
"23165443839478",
"23134200387198",
"23208861027774",
"23123830167035",
"2320596098414",
"23138610193184",
"2309250343222",
"23146748715251",
"23201289806855"
]
},
{
"name": "23078288127849",
"destinations": [
"23083149929245",
"23100890553289",
"23067165886095",
"23114705647704",
"23106782410922",
"2305095676763",
"23163121003004",
"23138610193184",
"23118462975692",
"2306461834642",
"23182480413151",
"23040775831399",
"2307580659821",
"23108335509503",
"23037485194482",
"23083149929245",
"23138980106977",
"23124731915877",
"23116611617504",
"23137719527539",
"2308856314689",
"23083149929245",
"23100538239554",
"22980108821903",
"23198565560941",
"23107872773364",
"23073517774951",
"23102320456034",
"2316781092802",
"23083149929245",
"23130842550788",
"23131073920724",
"23091262924821",
"23082062065943",
"23083149929245",
"23132000064845"
]
},
{
"name": "23083149929245",
"destinations": [
"2308856314689",
"23138980106977",
"23183237883436",
"2306455791833",
"23117523225769",
"23067165886095",
"23198565560941",
"23125401503217",
"23100890553289",
"23083837881162",
"23130761569859",
"23102332128056",
"23107872773364",
"23154709784326",
"22980108821903",
"2308856314689",
"23098302433989",
"23106782410922",
"2308856314689",
"23108335509503",
"2305883621926",
"2311867775833",
"23012173766678",
"2308856314689",
"23123830167035",
"23098433036072",
"2306461834642",
"2308856314689",
"2308856314689",
"23127610015045",
"23121957554721",
"23129994334457",
"2308856314689",
"23163121003004",
"23054865375509",
"23091262924821",
"2308856314689",
"23124731915877",
"23121154234302",
"2310694812874",
"23146016062022",
"23100538239554",
"2316781092802"
]
},
{
"name": "2308856314689",
"destinations": [
"23163436634921",
"23123830167035",
"23078288127849",
"23040775831399",
"23085025366577",
"2305095676763",
"23106733690204",
"23090383606168",
"2305883621926",
"23108335509503",
"23047834097561",
"23083837881162",
"23100890553289",
"23060640673551",
"23180611554263",
"23098433036072",
"23107872773364",
"23085696668872",
"23083149929245",
"23186074039764",
"23067165886095",
"23163121003004",
"23082062065943",
"23114705647704",
"23086941774586",
"23120531079108",
"23163436634921",
"2311867775833",
"23206773136163",
"23137267146912",
"2309250343222",
"2306461834642",
"23124731915877",
"23219373066338",
"23037485194482",
"23160247030418",
"2307580659821",
"23104042827273",
"2313345255881",
"23131273714757",
"23098302433989",
"23150655877473",
"23132000064845"
]
},
{
"name": "23108421269636",
"destinations": [
"23132259236875",
"23132000064845",
"23144574871197",
"23102320456034",
"23085696668872",
"2306461834642",
"23120531079108",
"23109554228535",
"23119103832113",
"23157174965831",
"23130761569859",
"23094566261499",
"23132259236875",
"2309250343222",
"23132259236875",
"23188279242229"
]
},
{
"name": "23132259236875",
"destinations": [
"23120531079108",
"23145861917846",
"23138610193184",
"23128420903336",
"2315974606942",
"23102332128056",
"23125285578716",
"23163436634921",
"23114705647704",
"23067165886095",
"23098433036072",
"23163121003004",
"23109554228535",
"23118462975692",
"23145522768454",
"23213842839401",
"23078288127849",
"23144574871197",
"23132000064845",
"23136151548048",
"23108335509503",
"23102320456034",
"23131273714757",
"23098302433989",
"23114982533329",
"23165443839478",
"23131073920724",
"23170032610681",
"23121154234302",
"23119624582004",
"23180611554263",
"23195994051409",
"23091262924821",
"23157174965831",
"23138918771639",
"23090383606168",
"23207260070344",
"2308856314689",
"23106733690204",
"23189839865974",
"23120531079108",
"23203988035504",
"23120531079108",
"23187219294758",
"23146934783829",
"23169995577224",
"23191372279596",
"23198565560941",
"23120531079108",
"23100538239554",
"23134200387198",
"23203263037986",
"23130842550788",
"23056034959209",
"23109896403984",
"23167331002134",
"2305883621926",
"23124097259208",
"23183237883436",
"23085696668872",
"2309250343222"
]
},
{
"name": "23120531079108",
"destinations": [
"23128420903336",
"23145522768454",
"23102320456034",
"23132679400901",
"23134200387198",
"23109896403984",
"23094566261499",
"23165443839478",
"23119103832113",
"23104042827273",
"23186074039764",
"23120683202539",
"23139401979913",
"23132000064845",
"23082062065943",
"23163121003004",
"23098433036072",
"23125285578716",
"2312286344216",
"23136151548048",
"23109554228535",
"23114982533329",
"23128420903336",
"23129468618869",
"23129994334457",
"23108421269636",
"23117523225769",
"23086941774586",
"2315974606942",
"23128420903336",
"23108335509503",
"23073517774951",
"23129559435915",
"23100538239554",
"23137267146912",
"23128420903336",
"23128420903336",
"23128420903336",
"23145861917846",
"23121154234302",
"2309250343222",
"23131073920724",
"23172626575337",
"23124097259208",
"23098824603863",
"23201289806855",
"23146748715251",
"23138918771639",
"23163436634921",
"23146722577779",
"23060640673551",
"23233077658873",
"23083149929245",
"23123830167035",
"23119624582004",
"23147465922645",
"23130761569859",
"23137719527539",
"23169995577224",
"23056034959209",
"2307613398779",
"23116611617504",
"23090383606168",
"23099352351946",
"23128420903336",
"23176447876238"
]
},
{
"name": "23128420903336",
"destinations": [
"23124731915877",
"23137719527539",
"23213842839401",
"23138610193184",
"23142673256346",
"23189839865974",
"23132679400901",
"23132259236875",
"23120531079108",
"23163121003004",
"23100538239554",
"23132000064845",
"23146748715251",
"2313345255881",
"23121957554721",
"23136151548048",
"23176447876238",
"2312286344216",
"23108335509503",
"23129994334457",
"23151181112156",
"23191372279596",
"23124097259208",
"23150655877473",
"23102320456034",
"23130761569859",
"23083149929245",
"23129559435915",
"23125401503217",
"23174990517797",
"23106733690204",
"23091262924821",
"23114167696398",
"23146934783829",
"23167331002134",
"23085696668872",
"23116611617504",
"23186074039764",
"23147465922645",
"23145522768454",
"2315974606942",
"23134200387198",
"23195285934695",
"23137267146912",
"23172626575337",
"2309250343222",
"23145861917846",
"23124731915877",
"23114982533329",
"2316781092802",
"23170032610681",
"23098433036072",
"23100890553289",
"23124731915877",
"23138918771639",
"23208861027774",
"23169995577224",
"23198565560941",
"23160247030418",
"23163436634921",
"23085025366577",
"23157174965831",
"23083837881162",
"23109554228535",
"23119624582004",
"23139401979913",
"23104042827273",
"23199302597276",
"23206773136163",
"23108421269636"
]
},
{
"name": "23124731915877",
"destinations": [
"23120531079108",
"23102332128056",
"2315974606942",
"23119103832113",
"2308856314689",
"23157174965831",
"23146238427348",
"23170032610681",
"23120683202539",
"23132000064845",
"23121957554721",
"23129559435915",
"23114167696398",
"23108335509503",
"2311867775833",
"2307613398779",
"23138610193184",
"23083837881162",
"23188279242229",
"23132259236875",
"2309250343222",
"23090383606168",
"23085025366577",
"23128420903336",
"23131073920724",
"23067165886095",
"23134200387198",
"23100538239554",
"23078288127849",
"23085696668872",
"23126045555461",
"23082062065943",
"23136151548048",
"23047834097561",
"23132679400901",
"23091262924821",
"23129994334457",
"23104042827273",
"23116611617504",
"23160247030418",
"23056034959209",
"23121154234302",
"23114982533329",
"23098433036072",
"23145861917846",
"23109554228535",
"23146934783829",
"23184903014307",
"23106782410922",
"23106733690204",
"23166594154461",
"23114705647704",
"23182480413151",
"23098302433989",
"23124097259208",
"2312286344216",
"23118462975692",
"23084825582494",
"23130842550788",
"23168816848894"
]
},
{
"name": "2309250343222",
"destinations": [
"23114705647704",
"23047834097561",
"23102332128056",
"23132259236875",
"23098302433989",
"23083837881162",
"23108335509503",
"23186667478237",
"2307613398779",
"23124731915877",
"23125401503217",
"2313874299339",
"23040775831399",
"23121154234302",
"23098824603863",
"2315974606942",
"23137267146912",
"23084825582494",
"23117523225769",
"23132679400901",
"23163121003004",
"2306461834642",
"23128420903336",
"23134200387198",
"23120531079108",
"23165443839478",
"23129559435915",
"2305883621926",
"23060640673551",
"23085025366577",
"23085696668872",
"23098433036072",
"23124097259208",
"23102320456034",
"23136151548048",
"23240408468427",
"23082062065943",
"23108421269636",
"23130761569859",
"23206773136163",
"23146722577779",
"23119624582004",
"23139401979913",
"23146238427348",
"23107872773364",
"23127610015045",
"23114982533329",
"23104042827273",
"2312286344216",
"23145522768454",
"23091262924821",
"23146934783829",
"23106782410922",
"2308856314689",
"23037485194482",
"23086941774586",
"23163436634921",
"23109554228535",
"23056034959209",
"23100890553289",
"23123830167035",
"23114167696398",
"23132000064845",
"23138610193184",
"23119103832113"
]
},
{
"name": "23114705647704",
"destinations": [
"2313874299339",
"23123830167035",
"23146934783829",
"23124731915877",
"23147465922645",
"23136151548048",
"2315974606942",
"23098433036072",
"23132000064845",
"23154709784326",
"23131273714757",
"23172626575337",
"23118462975692",
"2313874299339",
"2319301274091",
"23117523225769",
"23146748715251",
"23100538239554",
"23100890553289",
"23131073920724",
"23099352351946"
]
},
{
"name": "2313874299339",
"destinations": [
"23146934783829",
"23131273714757",
"23106733690204",
"23136151548048",
"2316781092802",
"23137719527539",
"23154709784326",
"23132000064845",
"23114705647704",
"23125401503217",
"23129559435915",
"23138980106977",
"23152118965208",
"23137267146912",
"23107872773364",
"23100890553289",
"23130842550788",
"23117523225769",
"23144574871197",
"23127610015045",
"23114982533329",
"2307580659821",
"23083149929245",
"23170032610681",
"23124731915877",
"23129994334457",
"23124097259208",
"23147465922645",
"23130761569859",
"23163121003004",
"23199302597276",
"23125285578716",
"23146722577779",
"23163436634921",
"23165443839478",
"23120683202539",
"23131073920724",
"23159745836256",
"2305095676763",
"23157174965831",
"23142673256346",
"23102332128056",
"23207260070344",
"23186074039764",
"23219373066338",
"23195285934695",
"23128420903336",
"23133912549817",
"23099352351946"
]
},
{
"name": "23146934783829",
"destinations": [
"23142673256346",
"23137719527539",
"23165443839478",
"23187219294758",
"23132259236875",
"23163436634921",
"23128420903336",
"23195285934695",
"23191372279596",
"23127610015045",
"23160247030418",
"23199302597276",
"23176438178952",
"23152118965208",
"23129559435915",
"23144574871197",
"23106733690204",
"23130761569859",
"23117523225769",
"2309250343222",
"23240012049865",
"23146016062022",
"23040775831399",
"23163121003004",
"2311867775833",
"23154709784326",
"23121957554721",
"23102320456034",
"23118462975692",
"23188497923646",
"23208861027774",
"23169995577224",
"23240408468427",
"23145861917846",
"23107872773364",
"23126045555461",
"23137267146912",
"23219373066338",
"23138980106977",
"2315974606942",
"23098824603863",
"23157174965831",
"23108335509503",
"23174990517797",
"23106782410922",
"23138918771639",
"23132000064845",
"23109554228535",
"23082062065943",
"23147465922645",
"23121154234302",
"23130842550788",
"23125285578716",
"23195994051409",
"23168816848894"
]
},
{
"name": "23142673256346",
"destinations": [
"2313345255881",
"23127610015045",
"23159745836256",
"23125285578716",
"23214082858002",
"23130842550788",
"23098433036072",
"23129994334457",
"23100538239554",
"23201289806855",
"23147465922645",
"23137267146912",
"2317742518886",
"2313874299339",
"23117523225769",
"2307613398779",
"23145861917846",
"2309250343222",
"23128420903336",
"23125401503217",
"23174990517797",
"23109554228535",
"23130761569859",
"23146016062022"
]
},
{
"name": "2313345255881",
"destinations": [
"23147465922645",
"23100890553289",
"23146934783829",
"23121154234302",
"23117523225769",
"2305883621926",
"23124731915877",
"23147465922645",
"2308856314689",
"23145861917846",
"23144574871197",
"23147465922645",
"23118462975692",
"23130842550788",
"23136151548048",
"23203988035504",
"23147465922645",
"23163436634921",
"23147465922645",
"23120531079108",
"23160247030418",
"23138980106977",
"23131273714757",
"23151181112156",
"2305095676763",
"23137719527539",
"23106733690204",
"2313874299339",
"23109896403984",
"23100538239554"
]
},
{
"name": "23147465922645",
"destinations": [
"23163436634921",
"23130842550788",
"23131273714757",
"2316781092802",
"23107872773364",
"23172626575337",
"23083837881162",
"23040775831399",
"23214082858002",
"23225383034893",
"23100890553289",
"23165443839478",
"23145522768454",
"23106782410922",
"23129468618869",
"23137719527539",
"23240012049865",
"23132000064845",
"23154709784326",
"23213842839401",
"23146016062022",
"23078288127849",
"23106733690204",
"23138980106977",
"2313874299339",
"2307613398779",
"23188279242229",
"2315974606942",
"23191372279596",
"23145861917846",
"23137267146912",
"23104042827273",
"23083149929245",
"23219373066338",
"23146238427348",
"23199302597276",
"23152118965208",
"23100538239554",
"23124731915877",
"23108335509503",
"23146722577779",
"23132259236875",
"23189839865974",
"23102332128056",
"23182480413151",
"23142673256346",
"23168816848894",
"23129994334457",
"23144574871197",
"23206773136163",
"23084825582494",
"23201289806855",
"23123830167035",
"23198565560941",
"23129559435915",
"2313345255881",
"23176447876238",
"23114167696398",
"23098302433989",
"23157174965831",
"23223986147559",
"23124097259208",
"23203263037986",
"23160247030418",
"23183237883436",
"2319301274091",
"23159745836256",
"23150655877473",
"23114982533329",
"23186074039764"
]
},
{
"name": "23163436634921",
"destinations": [
"23138918771639",
"23214300249583",
"23174990517797",
"23176447876238",
"23169995577224",
"23132679400901",
"23182480413151",
"23132259236875",
"23195285934695",
"2317742518886",
"2313345255881",
"23163121003004",
"2312286344216",
"23187304383381",
"23150655877473",
"2315974606942",
"23114982533329",
"23170032610681",
"23138610193184",
"23129559435915",
"23119103832113",
"23131073920724",
"23165443839478",
"23138918771639",
"23108335509503",
"23160247030418",
"23145522768454",
"23130842550788",
"23176438178952",
"23195994051409",
"23201289806855",
"23146934783829",
"23145861917846",
"23172626575337",
"23203988035504",
"23180611554263",
"23132000064845",
"23240012049865",
"23139401979913",
"23040775831399",
"23121154234302",
"23106782410922",
"23167331002134",
"23091262924821",
"23136151548048",
"23083837881162",
"23120531079108",
"23186667478237",
"23124731915877",
"23183237883436",
"23203263037986",
"23214082858002",
"23125401503217",
"23126045555461",
"23118462975692",
"23154709784326",
"23137267146912",
"23138918771639",
"23098433036072",
"23085696668872",
"23082062065943",
"2309250343222",
"23157174965831",
"23102332128056",
"23129994334457",
"23114167696398",
"23109554228535",
"23134200387198",
"2316781092802",
"23144574871197",
"23127610015045",
"23109896403984",
"23138918771639",
"23130761569859",
"23131273714757",
"23125285578716",
"23124097259208",
"23128420903336",
"23067165886095",
"23129468618869",
"23213842839401",
"23175923961085",
"2311867775833",
"23191372279596",
"23207260070344",
"23090383606168",
"23199302597276",
"23100890553289",
"2308856314689"
]
},
{
"name": "23138918771639",
"destinations": [
"23104042827273",
"23146748715251",
"23085696668872",
"2315974606942",
"23090383606168",
"23098824603863",
"23187219294758",
"23160247030418",
"23119103832113",
"23129994334457",
"2319301274091",
"23163121003004",
"23150655877473",
"23169995577224",
"23129559435915",
"23172626575337",
"23131073920724",
"23127610015045",
"23056034959209",
"23167155749332",
"23116611617504",
"2309250343222",
"23134200387198",
"23145861917846",
"23121154234302",
"23186667478237",
"23163436634921",
"23106733690204",
"23188497923646",
"23187304383381",
"2312286344216",
"23146238427348",
"23114982533329",
"23132679400901",
"23117523225769",
"23098433036072",
"23082062065943",
"23195994051409",
"23137267146912",
"23128420903336"
]
},
{
"name": "23104042827273",
"destinations": [
"23109896403984",
"23082062065943",
"23119103832113",
"23120531079108",
"23109554228535",
"2307613398779",
"23128420903336",
"23144574871197",
"23100890553289",
"23146934783829",
"23102332128056",
"2316781092802",
"23085696668872",
"23090383606168",
"23102320456034",
"23129559435915",
"23085025366577",
"23131273714757",
"23119624582004",
"23098824603863",
"2315974606942",
"23146748715251",
"23180650596179",
"23107872773364",
"23132679400901",
"23125285578716",
"2309250343222",
"23114982533329",
"23151181112156",
"23098433036072",
"23124731915877",
"23106733690204",
"23131073920724",
"23165443839478",
"23169995577224",
"23136151548048",
"23083837881162",
"23121154234302",
"23067165886095",
"23132259236875",
"23108335509503",
"23086941774586",
"23145522768454",
"23170032610681",
"2312286344216",
"23098302433989",
"23176447876238",
"2308856314689",
"23040775831399",
"23146016062022",
"23134200387198"
]
},
{
"name": "23123830167035",
"destinations": [
"23130842550788",
"2316781092802",
"2311867775833",
"2313874299339",
"23129559435915",
"23132259236875",
"23147465922645",
"23117523225769",
"23121957554721",
"2315974606942",
"23083149929245",
"23106782410922",
"23225383034893",
"23085696668872",
"23107872773364",
"23098433036072",
"2306461834642",
"23145861917846",
"2313345255881",
"23132679400901",
"23131073920724",
"23040775831399",
"23137719527539",
"23130842550788",
"23131273714757",
"23160247030418",
"23124097259208",
"23102320456034",
"23091262924821",
"23114705647704",
"23114982533329",
"23100538239554",
"23151181112156",
"23146934783829",
"23146016062022",
"23136151548048"
]
},
{
"name": "23130842550788",
"destinations": [
"23100890553289",
"23145861917846",
"23163436634921",
"23107872773364",
"2313345255881",
"23163121003004",
"23138980106977",
"2313874299339",
"23147465922645",
"23117523225769",
"23136151548048",
"23125285578716",
"23130761569859",
"23098302433989",
"23137719527539",
"23108335509503",
"23150655877473",
"23116611617504",
"23146016062022",
"23186074039764",
"2307613398779",
"2316781092802",
"23172626575337",
"23146722577779",
"23106733690204",
"23083837881162",
"23127610015045",
"23188497923646",
"23137267146912",
"23102332128056",
"23100538239554",
"2319301274091",
"23154709784326",
"23123830167035",
"23131073920724",
"23132000064845",
"23100890553289",
"23146934783829",
"23139401979913",
"23182480413151",
"23126045555461",
"23129559435915",
"23250613607411"
]
},
{
"name": "23100890553289",
"destinations": [
"23102332128056",
"23106733690204",
"23151181112156",
"23085696668872",
"23116611617504",
"23067165886095",
"23214300249583",
"23073517774951",
"23241958146736",
"23102332128056",
"23083837881162",
"23114982533329",
"23137719527539",
"2305095676763",
"23100538239554",
"23102332128056",
"23108335509503",
"23132259236875",
"23098433036072",
"2308856314689",
"23174990517797",
"23123830167035",
"23107872773364",
"23118462975692",
"23163121003004",
"2309250343222",
"23125401503217",
"23146934783829",
"2307580659821",
"23117523225769",
"23102320456034",
"2306455791833",
"23157174965831",
"23154709784326",
"23098302433989",
"23086941774586",
"23134200387198",
"23132679400901",
"23102332128056",
"23124731915877",
"23152118965208",
"23082062065943",
"23090383606168",
"23170032610681",
"23109554228535",
"23130761569859",
"23119624582004",
"23114167696398",
"23137267146912",
"2315974606942",
"23121957554721",
"23172626575337",
"23104042827273",
"2307613398779"
]
},
{
"name": "23102332128056",
"destinations": [
"23098433036072",
"2309250343222",
"23146934783829",
"23098824603863",
"23145861917846",
"23091262924821",
"23104042827273",
"23121957554721",
"23106782410922",
"2307613398779",
"23085696668872",
"23085025366577",
"23098433036072",
"23150655877473",
"23090383606168",
"23109896403984",
"23084825582494",
"23102320456034",
"2315974606942",
"2307580659821",
"23098302433989",
"23120683202539",
"23098433036072",
"23125285578716",
"23169995577224",
"23128420903336",
"23163121003004",
"23146748715251",
"23118462975692",
"23132679400901",
"23120531079108",
"23086941774586",
"23082062065943",
"23106733690204",
"23117523225769",
"2306461834642",
"23108335509503",
"23175923961085",
"23083149929245",
"23119624582004",
"23100890553289",
"23144574871197",
"2306455791833",
"23114982533329"
]
},
{
"name": "23098433036072",
"destinations": [
"2309250343222",
"23121154234302",
"23120683202539",
"23102320456034",
"23086941774586",
"23189839865974",
"23082062065943",
"23128420903336",
"23104042827273",
"23098302433989",
"23138918771639",
"23114167696398",
"23091262924821",
"23130761569859",
"23125401503217",
"23144574871197",
"23119103832113",
"23163436634921",
"22980108821903",
"23085696668872",
"23129994334457",
"23083149929245",
"23100890553289",
"23130842550788",
"23047834097561",
"23106782410922",
"23213842839401",
"23121957554721",
"23100538239554",
"23116611617504",
"23145522768454",
"2311867775833",
"23106733690204",
"2309250343222",
"23136151548048",
"23085025366577",
"23078288127849",
"23124097259208",
"23109554228535",
"23132259236875",
"2307580659821",
"23138980106977",
"2306455791833",
"2309250343222",
"2309250343222",
"23114982533329",
"2305883621926",
"2309250343222",
"23054865375509",
"23132000064845",
"23124731915877",
"23090383606168",
"23060640673551",
"2309250343222",
"23163121003004",
"2309250343222",
"23132679400901",
"23167155749332",
"2309250343222",
"23119624582004",
"23108335509503",
"2309250343222",
"23154709784326",
"2309250343222",
"23108421269636",
"2312286344216",
"2308856314689",
"2315974606942",
"2317742518886",
"23123830167035",
"23040775831399",
"23126045555461",
"2313345255881",
"23083837881162",
"2306461834642",
"2309250343222",
"23142673256346",
"2309250343222",
"23150655877473",
"23094566261499",
"23145861917846",
"23166594154461",
"23102332128056",
"2313874299339"
]
},
{
"name": "23047834097561",
"destinations": [
"23086941774586",
"23121154234302",
"23037485194482",
"22980108821903",
"2306461834642",
"23060640673551",
"2305883621926",
"23040775831399",
"23100538239554",
"23054865375509",
"23142673256346",
"23114167696398",
"2307580659821",
"23137719527539",
"23154709784326",
"23116611617504",
"23119624582004",
"2313874299339",
"23114982533329",
"23098433036072"
]
},
{
"name": "23151482730918",
"destinations": [
"23195285934695",
"23181316412145",
"23136151548048",
"23150655877473",
"23176447876238",
"23130761569859",
"23129468618869"
]
},
{
"name": "23195285934695",
"destinations": [
"23187304383381",
"23203988035504",
"23199302597276",
"23160247030418",
"23207260070344",
"23124097259208",
"23165443839478",
"23132259236875",
"23091262924821",
"23223986147559",
"23184903014307",
"23213842839401",
"23240408468427",
"2309250343222",
"23150655877473",
"2317742518886",
"23221025498808",
"23198565560941",
"23163121003004",
"23187304383381",
"23180611554263",
"23176447876238",
"2315974606942",
"23163436634921",
"23195994051409",
"23136151548048",
"2316781092802",
"23145861917846",
"23259583669412",
"23146748715251",
"23225383034893",
"2307580659821",
"23187304383381",
"23154709784326",
"23191372279596",
"23152118965208",
"23208861027774",
"23187304383381",
"23147465922645",
"23201289806855",
"23181316412145",
"23130761569859",
"23175923961085",
"23187304383381",
"23241958146736",
"23040775831399",
"23170032610681"
]
},
{
"name": "23187304383381",
"destinations": [
"23120531079108",
"23169995577224",
"23187219294758",
"2315974606942",
"23199302597276",
"23136151548048",
"2320596098414",
"23172626575337",
"23188497923646",
"23106733690204",
"2317742518886",
"23130842550788",
"23208861027774",
"23186667478237",
"23195285934695",
"23125401503217",
"23223986147559",
"23109554228535",
"23198565560941",
"23147465922645",
"23102320456034",
"23176447876238",
"23180650596179",
"23207260070344",
"23201289806855",
"23146748715251",
"23145522768454",
"23121154234302",
"23157174965831",
"23179899781118",
"2307613398779",
"23181991175288",
"23104042827273",
"23184903014307"
]
},
{
"name": "23102320456034",
"destinations": [
"23085696668872",
"23166594154461",
"23169995577224",
"23082062065943",
"23098433036072",
"23139401979913",
"23085696668872",
"23067165886095",
"2315974606942",
"2305095676763",
"23118462975692",
"23125285578716",
"23119103832113",
"23098302433989",
"23085696668872",
"23132000064845",
"23132259236875",
"23146748715251",
"23124731915877",
"23086941774586",
"23100890553289",
"23203263037986",
"23091262924821",
"2309250343222",
"23129994334457",
"23120531079108",
"23176447876238",
"23119624582004",
"23108421269636",
"23083837881162",
"23085696668872",
"23145522768454",
"2312286344216",
"23108335509503",
"23104042827273",
"23163436634921",
"23165443839478",
"23136151548048",
"23130761569859",
"23109554228535",
"2308856314689",
"23102332128056",
"23116611617504",
"23040775831399",
"23085696668872",
"23120683202539",
"23100538239554",
"23160247030418",
"23163121003004",
"23106733690204",
"23114705647704",
"23114982533329",
"23134200387198",
"23145861917846",
"23150655877473",
"23107872773364",
"23147465922645",
"23085696668872"
]
},
{
"name": "23085696668872",
"destinations": [
"23147465922645",
"2312286344216",
"23121154234302",
"23123830167035",
"23073517774951",
"23145861917846",
"23126045555461",
"23167331002134",
"23132259236875",
"23120531079108",
"23098824603863",
"2305883621926",
"23100538239554",
"23090383606168",
"23124731915877",
"2313345255881",
"23102320456034",
"23098433036072",
"23098302433989",
"23117523225769",
"23168816848894",
"23138918771639",
"23086941774586",
"23114982533329",
"23176447876238",
"23083837881162",
"2305095676763",
"23102332128056",
"23109554228535",
"23094566261499",
"23104042827273",
"23099352351946",
"23109896403984",
"23106733690204",
"23108335509503",
"23134200387198",
"23040775831399",
"2307613398779",
"23169995577224",
"23128420903336",
"23129559435915",
"23138610193184",
"23100890553289",
"2309250343222",
"23146748715251",
"23136151548048",
"23121957554721",
"23125401503217",
"23082062065943",
"23067165886095"
]
},
{
"name": "23145861917846",
"destinations": [
"23240012049865",
"23130761569859",
"23186074039764",
"23109554228535",
"23146748715251",
"23146934783829",
"23170032610681",
"23116611617504",
"23163436634921",
"23132000064845",
"23146238427348",
"23132259236875",
"23195994051409",
"23174990517797",
"23132679400901",
"23129994334457",
"23240012049865",
"23172626575337",
"23154709784326",
"2315974606942",
"23082062065943",
"23176447876238",
"23120531079108",
"23124731915877",
"2320596098414",
"23131073920724",
"23134200387198",
"23160247030418",
"23100538239554",
"23191372279596",
"23189839865974",
"23184903014307",
"23104042827273",
"23108335509503",
"23144574871197",
"23182480413151",
"23137267146912",
"23167331002134",
"23078288127849",
"2312286344216",
"23150655877473",
"23129559435915",
"23145522768454",
"23047834097561",
"2311867775833",
"23203988035504",
"23163121003004",
"23250613607411",
"23157174965831",
"23167155749332"
]
},
{
"name": "23240012049865",
"destinations": [
"23214300249583",
"23182383882512",
"23146016062022",
"23125285578716",
"23189839865974",
"23106733690204",
"23225383034893",
"23170032610681",
"23129559435915",
"23223986147559",
"23146934783829",
"23165443839478",
"23181316412145",
"23139401979913",
"23198565560941",
"23191372279596",
"23206773136163",
"23128420903336",
"23266863281803",
"23163436634921",
"23127610015045",
"23199302597276",
"23117523225769",
"23224857659491"
]
},
{
"name": "23214300249583",
"destinations": [
"23186074039764",
"23181316412145",
"23203988035504",
"2316781092802",
"23170032610681",
"23114705647704",
"23106782410922",
"23128420903336",
"23117523225769",
"23207260070344",
"23189839865974",
"23186074039764",
"23151482730918",
"23108335509503",
"2320596098414",
"23163436634921",
"23160247030418",
"23201289806855",
"23233077658873",
"23174990517797",
"23142673256346"
]
},
{
"name": "23186074039764",
"destinations": [
"23163436634921",
"23170032610681",
"23163436634921",
"23203988035504",
"23203263037986",
"23150655877473",
"23154709784326",
"23125401503217",
"23137719527539",
"23180611554263",
"23183237883436",
"23136151548048",
"2315974606942",
"23108335509503",
"23172626575337",
"23163436634921",
"23188279242229",
"23214300249583",
"23163436634921",
"23100538239554",
"23146238427348",
"23176447876238",
"23181316412145",
"23106733690204",
"23129559435915",
"23169995577224",
"23163436634921",
"23189839865974",
"23128420903336",
"23130842550788",
"23146748715251",
"23107872773364",
"23213842839401",
"2305883621926",
"23147465922645",
"23167155749332",
"23163436634921",
"23127610015045",
"2319301274091",
"23191372279596",
"23165443839478",
"23184903014307",
"23208861027774",
"23201289806855",
"2311867775833",
"23188497923646",
"23146722577779",
"23176438178952",
"23225383034893",
"23130761569859",
"23163436634921"
]
},
{
"name": "2312286344216",
"destinations": [
"23098433036072",
"23138918771639",
"23084825582494",
"23114167696398",
"23134200387198",
"23126045555461",
"23094566261499",
"22980108821903",
"23120683202539",
"23163121003004",
"23116611617504",
"23098433036072",
"23106733690204",
"23104042827273",
"23098302433989",
"23132679400901",
"23056034959209",
"23098824603863",
"23138610193184",
"23129559435915",
"23146748715251",
"23172626575337",
"23124731915877",
"23120531079108",
"23102320456034",
"23098433036072",
"23085696668872",
"23098433036072",
"23117523225769",
"23083149929245",
"23129994334457",
"2305883621926",
"23163436634921",
"23132259236875",
"2313345255881",
"2315974606942",
"23128420903336",
"2317742518886",
"23098433036072",
"23098433036072",
"23144574871197"
]
},
{
"name": "23121154234302",
"destinations": [
"2315974606942",
"23144574871197",
"23138918771639",
"23172626575337",
"23085025366577",
"23136151548048",
"23132259236875",
"23119624582004",
"23106733690204",
"23176447876238",
"2308856314689",
"23129994334457",
"23145522768454",
"2307613398779",
"23137719527539",
"23150655877473",
"23085696668872",
"23181991175288",
"23124731915877",
"23082062065943",
"23114982533329",
"23100890553289",
"23129559435915",
"23120683202539",
"23037485194482",
"23083837881162",
"23040775831399",
"23134200387198",
"23139401979913",
"23091262924821",
"23120531079108",
"23098824603863",
"23118462975692",
"23130761569859",
"2309250343222",
"23160247030418",
"23187219294758",
"23090383606168",
"23203263037986",
"23094566261499",
"23108335509503",
"2315974606942",
"23119103832113",
"23098302433989",
"2305883621926",
"2312286344216",
"23104042827273",
"23126045555461"
]
},
{
"name": "2315974606942",
"destinations": [
"23187219294758",
"23147465922645",
"23145861917846",
"23129468618869",
"23233077658873",
"23040775831399",
"23176447876238",
"23130761569859",
"23150655877473",
"2313874299339",
"23168816848894",
"23132000064845",
"23134200387198",
"23166594154461",
"2316781092802",
"23102320456034",
"23163436634921",
"23203263037986",
"23144574871197",
"23123830167035",
"23137719527539",
"23138918771639",
"23145522768454",
"23124731915877",
"23157174965831",
"23139401979913",
"23121154234302",
"23189839865974",
"23125285578716",
"23180650596179",
"23146238427348",
"23100890553289",
"23100538239554",
"23160247030418",
"23186667478237",
"23187304383381",
"23114705647704",
"23109554228535",
"23198565560941",
"2305883621926",
"23184903014307",
"23132679400901",
"2319301274091",
"23128420903336",
"23167331002134",
"23169995577224",
"23137267146912",
"23167155749332",
"23124097259208",
"23201289806855",
"23146934783829",
"23136151548048",
"2309250343222",
"23073517774951",
"23117523225769",
"23131073920724",
"23223986147559",
"23037485194482",
"23120683202539",
"23120531079108",
"23208861027774",
"23127610015045",
"23146748715251",
"23174990517797",
"2317742518886",
"2306461834642",
"23179899781118",
"23121957554721",
"23125401503217",
"23186074039764",
"23181991175288",
"23098824603863",
"23126045555461",
"23119624582004",
"23187219294758",
"23183237883436",
"23195285934695",
"23165443839478",
"23104042827273",
"23163121003004",
"23130842550788",
"23090383606168"
]
},
{
"name": "23187219294758",
"destinations": [
"23199302597276",
"23091262924821",
"2317742518886",
"23187304383381",
"23203263037986",
"23176447876238",
"23167331002134",
"23186667478237",
"23084825582494",
"23195285934695",
"23188497923646",
"23223986147559",
"23136151548048",
"23172626575337",
"23166594154461",
"23221025498808",
"23094566261499",
"2315974606942",
"23169995577224",
"23129994334457",
"23198565560941",
"23138980106977",
"23109896403984",
"23201289806855",
"23145522768454",
"23109554228535",
"23180650596179",
"23146748715251",
"23184903014307",
"23225383034893",
"23170032610681",
"23163436634921",
"23134200387198",
"23180611554263",
"23150655877473",
"23056034959209",
"23165443839478",
"23208861027774",
"23199302597276"
]
},
{
"name": "23199302597276",
"destinations": [
"23198565560941",
"23168816848894",
"2319301274091",
"23144574871197",
"23167155749332",
"23146934783829",
"23181316412145",
"23179899781118",
"2313345255881",
"2315974606942",
"23198565560941",
"23208861027774",
"23186667478237",
"23198565560941",
"23151482730918",
"23201289806855",
"23127610015045",
"23128420903336",
"23130761569859",
"23121154234302",
"2316781092802",
"23198565560941",
"23176447876238",
"23132679400901",
"23195285934695",
"23099352351946",
"23109554228535",
"23189839865974",
"23223986147559",
"23132000064845",
"23172626575337",
"23233077658873",
"23160247030418",
"23225383034893",
"23180650596179",
"23184903014307",
"23188497923646",
"23163121003004",
"23198565560941",
"23240012049865",
"23137267146912",
"23091262924821",
"23198565560941",
"23240408468427",
"23107872773364"
]
},
{
"name": "23198565560941",
"destinations": [
"23187219294758",
"23201289806855",
"23167331002134",
"23213842839401",
"23160247030418",
"23187304383381",
"23180650596179",
"23187219294758",
"23176447876238",
"23163121003004",
"23166594154461",
"23184903014307",
"23199302597276",
"23126045555461",
"23167155749332",
"23188497923646",
"23223986147559",
"23114982533329",
"23172626575337",
"23102320456034",
"23208861027774",
"23136151548048",
"23163436634921",
"23146748715251",
"23189839865974",
"23121957554721",
"2319301274091",
"2315974606942",
"23187219294758",
"23203988035504",
"23125285578716",
"23187219294758",
"23104042827273",
"23186667478237",
"23174990517797",
"23150655877473",
"23098433036072",
"23132259236875",
"23187219294758",
"23186074039764",
"23124731915877",
"23203263037986",
"23187219294758",
"23187219294758"
]
},
{
"name": "23091262924821",
"destinations": [
"23119624582004",
"23136151548048",
"23129994334457",
"23082062065943",
"23098433036072",
"23117523225769",
"23098302433989",
"23086941774586",
"23127610015045",
"23098824603863",
"2307613398779",
"23172626575337",
"23124731915877",
"23120683202539",
"2313345255881",
"23083837881162",
"23137267146912",
"23040775831399",
"2309250343222",
"23085696668872",
"23094566261499",
"2307580659821",
"23102332128056",
"23121154234302",
"23119103832113",
"23132259236875",
"23102320456034",
"23090383606168",
"23165443839478",
"2306461834642",
"23121957554721"
]
},
{
"name": "23170032610681",
"destinations": [
"23188279242229",
"23182383882512",
"23240408468427",
"23147465922645",
"23182480413151",
"23168816848894",
"23125401503217",
"23188279242229",
"23181316412145",
"23106782410922",
"23176438178952",
"23163121003004",
"23126045555461",
"23207260070344",
"23201289806855",
"23176447876238",
"2320596098414",
"23213842839401",
"23189839865974",
"23203988035504",
"23163436634921",
"2315974606942",
"2316781092802",
"23100890553289",
"2313874299339",
"23107872773364",
"23188279242229",
"23130761569859",
"23102332128056",
"23137719527539",
"23144574871197",
"23132259236875",
"23206773136163",
"23186667478237",
"23172626575337",
"23151181112156",
"23157174965831",
"23175923961085",
"23145861917846",
"23160247030418",
"23186074039764",
"23214300249583",
"23104042827273",
"23180650596179",
"23188497923646",
"23219373066338",
"23139401979913",
"23165443839478",
"23098302433989",
"23208861027774",
"23214082858002",
"23128420903336",
"2317742518886",
"23129559435915",
"23130842550788",
"23124731915877",
"23136151548048"
]
},
{
"name": "23188279242229",
"destinations": [
"22985779647362",
"23182480413151",
"23138980106977",
"23225383034893",
"23182383882512",
"23086941774586",
"23102320456034",
"23107872773364",
"23154709784326",
"2316781092802",
"23106733690204",
"23189839865974",
"23133912549817",
"23157174965831",
"23147465922645",
"23152118965208",
"23206773136163",
"2320596098414",
"23037485194482",
"23109554228535"
]
},
{
"name": "22985779647362",
"destinations": [
"23037485194482",
"22982675091641",
"23005162687253",
"23067165886095",
"23047834097561",
"2319301274091",
"23098302433989"
]
},
{
"name": "23037485194482",
"destinations": [
"22985779647362",
"23067165886095",
"2306455791833",
"23145522768454",
"23012173766678",
"23047834097561",
"23082062065943",
"2305883621926",
"23124097259208",
"23005162687253",
"23106782410922",
"23040775831399",
"23090383606168",
"23214300249583",
"23114982533329",
"23172626575337",
"22982675091641",
"2305095676763",
"2307580659821",
"23102320456034",
"23132679400901",
"23160247030418",
"2309250343222",
"23098302433989",
"23145861917846",
"2308856314689",
"2316781092802",
"23085025366577",
"23120683202539",
"2306461834642",
"23137719527539"
]
},
{
"name": "23137719527539",
"destinations": [
"23195285934695",
"23145861917846",
"23152118965208",
"23127610015045",
"23130842550788",
"23106733690204",
"23116611617504",
"23086941774586",
"23163436634921",
"23144574871197",
"23181991175288",
"23180611554263",
"23146748715251",
"23114167696398",
"23170032610681",
"23172626575337",
"2313874299339",
"23154709784326",
"23107872773364",
"23136151548048",
"23100538239554",
"23106782410922",
"23067165886095",
"23128420903336",
"23241958146736",
"23183237883436",
"23147465922645",
"23142673256346",
"23138918771639",
"23186074039764",
"23109554228535",
"23165443839478",
"23125401503217",
"23203263037986",
"23189839865974",
"2316781092802",
"23160247030418",
"23159745836256",
"23166594154461",
"23098433036072",
"23125929730274"
]
},
{
"name": "23182480413151",
"destinations": [
"23188497923646",
"23188497923646",
"23219373066338",
"23138980106977",
"2316781092802",
"23189839865974",
"23188279242229",
"23183237883436",
"23176438178952",
"23250613607411",
"2309250343222",
"23163436634921",
"23146238427348",
"23142673256346",
"23152118965208",
"23195285934695",
"23147465922645",
"2310694812874",
"23130842550788",
"23145861917846",
"23206773136163",
"23078288127849",
"23195994051409",
"23181316412145",
"23159745836256",
"23131273714757"
]
},
{
"name": "23188497923646",
"destinations": [
"23208861027774",
"23109554228535",
"23195994051409",
"2317742518886",
"23187219294758",
"23199302597276",
"23223986147559",
"23163436634921",
"23176447876238",
"23203263037986",
"23166594154461",
"23163121003004",
"23187304383381",
"23214082858002",
"23119103832113",
"23130842550788",
"2320596098414",
"23186667478237",
"23167331002134",
"23184903014307",
"23186074039764",
"23213842839401",
"23132000064845",
"23160247030418",
"23125401503217",
"23176438178952",
"23241958146736",
"23240408468427",
"23208861027774",
"23165443839478",
"23259583669412",
"23207260070344",
"23150655877473",
"23180650596179",
"23136151548048",
"23198565560941",
"23181316412145",
"23170032610681",
"23174990517797",
"23180611554263",
"23240012049865",
"23146934783829",
"2315974606942"
]
},
{
"name": "2310262826909",
"destinations": [
"23099352351946",
"23175923961085",
"23180650596179",
"23146341154731"
]
},
{
"name": "23223986147559",
"destinations": [
"23233077658873",
"23165443839478",
"23136151548048",
"23184903014307",
"23147465922645",
"23167331002134",
"23146722577779",
"23219373066338",
"23203263037986",
"2315974606942",
"23213842839401",
"23259583669412",
"23198565560941",
"2317742518886",
"23180650596179",
"23199302597276",
"23172626575337",
"23123830167035",
"23078288127849",
"23208861027774",
"23181316412145"
]
},
{
"name": "23233077658873",
"destinations": [
"23198565560941",
"2315974606942",
"23241958146736",
"23198565560941",
"23214082858002",
"23120531079108",
"2319301274091",
"23098302433989",
"23109896403984",
"23085696668872",
"23213842839401",
"23203263037986",
"23132679400901",
"23144574871197",
"23187219294758",
"2320596098414",
"23240408468427"
]
},
{
"name": "23201289806855",
"destinations": [
"23198565560941",
"2313345255881",
"2319301274091",
"23207260070344",
"23208861027774",
"23198565560941",
"23184903014307",
"23203263037986",
"23223986147559",
"23199302597276",
"23147465922645",
"23120531079108",
"23146934783829",
"23187219294758",
"23172626575337",
"23136151548048",
"23160247030418",
"23180650596179",
"23198565560941",
"23186074039764",
"23198565560941",
"23176447876238",
"23146016062022",
"23198565560941",
"23139401979913",
"23240408468427",
"23198565560941",
"23195285934695",
"23151181112156",
"23198565560941",
"23188497923646",
"23181991175288",
"23191372279596",
"23187304383381",
"23100538239554",
"23130761569859",
"23233077658873",
"23198565560941",
"23121154234302"
]
},
{
"name": "23167331002134",
"destinations": [
"2312286344216",
"23176447876238",
"23172626575337",
"23199302597276",
"23180650596179",
"23221025498808",
"23170032610681",
"23121154234302",
"23166594154461",
"2315974606942",
"23136151548048",
"23160247030418",
"23167155749332",
"23098433036072",
"23109896403984",
"23104042827273",
"2312286344216",
"23169995577224",
"23132679400901",
"23180611554263",
"23145522768454",
"23203263037986",
"23198565560941",
"23124731915877",
"23195994051409",
"23223986147559",
"23131073920724",
"23182480413151",
"23083837881162",
"23201289806855"
]
},
{
"name": "23146748715251",
"destinations": [
"23163436634921",
"2315974606942",
"23132679400901",
"23146934783829",
"23195285934695",
"23163436634921",
"23106782410922",
"23138918771639",
"23163436634921",
"23167331002134",
"23160247030418",
"23198565560941",
"23083149929245",
"23126045555461",
"23145861917846",
"23109554228535",
"23136151548048",
"23145522768454",
"23090383606168",
"23184903014307",
"23180611554263",
"23144574871197",
"23084825582494",
"23125285578716",
"2309250343222",
"2312286344216",
"23102320456034",
"23168816848894",
"23169995577224",
"23134200387198",
"23130842550788",
"23123830167035",
"2308856314689",
"23100890553289",
"23129994334457",
"23163436634921",
"23147465922645",
"2307613398779",
"23124731915877",
"23181991175288",
"23181316412145",
"2319301274091",
"23120531079108",
"23172626575337",
"23163436634921"
]
},
{
"name": "23174990517797",
"destinations": [
"2315974606942",
"23181316412145",
"23169995577224",
"23138610193184",
"23214300249583",
"23182480413151",
"23163121003004",
"23207260070344",
"23168816848894",
"23188497923646",
"2315974606942",
"23203263037986",
"23145861917846",
"23128420903336",
"23100538239554",
"23145522768454",
"23121154234302",
"23291768220375",
"23163436634921",
"23151181112156",
"2316781092802",
"23191372279596",
"23146722577779",
"23176438178952",
"23225383034893",
"23240408468427",
"23176447876238",
"23132259236875"
]
},
{
"name": "23310517954839",
"destinations": [
"23370192537588"
]
},
{
"name": "23130761569859",
"destinations": [
"23145861917846",
"23132000064845",
"23147465922645",
"23102332128056",
"23146722577779",
"23102320456034",
"23136151548048",
"2317742518886",
"2320596098414",
"23083837881162",
"2313874299339",
"2319301274091",
"23129468618869",
"23163436634921",
"23121957554721",
"23106782410922",
"23085696668872",
"23056034959209",
"23128420903336",
"23183237883436",
"2315974606942",
"23176447876238",
"23106733690204",
"23085025366577",
"23130842550788",
"23126045555461",
"23137267146912",
"23188497923646",
"23273185754514",
"23090383606168",
"23145861917846",
"23144574871197",
"23154709784326",
"23100890553289",
"23108335509503",
"23151181112156",
"23165443839478",
"23098433036072",
"23189839865974",
"23213842839401",
"23109896403984",
"23134200387198",
"23098824603863",
"23117523225769",
"23145861917846",
"23146934783829",
"23145522768454",
"23120531079108",
"23100538239554",
"23233077658873",
"23146238427348",
"23170032610681",
"23131073920724",
"23203263037986",
"23195285934695",
"23132679400901",
"23124731915877",
"23118462975692",
"23174990517797",
"23240408468427",
"23186667478237",
"23208861027774",
"23104042827273"
]
},
{
"name": "23176447876238",
"destinations": [
"23175923961085",
"23195994051409",
"23201289806855",
"23186074039764",
"23098433036072",
"2311867775833",
"23160247030418",
"23136151548048",
"23187304383381",
"23172626575337",
"23175923961085",
"23150655877473",
"23213842839401",
"23169995577224",
"23180611554263",
"23163121003004",
"23203988035504",
"23183237883436",
"23146934783829",
"23195285934695",
"23107872773364",
"23165443839478",
"2317742518886",
"23189839865974",
"23082062065943",
"23191372279596",
"23188497923646",
"23085696668872",
"23186667478237",
"23145522768454",
"23159745836256",
"2309250343222",
"2315974606942",
"23083837881162",
"23206773136163",
"23225383034893",
"23128420903336",
"23168816848894",
"23146722577779",
"23138918771639",
"23203263037986",
"23198565560941",
"23291768220375",
"23163436634921",
"23130761569859",
"2316781092802",
"23170032610681",
"23047834097561",
"23179899781118",
"23125401503217",
"23233077658873",
"2312286344216",
"23240012049865",
"23180650596179"
]
},
{
"name": "23175923961085",
"destinations": [
"23203263037986",
"23189839865974",
"23106733690204",
"23145861917846",
"23168816848894",
"23098824603863",
"23163121003004",
"23214300249583",
"23182383882512",
"23121154234302",
"23195994051409",
"23180650596179",
"23157174965831",
"23126045555461",
"23152118965208",
"23129559435915",
"23203988035504",
"23186074039764",
"23203263037986",
"23146934783829",
"23195285934695",
"23137267146912"
]
},
{
"name": "23119624582004",
"destinations": [
"23083837881162",
"23082062065943",
"23098824603863",
"23120531079108",
"2312286344216",
"23132000064845",
"23091262924821",
"23121154234302",
"23090383606168",
"23121957554721",
"23132679400901",
"23132259236875",
"23040775831399",
"23083837881162",
"2309250343222",
"23114982533329",
"23102332128056",
"23104042827273",
"23098433036072",
"23108421269636",
"23125401503217",
"23109554228535",
"23136151548048",
"23129994334457",
"2317742518886",
"23067165886095",
"23172626575337",
"23100890553289",
"2305883621926",
"23083837881162",
"23129559435915",
"23123830167035",
"23102320456034",
"23146934783829",
"23125285578716",
"2315974606942",
"23138980106977"
]
},
{
"name": "23083837881162",
"destinations": [
"23137267146912",
"23104042827273",
"23108335509503",
"23100538239554",
"23132000064845",
"2306461834642",
"23136151548048",
"2306455791833",
"23129559435915",
"23124097259208",
"23126045555461",
"23120683202539",
"23098824603863",
"2312286344216",
"23106733690204",
"23118462975692",
"23114167696398",
"23090383606168",
"23078288127849",
"23106782410922",
"23125401503217",
"23067165886095",
"23123830167035",
"23085696668872",
"23163436634921",
"23146748715251",
"23005162687253",
"23107872773364",
"2307580659821",
"23120531079108",
"23060640673551",
"2308856314689",
"23130761569859",
"23102320456034",
"23100890553289",
"23109554228535",
"23086941774586",
"23163121003004",
"23082062065943",
"23094566261499",
"23119103832113",
"2305883621926",
"23137267146912",
"23127610015045",
"23130842550788",
"23169995577224",
"23157174965831",
"23137719527539",
"23091262924821",
"23098302433989",
"23174990517797",
"23083149929245",
"2315974606942"
]
},
{
"name": "23137267146912",
"destinations": [
"23083837881162",
"23132259236875",
"23129559435915",
"23154709784326",
"23130842550788",
"23040775831399",
"23160247030418",
"23132000064845",
"23117523225769",
"23147465922645",
"23121957554721",
"23136151548048",
"2313874299339",
"23146238427348",
"23123830167035",
"23125401503217",
"23100538239554",
"23198565560941",
"23182480413151",
"2317742518886",
"2309250343222",
"2313345255881",
"23146016062022",
"23108421269636",
"23240408468427",
"23157174965831",
"23176438178952",
"23098302433989",
"23203988035504",
"2305095676763",
"23106782410922",
"2312286344216"
]
},
{
"name": "23082062065943",
"destinations": [
"23102332128056",
"23102320456034",
"23005162687253",
"23108335509503",
"23129559435915",
"23012173766678",
"23098302433989",
"23056034959209",
"2308856314689",
"2315974606942",
"23083837881162",
"2309250343222",
"23098433036072",
"23085696668872",
"23125401503217",
"2307613398779",
"23160247030418",
"2317742518886",
"23086941774586",
"23091262924821",
"23145861917846",
"23047834097561",
"23195285934695",
"23098824603863",
"23106782410922",
"23130761569859",
"2312286344216",
"23120531079108",
"2307580659821",
"23121154234302",
"23181316412145",
"23090383606168",
"23114982533329",
"23132000064845",
"23136151548048",
"23100890553289",
"23128420903336",
"2305883621926",
"23067165886095",
"23129468618869",
"23100538239554",
"23119624582004",
"23172626575337",
"23146934783829",
"2306455791833",
"23119103832113",
"23124731915877",
"23123830167035",
"23109554228535",
"23102332128056",
"23117523225769",
"23104042827273",
"23131073920724",
"23094566261499"
]
},
{
"name": "23182383882512",
"destinations": [
"2316781092802",
"23182480413151",
"23203988035504",
"23240012049865",
"2316781092802",
"2316781092802",
"23188279242229",
"2316781092802",
"2316781092802",
"2316781092802",
"23310517954839",
"2316781092802",
"2316781092802",
"23154709784326",
"23134200387198",
"23168816848894",
"23132000064845"
]
},
{
"name": "2316781092802",
"destinations": [
"23094566261499",
"23130761569859",
"23176438178952",
"23170032610681",
"23223986147559",
"23137732635198",
"23182480413151",
"23118462975692",
"23182383882512",
"23167155749332",
"23168816848894",
"23107872773364",
"23180611554263",
"2309250343222",
"23117523225769",
"23104042827273",
"23188279242229",
"23195994051409",
"23134200387198",
"23189839865974",
"23108335509503",
"23199302597276",
"23150655877473",
"23206773136163",
"2313874299339",
"23154709784326",
"23175923961085",
"23145522768454",
"23132259236875",
"23144574871197",
"23163436634921",
"23121154234302",
"23037485194482",
"23127610015045",
"23160247030418",
"23163121003004",
"23124731915877",
"23147465922645",
"23131273714757",
"23138918771639",
"23114982533329",
"23120531079108",
"23106782410922",
"23128420903336",
"23146238427348",
"23240408468427",
"23165443839478",
"23137719527539",
"23207260070344",
"23213842839401",
"23176447876238",
"23132000064845",
"23174990517797",
"23195285934695",
"2320596098414",
"2317742518886",
"23181316412145",
"23198565560941",
"23125285578716",
"23152118965208",
"23146934783829",
"23086941774586",
"23146016062022",
"23188497923646"
]
},
{
"name": "23094566261499",
"destinations": [
"23056034959209",
"23085696668872",
"2307613398779",
"23102332128056",
"23120531079108",
"23119103832113",
"23056034959209",
"2309250343222",
"23160247030418",
"23132000064845",
"23091262924821",
"23084825582494",
"23099352351946",
"23102320456034",
"23100890553289",
"23131073920724",
"23187219294758",
"23083837881162"
]
},
{
"name": "23056034959209",
"destinations": [
"23094566261499",
"23163121003004",
"23129994334457",
"23067165886095",
"23085025366577",
"23082062065943",
"23094566261499",
"2307613398779",
"23084825582494",
"23172626575337",
"23094566261499",
"23104042827273",
"23098433036072",
"23154709784326",
"23138918771639",
"23114167696398",
"23094566261499",
"23102332128056",
"23098824603863",
"23181316412145",
"23005162687253",
"23163436634921",
"23094566261499"
]
},
{
"name": "23040775831399",
"destinations": [
"2306461834642",
"23107872773364",
"23163121003004",
"2306455791833",
"23083837881162",
"2308856314689",
"23067165886095",
"23109554228535",
"2309250343222",
"23090383606168",
"23056034959209",
"2306461834642",
"22980108821903",
"23086941774586",
"23060640673551",
"23106782410922",
"2306461834642",
"2306461834642",
"23083149929245",
"23144574871197",
"23114982533329",
"23100538239554",
"23154709784326",
"23129994334457",
"23098433036072",
"23188497923646",
"23138918771639",
"2306461834642",
"23098824603863",
"2305883621926",
"23082062065943",
"23127610015045",
"23146934783829",
"23100890553289",
"23108335509503",
"23078288127849",
"23168816848894",
"23120531079108",
"2306461834642",
"23091262924821",
"2316781092802",
"23073517774951",
"23102320456034",
"2306461834642",
"2306461834642",
"23117523225769",
"23116611617504",
"23121957554721",
"23108421269636",
"23037485194482",
"2307580659821",
"23163436634921"
]
},
{
"name": "2306461834642",
"destinations": [
"23129994334457",
"23040775831399",
"23100890553289",
"23047834097561",
"23119624582004",
"2305883621926",
"23102332128056",
"23090383606168",
"23078288127849",
"2309250343222",
"23145861917846",
"23118462975692",
"2313874299339",
"23098433036072",
"2312286344216",
"23082062065943",
"23037485194482",
"23138918771639",
"2306455791833",
"23091262924821",
"23108421269636",
"23137719527539",
"23116611617504",
"23132679400901",
"23054865375509",
"2305095676763",
"23085025366577",
"23117523225769",
"2308856314689",
"23114167696398",
"23098302433989",
"23083149929245",
"23073517774951",
"23098824603863",
"23083837881162",
"23124097259208",
"23086941774586",
"23129994334457"
]
},
{
"name": "23129994334457",
"destinations": [
"23098433036072",
"23056034959209",
"2315974606942",
"23128420903336",
"23187219294758",
"23060640673551",
"23121154234302",
"23145522768454",
"23163436634921",
"23131073920724",
"23144574871197",
"2312286344216",
"23145861917846",
"23106782410922",
"23129559435915",
"23160247030418",
"2309250343222",
"23138918771639",
"23102332128056",
"23195994051409",
"23106733690204",
"23119103832113",
"23124731915877",
"23109554228535",
"23130761569859",
"23120683202539",
"23181147591415",
"23104042827273",
"23184903014307",
"2313874299339",
"23181316412145",
"23150655877473",
"23120531079108",
"23119624582004",
"23126045555461",
"23199302597276",
"23107872773364",
"23132679400901",
"23085025366577",
"23163121003004",
"23138610193184",
"23134200387198",
"23085696668872"
]
},
{
"name": "23120683202539",
"destinations": [
"23163436634921",
"23083837881162",
"23124731915877",
"23067165886095",
"23128420903336",
"23108421269636",
"23098433036072",
"23083149929245",
"23134200387198",
"2312286344216",
"23138918771639",
"23121154234302",
"23130761569859",
"23145522768454",
"23102332128056",
"23131073920724",
"23132679400901",
"23146238427348",
"23120531079108",
"23137267146912",
"23129994334457",
"23104042827273"
]
},
{
"name": "23168816848894",
"destinations": [
"23121154234302",
"23175923961085",
"23223986147559",
"23157174965831",
"23213842839401",
"23203263037986",
"23137719527539",
"23098433036072",
"23183237883436",
"23214082858002",
"23163436634921",
"23214300249583",
"23176447876238",
"23114982533329",
"23124731915877",
"23189839865974",
"23169995577224",
"23146238427348",
"23129559435915",
"2316781092802",
"23170032610681",
"23176438178952",
"23124097259208",
"23225383034893",
"23109554228535",
"23138980106977",
"2315974606942",
"23129468618869"
]
},
{
"name": "23144574871197",
"destinations": [
"23181991175288",
"23163121003004",
"23098824603863",
"23130761569859",
"23154709784326",
"2316781092802",
"23132000064845",
"23134200387198",
"2319301274091",
"23184903014307",
"23199302597276",
"23172626575337",
"23121154234302",
"23114167696398",
"23119103832113",
"23132679400901",
"23163436634921",
"23129468618869",
"23098302433989",
"23145522768454",
"2313874299339",
"23121957554721",
"23107872773364",
"2317742518886",
"2315974606942",
"23166594154461",
"23120683202539",
"23128420903336",
"23146748715251",
"23130842550788",
"2307613398779",
"23129559435915",
"23125285578716",
"2312286344216",
"23037485194482",
"23165443839478",
"23195994051409",
"23060640673551",
"23208861027774",
"23084825582494",
"23145861917846",
"23167331002134",
"23167155749332",
"23132259236875",
"23129994334457",
"23083837881162",
"23102320456034"
]
},
{
"name": "23250613607411",
"destinations": [
"23182480413151",
"23108335509503",
"23132000064845",
"23183237883436",
"23159745836256",
"23266863281803",
"23240408468427"
]
},
{
"name": "23109554228535",
"destinations": [
"23091262924821",
"23082062065943",
"23157174965831",
"23086941774586",
"23098433036072",
"23078288127849",
"23136151548048",
"23123830167035",
"23129468618869",
"23119624582004",
"2315974606942",
"23146934783829",
"23160247030418",
"23114167696398",
"23083837881162",
"23102332128056",
"23120531079108",
"23085696668872",
"23104042827273",
"23240012049865",
"23100890553289",
"2316781092802",
"23094566261499",
"2320596098414",
"23183237883436",
"23131073920724",
"23100538239554",
"23106782410922",
"23107872773364",
"23037485194482",
"23114982533329",
"2305883621926",
"23124731915877",
"23090383606168",
"23098302433989",
"23060640673551",
"23128420903336",
"23147465922645",
"23102320456034",
"2312286344216",
"23199302597276",
"23118462975692",
"2307613398779",
"23132679400901"
]
},
{
"name": "23181991175288",
"destinations": [
"23180650596179",
"23136151548048",
"23098824603863",
"23145522768454",
"23144574871197",
"23128420903336",
"2319301274091"
]
},
{
"name": "23180650596179",
"destinations": [
"23198565560941",
"23134200387198",
"23167331002134",
"2315974606942",
"23208861027774",
"23099352351946",
"23131073920724",
"23188497923646",
"23181991175288",
"23137719527539",
"23172626575337",
"23179899781118",
"23198565560941",
"23198565560941",
"23187219294758",
"23213842839401",
"23086941774586",
"23047834097561",
"23199302597276",
"23223986147559",
"23136151548048",
"23114705647704",
"23203263037986",
"23056034959209",
"23186667478237",
"23240408468427",
"2309250343222",
"23104042827273"
]
},
{
"name": "23213842839401",
"destinations": [
"23203263037986",
"23176447876238",
"23214082858002",
"23147465922645",
"23181316412145",
"23136151548048",
"23129559435915",
"23132259236875",
"23117523225769",
"23203263037986",
"23146934783829",
"23160247030418",
"23240408468427",
"23145522768454",
"23187304383381",
"23273185754514",
"23188497923646",
"23224857659491",
"23132000064845",
"23259583669412",
"23124731915877",
"23219373066338",
"23203263037986",
"23187219294758",
"23203263037986",
"23127610015045",
"23102332128056",
"23163436634921",
"23203263037986",
"23129994334457",
"23146722577779",
"23203263037986",
"23207260070344",
"23240012049865",
"23163121003004",
"23120683202539",
"23203263037986",
"23195285934695",
"23183237883436",
"23203263037986",
"23203263037986",
"23180611554263",
"23157174965831",
"23203263037986",
"23175923961085",
"23225383034893",
"2316781092802",
"23128420903336",
"23189839865974",
"23203263037986",
"23206773136163",
"2313874299339",
"23174990517797",
"23203263037986",
"23130761569859",
"23203263037986",
"23203263037986",
"23125401503217",
"23106733690204",
"23203263037986",
"23150655877473",
"23191372279596",
"23203263037986",
"23166594154461",
"23114167696398",
"23169995577224",
"23203263037986",
"23152118965208",
"23060640673551"
]
},
{
"name": "23131273714757",
"destinations": [
"23107872773364",
"2313874299339",
"23159745836256",
"23117523225769",
"23116611617504",
"23147465922645",
"23127610015045",
"23067165886095",
"23145522768454",
"23107872773364",
"23104042827273",
"23107872773364",
"23107872773364",
"23107872773364",
"23136151548048",
"23138980106977",
"23106733690204",
"23142673256346",
"23132000064845",
"23107872773364",
"23114705647704",
"23163121003004",
"23098302433989",
"23107872773364",
"23160247030418"
]
},
{
"name": "23107872773364",
"destinations": [
"23106733690204",
"23047834097561",
"23098433036072",
"23026705357771",
"23085696668872",
"23154709784326",
"23130842550788",
"23172626575337",
"23120531079108",
"23132000064845",
"23117523225769",
"23146722577779",
"23129468618869",
"23132679400901",
"23106782410922",
"23137719527539",
"2320596098414",
"23104042827273",
"23146016062022",
"23040775831399",
"23095625252796",
"23147465922645",
"23146748715251",
"23083149929245",
"23114167696398",
"23163121003004",
"23213842839401",
"23183237883436",
"23142673256346",
"2315974606942",
"23102320456034",
"23083837881162",
"23108335509503",
"23106733690204",
"2313874299339",
"23195285934695",
"23152118965208",
"2316781092802",
"2308856314689",
"23118462975692",
"2306461834642",
"23060640673551",
"22985779647362",
"23124731915877",
"23125401503217",
"23163436634921",
"2305883621926",
"23176438178952",
"23073517774951",
"23125929730274",
"2312286344216",
"23151181112156",
"23131273714757",
"23108421269636",
"23054865375509",
"23160247030418",
"23098302433989",
"23181316412145",
"23116611617504",
"23206773136163",
"23106733690204",
"23114982533329",
"2313345255881",
"2307580659821",
"23136151548048",
"22980108821903",
"23082062065943",
"23189839865974",
"2309250343222",
"23182480413151"
]
},
{
"name": "23106733690204",
"destinations": [
"2307580659821",
"23106782410922",
"23163121003004",
"23128420903336",
"23102332128056",
"2308856314689",
"23091262924821",
"23104042827273",
"23100890553289",
"23060640673551",
"23240408468427",
"23176447876238",
"23037485194482",
"23082062065943",
"23083837881162",
"23147465922645",
"23109554228535",
"23145522768454",
"23146722577779",
"23145861917846",
"23098433036072",
"23175923961085",
"23114982533329",
"2306455791833",
"22980108821903",
"23126045555461",
"23114167696398",
"23121957554721",
"23102320456034",
"23108335509503",
"23131073920724",
"23159745836256",
"23146934783829",
"23117523225769",
"23118462975692",
"23189839865974",
"2313345255881",
"23100538239554",
"23085025366577",
"23114705647704",
"23169995577224",
"2311867775833",
"23186074039764",
"23191372279596",
"23098302433989",
"23107872773364",
"23137719527539",
"23172626575337",
"23168816848894",
"2315974606942",
"23127610015045",
"23186667478237",
"23134200387198",
"23116611617504",
"23078288127849",
"2313874299339",
"23160247030418",
"23136151548048",
"23163436634921",
"23085696668872",
"23040775831399",
"23054865375509",
"23131273714757",
"23180650596179",
"23195285934695",
"23165443839478",
"23146238427348",
"23125285578716",
"23124731915877"
]
},
{
"name": "2307580659821",
"destinations": [
"23124731915877",
"23037485194482",
"23085696668872",
"2308856314689",
"23098433036072",
"23181991175288",
"23100538239554",
"23125285578716",
"23146748715251",
"2313874299339",
"23083837881162",
"23100890553289",
"23104042827273",
"23085025366577",
"23012173766678",
"2309250343222",
"23060640673551",
"23142673256346",
"23067165886095",
"23120531079108",
"2306455791833",
"23098302433989",
"23124731915877",
"23186667478237",
"23082062065943",
"23128420903336",
"23136151548048",
"23108335509503"
]
},
{
"name": "23145522768454",
"destinations": [
"23131073920724",
"23163436634921",
"23136151548048",
"23174990517797",
"23119103832113",
"23134200387198",
"23184903014307",
"23144574871197",
"2315974606942",
"23137267146912",
"23120531079108",
"23104042827273",
"23138918771639",
"23145861917846",
"23121154234302",
"23037485194482",
"23128420903336",
"23119624582004",
"23198565560941",
"23201289806855",
"23187304383381",
"23147465922645",
"23106733690204",
"2307613398779",
"23124731915877",
"23219373066338",
"2319301274091",
"2320596098414",
"23172626575337",
"2306461834642",
"23163121003004",
"23090383606168",
"2312286344216",
"23187219294758",
"23165443839478",
"23114982533329",
"23132000064845",
"23146748715251",
"23102332128056",
"23213842839401",
"23132259236875",
"2317742518886",
"23138610193184",
"23108335509503",
"23131273714757",
"23186074039764",
"23102320456034",
"23130761569859",
"23126045555461"
]
},
{
"name": "23150655877473",
"destinations": [
"23163436634921",
"23119624582004",
"23163121003004",
"2317742518886",
"2313874299339",
"23183237883436",
"23120531079108",
"23124731915877",
"23169995577224",
"23145861917846",
"23163436634921",
"23117523225769",
"23181316412145",
"23138980106977",
"23125401503217",
"23176447876238",
"23138918771639",
"23120683202539",
"23146722577779",
"23163436634921",
"23098433036072",
"23104042827273",
"23174990517797",
"23040775831399",
"23147465922645",
"23091262924821",
"23129559435915",
"23167155749332",
"23151482730918",
"23132679400901",
"23144574871197",
"23225383034893",
"23131073920724",
"23163436634921",
"23154709784326",
"23159745836256",
"23160247030418",
"23214082858002",
"23129468618869",
"23106782410922",
"23189839865974",
"23213842839401",
"23175923961085",
"23126045555461",
"23108335509503",
"23109554228535",
"23163436634921",
"23118462975692",
"23172626575337",
"23082062065943",
"23085696668872",
"23146748715251",
"23240408468427",
"23083149929245",
"23191372279596",
"23125285578716",
"2316781092802",
"2315974606942",
"23163436634921",
"23145522768454"
]
},
{
"name": "23219373066338",
"destinations": [
"23266863281803",
"23170032610681",
"23117523225769",
"23183237883436",
"23206773136163",
"23182480413151",
"23176438178952",
"23107872773364",
"23214300249583",
"23223986147559",
"23250613607411",
"23157174965831",
"23163121003004",
"23189839865974",
"23188279242229",
"23203263037986",
"23104042827273",
"2316781092802",
"2320596098414",
"23132259236875",
"23240012049865",
"23163436634921",
"23142673256346",
"23224857659491",
"23168816848894",
"23207260070344"
]
},
{
"name": "23098302433989",
"destinations": [
"23085696668872",
"23100890553289",
"23098433036072",
"23136151548048",
"23138980106977",
"23201289806855",
"23130842550788",
"2307580659821",
"2306455791833",
"23108335509503",
"23091262924821",
"2308856314689",
"2309250343222",
"23160247030418",
"23060640673551",
"23134200387198",
"23118462975692",
"23106733690204",
"23131073920724",
"23102320456034",
"23102332128056",
"23151482730918",
"23167331002134",
"23129559435915",
"23116611617504",
"23073517774951",
"23067165886095",
"23213842839401",
"23114167696398",
"23083149929245",
"23147465922645",
"23109554228535",
"2305883621926",
"23120531079108",
"23054865375509",
"23172626575337",
"23078288127849",
"23130761569859",
"23127610015045",
"2312286344216",
"23106782410922",
"23187219294758",
"2306461834642",
"23082062065943",
"23128420903336",
"2313874299339",
"23176438178952",
"23083837881162",
"23086941774586",
"23125401503217",
"23146934783829",
"23108421269636",
"23206773136163"
]
},
{
"name": "23132000064845",
"destinations": [
"23203988035504",
"2317742518886",
"2315974606942",
"23129559435915",
"23163436634921",
"23131073920724",
"23047834097561",
"23208861027774",
"23150655877473",
"23129994334457",
"23147465922645",
"23037485194482",
"23186667478237",
"23157174965831",
"23108335509503",
"23145861917846",
"23094566261499",
"2313874299339",
"23163121003004",
"23104042827273",
"23102320456034",
"23124097259208",
"23090383606168",
"23146748715251",
"23146934783829",
"23160247030418",
"23118462975692",
"2308856314689",
"23138980106977",
"23121957554721",
"23107872773364",
"23134200387198",
"23124731915877",
"23139401979913",
"2312286344216",
"23142673256346",
"23131273714757",
"23191372279596",
"2307613398779",
"23130842550788",
"23123830167035",
"23138918771639",
"23102332128056",
"23170032610681",
"23145522768454",
"23085696668872",
"23198565560941",
"23188497923646",
"23213842839401",
"23100538239554",
"23083149929245",
"2309250343222",
"23098302433989",
"23175923961085",
"23128420903336",
"23154709784326",
"23172626575337",
"23119103832113",
"23082062065943",
"23146722577779",
"23098433036072",
"23195994051409",
"23137267146912",
"23144574871197",
"23120531079108",
"23126045555461",
"23132679400901",
"23225383034893",
"23114705647704"
]
},
{
"name": "23073517774951",
"destinations": [
"23134200387198",
"23130761569859",
"23098824603863",
"2315974606942",
"23131273714757",
"23047834097561",
"2305883621926",
"2313874299339",
"23147465922645",
"23152118965208",
"23201289806855",
"23114705647704",
"23078288127849",
"23067165886095",
"23125401503217"
]
},
{
"name": "2320596098414",
"destinations": [
"23170032610681",
"23219373066338",
"2317742518886",
"23266863281803",
"23203988035504",
"23130761569859",
"2316781092802",
"23125401503217",
"23165443839478",
"23131073920724",
"23147465922645",
"23175923961085",
"23206773136163",
"23214300249583",
"23187304383381",
"23160247030418",
"23224857659491",
"23130842550788",
"23163121003004",
"23214082858002",
"23189839865974",
"23163436634921",
"23127610015045",
"23119103832113",
"23186667478237",
"23132259236875",
"23207260070344"
]
},
{
"name": "23138980106977",
"destinations": [
"23136151548048",
"23056034959209",
"23130842550788",
"23125401503217",
"23116611617504",
"23147465922645",
"2310262826909",
"23146016062022",
"2313874299339",
"2315974606942",
"23100538239554",
"23106733690204",
"23168816848894",
"23137719527539",
"23131273714757",
"2310694812874",
"23098302433989",
"2305883621926",
"23083149929245",
"23119624582004",
"23199302597276",
"2309250343222",
"23127610015045",
"2316781092802",
"23102320456034",
"23182480413151",
"23134200387198",
"23120531079108",
"23198565560941",
"23138918771639"
]
},
{
"name": "23166594154461",
"destinations": [
"23208861027774",
"23187219294758",
"23167331002134",
"23187304383381",
"23167155749332",
"23179899781118",
"23146748715251",
"23145522768454",
"23172626575337",
"23078288127849",
"23120531079108",
"23198565560941",
"23119103832113",
"2315974606942",
"23184903014307",
"23176447876238",
"23199302597276",
"23186667478237",
"23098824603863",
"23225383034893"
]
},
{
"name": "23127610015045",
"destinations": [
"23174990517797",
"23132000064845",
"23137719527539",
"23107872773364",
"23125285578716",
"23106733690204",
"23130842550788",
"23191372279596",
"23124097259208",
"23131273714757",
"2316781092802",
"23146748715251",
"23083149929245",
"23108335509503",
"23174990517797",
"23085696668872",
"23117523225769",
"23091262924821",
"23146934783829",
"23150655877473",
"23147465922645",
"23083837881162",
"23160247030418",
"23102320456034",
"2313874299339",
"23040775831399",
"23176438178952",
"23125401503217",
"23146016062022",
"23100890553289",
"23172626575337",
"23175923961085",
"23136151548048"
]
},
{
"name": "23181316412145",
"destinations": [
"23182383882512",
"23183237883436",
"23213842839401",
"23203263037986",
"23108335509503",
"23106733690204",
"23134200387198",
"23132000064845",
"23146934783829",
"23189839865974",
"23139401979913",
"23136151548048",
"23147465922645",
"23187304383381",
"23163121003004",
"23150655877473",
"23175923961085",
"23172626575337",
"23098433036072",
"23125285578716",
"23124097259208",
"2315974606942",
"23130761569859",
"23160247030418",
"23169995577224",
"23195285934695",
"23129559435915",
"23186074039764",
"23176438178952",
"23223986147559",
"23157174965831",
"23219373066338",
"23138610193184"
]
},
{
"name": "23138610193184",
"destinations": [
"23128420903336",
"23146238427348",
"23132259236875",
"23098302433989",
"23136151548048",
"23198565560941",
"23121154234302",
"23181147591415",
"23139401979913",
"23160247030418",
"23085696668872",
"23124731915877",
"2315974606942",
"23132000064845",
"23114982533329",
"23163436634921",
"23131073920724"
]
},
{
"name": "23195994051409",
"destinations": [
"23186667478237",
"23128420903336",
"23225383034893",
"23146016062022",
"23129559435915",
"2316781092802",
"2312286344216",
"23189839865974",
"23176447876238",
"23157174965831",
"23195285934695",
"23188497923646",
"23142673256346",
"23183237883436",
"23163436634921",
"23160247030418",
"23137719527539",
"2317742518886",
"23224857659491",
"23240408468427",
"23240012049865",
"23213842839401",
"23078288127849",
"23100538239554",
"23132000064845",
"23130761569859",
"2313874299339",
"23132259236875",
"23191372279596",
"23182480413151",
"23119624582004",
"23170875843472",
"23186074039764",
"23172626575337",
"23165443839478",
"23083837881162",
"23145861917846",
"23082062065943",
"23219373066338"
]
},
{
"name": "23186667478237",
"destinations": [
"23167155749332",
"23195285934695",
"2316781092802",
"23100538239554",
"23195994051409",
"23124731915877",
"23086941774586",
"23179899781118",
"23130761569859",
"23146238427348",
"23199302597276",
"23136151548048",
"23145861917846",
"2315974606942",
"23163121003004",
"23176447876238",
"23183237883436",
"23208861027774",
"23114982533329",
"23132259236875",
"23169995577224",
"23213842839401",
"23181316412145",
"23189839865974",
"23203263037986",
"23214082858002",
"23180650596179",
"23132000064845",
"23145522768454",
"23187304383381",
"23160247030418",
"23188497923646",
"23146748715251",
"23129468618869",
"23187219294758",
"23172626575337",
"23147465922645"
]
},
{
"name": "23167155749332",
"destinations": [
"23102320456034",
"23170032610681",
"2315974606942",
"2316781092802",
"23187304383381",
"23199302597276",
"23166594154461",
"23167331002134",
"23146748715251",
"23132000064845",
"23120531079108",
"23198565560941",
"23106733690204",
"23213842839401",
"23176447876238",
"23187219294758",
"23098433036072",
"23138918771639",
"23180650596179",
"2319301274091",
"23163436634921",
"2307580659821",
"2317742518886",
"23221025498808",
"23169995577224",
"23201289806855",
"23145522768454",
"23172626575337"
]
},
{
"name": "23169995577224",
"destinations": [
"23183237883436",
"23129468618869",
"23128420903336",
"23206773136163",
"23102320456034",
"23186667478237",
"23136151548048",
"23187219294758",
"23186074039764",
"23188497923646",
"23167331002134",
"23107872773364",
"23151181112156",
"23176447876238",
"2317742518886",
"23225383034893",
"23174990517797",
"23201289806855",
"2316781092802",
"23121957554721",
"23132259236875",
"23146934783829",
"23160247030418",
"23137719527539",
"23172626575337",
"23137267146912",
"2312286344216",
"23182480413151",
"23108421269636",
"23189839865974",
"23121154234302",
"23145522768454",
"2315974606942",
"23167155749332",
"23120531079108",
"23132679400901"
]
},
{
"name": "23183237883436",
"destinations": [
"23203263037986",
"23219373066338",
"23165443839478",
"23159745836256",
"23207260070344",
"23186074039764",
"23124731915877",
"23181316412145",
"23180611554263",
"23213842839401",
"23174990517797",
"23128420903336",
"23188497923646",
"23172626575337",
"23163436634921",
"23225383034893",
"23182383882512",
"23108335509503",
"23129468618869",
"23163121003004",
"23152118965208",
"23145522768454",
"23160247030418",
"23137267146912",
"23167155749332",
"23169995577224",
"23189839865974",
"23137732635198",
"2320596098414",
"23203263037986",
"2315974606942",
"23195994051409",
"23176438178952",
"23203263037986",
"2316781092802",
"23100890553289",
"23182480413151",
"23114167696398",
"23139401979913"
]
},
{
"name": "23203263037986",
"destinations": [
"23259583669412",
"23188497923646",
"23213842839401",
"23168816848894",
"23201289806855",
"23100890553289",
"23174990517797",
"23198565560941",
"23132000064845",
"23207260070344",
"23163436634921",
"23129559435915",
"23106733690204",
"23187304383381",
"23132259236875",
"23125401503217",
"23176447876238",
"23127610015045",
"23186667478237",
"23160247030418",
"23146748715251",
"23223986147559",
"23132679400901",
"23136151548048",
"23107872773364",
"23219373066338",
"23266863281803",
"23240408468427",
"23040775831399",
"23181316412145",
"23150655877473",
"2320596098414",
"23214300249583",
"2315974606942",
"23175923961085",
"23224857659491",
"23125285578716",
"23191372279596",
"23180650596179"
]
},
{
"name": "23114982533329",
"destinations": [
"2317742518886",
"23132259236875",
"23136151548048",
"23145522768454",
"23108335509503",
"23100538239554",
"23163121003004",
"23124731915877",
"23129468618869",
"23126045555461",
"23129559435915",
"23083149929245",
"23124097259208",
"23146748715251",
"23150655877473",
"23102332128056",
"23108421269636",
"23109554228535",
"23129994334457",
"23142673256346",
"23198565560941",
"23170875843472",
"23170032610681",
"23160247030418",
"23037485194482",
"23128420903336",
"2315974606942",
"23083837881162",
"23114167696398",
"23085025366577",
"23119103832113",
"23130761569859",
"23121154234302",
"2310262826909",
"23047834097561",
"23146238427348",
"23056034959209",
"23138610193184",
"2311867775833",
"23137267146912",
"23120683202539",
"23120531079108",
"23132679400901",
"23104042827273",
"23109896403984",
"23085696668872",
"23130842550788",
"2309250343222",
"23134200387198",
"23116611617504",
"23060640673551",
"23132000064845",
"2312286344216",
"23195994051409",
"23073517774951",
"23098302433989",
"23172626575337"
]
},
{
"name": "2317742518886",
"destinations": [
"23120531079108",
"23138918771639",
"23195285934695",
"23208861027774",
"23125285578716",
"23180650596179",
"23188497923646",
"2315974606942",
"23180611554263",
"2313874299339",
"23166594154461",
"23083837881162",
"23146934783829",
"23195994051409",
"23186667478237",
"23163121003004",
"23176447876238",
"23187219294758",
"23172626575337",
"23117523225769",
"23139401979913",
"23130761569859",
"2307613398779",
"23181316412145",
"23189839865974",
"23163436634921",
"23259583669412",
"23157174965831",
"23198565560941",
"23160247030418",
"23145522768454",
"23199302597276",
"23100538239554",
"23144574871197",
"23213842839401",
"23168816848894",
"23106782410922"
]
},
{
"name": "23146238427348",
"destinations": [
"23241958146736",
"23127610015045",
"23130761569859",
"23131073920724",
"23084825582494",
"23129994334457",
"23163436634921",
"23118462975692",
"23214082858002",
"23189839865974",
"23136151548048",
"23145522768454",
"23137267146912",
"23104042827273",
"23117523225769",
"23180611554263",
"2311867775833",
"23130842550788",
"23160247030418",
"23067165886095",
"23129559435915",
"23145861917846"
]
},
{
"name": "23241958146736",
"destinations": [
"23199302597276",
"23198565560941",
"23100890553289",
"2319301274091",
"23208861027774",
"23240408468427",
"23259583669412",
"23240012049865",
"23291768220375",
"23098302433989",
"23233077658873",
"23199302597276"
]
},
{
"name": "23172626575337",
"destinations": [
"23128420903336",
"23199302597276",
"23198565560941",
"23167331002134",
"23118462975692",
"23195285934695",
"23098433036072",
"23184903014307",
"23102320456034",
"23165443839478",
"23147465922645",
"2306455791833",
"23187219294758",
"23183237883436",
"23124731915877",
"23180650596179",
"23146934783829",
"23195994051409",
"23067165886095",
"23136151548048",
"23119624582004",
"23128420903336",
"23176447876238",
"23134200387198",
"23163436634921",
"23121154234302",
"23037485194482",
"23157174965831",
"23186667478237",
"23160247030418",
"23181316412145",
"23138918771639",
"23129559435915",
"23129468618869",
"23145861917846",
"23180611554263",
"23174990517797",
"23117523225769",
"23102332128056",
"23128420903336",
"23132259236875",
"2315974606942",
"23167155749332",
"23163121003004",
"23091262924821",
"23186074039764",
"23240408468427",
"2313874299339",
"23145522768454",
"23083837881162",
"23213842839401",
"23166594154461",
"23131073920724",
"23085696668872",
"23139401979913",
"23109896403984",
"23150655877473",
"23128420903336",
"23132679400901",
"23132000064845",
"23100890553289",
"23144574871197",
"23120531079108",
"23179899781118",
"2309250343222",
"23223986147559",
"23182480413151",
"23129994334457",
"23128420903336",
"2319301274091",
"23189839865974",
"23137719527539",
"2320596098414",
"23130761569859",
"23170032610681"
]
},
{
"name": "23291768220375",
"destinations": [
"23259583669412",
"23145522768454",
"23259583669412",
"23067165886095",
"23198565560941",
"23195994051409",
"23241958146736",
"23259583669412",
"23221025498808",
"23100890553289",
"23240408468427",
"23170032610681"
]
},
{
"name": "23259583669412",
"destinations": [
"23213842839401",
"23201289806855",
"23291768220375",
"23199302597276",
"23213842839401",
"23208861027774",
"23195285934695",
"23181316412145",
"23203263037986",
"23240408468427"
]
},
{
"name": "23214082858002",
"destinations": [
"23189839865974",
"23213842839401",
"23169995577224",
"23120531079108",
"23219373066338",
"23240012049865",
"2320596098414",
"23203263037986",
"23224857659491",
"23159745836256",
"23206773136163",
"23225383034893",
"23191372279596",
"23170032610681",
"23195994051409",
"23266863281803",
"23188279242229",
"23108335509503",
"23098433036072",
"23160247030418",
"23203988035504",
"23136151548048",
"23199302597276",
"2315974606942",
"23207260070344",
"23183237883436",
"23189839865974",
"23189839865974",
"23186667478237",
"23250613607411",
"23291768220375",
"23165443839478",
"23163436634921"
]
},
{
"name": "23191372279596",
"destinations": [
"23131073920724",
"23213842839401",
"23198565560941",
"23214082858002",
"23132000064845",
"23146016062022",
"23165443839478",
"23145522768454",
"23129559435915",
"23224857659491",
"23183237883436",
"23138980106977",
"23195994051409",
"23132679400901",
"23163436634921",
"23174990517797",
"23160247030418",
"23125929730274",
"23147465922645",
"23131073920724",
"23121154234302",
"23146748715251",
"23176447876238",
"23132259236875",
"23180611554263",
"23168816848894",
"23203263037986",
"23170032610681",
"23157174965831",
"2315974606942",
"23137719527539",
"23127610015045"
]
},
{
"name": "23146722577779",
"destinations": [
"23146016062022",
"23102332128056",
"23188279242229",
"23107872773364",
"23118462975692",
"23130842550788",
"2313639545652",
"23159745836256",
"23131273714757",
"23151181112156",
"23152118965208",
"23146016062022",
"23250613607411",
"23106733690204",
"23114167696398",
"23083149929245",
"23157174965831",
"23146016062022",
"23224857659491",
"23150655877473",
"23146016062022",
"2320596098414",
"23100890553289",
"23126045555461"
]
},
{
"name": "23146016062022",
"destinations": [
"23151181112156",
"23147465922645",
"2313874299339",
"23124097259208",
"23137719527539",
"23124731915877",
"23201289806855",
"23189839865974",
"23037485194482",
"23152118965208",
"2313345255881",
"23130842550788",
"23146934783829",
"23108335509503",
"23129994334457",
"23117523225769",
"23123830167035",
"23127610015045",
"23170032610681",
"2316781092802",
"23086941774586",
"23151181112156",
"23106782410922"
]
},
{
"name": "23151181112156",
"destinations": [
"23154709784326",
"23125401503217",
"2316781092802",
"23121154234302",
"23123830167035",
"23132000064845",
"23159745836256",
"23100538239554",
"23154709784326",
"23165443839478",
"23182480413151",
"23176447876238",
"23131073920724",
"23174990517797",
"23129468618869",
"23147465922645",
"2313345255881",
"23154709784326",
"23145861917846",
"23098824603863",
"23154709784326",
"23183237883436"
]
},
{
"name": "23154709784326",
"destinations": [
"23170032610681",
"2316781092802",
"23186074039764",
"23132679400901",
"23127610015045",
"23145861917846",
"23121154234302",
"2309250343222",
"2320596098414",
"23125401503217",
"23151181112156",
"23130842550788",
"23129994334457",
"23117523225769",
"23107872773364",
"23146748715251",
"23188279242229",
"23170032610681",
"23142673256346",
"2313874299339",
"23146934783829",
"23136151548048",
"23106733690204",
"23130761569859",
"23108335509503",
"23129559435915",
"23182480413151",
"23170032610681",
"23163436634921",
"23198565560941",
"23170032610681",
"23100890553289",
"23083149929245"
]
},
{
"name": "23240408468427",
"destinations": [
"23208861027774",
"23213842839401",
"23195994051409",
"23188279242229",
"23259583669412",
"23106733690204",
"23203263037986",
"23208861027774",
"23291768220375",
"23223986147559",
"23225383034893",
"23188497923646",
"23159745836256",
"2316781092802",
"23150655877473",
"23168816848894",
"2317742518886",
"23180650596179"
]
},
{
"name": "23005162687253",
"destinations": [
"23082062065943",
"23012173766678",
"23106782410922",
"23026705357771",
"23189839865974",
"23040775831399",
"22980108821903",
"2306461834642",
"23083837881162",
"2309250343222",
"22985779647362"
]
},
{
"name": "23108335509503",
"destinations": [
"23098433036072",
"23037485194482",
"23109554228535",
"23106733690204",
"23119624582004",
"23125401503217",
"23124731915877",
"23085025366577",
"23083837881162",
"23160247030418",
"23132000064845",
"23107872773364",
"23094566261499",
"23102332128056",
"23082062065943",
"2305883621926",
"23132259236875",
"23085696668872",
"23100538239554",
"23098433036072",
"23146748715251",
"23114982533329",
"23098433036072",
"2311867775833",
"23147465922645",
"23145861917846",
"2309250343222",
"23098433036072",
"23198565560941",
"2316781092802",
"23176447876238",
"23120531079108",
"23118462975692",
"23090383606168",
"23098433036072",
"23086941774586",
"2312286344216",
"23189839865974",
"23170032610681",
"23250613607411",
"23131073920724",
"23117523225769",
"23144574871197",
"2308856314689",
"23067165886095",
"23114167696398",
"23201289806855",
"23127610015045",
"23137719527539",
"23119103832113",
"2307580659821",
"23060640673551",
"23098433036072",
"23163436634921",
"23102320456034",
"23104042827273",
"23172626575337",
"23091262924821",
"23098824603863",
"23134200387198",
"23166594154461",
"23130761569859",
"23123830167035",
"23100890553289",
"23163121003004",
"23098433036072",
"23098302433989",
"23169995577224",
"23098433036072",
"23138980106977",
"2306461834642"
]
},
{
"name": "23176438178952",
"destinations": [
"2316781092802",
"23146016062022",
"23169995577224",
"2316781092802",
"23203988035504",
"23082062065943",
"23163436634921",
"23120531079108",
"23137719527539",
"23157174965831",
"23107872773364",
"2316781092802",
"2316781092802",
"23154709784326",
"2316781092802",
"2316781092802",
"23127610015045",
"23114982533329",
"2316781092802",
"2316781092802",
"23147465922645",
"2320596098414",
"23214082858002",
"23183237883436",
"23176447876238",
"23170032610681",
"23145861917846",
"23160247030418",
"23181316412145",
"2316781092802",
"23189839865974",
"2316781092802",
"23138980106977",
"23165443839478",
"23240012049865",
"23207260070344"
]
},
{
"name": "23067165886095",
"destinations": [
"23086941774586",
"2308856314689",
"2305883621926",
"2307613398779",
"23121154234302",
"23085025366577",
"23078288127849",
"2307580659821",
"23127610015045",
"23116611617504",
"23150655877473",
"23163436634921",
"23100538239554",
"23040775831399",
"23083149929245",
"23151181112156",
"23086941774586",
"23090383606168",
"23073517774951",
"23098433036072",
"23142673256346",
"23102320456034",
"23291768220375",
"23083837881162",
"2306461834642",
"23138980106977",
"23086941774586",
"23037485194482",
"23118462975692",
"23163121003004",
"23098824603863",
"23047834097561",
"23146934783829",
"23104042827273",
"23054865375509",
"23100890553289",
"23169995577224",
"23056034959209",
"2313345255881",
"23098302433989",
"2306455791833",
"23082062065943",
"23124731915877",
"2309250343222",
"23132679400901",
"23012173766678",
"23005162687253",
"23107872773364",
"23137732635198",
"23091262924821",
"23119103832113",
"2313874299339"
]
},
{
"name": "23129559435915",
"destinations": [
"23136151548048",
"23146722577779",
"23098824603863",
"23085025366577",
"23168816848894",
"23083837881162",
"23129994334457",
"23109554228535",
"23172626575337",
"23159745836256",
"23132000064845",
"23165443839478",
"23207260070344",
"23108335509503",
"23119624582004",
"23145861917846",
"23176447876238",
"23186074039764",
"2320596098414",
"23132259236875",
"23129468618869",
"23102332128056",
"23180611554263",
"23128420903336",
"23145522768454",
"2311867775833",
"23082062065943",
"23150655877473",
"23132679400901",
"23100890553289",
"23084825582494",
"23090383606168",
"23183237883436",
"23098433036072",
"23136151548048",
"23119103832113",
"23123830167035",
"23098302433989",
"23146934783829",
"23118462975692",
"23160247030418",
"23136151548048",
"23117523225769",
"23104042827273",
"23136151548048",
"23102320456034",
"23154709784326",
"23120683202539",
"2308856314689",
"23174990517797",
"23203263037986",
"23121154234302",
"23114982533329",
"23152118965208",
"23037485194482"
]
},
{
"name": "23100538239554",
"destinations": [
"23130761569859",
"23117523225769",
"23116611617504",
"23106733690204",
"23040775831399",
"2316781092802",
"23102320456034",
"23085025366577",
"23083837881162",
"23128420903336",
"23098433036072",
"2313345255881",
"23132000064845",
"23225383034893",
"23130761569859",
"2308856314689",
"23131073920724",
"23130842550788",
"23163436634921",
"23186074039764",
"23090383606168",
"23114705647704",
"23147465922645",
"23106782410922",
"23123830167035",
"23189839865974",
"23012173766678",
"23083149929245",
"23132679400901",
"23047834097561",
"23125401503217",
"23124097259208",
"23094566261499",
"23114982533329",
"23187304383381",
"23121957554721",
"23174990517797",
"2320596098414",
"23152118965208",
"23142673256346",
"23137267146912",
"23118462975692",
"23078288127849",
"23184903014307",
"23138918771639",
"2312286344216",
"23054865375509",
"23154709784326",
"2305095676763",
"23130761569859",
"23160247030418",
"23114167696398",
"23136151548048",
"23130761569859",
"23067165886095",
"23108335509503",
"23183237883436",
"23120531079108",
"23098302433989",
"23129994334457",
"23129468618869",
"23129559435915"
]
},
{
"name": "23106782410922",
"destinations": [
"23083837881162",
"23137719527539",
"2308856314689",
"23108335509503",
"23124731915877",
"23175923961085",
"23098302433989",
"23114167696398",
"23086941774586",
"2316781092802",
"23100890553289",
"2312286344216",
"23106733690204",
"23083837881162",
"23124097259208",
"2307580659821",
"23128420903336",
"23082062065943",
"23107872773364",
"23100538239554",
"23136151548048",
"23129994334457",
"23130761569859",
"23132679400901",
"23078288127849",
"2309250343222",
"23132259236875",
"23138918771639",
"23098433036072",
"23118462975692",
"23168816848894",
"23067165886095",
"2313874299339",
"23163436634921",
"23040775831399",
"23180611554263",
"23131073920724",
"23166594154461",
"2305883621926",
"23145522768454"
]
},
{
"name": "2306455791833",
"destinations": [
"22985779647362",
"23090383606168",
"23083837881162",
"23106733690204",
"23085025366577",
"23084825582494",
"23040775831399",
"23102320456034",
"23098302433989",
"23083149929245",
"2307580659821",
"2307613398779",
"23098433036072",
"22985779647362",
"23100890553289",
"2313345255881",
"23130761569859",
"2305883621926",
"23078288127849",
"23012173766678",
"23129994334457",
"23067165886095",
"23137719527539",
"23047834097561",
"23125929730274"
]
},
{
"name": "23165443839478",
"destinations": [
"23176447876238",
"23107872773364",
"23098302433989",
"23181316412145",
"23132000064845",
"23100890553289",
"23150655877473",
"23129468618869",
"23121154234302",
"23172626575337",
"2315974606942",
"23108335509503",
"23137719527539",
"23120531079108",
"23118462975692",
"23225383034893",
"23124097259208",
"23207260070344",
"23154709784326",
"23163436634921",
"23160247030418",
"23067165886095",
"2316781092802",
"23144574871197",
"23128420903336",
"23203988035504",
"23129559435915",
"23170032610681",
"23138610193184",
"23146934783829",
"23176447876238",
"23176447876238",
"23163121003004",
"23191372279596",
"23134200387198",
"23195994051409",
"23291768220375",
"23176447876238",
"23146722577779",
"23138918771639",
"23176447876238",
"23147465922645",
"23183237883436",
"23186074039764",
"23176438178952",
"23223986147559",
"23127610015045",
"23157174965831"
]
},
{
"name": "2319301274091",
"destinations": [
"23125401503217",
"23181147591415",
"23181991175288",
"23221025498808",
"23146748715251",
"23167155749332",
"23199302597276",
"23186667478237",
"23102320456034",
"23145522768454",
"23170875843472",
"23147465922645",
"23208861027774",
"23187219294758",
"23160247030418",
"23163436634921",
"23098302433989",
"23144574871197",
"23233077658873",
"22985779647362"
]
},
{
"name": "23125401503217",
"destinations": [
"23098302433989",
"23160247030418",
"2309250343222",
"23012173766678",
"23180611554263",
"23137267146912",
"23147465922645",
"23123830167035",
"23159745836256",
"23181991175288",
"23146748715251",
"2313874299339",
"23146934783829",
"23127610015045",
"23165443839478",
"23130761569859",
"23138980106977",
"23114167696398",
"23213842839401",
"23170032610681",
"23109554228535",
"23128420903336",
"23174990517797",
"23186074039764",
"23132259236875",
"23120531079108",
"2313345255881",
"23152118965208",
"23176447876238",
"23145861917846",
"2306461834642",
"2316781092802",
"2320596098414",
"23125285578716",
"23124731915877",
"2308856314689",
"23047834097561",
"23142673256346",
"23137719527539"
]
},
{
"name": "23160247030418",
"destinations": [
"23150655877473",
"23172626575337",
"23150655877473",
"23163436634921",
"23146748715251",
"23127610015045",
"23138610193184",
"23150655877473",
"23203263037986",
"23136151548048",
"23098433036072",
"23085696668872",
"23167331002134",
"23098302433989",
"23170032610681",
"23165443839478",
"23168816848894",
"23186074039764",
"23116611617504",
"23195994051409",
"23152118965208",
"23082062065943",
"23176447876238",
"2316781092802",
"23154709784326",
"23191372279596",
"23189839865974",
"23102320456034",
"23114982533329",
"23138980106977",
"23132259236875",
"23117523225769",
"23219373066338",
"23146722577779",
"23183237883436",
"2315974606942",
"23163121003004",
"23124097259208",
"23146934783829",
"23107872773364",
"23150655877473",
"23129994334457",
"23129559435915",
"23137719527539",
"23125401503217",
"23201289806855",
"23151181112156",
"23150655877473",
"23184903014307",
"23150655877473",
"2312286344216",
"23108335509503",
"23131073920724",
"23104042827273",
"23132000064845",
"23128420903336",
"23150655877473",
"23199302597276",
"23188497923646",
"23233077658873",
"23150655877473",
"23150655877473",
"23157174965831",
"23109554228535",
"23120531079108",
"23187219294758",
"23126045555461",
"23181316412145",
"23106733690204",
"23150655877473",
"23214300249583",
"23130842550788",
"23139401979913",
"23134200387198",
"23198565560941",
"2313874299339",
"23174990517797",
"23150655877473"
]
},
{
"name": "23129468618869",
"destinations": [
"23118462975692",
"23114167696398",
"2313874299339",
"2312286344216",
"23040775831399",
"23203988035504",
"23106782410922",
"23132000064845",
"23144574871197",
"23130842550788",
"23150655877473",
"23163436634921",
"23172626575337",
"23082062065943",
"22980108821903",
"23012173766678",
"23147465922645",
"23157174965831",
"23145861917846",
"23142673256346",
"23114982533329",
"23129994334457",
"23181316412145",
"23130761569859",
"23129559435915",
"23168816848894",
"23136151548048",
"23102332128056",
"23098433036072",
"2313345255881"
]
},
{
"name": "23118462975692",
"destinations": [
"2311867775833",
"23100538239554",
"23130842550788",
"23083837881162",
"23123830167035",
"23106733690204",
"23146748715251",
"2311867775833",
"2316781092802",
"23098302433989",
"23100890553289",
"23163436634921",
"2313345255881",
"23073517774951",
"23187304383381",
"23138610193184",
"23134200387198",
"23060640673551",
"23125285578716",
"23131073920724",
"23083149929245",
"2309250343222",
"23145861917846",
"23146934783829",
"23132259236875",
"23108335509503",
"23107872773364",
"23136151548048",
"23186074039764",
"23151181112156",
"23154709784326",
"23102320456034",
"23124097259208",
"23098433036072"
]
},
{
"name": "2311867775833",
"destinations": [
"23131073920724",
"23106733690204",
"23102332128056",
"23176438178952",
"23132000064845",
"23082062065943",
"23107872773364",
"2309250343222",
"23083149929245",
"23128420903336",
"23151482730918",
"23117523225769",
"2307613398779",
"23124097259208",
"23108335509503",
"23129994334457",
"23132259236875",
"23124731915877",
"23098433036072",
"23078288127849",
"23108421269636",
"23165443839478"
]
},
{
"name": "23119103832113",
"destinations": [
"23138918771639",
"23138918771639",
"2309250343222",
"23163121003004",
"23094566261499",
"23109896403984",
"23128420903336",
"23169995577224",
"23114982533329",
"2315974606942",
"23145522768454",
"23120683202539",
"2317742518886",
"23098433036072",
"23134200387198",
"23098824603863",
"2306455791833",
"23138918771639",
"23137267146912",
"23138918771639",
"23172626575337",
"23124731915877",
"23144574871197",
"23138918771639",
"23102320456034",
"23120531079108",
"23131073920724",
"23138918771639",
"23136151548048",
"23102332128056",
"23129559435915",
"23138918771639",
"23132679400901",
"23082062065943",
"23188497923646",
"23138918771639",
"23119624582004",
"23167331002134",
"23100538239554",
"23084825582494",
"23132259236875",
"23108421269636",
"23109554228535",
"23121957554721",
"23138918771639",
"23129994334457",
"23157174965831",
"23138918771639",
"23138918771639",
"23138918771639",
"23085696668872",
"23138918771639"
]
},
{
"name": "23207260070344",
"destinations": [
"23124097259208",
"23163436634921",
"23108335509503",
"23195994051409",
"23203263037986",
"23188279242229",
"23167331002134",
"23167155749332",
"23224857659491",
"23176438178952",
"23214300249583",
"23106733690204",
"23176447876238",
"23219373066338",
"23214082858002",
"23130761569859",
"23170032610681",
"23187219294758",
"23157174965831",
"23250613607411",
"23169995577224",
"23132259236875",
"23183237883436",
"23085696668872",
"23168816848894",
"2316781092802",
"23139401979913",
"23159745836256",
"23259583669412",
"23203988035504",
"23206773136163",
"2320596098414",
"23165443839478"
]
},
{
"name": "23125285578716",
"destinations": [
"23213842839401",
"23136151548048",
"23107872773364",
"23130842550788",
"23147465922645",
"23150655877473",
"23137719527539",
"23165443839478",
"23124097259208",
"23160247030418",
"2313345255881",
"2315974606942",
"23083837881162",
"23127610015045",
"23117523225769",
"23131273714757",
"23132000064845",
"23100538239554",
"23114705647704",
"2308856314689",
"23195285934695",
"23169995577224",
"23067165886095",
"23106733690204",
"23100890553289",
"23085025366577",
"23163436634921",
"23119624582004"
]
},
{
"name": "23126045555461",
"destinations": [
"2316781092802",
"23160247030418",
"23083837881162",
"23146748715251",
"23146238427348",
"23172626575337",
"23114982533329",
"23147465922645",
"2312286344216",
"23124097259208",
"2315974606942",
"23128420903336",
"23090383606168",
"23129468618869",
"23102332128056",
"23129994334457",
"23136151548048",
"23130842550788",
"23132679400901",
"23134200387198",
"23146016062022",
"2305095676763",
"23119624582004",
"23120531079108",
"2309250343222",
"23102320456034",
"23206773136163",
"2320596098414"
]
},
{
"name": "23117523225769",
"destinations": [
"23130842550788",
"23136151548048",
"23146934783829",
"23130842550788",
"23107872773364",
"23130842550788",
"2316781092802",
"23146748715251",
"23147465922645",
"23137719527539",
"23163121003004",
"23116611617504",
"23130842550788",
"23131273714757",
"23130842550788",
"23182480413151",
"23137267146912",
"2313874299339",
"23118462975692",
"23130842550788",
"23130842550788",
"23130842550788",
"23085696668872",
"23130842550788",
"23168816848894",
"23128420903336",
"23083149929245",
"23060640673551",
"23130842550788",
"23130842550788",
"23132000064845",
"23100538239554",
"23130842550788",
"23130842550788",
"23130842550788",
"23187219294758",
"23183237883436",
"23129468618869",
"23189839865974",
"23098302433989",
"23145861917846",
"23145522768454",
"23159745836256",
"2305095676763",
"23150655877473",
"23106782410922",
"23040775831399",
"2313345255881",
"23130842550788",
"23102332128056",
"2305883621926",
"23132259236875",
"22980108821903",
"23146016062022",
"23130842550788",
"23114167696398",
"23130842550788"
]
},
{
"name": "2307613398779",
"destinations": [
"23136151548048",
"2309250343222",
"23102332128056",
"23124731915877",
"23195994051409",
"23144574871197",
"23102320456034",
"23067165886095",
"23056034959209",
"23098433036072",
"23085696668872",
"23123830167035",
"23121154234302",
"23109554228535",
"23120531079108",
"23179899781118",
"23195285934695",
"23090383606168",
"2312286344216",
"23082062065943",
"23098824603863",
"23132259236875",
"23119103832113",
"23104042827273",
"23128420903336",
"23086941774586",
"23134200387198",
"2306455791833",
"23146748715251",
"2317742518886",
"23132679400901",
"23176447876238"
]
},
{
"name": "23084825582494",
"destinations": [
"23098824603863",
"23060640673551",
"23099352351946",
"23134200387198",
"2305883621926",
"23102332128056",
"23082062065943",
"23056034959209",
"23119103832113",
"23098433036072",
"23121154234302",
"23150655877473",
"23109896403984",
"23085025366577",
"23144574871197",
"23086941774586",
"23085696668872",
"23172626575337",
"23104042827273",
"23120531079108",
"23186667478237",
"23130842550788"
]
},
{
"name": "23098824603863",
"destinations": [
"23121154234302",
"23180650596179",
"23124731915877",
"2309250343222",
"23121154234302",
"23083837881162",
"23136151548048",
"23037485194482",
"23119103832113",
"23121154234302",
"23131073920724",
"2305883621926",
"23109896403984",
"23085696668872",
"23121154234302",
"23102332128056",
"23114982533329",
"23130761569859",
"23137267146912",
"23086941774586",
"23138980106977",
"23102320456034",
"23047834097561",
"23132000064845",
"23084825582494",
"23090383606168",
"23129559435915",
"23120531079108",
"23126045555461",
"23098302433989",
"23082062065943",
"23121154234302",
"23100890553289",
"23114167696398",
"23121154234302",
"23132679400901",
"23208861027774",
"23144574871197",
"2312286344216",
"23067165886095",
"23117523225769",
"23085025366577",
"23109554228535"
]
},
{
"name": "23090383606168",
"destinations": [
"23102332128056",
"23083837881162",
"23106733690204",
"23145522768454",
"23108335509503",
"23091262924821",
"23082062065943",
"23098824603863",
"2305883621926",
"23130761569859",
"23106782410922",
"23109554228535",
"23138918771639",
"23098433036072",
"23125401503217",
"23102332128056",
"23102332128056",
"23116611617504",
"23114705647704",
"23172626575337",
"23123830167035",
"23102332128056",
"23370192537588",
"23067165886095",
"23012173766678",
"23085696668872",
"23125285578716",
"23100890553289",
"2308856314689",
"23121957554721",
"23040775831399",
"23098302433989",
"23102332128056",
"23102332128056",
"23138610193184",
"23124731915877",
"2316781092802",
"2313345255881",
"23102332128056",
"23104042827273",
"23102332128056",
"23102332128056",
"23138980106977"
]
},
{
"name": "23116611617504",
"destinations": [
"23132000064845",
"23100538239554",
"2320596098414",
"23154709784326",
"2312286344216",
"23106782410922",
"23107872773364",
"23124731915877",
"23166594154461",
"23119624582004",
"23131073920724",
"23114167696398",
"23147465922645",
"23098302433989",
"23146238427348",
"23098433036072",
"2313639545652",
"23129994334457",
"23136151548048",
"23120531079108",
"2307580659821",
"23129559435915",
"2305883621926",
"23189839865974",
"23137719527539",
"23090383606168",
"23054865375509",
"23083149929245",
"23121957554721",
"2317742518886",
"2313345255881",
"23176447876238",
"23106733690204",
"23144574871197"
]
},
{
"name": "23134200387198",
"destinations": [
"23119103832113",
"23223986147559",
"23187219294758",
"23124097259208",
"23102320456034",
"2309250343222",
"23040775831399",
"23144574871197",
"23163436634921",
"23201289806855",
"23132000064845",
"23146934783829",
"23125285578716",
"23119103832113",
"23109554228535",
"23181316412145",
"2312286344216",
"23138918771639",
"23160247030418",
"23119103832113",
"23132259236875",
"23083837881162",
"23104042827273",
"23120531079108",
"23094566261499",
"23183237883436",
"23121957554721",
"23184903014307",
"23124731915877",
"23146748715251",
"23119103832113",
"23172626575337",
"23119103832113",
"23098824603863",
"23191372279596",
"23136151548048",
"23085696668872",
"23121154234302",
"23098433036072",
"23119103832113",
"23073517774951",
"23119103832113",
"23163121003004",
"23138980106977",
"23145522768454",
"23203988035504",
"23225383034893",
"23114982533329"
]
},
{
"name": "23184903014307",
"destinations": [
"23191372279596",
"23145522768454",
"23213842839401",
"23208861027774",
"23144574871197",
"23187219294758",
"23201289806855",
"23198565560941",
"23169995577224",
"23167331002134",
"23186667478237",
"23120683202539",
"23223986147559",
"23124731915877",
"23109896403984",
"23187304383381",
"23199302597276",
"23172626575337",
"23241958146736",
"23195285934695",
"2315974606942",
"23180611554263",
"23166594154461",
"23188497923646",
"23180650596179",
"23145861917846"
]
},
{
"name": "23203988035504",
"destinations": [
"23189839865974",
"23137267146912",
"23186074039764",
"2316781092802",
"23180650596179",
"23224857659491",
"23169995577224",
"23208861027774",
"23170032610681",
"23189839865974",
"23198565560941",
"23138610193184",
"23131273714757",
"23214082858002",
"23163436634921",
"23189839865974",
"23189839865974",
"23114982533329",
"23129559435915",
"23195285934695",
"23207260070344",
"23189839865974",
"23165443839478",
"23125401503217",
"23146748715251"
]
},
{
"name": "23189839865974",
"destinations": [
"23186074039764",
"23182480413151",
"23219373066338",
"23224857659491",
"23147465922645",
"23145861917846",
"23186074039764",
"23083837881162",
"23132000064845",
"23266863281803",
"23160247030418",
"23150655877473",
"23176438178952",
"23146748715251",
"23167155749332",
"23159745836256",
"23195994051409",
"23100538239554",
"23176447876238",
"23130842550788",
"23169995577224",
"23180611554263",
"23146934783829",
"2316781092802",
"23137267146912",
"23163436634921",
"23183237883436",
"23181316412145",
"23170032610681",
"2313874299339",
"2320596098414",
"2315974606942",
"23145522768454",
"2313345255881",
"23214300249583",
"23207260070344",
"23206773136163",
"23195285934695",
"23203988035504",
"23250613607411",
"23107872773364",
"23129994334457",
"23191372279596",
"23165443839478",
"23240012049865",
"23182383882512",
"23168816848894",
"23146722577779",
"23186074039764",
"23163121003004",
"23186074039764",
"23132679400901",
"23188279242229",
"23129468618869",
"23119103832113",
"23186074039764",
"23130761569859",
"23151181112156",
"23129559435915",
"23214082858002",
"23154709784326",
"23128420903336",
"23186074039764",
"23142673256346"
]
},
{
"name": "23107822610141",
"destinations": [
"23086250800875",
"2310694812874",
"23086250800875",
"23086250800875",
"23098824185105",
"23086250800875",
"23106310635719"
]
},
{
"name": "23086250800875",
"destinations": [
"23095625252796",
"23102214113605",
"2316781092802",
"23104489802677",
"23095625252796",
"2310694812874",
"23095625252796",
"23080365153983",
"23098824185105",
"23107822610141",
"23095625252796",
"23099557855002",
"23095625252796",
"23095625252796",
"23095625252796",
"23095625252796",
"23095625252796",
"23095625252796",
"23096393109031",
"23095625252796",
"23095625252796"
]
},
{
"name": "23095625252796",
"destinations": [
"23104489802677",
"23064485881979",
"23106310635719",
"23082062065943",
"2310694812874",
"23086250800875",
"23104489802677",
"23104489802677",
"23102214113605",
"23189839865974",
"23104489802677",
"23152118965208",
"23104489802677",
"23104489802677"
]
},
{
"name": "23104489802677",
"destinations": [
"23086250800875",
"23098824185105",
"23086250800875",
"23095625252796",
"23086250800875",
"23106310635719",
"2310694812874",
"23086250800875",
"23102214113605",
"23086250800875",
"23198565560941",
"23086250800875",
"23083149929245"
]
},
{
"name": "23102214113605",
"destinations": [
"23086250800875",
"2310694812874",
"23104489802677",
"23106310635719",
"23096393109031",
"23086250800875",
"23107872773364",
"23107822610141",
"23086250800875",
"23099557855002",
"23117202685446",
"23133912549817",
"23086250800875",
"23086250800875",
"23095625252796",
"23086250800875",
"23080365153983",
"23086250800875",
"23086250800875"
]
},
{
"name": "23157174965831",
"destinations": [
"23165443839478",
"23165443839478",
"23128420903336",
"23098302433989",
"23106733690204",
"23040775831399",
"23225383034893",
"23147465922645",
"2305883621926",
"23137719527539",
"23188279242229",
"23124731915877",
"23102320456034",
"23195994051409",
"23106782410922",
"23291768220375",
"2316781092802",
"23165443839478",
"23142673256346",
"23168816848894",
"23203988035504",
"23172626575337",
"23206773136163",
"23182480413151",
"23224857659491",
"23170032610681",
"23175923961085",
"2315974606942",
"23144574871197",
"23146934783829",
"23150655877473",
"23160247030418",
"23130761569859",
"23108335509503",
"23165443839478",
"23208861027774"
]
},
{
"name": "23224857659491",
"destinations": [
"23213842839401",
"23207260070344",
"23180611554263",
"23167331002134",
"23240408468427",
"23240012049865",
"23203988035504",
"23176438178952",
"23172626575337",
"23188497923646",
"23130842550788",
"23098433036072",
"2320596098414",
"23203263037986",
"23199302597276",
"23214082858002",
"2316781092802",
"23188279242229",
"23291768220375",
"23219373066338"
]
},
{
"name": "23121957554721",
"destinations": [
"23128420903336",
"23109554228535",
"23131073920724",
"23128420903336",
"23170032610681",
"23124731915877",
"23100538239554",
"23128420903336",
"23130761569859",
"23114167696398",
"23152118965208",
"23107872773364",
"23128420903336",
"2309250343222",
"23123830167035",
"23109896403984",
"23083837881162",
"2308856314689",
"23150655877473",
"23241958146736",
"23106733690204",
"23098302433989",
"23132000064845",
"23100890553289",
"2313874299339",
"23121154234302",
"23124097259208",
"23118462975692",
"23119103832113",
"23120531079108",
"23102320456034",
"23082062065943"
]
},
{
"name": "23109896403984",
"destinations": [
"2309250343222",
"23138918771639",
"23114982533329",
"23119624582004",
"23119103832113",
"23120683202539",
"23099352351946",
"23191372279596",
"23145522768454",
"23108335509503",
"23084825582494",
"23083837881162",
"23137267146912",
"23179899781118",
"23128420903336",
"23181316412145",
"23181991175288",
"23203263037986",
"2310262826909",
"23040775831399",
"23160247030418",
"23146748715251",
"23144574871197",
"23104042827273"
]
},
{
"name": "22982675091641",
"destinations": [
"22985779647362",
"2306461834642",
"22985779647362",
"23040775831399",
"22980108821903",
"22985779647362",
"22985779647362"
]
},
{
"name": "23206773136163",
"destinations": [
"23380365778576",
"23170032610681",
"23380365778576",
"2311867775833",
"2316781092802",
"23129559435915",
"23380365778576",
"23380365778576",
"23380365778576",
"23189839865974",
"2320596098414",
"23091262924821",
"23176447876238",
"23380365778576",
"23380365778576",
"23186074039764",
"23188279242229",
"23147465922645",
"23207260070344",
"23380365778576",
"23240012049865",
"23219373066338",
"23214300249583",
"23310517954839",
"23380365778576",
"23138980106977",
"23098302433989",
"23180611554263",
"23182480413151",
"23380365778576",
"23146748715251",
"23208861027774"
]
},
{
"name": "23026705357771",
"destinations": [
"23054865375509",
"23012173766678",
"23037485194482",
"23086941774586"
]
},
{
"name": "23054865375509",
"destinations": [
"23082062065943",
"23138610193184",
"23120531079108",
"23131273714757",
"23037485194482",
"23117523225769",
"2305095676763",
"23082062065943",
"23040775831399",
"2307580659821",
"2306461834642",
"23108335509503",
"23129994334457",
"23047834097561",
"23130842550788",
"23085025366577",
"22980108821903",
"23098302433989",
"23083149929245"
]
},
{
"name": "23099352351946",
"destinations": [
"23094566261499",
"2313874299339",
"2310262826909",
"23146341154731",
"23102332128056",
"23136151548048",
"23091262924821",
"23109896403984",
"23167155749332",
"23119103832113",
"23145522768454"
]
},
{
"name": "2310694812874",
"destinations": [
"23096393109031",
"23107822610141",
"23126553006584",
"23096393109031",
"23080365153983",
"23096393109031",
"23102214113605",
"23106310635719",
"23086250800875",
"23095625252796",
"23096393109031",
"23096393109031",
"23099557855002",
"23096393109031",
"23064485881979",
"23096393109031",
"23152118965208",
"23104489802677"
]
},
{
"name": "23096393109031",
"destinations": [
"23099557855002",
"23106310635719",
"23086250800875",
"23099557855002",
"23095625252796",
"23102214113605",
"2310694812874",
"23098824185105",
"23099557855002"
]
},
{
"name": "23099557855002",
"destinations": [
"23086250800875",
"23106310635719",
"23102214113605",
"23133912549817",
"2310694812874",
"23098824185105",
"23086250800875",
"23096393109031",
"23095625252796",
"23086250800875",
"23086250800875",
"23086250800875",
"23086250800875",
"23086250800875"
]
},
{
"name": "23114167696398",
"destinations": [
"23100538239554",
"23109554228535",
"23119624582004",
"23106733690204",
"23137267146912",
"23108421269636",
"23137719527539",
"23213842839401",
"23121957554721",
"23037485194482",
"23102332128056",
"23108335509503",
"2308856314689",
"23150655877473",
"23159745836256",
"23082062065943",
"23124731915877",
"23128420903336",
"2307613398779",
"23100538239554",
"23078288127849",
"23083837881162",
"23098302433989",
"23106782410922",
"23114982533329",
"23107872773364",
"23098433036072",
"23167331002134",
"23142673256346",
"23099352351946",
"23083149929245",
"23123830167035",
"23100538239554",
"23100890553289",
"23132000064845",
"23146748715251",
"2309250343222",
"23145522768454",
"23146722577779",
"23146934783829",
"23147465922645",
"23132679400901",
"23138918771639",
"23125285578716",
"23130842550788"
]
},
{
"name": "23080365153983",
"destinations": [
"2310694812874",
"23064485881979",
"2310694812874",
"23104489802677",
"23102214113605",
"23098824185105",
"23099557855002",
"23086250800875",
"23096393109031"
]
},
{
"name": "23085025366577",
"destinations": [
"23147465922645",
"2305883621926",
"23119624582004",
"23098433036072",
"23176447876238",
"23104042827273",
"23106782410922",
"2306461834642",
"23102332128056",
"23067165886095",
"23083837881162",
"23198565560941",
"23040775831399",
"23108335509503",
"23100890553289",
"23106733690204",
"23124731915877",
"23109896403984",
"2306455791833",
"23123830167035",
"23114982533329",
"23107872773364",
"23114167696398",
"23119103832113",
"23085696668872",
"2308856314689",
"23166594154461"
]
},
{
"name": "22980108821903",
"destinations": [
"23102320456034",
"23047834097561",
"23040775831399",
"23067165886095",
"23107872773364",
"23083149929245",
"22985779647362",
"23125285578716",
"23104042827273",
"23201289806855",
"23106733690204",
"23005162687253",
"2305883621926",
"23117523225769",
"23073517774951",
"23060640673551",
"2306455791833",
"23012173766678"
]
},
{
"name": "23146341154731",
"destinations": [
"23181147591415",
"23060640673551",
"23291768220375",
"23181147591415",
"2306455791833",
"23187219294758",
"23099352351946",
"2310262826909",
"23181147591415",
"2319301274091",
"23181147591415",
"23181147591415",
"23181147591415",
"23181147591415",
"23181147591415",
"23181147591415",
"23181147591415"
]
},
{
"name": "23012173766678",
"destinations": [
"23005162687253",
"23037485194482",
"22985779647362",
"23005162687253",
"23083837881162",
"23005162687253",
"23005162687253",
"22982675091641",
"23067165886095",
"23082062065943",
"23005162687253",
"23181316412145",
"22980108821903",
"23026705357771",
"23005162687253",
"23005162687253",
"23005162687253",
"2307580659821",
"23005162687253",
"23005162687253",
"2308856314689",
"23005162687253",
"23214082858002",
"23005162687253"
]
},
{
"name": "23152118965208",
"destinations": [
"23125929730274",
"23146934783829",
"23137732635198",
"23133912549817",
"23188279242229",
"23176447876238",
"2313874299339",
"23195285934695",
"23109896403984",
"2316781092802",
"23085025366577",
"23086250800875",
"23180611554263",
"23125929730274",
"23137719527539",
"23146016062022",
"23182480413151",
"2310694812874",
"23195994051409",
"23100538239554",
"23138980106977",
"23146238427348",
"23150655877473",
"23170032610681",
"23186074039764",
"23106733690204"
]
},
{
"name": "23125929730274",
"destinations": [
"23137732635198",
"23152118965208",
"23133912549817",
"23102214113605",
"23117202685446",
"23207260070344",
"23104489802677",
"23137732635198",
"23146016062022",
"2313874299339",
"23137732635198"
]
},
{
"name": "2305883621926",
"destinations": [
"23083837881162",
"23104042827273",
"2306461834642",
"23090383606168",
"23085025366577",
"23037485194482",
"2308856314689",
"23078288127849",
"23054865375509",
"23114167696398",
"23083837881162",
"23125401503217",
"23116611617504",
"23040775831399",
"23098302433989",
"23047834097561",
"23067165886095",
"23109554228535",
"2305095676763",
"23172626575337",
"2307580659821",
"23146238427348",
"23106782410922",
"23100890553289",
"23060640673551",
"2315974606942",
"23086941774586",
"23138980106977",
"23091262924821",
"23098433036072",
"23125285578716",
"23124731915877",
"2313874299339",
"23189839865974",
"23107872773364",
"23117523225769",
"23073517774951",
"2309250343222",
"22980108821903",
"22982675091641",
"23005162687253"
]
},
{
"name": "2305095676763",
"destinations": [
"23040775831399",
"2309250343222",
"23067165886095",
"23108335509503",
"23214082858002",
"23078288127849",
"2307580659821",
"23104042827273",
"2306461834642",
"23106733690204",
"2313345255881",
"22980108821903",
"23132259236875",
"23102332128056",
"2305883621926",
"23100538239554",
"23118462975692"
]
},
{
"name": "23139401979913",
"destinations": [
"23145861917846",
"23116611617504",
"23131073920724",
"23160247030418",
"2307580659821",
"23130842550788",
"23145522768454",
"23137267146912",
"23127610015045",
"23120531079108",
"23146748715251",
"23128420903336",
"23142673256346",
"2312286344216",
"23125401503217",
"23114705647704",
"23147465922645",
"23132000064845",
"23040775831399"
]
},
{
"name": "23225383034893",
"destinations": [
"23240012049865",
"23213842839401",
"23206773136163",
"23157174965831",
"23214082858002",
"23259583669412",
"23180611554263",
"23219373066338",
"23241958146736",
"23240408468427",
"23174990517797",
"2316781092802",
"23224857659491",
"23240012049865",
"23184903014307",
"23273185754514",
"23223986147559",
"23203263037986",
"23214300249583",
"23183237883436",
"23207260070344",
"23195994051409",
"2315974606942",
"23186074039764",
"23123830167035",
"23165443839478",
"2313874299339",
"23233077658873",
"23175923961085"
]
},
{
"name": "23266863281803",
"destinations": [
"23186074039764",
"23250613607411",
"23214082858002",
"23240012049865",
"23240408468427",
"23203263037986",
"23189839865974",
"23183237883436",
"23203988035504",
"2320596098414"
]
},
{
"name": "23180611554263",
"destinations": [
"23195285934695",
"23176447876238",
"23144574871197",
"23172626575337",
"23188497923646",
"23163436634921",
"23152118965208",
"23187219294758",
"23189839865974",
"23165443839478",
"23240408468427",
"23191372279596",
"23207260070344",
"23259583669412",
"23170032610681",
"23203263037986",
"23108335509503",
"23240012049865",
"23195285934695",
"2317742518886",
"23213842839401",
"23145861917846",
"23123830167035"
]
},
{
"name": "23098824185105",
"destinations": [
"23086250800875",
"23086250800875",
"2310694812874",
"23099557855002",
"23086250800875",
"23086250800875",
"23086250800875",
"23080365153983",
"23106310635719",
"23086250800875",
"23086250800875",
"23104489802677",
"23096393109031",
"23086250800875"
]
},
{
"name": "23064485881979",
"destinations": [
"23095625252796",
"23102214113605",
"23080365153983",
"2310694812874"
]
},
{
"name": "23106310635719",
"destinations": [
"23096393109031",
"23086250800875",
"2310694812874",
"23080365153983",
"23095625252796",
"23064485881979",
"23096393109031"
]
},
{
"name": "23208861027774",
"destinations": [
"2319301274091",
"23137267146912",
"23160247030418",
"23184903014307",
"23167155749332",
"23119103832113",
"23199302597276",
"23198565560941",
"23180650596179",
"23201289806855",
"2317742518886",
"23241958146736",
"23240408468427",
"23187219294758",
"23126045555461",
"23132679400901",
"23195285934695",
"23136151548048",
"23132000064845",
"23186667478237",
"23179899781118",
"23183237883436",
"23131073920724",
"2319301274091",
"23172626575337",
"2319301274091"
]
},
{
"name": "23181147591415",
"destinations": [
"23160247030418",
"2319301274091",
"23146341154731",
"23124731915877",
"2315974606942",
"23163121003004"
]
},
{
"name": "23060640673551",
"destinations": [
"23098302433989",
"2305883621926",
"23117523225769",
"23106782410922",
"23037485194482",
"23047834097561",
"23145522768454",
"23098433036072",
"23124731915877",
"2308856314689",
"2305095676763",
"2307580659821",
"23213842839401",
"23106733690204",
"23129559435915",
"23109554228535",
"23083837881162",
"23040775831399",
"23091262924821",
"23116611617504",
"23121154234302",
"23108335509503",
"23107872773364",
"23151181112156",
"23082062065943",
"2309250343222",
"2306455791833",
"23172626575337",
"2306461834642"
]
},
{
"name": "23221025498808",
"destinations": [
"23199302597276",
"23166594154461",
"23167331002134",
"23241958146736",
"23195285934695",
"23291768220375",
"23198565560941",
"23187219294758",
"23119624582004"
]
},
{
"name": "23159745836256",
"destinations": [
"23132000064845",
"23181991175288",
"23130761569859",
"23142673256346",
"23160247030418",
"23168816848894",
"23151181112156",
"23137719527539",
"23129468618869",
"23147465922645",
"23157174965831",
"23146722577779",
"23181316412145",
"23146934783829",
"23154709784326",
"23170032610681",
"23182480413151",
"23132259236875",
"23165443839478",
"23116611617504",
"23188497923646",
"23187219294758",
"23150655877473",
"23189839865974",
"23163436634921",
"23078288127849",
"23146238427348"
]
},
{
"name": "23126553006584",
"destinations": [
"2310694812874",
"23086250800875",
"2310694812874",
"2310694812874",
"2310694812874",
"2310694812874",
"2310694812874"
]
},
{
"name": "23137732635198",
"destinations": [
"23152118965208",
"23095625252796",
"23106733690204",
"23133912549817",
"23117202685446",
"23099557855002",
"23125929730274",
"23146722577779",
"2316781092802"
]
},
{
"name": "23179899781118",
"destinations": [
"23132259236875",
"23180650596179",
"2315974606942",
"23225383034893",
"23109896403984",
"23166594154461",
"23187304383381",
"23195285934695",
"23186667478237",
"23102332128056"
]
},
{
"name": "23133912549817",
"destinations": [
"2313345255881",
"23117202685446",
"23125929730274",
"23136151548048",
"23152118965208",
"23137732635198",
"23098824185105",
"23107872773364",
"23214082858002",
"23169995577224",
"23102214113605",
"23104489802677",
"23040775831399"
]
},
{
"name": "23370192537588",
"destinations": [
"23380365778576"
]
},
{
"name": "23117202685446",
"destinations": [
"23133912549817",
"23137732635198",
"23133912549817",
"23125929730274",
"23133912549817",
"23133912549817",
"23133912549817",
"23133912549817",
"23133912549817",
"23133912549817",
"23133912549817",
"23133912549817",
"23104489802677",
"23133912549817",
"23133912549817",
"23130842550788"
]
},
{
"name": "23380365778576",
"destinations": [
"23370192537588",
"23370192537588",
"23370192537588"
]
},
{
"name": "2313639545652",
"destinations": [
"23114982533329",
"23157174965831",
"23137719527539",
"23124731915877",
"23291768220375"
]
},
{
"name": "23170875843472",
"destinations": [
"23083837881162",
"23104042827273",
"23167331002134",
"2319301274091",
"23132000064845"
]
},
{
"name": "23273185754514",
"destinations": [
"23213842839401",
"23213842839401",
"23213842839401",
"23136151548048",
"23131073920724"
]
}
]
}
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
background-color: #46424c;
}
text {
stroke: #e8d57b;
fill: none;
stroke-width: 1;
font-family: verdana;
}
path {
stroke: grey;
stroke-width: 0.1;
}
circle {
fill: #000;
}
.q { fill: none }
.focus text {
text-anchor: left;
text-shadow: 0 1px 0 #46424c, 1px 0 0 #46424c, 0 -1px 0 #46424c, -1px 0 0 #46424c;
}
</style>
<body>
<script src="d3.js"></script>
<script src="//d3js.org/d3.v3.min.js"></script>
<script src="//d3js.org/topojson.v1.min.js"></script>
<script>
var width = 960,
height = 500;
var projection = d3.geo.albers()
.center([10.0, 53.55])
.rotate([0, 0])
.parallels([50, 60])
.scale(120000)
.translate([width / 2, height / 2]);
var voronoi = d3.geom.voronoi()
.clipExtent([[0, 0], [width, height]]);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var map = svg
.append("g")
.call(d3.behavior.zoom()
.on("zoom", function () {
map.attr("transform", "translate(" + d3.event.translate + ")" + " scale(" + d3.event.scale + ")")
}))
.append("g")
var focus = svg.append("g")
.attr("class", "focus")
.append("text")
.attr("y", 25)
.attr("x", 25)
function polygon(d) {
return "M" + d.join("L") + "Z";
}
function highlight(d){
var n = d.src.n;
map.selectAll('line')
.style('stroke-opacity',0.05)
.style('stroke-width',0.2)
.style('stroke','grey')
map.selectAll('line[src="' + n + '"]')
.style('stroke-opacity',0.2)
.style('stroke-width',0.5)
.style('stroke','#e8d57b')
svg.select("text")
.style('font-size',function(){ return 12; })
.text("#" + d.src.name);
}
function dehighlight(d){
map.selectAll('line')
.style('stroke-opacity',0.1)
.style('stroke-width',0.1)
.style('stroke','#e8d57b')
svg.select("text").text("");
}
d3.json("data.json",function(d){
var links = [];
var vertices = [];
var locations = d.names;
d.links.forEach(function(d){
var src = d.name;
var s = locations[src];
s.geo = projection([s.lng,s.lat]);
s.n = src;
vertices.push(s.geo);
console.log(d.destinations)
d.destinations.forEach(function(n){
var d = locations[n];
d.geo = projection([d.lng,d.lat]);
d.n = n;
links.push({'src': s, 'dst': d})
})
})
map.selectAll('line')
.data(links)
.enter()
.append("line")
.attr('x1', function(d){return d.src.geo[0]; })
.attr('x2', function(d){return d.dst.geo[0]; })
.attr('y1', function(d){return d.src.geo[1]; })
.attr('y2', function(d){return d.dst.geo[1]; })
.attr('src', function(d){return d.src.n; })
.style('stroke','#e8d57b')
.style('stroke-width',0.1)
.style('stroke-opacity',0.1)
map.selectAll('circle')
.data(links)
.enter()
.append("circle")
.attr('cx', function(d){ return d.src.geo[0]; })
.attr('cy', function(d){ return d.src.geo[1]; })
.attr('r', 2.75)
.style('fill-opacity',0)
.on('mouseover',highlight)
.on('mouseout',dehighlight)
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment