diff client/src/components/map/toolbar/Toolbar.vue @ 1372:553aadd97087

new cross profile workflow (WIP) Needs fixing of some bugs and not so nice looks.
author Markus Kottlaender <markus@intevation.de>
date Tue, 27 Nov 2018 12:59:26 +0100
parents 86be0002cd10
children 92d9dec88add
line wrap: on
line diff
--- a/client/src/components/map/toolbar/Toolbar.vue	Tue Nov 27 12:49:53 2018 +0100
+++ b/client/src/components/map/toolbar/Toolbar.vue	Tue Nov 27 12:59:26 2018 +0100
@@ -3,7 +3,7 @@
         <div :class="'toolbar toolbar-' + (expandToolbar ? 'expanded' : 'collapsed')">
             <Identify></Identify>
             <Layers></Layers>
-            <Cuttool></Cuttool>
+            <Profiles></Profiles>
             <Linetool></Linetool>
             <Polygontool></Polygontool>
             <Pdftool></Pdftool>
@@ -70,7 +70,7 @@
     Layers: () => import("./Layers.vue"),
     Linetool: () => import("./Linetool.vue"),
     Polygontool: () => import("./Polygontool.vue"),
-    Cuttool: () => import("./Cuttool.vue"),
+    Profiles: () => import("./Profiles.vue"),
     Pdftool: () => import("./Pdftool.vue")
   },
   computed: {