summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-11-07 02:10:47 +0200
committerYuval Adam <yuval@y3xz.com>2015-11-07 02:10:47 +0200
commit5de1808450f2eb52e4c3770a6190b979d1904271 (patch)
tree71f98b420c989dfa8f414c9506fbfad1c17490dc
parent6c779d2f72d03cc2a318f1d09781586fdca996d2 (diff)
Update minZoom to 6
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index ce24cad..202bc25 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: 2,
+ minZoom: 6,
zoom: 6.3,
center: [35, 31.9],
style: mapStyle,