From fb218d0b6208762c1c545fa388307fd02a52d295 Mon Sep 17 00:00:00 2001 From: Joost Date: Fri, 21 Jun 2024 09:00:39 +0200 Subject: [PATCH] set different default overlay to limit mapbox costs --- js/historic/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/historic/main.js b/js/historic/main.js index b6394ca..4e87b8a 100644 --- a/js/historic/main.js +++ b/js/historic/main.js @@ -5,7 +5,7 @@ var map = L.map("map", { center: [50.8398, 4.4247], zoom: 11, - layers: [baselayers["NGI Basemap 1873"], layers["OSM roads"]], + layers: [baselayers["NGI Basemap 1873"], layers["Wegenregister (VL)"]], attributionControl: false });