# HG changeset patch # User Bernhard Reiter # Date 1537440300 -7200 # Node ID 89b497d0ee0f1ebbbe81e9492ec3b4889931e3e3 # Parent 3605af94d1ee293457a6a6c2016d381b06f29449 client: change waterway area style to dark green diff -r 3605af94d1ee -r 89b497d0ee0f client/src/map/store.js --- a/client/src/map/store.js Wed Sep 19 16:37:03 2018 +0200 +++ b/client/src/map/store.js Thu Sep 20 12:45:00 2018 +0200 @@ -61,8 +61,8 @@ source: new VectorSource(), style: new Style({ stroke: new Stroke({ - color: "rgba(180, 140, 40, 1.0)", - width: 1.5 + color: "rgba(0, 102, 0, 1)", + width: 2 }) }) }),