changeset 1047:2cbc905ff0e9

adjusted zoomlevels for search results
author Markus Kottlaender <markus@intevation.de>
date Thu, 25 Oct 2018 10:58:37 +0200
parents d5d72756645a
children bdc8b4160872 146245d2198f
files client/src/application/Topbar.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/application/Topbar.vue	Thu Oct 25 10:53:36 2018 +0200
+++ b/client/src/application/Topbar.vue	Thu Oct 25 10:58:37 2018 +0200
@@ -214,7 +214,7 @@
         let view = this.openLayersMap.getView();
         view.animate(
           {
-            zoom: resultEntry.type === "bottleneck" ? 16 : 14,
+            zoom: resultEntry.type === "bottleneck" ? 17 : 15,
             center: fromLonLat(
               resultEntry.geom.coordinates,
               view.getProjection()