Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 3585:c105b4466b4e
Basedata in FixA WQ DC and diagram.
flys-artifacts/trunk@5201 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 14 Aug 2012 08:42:08 +0000 |
parents | 18d9b7af3783 |
children | 9dfbd36474b8 |
comparison
equal
deleted
inserted
replaced
3584:e60b011c6e0f | 3585:c105b4466b4e |
---|---|
652 <dc:comment comment=" HOEHENMARKEN ---------------------------"/> | 652 <dc:comment comment=" HOEHENMARKEN ---------------------------"/> |
653 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/> | 653 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/> |
654 <dc:call-macro name="basedata_5_flood-protections_relative_points"/> | 654 <dc:call-macro name="basedata_5_flood-protections_relative_points"/> |
655 </dc:if> | 655 </dc:if> |
656 <dc:if test="dc:contains($artifact-outs, 'fix_wq_curve')"> | 656 <dc:if test="dc:contains($artifact-outs, 'fix_wq_curve')"> |
657 <dc:call-macro name="basedata_0"/> | 657 <dc:call-macro name="basedata_0_wq"/> |
658 <dc:call-macro name="basedata_1_additionals"/> | 658 <dc:call-macro name="basedata_1_additionals"/> |
659 </dc:if> | |
660 <dc:if test="dc:contains($artifact-outs, 'fix_deltawt_curve')"> | |
659 </dc:if> | 661 </dc:if> |
660 <dc:if test="dc:contains($artifact-outs, 'fix_longitudinal_section_curve')"> | 662 <dc:if test="dc:contains($artifact-outs, 'fix_longitudinal_section_curve')"> |
661 <dc:call-macro name="annotations"/> | 663 <dc:call-macro name="annotations"/> |
662 </dc:if> | 664 </dc:if> |
663 <dc:comment comment="--- non-recommendations---"/> | 665 <dc:comment comment="--- non-recommendations---"/> |
767 <dc:call-macro name="basedata_2_fixations_relative_point"/> | 769 <dc:call-macro name="basedata_2_fixations_relative_point"/> |
768 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/> | 770 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/> |
769 <dc:call-macro name="basedata_5_flood-protections_relative_points"/> | 771 <dc:call-macro name="basedata_5_flood-protections_relative_points"/> |
770 </dc:otherwise> | 772 </dc:otherwise> |
771 </dc:choose> | 773 </dc:choose> |
774 </dc:if> | |
775 | |
776 <dc:if test="dc:contains($artifact-outs, 'fix_wq_curve')"> | |
777 <discharge_table_nn> | |
778 <discharge_table_gauge> | |
779 <dc:context> | |
780 <dc:statement> | |
781 SELECT id AS gauge_id, | |
782 name AS gauge_name | |
783 FROM gauges WHERE river_id = ${river_id} | |
784 </dc:statement> | |
785 <dc:elements> | |
786 <gauge> | |
787 <dc:attribute name="name" value="${gauge_name}"/> | |
788 <dc:attribute name="db-id" value="${gauge_id}"/> | |
789 <dc:attribute name="factory" value="gaugedischarge"/> | |
790 <dc:attribute name="from" value="${g_start}"/> | |
791 <dc:attribute name="to" value="${g_stop}"/> | |
792 <dc:attribute name="ids" value="${gauge_name}"/> | |
793 </gauge> | |
794 </dc:elements> | |
795 </dc:context> | |
796 </discharge_table_gauge> | |
797 </discharge_table_nn> | |
772 </dc:if> | 798 </dc:if> |
773 | 799 |
774 <dc:if test="dc:contains($artifact-outs, 'longitudinal_section')"> | 800 <dc:if test="dc:contains($artifact-outs, 'longitudinal_section')"> |
775 | 801 |
776 <longitudinal_section> | 802 <longitudinal_section> |