changeset 2314:da4c91866dfe

merge
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 18 Feb 2019 16:08:33 +0100
parents b87211f595ae (current diff) ba4dfff74d3f (diff)
children bd8ecc90ccf4
files client/src/store/map.js
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/store/map.js	Mon Feb 18 15:55:55 2019 +0100
+++ b/client/src/store/map.js	Mon Feb 18 16:08:33 2019 +0100
@@ -143,6 +143,9 @@
                 stroke: new Stroke({
                   color: "rgba(0, 0, 255, 1.0)",
                   width: 2
+                }),
+                fill: new Fill({
+                  color: "rgba(255, 255, 255, 0.4)"
                 })
               }),
               new Style({
@@ -174,6 +177,9 @@
                   lineDash: [3, 6],
                   lineCap: "round",
                   width: 2
+                }),
+                fill: new Fill({
+                  color: "rgba(240, 230, 0, 0.1)"
                 })
               }),
               new Style({
@@ -205,6 +211,9 @@
                   lineDash: [2, 4],
                   lineCap: "round",
                   width: 2
+                }),
+                fill: new Fill({
+                  color: "rgba(240, 230, 0, 0.2)"
                 })
               }),
               new Style({