MapLibre-Port Runde 3a: MapGLMarkers in map.js verdrahtet (flag-gated)
- _loadOsmLayers/_loadAll/_addPlaces/_addPoison/_addBreeders/_applyVisibility/_deleteUserPoi engine-neutral (GL: POI-DATEN statt Marker, MapGLMarkers.setLayer/setVisible) - Standort-Dot, Place-Picker-Temp-Marker, Such-Marker als maplibregl.Marker - engine-spez. Aufrufe über Facade (_mapFlyTo/_mapSetView/_mapResize) - Wetter + GPS-Recording für GL vorerst gegated (Port in 3b/3c) - Flag 'by_map_gl'/?mapgl=1, default AUS
This commit is contained in:
parent
11922c1d22
commit
542106e77b
7 changed files with 295 additions and 70 deletions
|
|
@ -4,7 +4,7 @@
|
|||
============================================================ */
|
||||
|
||||
// ← EINZIGE Stelle für die Version — STATIC_ASSETS und CACHE_VERSION leiten sich ab
|
||||
const VER = '1179';
|
||||
const VER = '1180';
|
||||
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