summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-11-07 01:34:49 +0200
committerYuval Adam <yuval@y3xz.com>2015-11-07 01:34:49 +0200
commitda35e45efb7eca18ead4e266e22bc33d4035efcd (patch)
treefc79e311dc5e42c100ab0bd94ceef4d7ea227673 /templates
parent1885d84ae2319a938be80003f86fea3c686dc191 (diff)
Fine tune center coordinates
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 3ccccf3..ce24cad 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -126,7 +126,7 @@ var map = new mapboxgl.Map({
maxZoom: 10,
minZoom: 2,
zoom: 6.3,
- center: [35, 31.5],
+ center: [35, 31.9],
style: mapStyle,
hash: false
});