summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-11-07 02:12:13 +0200
committerYuval Adam <yuval@y3xz.com>2015-11-07 02:12:13 +0200
commit8f142ebf21da2e6fbf0a192bb99f666de2a946b1 (patch)
tree2528b1c5dd3461473f7c26a38cfde57ec9024eba /templates
parent5de1808450f2eb52e4c3770a6190b979d1904271 (diff)
Update minZoom to 5
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 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,