From 5de1808450f2eb52e4c3770a6190b979d1904271 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 7 Nov 2015 02:10:47 +0200 Subject: Update minZoom to 6 --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index ce24cad..202bc25 100644 --- a/templates/index.html +++ b/templates/index.html @@ -124,7 +124,7 @@ var mapStyle = { var map = new mapboxgl.Map({ container: 'map', maxZoom: 10, - minZoom: 2, + minZoom: 6, zoom: 6.3, center: [35, 31.9], style: mapStyle, -- cgit v1.3.1