diff client/src/components/App.vue @ 3165:891705431545

client: map zoom controls: each map has it's own independent contrls now Of course if maps are synced, zooming one still effects the other one.
author Markus Kottlaender <markus@intevation.de>
date Mon, 06 May 2019 14:27:54 +0200
parents 4f4905b57fcf
children 77fc44ad05e3
line wrap: on
line diff
--- a/client/src/components/App.vue	Mon May 06 13:33:19 2019 +0200
+++ b/client/src/components/App.vue	Mon May 06 14:27:54 2019 +0200
@@ -23,7 +23,6 @@
           <Toolbar v-if="isMapVisible" />
         </div>
       </div>
-      <Zoom v-if="isMapVisible" />
       <Splitscreen v-if="isMapVisible" />
       <MinimizedSplitscreens v-if="isMapVisible" />
     </div>
@@ -97,7 +96,6 @@
     Profiles: () => import("./fairway/Profiles"),
     Gauges: () => import("./gauge/Gauges"),
     Pdftool: () => import("./Pdftool"),
-    Zoom: () => import("./Zoom"),
     Identify: () => import("./identify/Identify"),
     Layers: () => import("./layers/Layers"),
     Sidebar: () => import("./Sidebar"),