summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,