view client/src/components/systemconfiguration/defaults.js @ 3889:851c0ccba59b

client: configuration: separated sections in tabs
author Markus Kottlaender <markus@intevation.de>
date Wed, 10 Jul 2019 14:06:07 +0200
parents f52f9d2dc8bd
children e3210c87f497
line wrap: on
line source

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 }
};