changeset 3254:08b117aca4cc

client: import stretches: fixed selection of start/end rhm
author Markus Kottlaender <markus@intevation.de>
date Tue, 14 May 2019 16:48:05 +0200
parents 3a7b6eb162db
children ccd1f03ed18a
files client/src/components/ImportStretches.vue
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/ImportStretches.vue	Tue May 14 13:22:24 2019 +0200
+++ b/client/src/components/ImportStretches.vue	Tue May 14 16:48:05 2019 +0200
@@ -499,7 +499,9 @@
       this.edit = true;
     },
     togglePipette(t) {
-      this.openLayersMap.getLayer("DISTANCEMARKSAXIS").setVisible(true);
+      this.openLayersMap()
+        .getLayer("DISTANCEMARKSAXIS")
+        .setVisible(true);
       if (t === "start") {
         this.pipetteStart = !this.pipetteStart;
         this.pipetteEnd = false;