diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-07 02:12:13 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-07 02:12:13 +0200 |
| commit | 8f142ebf21da2e6fbf0a192bb99f666de2a946b1 (patch) | |
| tree | 2528b1c5dd3461473f7c26a38cfde57ec9024eba | |
| parent | 5de1808450f2eb52e4c3770a6190b979d1904271 (diff) | |
Update minZoom to 5
| -rw-r--r-- | templates/index.html | 2 |
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, |
