Fix: Selektives Loeschen griff auf Geraet nicht — Keep-Set jetzt selbsttragend aus der Meta
Renes Befund: 'Alles loeschen' wischte weiter alles. Ursachen: (a) Bestands- Gebiete hatten keine standort-Region (ensureHomeArea legt nur bei FEHLENDER Kachel los), (b) Korridor-Keys waren nur aus API-Tracks ableitbar -> leeres Keep-Set = Komplett-Wipe. - downloadCorridor speichert vereinfachten Track (<=60 Pkt) in der Region-Meta; clear() baut Korridor-Keep daraus — ohne API/Login/GPS - Standort-ADOPTION: clear() mit center legt fehlende standort-Region synthetisch an (Bestandsdaten vor Runde 6) - map.js: center-Fallback auf by_last_position wenn GPS noch keinen Fix hat - Test r7 erweitert (clear ohne Optionen haelt Korridor aus Meta), alle gruen Bump v1236
This commit is contained in:
parent
29cd489287
commit
ca97613938
8 changed files with 56 additions and 24 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '1235'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '1236'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator)
|
||||
window.APP_VERSION = APP_VERSION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue