Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 8334:38f57e854977
Q-main values as recommendations in SQ. TODO: solve DDZ.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Fri, 26 Sep 2014 10:53:26 +0200 |
parents | 1e4e5ff44aa9 |
children | 9d62a8b4bf15 |
comparison
equal
deleted
inserted
replaced
8333:be7864b4fabb | 8334:38f57e854977 |
---|---|
87 <dc:call-macro name="basedata_2_fixations_wq"/> | 87 <dc:call-macro name="basedata_2_fixations_wq"/> |
88 </dc:when> | 88 </dc:when> |
89 <dc:when test="$out = 'fix_wq_curve'"> | 89 <dc:when test="$out = 'fix_wq_curve'"> |
90 <dc:call-macro name="mainvalues"/> | 90 <dc:call-macro name="mainvalues"/> |
91 <dc:call-macro name="qsectors"/> | 91 <dc:call-macro name="qsectors"/> |
92 </dc:when> | |
93 <dc:when test="starts-with($out, 'sq_') and | |
94 not($out = 'sq_relation_export')"> | |
95 <dc:call-macro name="qmainvalues"/> | |
92 </dc:when> | 96 </dc:when> |
93 <dc:comment> Cross sections </dc:comment> | 97 <dc:comment> Cross sections </dc:comment> |
94 <dc:when test="$out = 'cross_section'"> | 98 <dc:when test="$out = 'cross_section'"> |
95 <dc:call-macro name="cross_sections"/> | 99 <dc:call-macro name="cross_sections"/> |
96 <dc:call-macro name="hyks"/> | 100 <dc:call-macro name="hyks"/> |
1080 | 1084 |
1081 <dc:macro name="annotations"> | 1085 <dc:macro name="annotations"> |
1082 <annotation factory="annotations" ids="{$river_id}" target_out="{$out}" /> | 1086 <annotation factory="annotations" ids="{$river_id}" target_out="{$out}" /> |
1083 </dc:macro> | 1087 </dc:macro> |
1084 | 1088 |
1089 <dc:macro name="qmainvalues"> | |
1090 <qmainvalue factory="mainvalue" ids="{$river_id}:q" target_out="{$out}"/> | |
1091 </dc:macro> | |
1092 | |
1085 <dc:macro name="mainvalues"> | 1093 <dc:macro name="mainvalues"> |
1086 <wmainvalue factory="mainvalue" ids="{$river_id}:w" target_out="{$out}" /> | 1094 <wmainvalue factory="mainvalue" ids="{$river_id}:w" target_out="{$out}"/> |
1087 <qmainvalue factory="mainvalue" ids="{$river_id}:q" target_out="{$out}" /> | 1095 <dc:call-macro name="qmainvalues"/> |
1088 </dc:macro> | 1096 </dc:macro> |
1089 | 1097 |
1090 <dc:macro name="cross_sections"> | 1098 <dc:macro name="cross_sections"> |
1091 <cross_sections id="flood-protections-{$river_id}"> | 1099 <cross_sections id="flood-protections-{$river_id}"> |
1092 <dc:context connection="system"> | 1100 <dc:context connection="system"> |