Add zoom controls

This commit is contained in:
Ian Renton
2026-08-18 17:59:54 +01:00
parent 7f1a5ae3be
commit 85f63a1258
9 changed files with 15 additions and 16 deletions
-1
View File
@@ -522,7 +522,6 @@ function loadMapURLParams() {
function setUpMap() {
// Create map
map = L.map('map', {
zoomControl: false,
minZoom: 2,
maxZoom: 12
});