Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 1827:03f129fa0256
Defined default themes for other.w(q)kms .
flys-artifacts/trunk@3157 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 04 Nov 2011 08:52:33 +0000 |
parents | 6ed439ff61bf |
children | 729ba79e94a0 c35ef7f4b88f |
comparison
equal
deleted
inserted
replaced
1826:8d9b573d1b9a | 1827:03f129fa0256 |
---|---|
585 <fields> | 585 <fields> |
586 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | 586 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
587 </fields> | 587 </fields> |
588 </theme> | 588 </theme> |
589 | 589 |
590 | |
591 <!-- General --> | |
592 <theme name="WKMs"> | |
593 <inherits><inherit from="HiddenColorLines"/></inherits> | |
594 <fields> | |
595 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
596 </fields> | |
597 </theme> | |
598 | |
599 <theme name="WQKMs"> | |
600 <inherits><inherit from="HiddenColorLines"/></inherits> | |
601 <fields> | |
602 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
603 </fields> | |
604 </theme> | |
590 | 605 |
591 <!-- | 606 <!-- |
592 Discharge Longitudinal Section | 607 Discharge Longitudinal Section |
593 --> | 608 --> |
594 <theme name="DischargeLongitudinalSectionW"> | 609 <theme name="DischargeLongitudinalSectionW"> |
780 <mapping from="longitudinal_section.q" pattern="(MHQ)(\D.*)*" to="LongitudinalSectionQ_MHQ"/> | 795 <mapping from="longitudinal_section.q" pattern="(MHQ)(\D.*)*" to="LongitudinalSectionQ_MHQ"/> |
781 <mapping from="longitudinal_section.q" pattern="(MNQ)(\D.*)*" to="LongitudinalSectionQ_MNQ"/> | 796 <mapping from="longitudinal_section.q" pattern="(MNQ)(\D.*)*" to="LongitudinalSectionQ_MNQ"/> |
782 <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" to="LongitudinalSectionQ_MQ"/> | 797 <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" to="LongitudinalSectionQ_MQ"/> |
783 <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" to="LongitudinalSectionQ_NQ"/> | 798 <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" to="LongitudinalSectionQ_NQ"/> |
784 <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/> | 799 <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/> |
800 | |
785 <mapping from="discharge_curve.curve" to="DischargeCurve"/> | 801 <mapping from="discharge_curve.curve" to="DischargeCurve"/> |
786 <mapping from="cross_section" to="CrossSection"/> | 802 <mapping from="cross_section" to="CrossSection"/> |
787 <mapping from="cross_section_water_line" to="CrossSectionWaterLine"/> | 803 <mapping from="cross_section_water_line" to="CrossSectionWaterLine"/> |
788 <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve"/> | 804 <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve"/> |
789 <mapping from="duration_curve.w" to="DurationCurveW"/> | 805 <mapping from="duration_curve.w" to="DurationCurveW"/> |
795 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> | 811 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> |
796 <mapping from="longitudinal_section.annotations" to="Annotations"/> | 812 <mapping from="longitudinal_section.annotations" to="Annotations"/> |
797 <mapping from="w_differences" to="Differences"/> | 813 <mapping from="w_differences" to="Differences"/> |
798 <mapping from="floodmap.riveraxis" to="RiverAxis"/> | 814 <mapping from="floodmap.riveraxis" to="RiverAxis"/> |
799 <mapping from="floodmap.kms" to="Kms"/> | 815 <mapping from="floodmap.kms" to="Kms"/> |
816 <mapping from="other.wkms" to="WKms"/> | |
817 <mapping from="other.wqkms" to="WQKms"/> | |
800 <mapping from="heightmarks_points" to="heightmarks_points"/> | 818 <mapping from="heightmarks_points" to="heightmarks_points"/> |
801 </mappings> | 819 </mappings> |
802 </themes> | 820 </themes> |