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