From e7fb105df7dc097aeb713a2dd967ae3fd4720eec Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Wed, 8 Jun 2016 10:39:46 +0200 Subject: [PATCH] OpenTopoMap zoom 0-17 --- js/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/index.js b/js/index.js index fc8dded..034d2f7 100644 --- a/js/index.js +++ b/js/index.js @@ -27,8 +27,7 @@ }); var topo = L.tileLayer('http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png', { - minZoom: 5, - maxNativeZoom: 15, + maxNativeZoom: 17, maxZoom: maxZoom, attribution: 'tiles © OpenTopoMap, CC-BY-SA' + ', SRTM'