summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html4
1 files 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
});