comparison client/src/identify/Identify.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
58 * Copyright (C) 2018 by via donau 58 * Copyright (C) 2018 by via donau
59 * – Österreichische Wasserstraßen-Gesellschaft mbH 59 * – Österreichische Wasserstraßen-Gesellschaft mbH
60 * Software engineering by Intevation GmbH 60 * Software engineering by Intevation GmbH
61 * 61 *
62 * Author(s): 62 * Author(s):
63 * Thomas Junk <thomas.junk@intevation.de> 63 * Thomas Junk <thomas.junk@intevation.de>
64 * Bernhard E. Reiter <bernhard.reiter@intevation.de> 64 * Bernhard E. Reiter <bernhard.reiter@intevation.de>
65 * Markus Kottländer <markus.kottlaender@intevation.de>
65 */ 66 */
66 import { mapState, mapGetters } from "vuex"; 67 import { mapState, mapGetters } from "vuex";
67 68
68 export default { 69 export default {
69 name: "identify", 70 name: "identify",