Extend max zoom to 20 (beyond OS baselayer)

This commit is contained in:
Tom Russell 2018-08-09 14:02:44 +01:00
parent 2b43734c68
commit fcd54b4d82

View File

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