Skip to content

Commit

Permalink
set different default overlay to limit mapbox costs
Browse files Browse the repository at this point in the history
  • Loading branch information
joostschouppe authored Jun 21, 2024
1 parent 9d1ff51 commit fb218d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/historic/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});

Expand Down

0 comments on commit fb218d0

Please sign in to comment.