feat(route-builder): stats bar, waypoint detail panel, elevation refactor

Work-in-progress route-builder checkpoint:

- New RouteStatsBar and WaypointDetailPanel components.
- EditMap / ImageDropzone / WaypointTable / builderStore updates.
- Hoist the elevation gain/loss/range helpers out of build-hikes.ts into
  src/lib/hikes/elevation.ts so the builder and the build share one
  implementation.

Also bundled here (same file, couldn't be split cleanly): build-hikes.ts
now detects each hike's country at build time — 'CH' when a Swiss canton
matched, otherwise an OSM/Nominatim reverse-geocode — and writes it to the
manifest, feeding the new Kanton/Land filter.
This commit is contained in:
2026-05-22 13:07:24 +02:00
parent 53695b8244
commit 603240bf93
10 changed files with 2064 additions and 473 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.80.0",
"version": "1.81.0",
"private": true,
"type": "module",
"scripts": {