From 8f142ebf21da2e6fbf0a192bb99f666de2a946b1 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 7 Nov 2015 02:12:13 +0200 Subject: Update minZoom to 5 --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 202bc25..47832d9 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: 6, + minZoom: 5, zoom: 6.3, center: [35, 31.9], style: mapStyle, -- cgit v1.3.1