changeset 2251:f162f136263e

merge
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 13 Feb 2019 16:54:22 +0100
parents 23c03e2eaf4f (diff) 35db2e11c966 (current diff)
children f8f2c4d88939
files
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/store/map.js	Wed Feb 13 16:52:16 2019 +0100
+++ b/client/src/store/map.js	Wed Feb 13 16:54:22 2019 +0100
@@ -133,15 +133,15 @@
         showInLegend: true
       },
       {
-        name: LAYERS.FAIRWAYDIMENSIONSLOS1,
+        name: LAYERS.FAIRWAYDIMENSIONSLOS3,
         data: new VectorLayer({
           source: new VectorSource(),
           style: function() {
             return [
               new Style({
                 stroke: new Stroke({
-                  color: "rgba(76, 76, 255, 1.0)",
-                  width: 2
+                  color: "rgba(0, 0, 255, 1.0)",
+                  width: 1
                 })
               }),
               new Style({
@@ -151,7 +151,7 @@
                   fill: new Fill({
                     color: "black"
                   }),
-                  text: "LOS: 1"
+                  text: "LOS: 3"
                   //, zIndex: 10
                 })
               })
@@ -191,15 +191,15 @@
         showInLegend: true
       },
       {
-        name: LAYERS.FAIRWAYDIMENSIONSLOS3,
+        name: LAYERS.FAIRWAYDIMENSIONSLOS1,
         data: new VectorLayer({
           source: new VectorSource(),
           style: function() {
             return [
               new Style({
                 stroke: new Stroke({
-                  color: "rgba(0, 0, 255, 1.0)",
-                  width: 2
+                  color: "rgba(76, 76, 255, 1.0)",
+                  width: 3
                 })
               }),
               new Style({
@@ -209,7 +209,7 @@
                   fill: new Fill({
                     color: "black"
                   }),
-                  text: "LOS: 3"
+                  text: "LOS: 1"
                   //, zIndex: 10
                 })
               })