mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 01:42:54 +00:00
time data management
This commit is contained in:
@@ -60,6 +60,10 @@ selection.subscribe(($selection) => { // Maintain up-to-date statistics for the
|
||||
});
|
||||
});
|
||||
|
||||
gpxStatistics.subscribe(() => {
|
||||
slicedGPXStatistics.set(undefined);
|
||||
});
|
||||
|
||||
const targetMapBounds = writable({
|
||||
bounds: new mapboxgl.LngLatBounds([180, 90, -180, -90]),
|
||||
initial: true
|
||||
|
Reference in New Issue
Block a user