From 9b7dcd2496f33599789fa8b5038c844a409ead2d Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 7 Nov 2015 00:54:41 +0200 Subject: Slightly modify zoom and center --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 8437a60..3ccccf3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -125,8 +125,8 @@ var map = new mapboxgl.Map({ container: 'map', maxZoom: 10, minZoom: 2, - zoom: 6, - center: [35, 32], + zoom: 6.3, + center: [35, 31.5], style: mapStyle, hash: false }); -- cgit v1.3.1