changeset 4205:9285e94d1061 stylesconfig

styles-config: convert default styles value to hex values
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 14 Aug 2019 17:24:58 +0200
parents aee5b44f60a1
children cd267ed8371e
files client/src/components/systemconfiguration/defaults.js
diffstat 1 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/defaults.js	Wed Aug 14 15:17:10 2019 +0200
+++ b/client/src/components/systemconfiguration/defaults.js	Wed Aug 14 17:24:58 2019 +0200
@@ -12,17 +12,17 @@
     "-2:#06b100,-1.9,-1.8,-1.7,-1.6,-1.5,-1.4,-1.3,-1.2,-1.1,-1:#1cc68e,-0.9,-0.8,-0.7,-0.6,-0.5,-0.4,-0.3,-0.2,-0.1,0:#c2c2c2,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1:#fff01a,1.1,1.2,1.3,1.4,1.5,1.6,1.7,1.8,1.9,2:#f80012",
   ecdis_wms_url: "https://service.d4d-portal.info/wms/",
   ecdis_wms_params: '{"LAYERS": "d4d", "VERSION": "1.1.1", "TILED": true}',
-  feature_colours_bottlenecks_stroke: { r: 250, g: 40, b: 255, a: 1 },
-  feature_colours_bottlenecks_fill: { r: 255, g: 37, b: 196, a: 0.14 },
-  feature_colours_stretches_stroke: { r: 250, g: 200, b: 0, a: 0.8 },
-  feature_colours_stretches_fill: { r: 250, g: 200, b: 10, a: 0.3 },
-  feature_colours_sections_stroke: { r: 255, g: 150, b: 10, a: 0.8 },
-  feature_colours_sections_fill: { r: 255, g: 150, b: 0, a: 0.3 },
-  feature_colours_fairwaydimensionslos1_stroke: { r: 0, g: 0, b: 255, a: 0.8 },
-  feature_colours_fairwaydimensionslos1_fill: { r: 240, g: 230, b: 0, a: 0.2 },
-  feature_colours_fairwaydimensionslos2_stroke: { r: 0, g: 0, b: 255, a: 0.9 },
-  feature_colours_fairwaydimensionslos2_fill: { r: 240, g: 230, b: 0, a: 0.1 },
-  feature_colours_fairwaydimensionslos3_stroke: { r: 0, g: 0, b: 255, a: 1.0 },
-  feature_colours_fairwaydimensionslos3_fill: { r: 240, g: 230, b: 0, a: 0.4 },
-  feature_colours_waterwayprofiles_stroke: { r: 0, g: 0, b: 255, a: 0.5 }
+  feature_colours_bottlenecks_stroke: "#fa28ff",
+  feature_colours_bottlenecks_fill: "#ff25c424",
+  feature_colours_stretches_stroke: "#fac800cc",
+  feature_colours_stretches_fill: "#fac80a4d",
+  feature_colours_sections_stroke: "#ff960acc",
+  feature_colours_sections_fill: "#ff96004d",
+  feature_colours_fairwaydimensionslos1_stroke: "#0000ffcc",
+  feature_colours_fairwaydimensionslos1_fill: "#f0e60033",
+  feature_colours_fairwaydimensionslos2_stroke: "#0000ffe6",
+  feature_colours_fairwaydimensionslos2_fill: "#f0e6001a",
+  feature_colours_fairwaydimensionslos3_stroke: "#0000ff",
+  feature_colours_fairwaydimensionslos3_fill: "#ffffff66",
+  feature_colours_waterwayprofiles_stroke: "#0000ff80"
 };