diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-07 02:10:47 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-07 02:10:47 +0200 |
| commit | 5de1808450f2eb52e4c3770a6190b979d1904271 (patch) | |
| tree | 71f98b420c989dfa8f414c9506fbfad1c17490dc | |
| parent | 6c779d2f72d03cc2a318f1d09781586fdca996d2 (diff) | |
Update minZoom to 6
| -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 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, |
