Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 2317:9b5541dcc01f
Added themes for discharge curves and difference curves in historical discharge curve charts.
flys-artifacts/trunk@3998 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 09 Feb 2012 13:28:57 +0000 |
parents | 094b4abde10e |
children | 4b7870e102f4 |
comparison
equal
deleted
inserted
replaced
2316:61b32380ffdb | 2317:9b5541dcc01f |
---|---|
9 <fields> | 9 <fields> |
10 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> | 10 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
11 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | 11 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
12 </fields> | 12 </fields> |
13 </theme> | 13 </theme> |
14 | |
15 | |
16 <!-- concrete theme for historical discharge curves --> | |
17 <theme name="HistoricalDischargeCurveQ"> | |
18 <inherits> | |
19 <inherit from="HiddenColorLines"/> | |
20 <inherit from="MinMaxPoints"/> | |
21 </inherits> | |
22 <fields> | |
23 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> | |
24 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
25 </fields> | |
26 </theme> | |
27 | |
28 <theme name="HistoricalDischargeCurveQDiff"> | |
29 <inherits> | |
30 <inherit from="HiddenColorLines"/> | |
31 <inherit from="MinMaxPoints"/> | |
32 </inherits> | |
33 <fields> | |
34 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
35 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
36 </fields> | |
37 </theme> | |
38 | |
14 | 39 |
15 <!-- | 40 <!-- |
16 Discharge Longitudinal Section | 41 Discharge Longitudinal Section |
17 --> | 42 --> |
18 <theme name="LongitudinalSectionW"> | 43 <theme name="LongitudinalSectionW"> |
941 <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" to="LongitudinalSectionQ_MQ"/> | 966 <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" to="LongitudinalSectionQ_MQ"/> |
942 <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" to="LongitudinalSectionQ_NQ"/> | 967 <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" to="LongitudinalSectionQ_NQ"/> |
943 <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/> | 968 <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/> |
944 | 969 |
945 <mapping from="discharge_curve.curve" to="DischargeCurve"/> | 970 <mapping from="discharge_curve.curve" to="DischargeCurve"/> |
971 <mapping from="historical_discharge.historicalq" to="HistoricalDischargeCurveQ"/> | |
972 <mapping from="historical_discharge.historicalq.diff" to="HistoricalDischargeCurveQDiff"/> | |
946 <mapping from="cross_section" to="CrossSection"/> | 973 <mapping from="cross_section" to="CrossSection"/> |
947 <mapping from="cross_section_water_line" to="CrossSectionWaterLine"/> | 974 <mapping from="cross_section_water_line" to="CrossSectionWaterLine"/> |
948 <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve"/> | 975 <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve"/> |
949 <mapping from="duration_curve.w" to="DurationCurveW"/> | 976 <mapping from="duration_curve.w" to="DurationCurveW"/> |
950 <mapping from="duration_curve.q" to="DurationCurveQ"/> | 977 <mapping from="duration_curve.q" to="DurationCurveQ"/> |