comparison artifacts/doc/conf/meta-data.xml @ 7621:00db0071388f

issue1579: Added macro to load interpolated official lines. Call this macro for discharge curves.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 02 Dec 2013 09:48:48 +0100
parents 4f69ebe580e1
children 3dd505477fcc
comparison
equal deleted inserted replaced
7620:22b9d2dfb4d2 7621:00db0071388f
1194 <dc:group expr="$wst_description"> 1194 <dc:group expr="$wst_description">
1195 <official name="{dc:group-key()}"> 1195 <official name="{dc:group-key()}">
1196 <dc:for-each> 1196 <dc:for-each>
1197 <column name="{$wst_column_name}" 1197 <column name="{$wst_column_name}"
1198 ids="additionals-wstv-{$wst_column_position}-{$wst_id}" 1198 ids="additionals-wstv-{$wst_column_position}-{$wst_id}"
1199 factory="staticwqkms" target_out="{$out}" 1199 factory="staticwqkms"
1200 target_out="{$out}"
1201 info="{$info} [km {$deffrom} - {$defto}]"/>
1202 </dc:for-each>
1203 </official>
1204 </dc:group>
1205 </officiallines>
1206 </dc:if>
1207 </dc:filter>
1208 </dc:macro>
1209
1210 <dc:macro name="basedata_3_officials_wq">
1211 <dc:filter expr="$kind=3">
1212 <dc:if test="dc:has-result()">
1213 <officiallines>
1214 <dc:group expr="$wst_description">
1215 <official name="{dc:group-key()}">
1216 <dc:for-each>
1217 <column name="{$wst_column_name}"
1218 ids="officials_wq-wstv-{$wst_column_position}-{$wst_id}"
1219 factory="wqinterpol"
1220 target_out="{$out}"
1200 info="{$info} [km {$deffrom} - {$defto}]"/> 1221 info="{$info} [km {$deffrom} - {$defto}]"/>
1201 </dc:for-each> 1222 </dc:for-each>
1202 </official> 1223 </official>
1203 </dc:group> 1224 </dc:group>
1204 </officiallines> 1225 </officiallines>
1246 1267
1247 <dc:macro name="discharge-curve-prototype"> 1268 <dc:macro name="discharge-curve-prototype">
1248 <dc:call-macro name="discharge_table_gauge"/> 1269 <dc:call-macro name="discharge_table_gauge"/>
1249 <dc:call-macro name="historical_discharge_curve"/> 1270 <dc:call-macro name="historical_discharge_curve"/>
1250 <dc:call-macro name="basedata_0_wq"/> 1271 <dc:call-macro name="basedata_0_wq"/>
1272 <dc:call-macro name="basedata_3_officials_wq"/>
1251 <dc:call-macro name="basedata_2_fixations_wqkms"/> 1273 <dc:call-macro name="basedata_2_fixations_wqkms"/>
1252 <dc:call-macro name="basedata_4_heightmarks-points"/> 1274 <dc:call-macro name="basedata_4_heightmarks-points"/>
1253 </dc:macro> 1275 </dc:macro>
1254 1276
1255 <dc:macro name="longitudinal-section-prototype"> 1277 <dc:macro name="longitudinal-section-prototype">

http://dive4elements.wald.intevation.org