From 76a06cf795e9815b0bf8f88df7aa77b970a50b5c Mon Sep 17 00:00:00 2001 From: Gautier P Date: Sat, 16 Jan 2021 11:20:10 +0100 Subject: [PATCH] Increase maxZoom --- 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 99be71a..f518fcf 100644 --- a/flatisfy/web/js_src/components/flatsmap.vue +++ b/flatisfy/web/js_src/components/flatsmap.vue @@ -57,7 +57,7 @@ export default { zoom: { defaultZoom: 6, minZoom: 5, - maxZoom: 17 + maxZoom: 20 }, tiles: { url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',