comparison client/src/store/fairwayavailability.js @ 5475:791a372553a0

Client:FWA: Fix setting request parameters and legend * Set default limit-width values (80m, 150m) for bottlenecks that limited by width * Fix condition of generating the legend * Fix setting the boundaries of the legend * Convert limit-width values to "cm" for the request.
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 16 Aug 2021 15:55:57 +0200
parents 09ec6a748fca
children
comparison
equal deleted inserted replaced
5474:d71ebe576c76 5475:791a372553a0
68 from: null, 68 from: null,
69 frequency: FREQUENCIES.MONTHLY, 69 frequency: FREQUENCIES.MONTHLY,
70 limitingFactor: null, 70 limitingFactor: null,
71 depthlimit1: 230, 71 depthlimit1: 230,
72 depthlimit2: 250, 72 depthlimit2: 250,
73 widthlimit1: null, 73 widthlimit1: 80,
74 widthlimit2: null, 74 widthlimit2: 150,
75 csv: null, 75 csv: null,
76 fwData: null, 76 fwData: null,
77 fwLNWLData: null, 77 fwLNWLData: null,
78 fwLNWLOverviewData: [], 78 fwLNWLOverviewData: [],
79 legendLNWL: null, 79 legendLNWL: null,