Routen-Fixes: Richtungspfeile (SVG-interne Rotation) + Filter standardmäßig zu
- Pfeile: rotate als SVG-Pfad-Attribut statt CSS-transform am Element (maplibregl.Marker überschrieb das transform → Pfeile zeigten alle nach Norden) - Filter-Panel + Badge: doppeltes class-Attribut (class=X class=hidden) → Browser ignorierte 'hidden' → Filter immer offen + roter Badge immer an. Zu 'X hidden' gemergt.
This commit is contained in:
parent
fbaf7c5409
commit
27a3f954a4
6 changed files with 24 additions and 22 deletions
|
|
@ -4,7 +4,7 @@
|
|||
============================================================ */
|
||||
|
||||
// ← EINZIGE Stelle für die Version — STATIC_ASSETS und CACHE_VERSION leiten sich ab
|
||||
const VER = '1197';
|
||||
const VER = '1198';
|
||||
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