GL-Style: Straßennummern (A9/B304/ST2078) + Straßenarten farblich

- road-refs-Layer: ref aus transportation_name entlang Autobahn/Bundes-/Landstraße (aufrecht)
- roads-Farbe per match(class): Autobahn rötlich, Trunk orange, primary gelb-orange, secondary blassgelb, Rest weiß
This commit is contained in:
rene 2026-06-05 12:05:01 +02:00
parent eaf7801e6b
commit 9c4b999331
6 changed files with 32 additions and 19 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '1193'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '1194'; // ← 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;