comparison artifacts/doc/conf/meta-data.xml @ 6503:9daf7c9cf663 double-precision

merged changes from default into double-precision branch
author Tom Gottfried <tom.gottfried@intevation.de>
date Fri, 28 Jun 2013 16:59:07 +0200
parents d1d503584d34
children 1a7f5d09b9d8 7facf38edc61
comparison
equal deleted inserted replaced
6502:3b93f439e954 6503:9daf7c9cf663
48 <dc:when test="$out = 'w_differences'"> 48 <dc:when test="$out = 'w_differences'">
49 <dc:call-macro name="annotations"/> 49 <dc:call-macro name="annotations"/>
50 </dc:when> 50 </dc:when>
51 <dc:when test="$out = 'discharge_longitudinal_section'"> 51 <dc:when test="$out = 'discharge_longitudinal_section'">
52 <dc:call-macro name="annotations"/> 52 <dc:call-macro name="annotations"/>
53 <dc:call-macro name="officiallines_user"/>
53 </dc:when> 54 </dc:when>
54 <dc:when test="$out = 'historical_discharge_wq'"> 55 <dc:when test="$out = 'historical_discharge_wq'">
55 <dc:call-macro name="mainvalues"/> 56 <dc:call-macro name="mainvalues"/>
56 </dc:when> 57 </dc:when>
57 <dc:when test="$out = 'cross_section'"> 58 <dc:when test="$out = 'cross_section'">
58 <dc:call-macro name="cross_sections"/> 59 <dc:call-macro name="cross_sections"/>
59 <dc:call-macro name="hyks"/> 60 <dc:call-macro name="hyks"/>
61 <dc:call-macro name="officiallines_user"/>
60 </dc:when> 62 </dc:when>
61 <dc:when test="$out = 'discharge_curve'"> 63 <dc:when test="$out = 'discharge_curve'">
62 <dc:call-macro name="mainvalues"/> 64 <dc:call-macro name="mainvalues"/>
63 </dc:when> 65 </dc:when>
64 <dc:when test="$out = 'computed_discharge_curve'"> 66 <dc:when test="$out = 'computed_discharge_curve'">
76 <dc:call-macro name="mainvalues"/> 78 <dc:call-macro name="mainvalues"/>
77 <dc:call-macro name="qsectors"/> 79 <dc:call-macro name="qsectors"/>
78 </dc:when> 80 </dc:when>
79 <dc:when test="$out = 'longitudinal_section'"> 81 <dc:when test="$out = 'longitudinal_section'">
80 <dc:call-macro name="annotations"/> 82 <dc:call-macro name="annotations"/>
83 <dc:call-macro name="officiallines_user"/>
81 </dc:when> 84 </dc:when>
82 <dc:when test="$out = 'fix_longitudinal_section_curve'"> 85 <dc:when test="$out = 'fix_longitudinal_section_curve'">
83 <dc:call-macro name="annotations"/> 86 <dc:call-macro name="annotations"/>
84 </dc:when> 87 </dc:when>
85 <dc:when test="$out = 'bed_difference_epoch'"> 88 <dc:when test="$out = 'bed_difference_epoch'">
2320 <dc:macro name="officiallines_user"> 2323 <dc:macro name="officiallines_user">
2321 <dc:if test="dc:contains($parameters, 'official-lines')"> 2324 <dc:if test="dc:contains($parameters, 'official-lines')">
2322 <dc:container-context container="official-lines"> 2325 <dc:container-context container="official-lines">
2323 <dc:properties> 2326 <dc:properties>
2324 <dc:property name="name" alias="olname"/> 2327 <dc:property name="name" alias="olname"/>
2325 <dc:property name="wst" alias="wstid"/> 2328 <dc:property name="wstId" alias="wstid"/>
2326 <dc:property name="columnPos" alias="wstcolpos"/> 2329 <dc:property name="columnPos" alias="wstcolpos"/>
2327 </dc:properties> 2330 </dc:properties>
2328 <dc:if test="dc:has-result()"> 2331 <dc:if test="dc:has-result()">
2329 <officiallines> 2332 <officiallines>
2330 <dc:for-each> 2333 <dc:for-each>
2331 <dc:element name="${olname}"> 2334 <column name="{$olname}"
2332 <dc:attribute name="name" value="${olname}"/> 2335 ids="additionals-wstv-{$wstcolpos}-{$wstid}"
2333 <dc:attribute name="ids" value="additionals-wstv-${wstcolpos}-${wstid}"/> 2336 factory="staticwqkms" target_out="{$out}"/>
2334 <dc:attribute name="factory" value="staticwkms"/>
2335 <dc:attribute name="target_out" value="${out}"/>
2336 <dc:attribute name="out" value="${out}"/>
2337 </dc:element>
2338 </dc:for-each> 2337 </dc:for-each>
2339 </officiallines> 2338 </officiallines>
2340 </dc:if> 2339 </dc:if>
2341 </dc:container-context> 2340 </dc:container-context>
2342 </dc:if> 2341 </dc:if>

http://dive4elements.wald.intevation.org