# HG changeset patch # User Markus Kottlaender # Date 1562683939 -7200 # Node ID f52f9d2dc8bd48df85685810524d8f9f1f17333e # Parent 7d86beedfb00e9034257ea6f975d15a331783ec6 client: configuration: added defaults file diff -r 7d86beedfb00 -r f52f9d2dc8bd client/src/components/systemconfiguration/defaults.js --- /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 } +};