comparison client/src/layers/Layers.vue @ 1251:d1903250390b

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)
author Markus Kottlaender <markus@intevation.de>
date Wed, 21 Nov 2018 12:10:12 +0100
parents 104d41ea7c15
children da51fd6a72a0
comparison
equal deleted inserted replaced
1249:104d41ea7c15 1251:d1903250390b
31 * – Österreichische Wasserstraßen-Gesellschaft mbH 31 * – Österreichische Wasserstraßen-Gesellschaft mbH
32 * Software engineering by Intevation GmbH 32 * Software engineering by Intevation GmbH
33 * 33 *
34 * Author(s): 34 * Author(s):
35 * Thomas Junk <thomas.junk@intevation.de> 35 * Thomas Junk <thomas.junk@intevation.de>
36 * Markus Kottländer <markus.kottlaender@intevation.de>
36 */ 37 */
37 import Layerselect from "./Layerselect"; 38 import Layerselect from "./Layerselect";
38 import { mapGetters, mapState } from "vuex"; 39 import { mapGetters, mapState } from "vuex";
39 export default { 40 export default {
40 name: "layers", 41 name: "layers",