mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 01:42:54 +00:00
chart range selection on crop slider change
This commit is contained in:
@@ -16,7 +16,7 @@ export const map = writable<mapboxgl.Map | null>(null);
|
||||
export const selectFiles = writable<{ [key: string]: (fileId?: string) => void }>({});
|
||||
|
||||
export const gpxStatistics: Writable<GPXStatistics> = writable(new GPXStatistics());
|
||||
export const slicedGPXStatistics: Writable<GPXStatistics | undefined> = writable(undefined);
|
||||
export const slicedGPXStatistics: Writable<[GPXStatistics, number, number] | undefined> = writable(undefined);
|
||||
|
||||
function updateGPXData() {
|
||||
let statistics = new GPXStatistics();
|
||||
|
Reference in New Issue
Block a user