drag-select range elevation profile

This commit is contained in:
vcoppe
2024-06-12 12:13:30 +02:00
parent 5642129623
commit 9ad16ac294
5 changed files with 121 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
let statistics: GPXStatistics;
$: if ($currentTool === Tool.SCISSORS) {
$: if ($slicedGPXStatistics !== undefined) {
statistics = $slicedGPXStatistics;
} else {
statistics = $gpxStatistics;