make layer from DWD configurable

This commit is contained in:
Matthias Wirth
2022-03-18 22:31:15 +01:00
parent cd40292ccf
commit ecd398f90f
3 changed files with 5 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ let actual_range_outline_dash = null; // null - solid line, [5, 5] - dashed line
// which map is displayed to new visitors
let MapType_tar1090 = "osm_adsbx";
let defaultOverlays = [];
let dwdLayers = 'dwd:RX-Produkt';
// Default map dim state
let MapDim = true;