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
|
|
@ -4,7 +4,7 @@
|
|||
============================================================ */
|
||||
|
||||
// ← EINZIGE Stelle für die Version — STATIC_ASSETS und CACHE_VERSION leiten sich ab
|
||||
const VER = '1235';
|
||||
const VER = '1236';
|
||||
const CACHE_VERSION = `by-v${VER}`;
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue