Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 1143:eed81499b0d2
Added Themes for CrossSection diagrams.
flys-artifacts/trunk@2665 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 07 Sep 2011 11:50:10 +0000 |
parents | 0eb585cd3882 |
children | 0dc274b5f4ba |
comparison
equal
deleted
inserted
replaced
1142:01d42a2454f6 | 1143:eed81499b0d2 |
---|---|
45 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | 45 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
46 </fields> | 46 </fields> |
47 </theme> | 47 </theme> |
48 | 48 |
49 <theme name="ComputedDischargeCurveQ"> | 49 <theme name="ComputedDischargeCurveQ"> |
50 <inherits> | |
51 <inherit from="HiddenColorLines"/> | |
52 </inherits> | |
50 <fields> | 53 <fields> |
51 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> | 54 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> |
52 </fields> | 55 </fields> |
53 </theme> | 56 </theme> |
54 | 57 |
55 <theme name="ComputedDischargeCurveW"> | 58 <theme name="ComputedDischargeCurveW"> |
59 <inherits> | |
60 <inherit from="HiddenColorLines"/> | |
61 </inherits> | |
56 <fields> | 62 <fields> |
57 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> | 63 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> |
64 </fields> | |
65 </theme> | |
66 | |
67 <!-- | |
68 Cross Sections | |
69 --> | |
70 <theme name="CrossSection"> | |
71 <inherits> | |
72 <inherit from="HiddenColorLines"/> | |
73 </inherits> | |
74 <fields> | |
75 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/> | |
76 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
77 </fields> | |
78 </theme> | |
79 | |
80 <theme name="CrossSectionWaterLine"> | |
81 <inherits> | |
82 <inherit from="HiddenColorLines"/> | |
83 </inherits> | |
84 <fields> | |
85 <field name="linecolor" type="Color" display="Linienfarbe" default="150,150,150"/> | |
86 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | |
58 </fields> | 87 </fields> |
59 </theme> | 88 </theme> |
60 | 89 |
61 | 90 |
62 <!-- | 91 <!-- |
150 and a theme. --> | 179 and a theme. --> |
151 <mappings> | 180 <mappings> |
152 <mapping from="longitudinal_section.w" to="LongitudinalSectionW"/> | 181 <mapping from="longitudinal_section.w" to="LongitudinalSectionW"/> |
153 <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/> | 182 <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/> |
154 <mapping from="discharge_curve.curve" to="DischargeCurve"/> | 183 <mapping from="discharge_curve.curve" to="DischargeCurve"/> |
184 <mapping from="cross_section" to="CrossSection"/> | |
185 <mapping from="cross_section_water_line" to="CrossSectionWaterLine"/> | |
155 <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve"/> | 186 <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve"/> |
156 <mapping from="duration_curve.w" to="DurationCurveW"/> | 187 <mapping from="duration_curve.w" to="DurationCurveW"/> |
157 <mapping from="duration_curve.q" to="DurationCurveQ"/> | 188 <mapping from="duration_curve.q" to="DurationCurveQ"/> |
158 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> | 189 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> |
159 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> | 190 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> |