dev #199

Closed
sora wants to merge 21 commits from dev into master
2 changed files with 41 additions and 123 deletions
Showing only changes of commit c8118fabe4 - Show all commits

View File

@@ -17,7 +17,6 @@ const filter_existing = function (
return true; return true;
}); });
case "travel": case "travel":
console.log(r);
return r.filter((e) => { return r.filter((e) => {
if ( if (
leg.travel.find( leg.travel.find(
@@ -44,7 +43,6 @@ const process_results = function (tpe: "nominatim" | "travel", r: geoloc[]) {
return rr; return rr;
}); });
case "travel": case "travel":
console.log(r);
return r.map((el) => { return r.map((el) => {
(el as any).path = getGeoLine( (el as any).path = getGeoLine(
{ {