changeset 688:89b497d0ee0f

client: change waterway area style to dark green
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 20 Sep 2018 12:45:00 +0200
parents 3605af94d1ee
children f595b3455d75 87ea9d267c2b
files client/src/map/store.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
             })
           })
         }),