improve mapillary integration, closes #127

This commit is contained in:
vcoppe
2024-10-02 18:52:02 +02:00
parent fbf93ed6f9
commit 3ef98b2110
4 changed files with 54 additions and 26 deletions

View File

@@ -3,7 +3,6 @@ import { TrackPoint, distance } from "gpx";
import { derived, get, writable } from "svelte/store";
import { settings } from "$lib/db";
import { _, isLoading, locale } from "svelte-i18n";
import { map } from "$lib/stores";
import { getElevation } from "$lib/utils";
const { routing, routingProfile, privateRoads } = settings;