# HG changeset patch # User Markus Kottlaender # Date 1557145674 -7200 # Node ID 8917054315450090dead9eabb2687d0a3e7f973e # Parent 1de0764f6af4d55d5be0ed42f565088eeafbe5ff 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. diff -r 1de0764f6af4 -r 891705431545 client/src/components/App.vue --- 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 @@ - @@ -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"), diff -r 1de0764f6af4 -r 891705431545 client/src/components/Zoom.vue --- a/client/src/components/Zoom.vue Mon May 06 13:33:19 2019 +0200 +++ b/client/src/components/Zoom.vue Mon May 06 14:27:54 2019 +0200 @@ -1,5 +1,5 @@ -