# HG changeset patch # User Markus Kottlaender # Date 1560350277 -7200 # Node ID f9032442620a8c1c50b80705d589a293fbb43e81 # Parent 89a39783c20a0798811baccf5940358fac1a667c client: cross profiles: improved style of arrow on the map (added white border to have higher contrast) diff -r 89a39783c20a -r f9032442620a client/src/assets/linestring_arrow_grey.png Binary file client/src/assets/linestring_arrow_grey.png has changed diff -r 89a39783c20a -r f9032442620a client/src/components/map/layers.js --- 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] }) })