diff client/src/application/Topbar.vue @ 1047:2cbc905ff0e9

adjusted zoomlevels for search results
author Markus Kottlaender <markus@intevation.de>
date Thu, 25 Oct 2018 10:58:37 +0200
parents f8a4ec146d47
children bdc8b4160872
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()