mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-06 02:12:55 +00:00
waypoint tool
This commit is contained in:
@@ -2,7 +2,7 @@ import type { Waypoint } from "gpx";
|
||||
import mapboxgl from "mapbox-gl";
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const currentWaypoint = writable<Waypoint | null>(null);
|
||||
export const currentPopupWaypoint = writable<Waypoint | null>(null);
|
||||
|
||||
export const waypointPopup = new mapboxgl.Popup({
|
||||
closeButton: false,
|
||||
|
Reference in New Issue
Block a user