view client/src/components/systemconfiguration/defaults.js @ 4198:e3210c87f497 stylesconfig

client: implement basis layer-styles configurations * refactor ColorSetting component * set default layers styles
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 08 Aug 2019 16:23:17 +0200
parents f52f9d2dc8bd
children 9285e94d1061
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 },
  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 }
};