changeset 2306:d6f2bf26099c

client:fix fairway Dimensions layers name
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 18 Feb 2019 12:53:10 +0100
parents 9c4ef2345db4
children e1aa9bb65da6
files client/src/store/fairway.js
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/store/fairway.js	Mon Feb 18 12:40:07 2019 +0100
+++ b/client/src/store/fairway.js	Mon Feb 18 12:53:10 2019 +0100
@@ -203,7 +203,7 @@
             .then(() => {
               rootState.map.cutTool.setActive(false);
               const los3 = rootGetters["map/getLayerByName"](
-                "Fairway Dimensions LOS 3"
+                "LOS 3 Fairway Dimensions"
               );
               los3.data.getSource().forEachFeatureIntersectingExtent(
                 profileLine
@@ -226,7 +226,7 @@
                 }
               );
               const los2 = rootGetters["map/getLayerByName"](
-                "Fairway Dimensions LOS 2"
+                "LOS 2 Fairway Dimensions"
               );
               los2.data.getSource().forEachFeatureIntersectingExtent(
                 profileLine
@@ -249,7 +249,7 @@
                 }
               );
               const los1 = rootGetters["map/getLayerByName"](
-                "Fairway Dimensions LOS 1"
+                "LOS 1 Fairway Dimensions"
               );
               los1.data.getSource().forEachFeatureIntersectingExtent(
                 profileLine