# HG changeset patch # User Fadi Abbud # Date 1550490790 -3600 # Node ID d6f2bf26099c9b7dd96c975c09d184316c04aa4d # Parent 9c4ef2345db40fd5558c74fd87fccb5ecc80187a client:fix fairway Dimensions layers name diff -r 9c4ef2345db4 -r d6f2bf26099c client/src/store/fairway.js --- 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