comparison client/src/components/systemconfiguration/defaults.js @ 3870:f52f9d2dc8bd

client: configuration: added defaults file
author Markus Kottlaender <markus@intevation.de>
date Tue, 09 Jul 2019 16:52:19 +0200
parents
children e3210c87f497
comparison
equal deleted inserted replaced
3869:7d86beedfb00 3870:f52f9d2dc8bd
1 export default {
2 bn_revtime_multiplier: "1.5",
3 gm_min_values_14d: "1224",
4 gm_latest_hours: "24",
5 gm_forecast_offset_24h: "15",
6 gm_forecast_offset_72h: "15",
7 gm_forecast_vs_reality_nsc_24h: "-12.5",
8 gm_forecast_vs_reality_nsc_72h: "-12.5",
9 morphology_classbreaks:
10 "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",
11 morphology_classbreaks_compare:
12 "-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",
13 ecdis_wms_url: "https://service.d4d-portal.info/wms/",
14 ecdis_wms_params: '{"LAYERS": "d4d", "VERSION": "1.1.1", "TILED": true}',
15 feature_colours_bottlenecks_stroke: { r: 250, g: 40, b: 255, a: 1 },
16 feature_colours_bottlenecks_fill: { r: 255, g: 37, b: 196, a: 0.14 }
17 };