Limit min zoom

This commit is contained in:
Tom Russell 2018-08-09 13:53:33 +01:00
parent 756b31b236
commit 2b43734c68

View File

@ -26,7 +26,7 @@ function map(){
zoomControl: false, zoomControl: false,
attributionControl: false, attributionControl: false,
maxZoom: 18, maxZoom: 18,
minZoom: 7, minZoom: 14,
center: ([51.5245255, -0.1338422]), center: ([51.5245255, -0.1338422]),
zoom: 16, zoom: 16,
doubleClickZoom: false, doubleClickZoom: false,