From 5c171a8356a17eca15155c249183a1f3c9dda650 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Tue, 20 Jun 2017 16:32:27 +0200 Subject: [PATCH] Do not constrain too much the minimum zoom level of the flats map. --- flatisfy/web/js_src/components/flatsmap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatisfy/web/js_src/components/flatsmap.vue b/flatisfy/web/js_src/components/flatsmap.vue index 723c890..5115ca6 100644 --- a/flatisfy/web/js_src/components/flatsmap.vue +++ b/flatisfy/web/js_src/components/flatsmap.vue @@ -49,7 +49,7 @@ export default { center: null, zoom: { defaultZoom: 13, - minZoom: 11, + minZoom: 5, maxZoom: 17 }, tiles: {