comparison artifacts/doc/conf/meta-data.xml @ 5980:f33d717aae5c

Revert changes in metadata.xml from r5978:ebd6e8e234e0.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 10 May 2013 16:24:38 +0200
parents 5159a7d85320
children a3060bfd28cf
comparison
equal deleted inserted replaced
5979:5159a7d85320 5980:f33d717aae5c
620 <dc:call-macro name="basedata_3_officials"/> 620 <dc:call-macro name="basedata_3_officials"/>
621 <dc:call-macro name="basedata_5_flood-protections"/> 621 <dc:call-macro name="basedata_5_flood-protections"/>
622 <dc:call-macro name="annotations_per_type"/> 622 <dc:call-macro name="annotations_per_type"/>
623 </dc:macro> 623 </dc:macro>
624 624
625 <dc:comment> 625 <dc:macro name="discharge_table_gauge">
626 + River-Node
627 </dc:comment>
628 <dc:attribute name="name" value="${river_name}"/>
629
630 <dc:choose>
631 <dc:when test="dc:contains($parameters, 'recommended')">
632 <dc:comment>
633 Recommendations (client shall load immediately).
634 </dc:comment>
635 <dc:if test="dc:contains($artifact-outs, 'w_differences') or (dc:contains($artifact-outs, 'discharge_longitudinal_section'))">
636 <dc:call-macro name="annotations"/>
637 </dc:if>
638 <dc:if test="dc:contains($artifact-outs, 'historical_discharge_wq')">
639 <dc:call-macro name="mainvalues"/>
640 </dc:if>
641 <dc:if test="dc:contains($artifact-outs, 'cross_section')">
642 <dc:call-macro name="cross_sections"/>
643 <dc:call-macro name="hyks"/>
644 </dc:if>
645 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve')">
646 <dc:call-macro name="mainvalues"/>
647 <dc:call-macro name="basedata_2_fixations_wqkms"/>
648 </dc:if>
649 <dc:if test="dc:contains($artifact-outs, 'duration_curve')">
650 <dc:call-macro name="mainvalues"/>
651 </dc:if>
652 <dc:if test="dc:contains($artifact-outs, 'reference_curve')">
653 <dc:call-macro name="annotations"/>
654 <dc:call-macro name="mainvalues"/>
655 </dc:if>
656 <dc:if test="dc:contains($artifact-outs, 'fix_wq_curve')">
657 <dc:call-macro name="qsectors"/>
658 <dc:call-macro name="mainvalues"/>
659 </dc:if>
660 <dc:if test="dc:contains($artifact-outs, 'longitudinal_section')">
661 <dc:call-macro name="annotations"/>
662 </dc:if>
663 <dc:if test="dc:contains($artifact-outs, 'fix_longitudinal_section_curve')">
664 <dc:call-macro name="annotations"/>
665 </dc:if>
666 <dc:if test="dc:contains($artifact-outs, 'bed_difference_epoch')">
667 <dc:call-macro name="annotations"/>
668 </dc:if>
669 <dc:if test="dc:contains($artifact-outs, 'bed_difference_year')">
670 <dc:call-macro name="annotations"/>
671 </dc:if>
672 <dc:if test="dc:contains($artifact-outs, 'bed_difference_height_year')">
673 <dc:call-macro name="annotations"/>
674 </dc:if>
675 </dc:when>
676 <dc:otherwise>
677 <dc:comment>
678 Non - Recommendations.
679 </dc:comment>
680 <dc:if test="dc:contains($artifact-outs, 'cross_section')">
681 <dc:call-macro name="basedata_0"/>
682 <dc:call-macro name="basedata_1_additionals"/>
683 <dc:call-macro name="basedata_2_fixations"/>
684 <dc:call-macro name="basedata_3_officials"/>
685 <dc:call-macro name="basedata_4_heightmarks-points"/>
686 <dc:call-macro name="cross_sections"/>
687 <dc:call-macro name="hyks"/>
688 </dc:if>
689 <!--dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve')">
690 <dc:call-macro name="basedata_0_wq"/>
691 <dc:call-macro name="basedata_4_heightmarks-wq"/>
692 </dc:if-->
693 <dc:if test="dc:contains($artifact-outs, 'longitudinal_section') or (dc:contains($artifact-outs, 'w_differences')) or (dc:contains($artifact-outs, 'discharge_longitudinal_section'))">
694 <dc:call-macro name="longitudinal-section-prototype"/>
695 </dc:if>
696 <dc:if test="dc:contains($artifact-outs, 'duration_curve')">
697 <dc:call-macro name="mainvalues"/>
698 <dc:call-macro name="basedata_2_fixations_relative_point"/>
699 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/>
700 <dc:call-macro name="basedata_5_flood-protections_relative_points"/>
701 </dc:if>
702 <dc:if test="dc:contains($artifact-outs, 'reference_curve')">
703 <dc:call-macro name="annotations"/>
704 <!--dc:call-macro name="basedata_0"/-->
705 <dc:call-macro name="basedata_1_additionals-relative_point"/>
706 <dc:comment comment=" FIXATIONS ---------------------------"/>
707 <dc:call-macro name="basedata_2_fixations_relative_point"/>
708 <dc:comment comment=" HOEHENMARKEN ---------------------------"/>
709 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/>
710 <dc:call-macro name="basedata_5_flood-protections_relative_points"/>
711 </dc:if>
712 <dc:if test="dc:contains($artifact-outs, 'fix_wq_curve')">
713 <dc:call-macro name="basedata_0_wq"/>
714 <dc:call-macro name="basedata_1_additionals_marks"/>
715 <dc:call-macro name="basedata_2_fixations_wqkms"/>
716 <dc:call-macro name="basedata_3_officials"/>
717 <dc:call-macro name="basedata_4_heightmarks-points"/>
718 <dc:call-macro name="basedata_5_flood-protections_relative_points"/>
719 </dc:if>
720 <dc:if test="dc:contains($artifact-outs, 'fix_deltawt_curve')">
721 </dc:if>
722 <dc:if test="dc:contains($artifact-outs, 'fix_longitudinal_section_curve')">
723 <dc:call-macro name="annotations"/>
724 </dc:if>
725 <dc:if test="dc:contains($artifact-outs, 'map')">
726 <dc:call-macro name="flood-map-complete"/>
727 </dc:if>
728 <dc:if test="dc:contains($artifact-outs, 'flow_velocity')">
729 <dc:call-macro name="annotations_per_type"/>
730 <dc:call-macro name="flow_velocity_measurements"/>
731 </dc:if>
732 <dc:if test="dc:contains($artifact-outs, 'bed_longitudinal_section')">
733 <dc:call-macro name="annotations_per_type"/>
734 </dc:if>
735 <dc:if test="dc:contains($artifact-outs, 'sedimentload_ls')">
736 <dc:call-macro name="annotations_per_type"/>
737 <dc:call-macro name="morph_width"/>
738 </dc:if>
739 <dc:comment>
740 MINFO bedheight middle
741 </dc:comment>
742 <dc:if test="dc:contains($artifact-outs, 'bedheight_middle')">
743 <dc:call-macro name="sounding-width"/>
744 <dc:call-macro name="basedata_0"/>
745 <dc:call-macro name="basedata_1_additionals"/>
746 <dc:call-macro name="basedata_2_fixations"/>
747 <dc:call-macro name="basedata_3_officials"/>
748 <dc:call-macro name="annotations_per_type"/>
749 </dc:if>
750 <dc:if test="dc:contains($artifact-outs, 'bed_difference_year') or
751 dc:contains($artifact-outs, 'bed_difference_epoch')">
752 <dc:call-macro name="basedata_0"/>
753 <dc:call-macro name="basedata_1_additionals"/>
754 <dc:call-macro name="basedata_2_fixations"/>
755 <dc:call-macro name="basedata_3_officials"/>
756 <dc:call-macro name="annotations_per_type"/>
757 <dc:call-macro name="morph_width"/>
758 </dc:if>
759 <dc:comment comment="--- non-recommendations---"/>
760 </dc:otherwise>
761 </dc:choose>
762
763 <dc:if test="dc:contains($artifact-outs, 'waterlevels')">
764
765 <!-- base data -->
766 <dc:call-macro name="basedata_0"/>
767
768 <!-- extra-longitudinal-sections -->
769 <dc:call-macro name="basedata_1_additionals"/>
770
771 <!-- fixations -->
772 <dc:call-macro name="basedata_2_fixations"/>
773
774 <!-- flood water marks-->
775 <dc:call-macro name="basedata_4_heightmarks-points"/>
776
777 <!-- flood protection -->
778 <dc:call-macro name="basedata_5_flood-protections"/>
779
780 </dc:if>
781
782 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve') and not (dc:contains($parameters, 'recommended'))">
783 <discharge_table_nn> 626 <discharge_table_nn>
784 <discharge_table_gauge> 627 <discharge_table_gauge>
785 <dc:context> 628 <dc:context>
786 <dc:statement> 629 <dc:statement>
787 SELECT id AS gauge_id, 630 SELECT id AS gauge_id,

http://dive4elements.wald.intevation.org