comparison artifacts/doc/conf/meta-data.xml @ 6046:4493ef20d357

merged
author Tom Gottfried <tom@intevation.de>
date Thu, 16 May 2013 18:04:35 +0200
parents 490b12d070a2
children a18aafc1372f
comparison
equal deleted inserted replaced
6045:2d16f4a0bdcc 6046:4493ef20d357
564 WHERE river_id = ${river_id} 564 WHERE river_id = ${river_id}
565 </dc:statement> 565 </dc:statement>
566 <dc:for-each> 566 <dc:for-each>
567 <dc:context> 567 <dc:context>
568 <dc:statement> 568 <dc:statement>
569 SELECT min(station) AS from, 569 SELECT min(station) AS from_station,
570 max(station) AS to 570 max(station) AS to_station
571 FROM morphologic_width_values 571 FROM morphologic_width_values
572 WHERE morphologic_width_id = ${width_id} 572 WHERE morphologic_width_id = ${width_id}
573 </dc:statement> 573 </dc:statement>
574 <dc:for-each> 574 <dc:for-each>
575 <morphologic-width name="{$from} - {$to}" 575 <morphologic-width name="{$from_station} - {$to_station}"
576 ids="{$width_id}" 576 ids="{$width_id}"
577 factory="morph-width"/> 577 factory="morph-width"/>
578 </dc:for-each> 578 </dc:for-each>
579 </dc:context> 579 </dc:context>
580 </dc:for-each> 580 </dc:for-each>
708 </dc:when> 708 </dc:when>
709 <dc:when test="$out = 'cross_section'"> 709 <dc:when test="$out = 'cross_section'">
710 <dc:call-macro name="cross_sections"/> 710 <dc:call-macro name="cross_sections"/>
711 <dc:call-macro name="hyks"/> 711 <dc:call-macro name="hyks"/>
712 </dc:when> 712 </dc:when>
713 <dc:when test="$out = 'discharge_curve'">
714 <dc:call-macro name="mainvalues"/>
715 </dc:when>
713 <dc:when test="$out = 'computed_discharge_curve'"> 716 <dc:when test="$out = 'computed_discharge_curve'">
714 <dc:call-macro name="mainvalues"/> 717 <dc:call-macro name="mainvalues"/>
715 <dc:call-macro name="basedata_2_fixations_wqkms"/> 718 <dc:call-macro name="basedata_2_fixations_wqkms"/>
716 </dc:when> 719 </dc:when>
717 <dc:when test="$out = 'duration_curve'"> 720 <dc:when test="$out = 'duration_curve'">
784 <dc:when test="$out = 'w_differences'"> 787 <dc:when test="$out = 'w_differences'">
785 <dc:call-macro name="longitudinal-section-prototype"/> 788 <dc:call-macro name="longitudinal-section-prototype"/>
786 </dc:when> 789 </dc:when>
787 <dc:when test="$out = 'discharge_longitudinal_section'"> 790 <dc:when test="$out = 'discharge_longitudinal_section'">
788 <dc:call-macro name="longitudinal-section-prototype"/> 791 <dc:call-macro name="longitudinal-section-prototype"/>
792 </dc:when>
793 <dc:when test="$out = 'discharge_curve'">
794 <dc:call-macro name="mainvalues"/>
789 </dc:when> 795 </dc:when>
790 <dc:when test="$out = 'duration_curve'"> 796 <dc:when test="$out = 'duration_curve'">
791 <dc:call-macro name="mainvalues"/> 797 <dc:call-macro name="mainvalues"/>
792 <dc:call-macro name="basedata_2_fixations_relative_point"/> 798 <dc:call-macro name="basedata_2_fixations_relative_point"/>
793 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/> 799 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/>

http://dive4elements.wald.intevation.org