diff --git a/src/components/map/MapView.svelte b/src/components/map/MapView.svelte index d49bce4..b330414 100644 --- a/src/components/map/MapView.svelte +++ b/src/components/map/MapView.svelte @@ -183,7 +183,7 @@ } } - function addMarker(s, routeReference) { + function addMarker(s) { if (!mapInstance) { console.error('Map not initialized yet'); return;