Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 8496:1314d876a7e5
Do not filter tables without end date in recommendations for historical discharge tables.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 12 Dec 2014 11:11:26 +0100 |
parents | 3e5d69e143e9 |
children | 7f63ad20d4f0 |
comparison
equal
deleted
inserted
replaced
8495:dc0351c5d098 | 8496:1314d876a7e5 |
---|---|
1044 number(substring-after($year_range, ';')))"/> | 1044 number(substring-after($year_range, ';')))"/> |
1045 <dc:call-macro name="discharge_curve_choose_context"> | 1045 <dc:call-macro name="discharge_curve_choose_context"> |
1046 <dc:filter expr="$kind = 1 and | 1046 <dc:filter expr="$kind = 1 and |
1047 number(dc:date-format('yyyyMMdd', $start_time)) | 1047 number(dc:date-format('yyyyMMdd', $start_time)) |
1048 < $stop and | 1048 < $stop and |
1049 number(dc:date-format('yyyyMMdd', $stop_time)) | 1049 number(dc:coalesce( |
1050 dc:date-format('yyyyMMdd', $stop_time), | |
1051 '99999999')) | |
1050 > $start"> | 1052 > $start"> |
1051 <dc:call-macro name="hist_discharge_factory"/> | 1053 <dc:call-macro name="hist_discharge_factory"/> |
1052 </dc:filter> | 1054 </dc:filter> |
1053 </dc:call-macro> | 1055 </dc:call-macro> |
1054 </dc:macro> | 1056 </dc:macro> |