changeset 3643:f9032442620a

client: cross profiles: improved style of arrow on the map (added white border to have higher contrast)
author Markus Kottlaender <markus@intevation.de>
date Wed, 12 Jun 2019 16:37:57 +0200
parents 89a39783c20a
children 9e91b416d5bb
files client/src/assets/linestring_arrow_grey.png client/src/components/map/layers.js
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file client/src/assets/linestring_arrow_grey.png has changed
--- a/client/src/components/map/layers.js	Tue Jun 11 20:32:25 2019 +0200
+++ b/client/src/components/map/layers.js	Wed Jun 12 16:37:57 2019 +0200
@@ -126,8 +126,15 @@
       // linestring
       new Style({
         stroke: new Stroke({
+          color: "#FFFFFF",
+          width: 5,
+          lineDash: [7, 7]
+        })
+      }),
+      new Style({
+        stroke: new Stroke({
           color: "#333333",
-          width: 2,
+          width: 3,
           lineDash: [7, 7]
         })
       })