changeset 3870:f52f9d2dc8bd

client: configuration: added defaults file
author Markus Kottlaender <markus@intevation.de>
date Tue, 09 Jul 2019 16:52:19 +0200
parents 7d86beedfb00
children 6c2ef463b958
files client/src/components/systemconfiguration/defaults.js
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/components/systemconfiguration/defaults.js	Tue Jul 09 16:52:19 2019 +0200
@@ -0,0 +1,17 @@
+export default {
+  bn_revtime_multiplier: "1.5",
+  gm_min_values_14d: "1224",
+  gm_latest_hours: "24",
+  gm_forecast_offset_24h: "15",
+  gm_forecast_offset_72h: "15",
+  gm_forecast_vs_reality_nsc_24h: "-12.5",
+  gm_forecast_vs_reality_nsc_72h: "-12.5",
+  morphology_classbreaks:
+    "1:#ff00dd,1.5,1.7,1.9,2.1,2.3,2.5:#f25f20,2.7,2.9,3.1:#f7e40e,3.3,3.5,4:#8ad51a,4.5,5,5.5,6,6.5,7:#1414ff",
+  morphology_classbreaks_compare:
+    "-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 }
+};