# HG changeset patch # User Markus Kottlaender # Date 1542798612 -3600 # Node ID d1903250390b493b3eee60e0ecdff583220a7e36 # Parent 104d41ea7c154d3ec27e124b7e59ebb6ddf3c48d splitted mophtool into two components one shows the survey results and the other the info bar when a bottleneck is selected (and no profile is shown) diff -r 104d41ea7c15 -r d1903250390b client/src/App.vue --- a/client/src/App.vue Wed Nov 21 11:42:00 2018 +0100 +++ b/client/src/App.vue Wed Nov 21 12:10:12 2018 +0100 @@ -19,6 +19,7 @@
+
@@ -81,6 +82,7 @@ }, components: { Morphtool: () => import("./morphtool/Morphtool"), + Infobar: () => import("./morphtool/Infobar"), Pdftool: () => import("./pdftool/Pdftool"), Zoom: () => import("./zoom/zoom"), Identify: () => import("./identify/Identify"), diff -r 104d41ea7c15 -r d1903250390b client/src/identify/Identify.vue --- a/client/src/identify/Identify.vue Wed Nov 21 11:42:00 2018 +0100 +++ b/client/src/identify/Identify.vue Wed Nov 21 12:10:12 2018 +0100 @@ -60,8 +60,9 @@ * Software engineering by Intevation GmbH * * Author(s): - * Thomas Junk - * Bernhard E. Reiter + * Thomas Junk + * Bernhard E. Reiter + * Markus Kottländer */ import { mapState, mapGetters } from "vuex"; diff -r 104d41ea7c15 -r d1903250390b client/src/layers/Layers.vue --- a/client/src/layers/Layers.vue Wed Nov 21 11:42:00 2018 +0100 +++ b/client/src/layers/Layers.vue Wed Nov 21 12:10:12 2018 +0100 @@ -33,6 +33,7 @@ * * Author(s): * Thomas Junk + * Markus Kottländer */ import Layerselect from "./Layerselect"; import { mapGetters, mapState } from "vuex"; diff -r 104d41ea7c15 -r d1903250390b client/src/morphtool/Infobar.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/morphtool/Infobar.vue Wed Nov 21 12:10:12 2018 +0100 @@ -0,0 +1,45 @@ + + + + + diff -r 104d41ea7c15 -r d1903250390b client/src/morphtool/Morphtool.vue --- a/client/src/morphtool/Morphtool.vue Wed Nov 21 11:42:00 2018 +0100 +++ b/client/src/morphtool/Morphtool.vue Wed Nov 21 12:10:12 2018 +0100 @@ -1,51 +1,23 @@ - -