summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-11-07 00:54:41 +0200
committerYuval Adam <yuval@y3xz.com>2015-11-07 00:54:41 +0200
commit9b7dcd2496f33599789fa8b5038c844a409ead2d (patch)
tree75978c32ebf603ebb3c92bbb354c29ce3dc5b217
parent111a7c21dac3fd3aa4ac85f62605d6f7fa0f4521 (diff)
Slightly modify zoom and center
-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
});