Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/default-themes.xml @ 4232:b3aa91e45010
Implemented the Q evaluation mode for historical discharge calculations.
Added the calculation itself, created new facets, added themes and improved the chart generator
to support the new facets.
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 24 Oct 2012 07:25:35 +0200 |
parents | ff74ff82f2d4 |
children | 5ebaa0a62d2c |
comparison
equal
deleted
inserted
replaced
4231:adcb8aee1910 | 4232:b3aa91e45010 |
---|---|
46 <inherit from="MinMaxPoints" /> | 46 <inherit from="MinMaxPoints" /> |
47 </inherits> | 47 </inherits> |
48 <fields> | 48 <fields> |
49 <field name="linecolor" type="Color" display="Linienfarbe" | 49 <field name="linecolor" type="Color" display="Linienfarbe" |
50 default="204, 204, 204" /> | 50 default="204, 204, 204" /> |
51 <field name="linesize" type="int" display="Liniendicke" | |
52 default="2" hints="h" /> | |
53 </fields> | |
54 </theme> | |
55 | |
56 <theme name="HistoricalDischargeCurveW"> | |
57 <inherits> | |
58 <inherit from="HiddenColorLines" /> | |
59 <inherit from="MinMaxPoints" /> | |
60 </inherits> | |
61 <fields> | |
62 <field name="linecolor" type="Color" display="Linienfarbe" | |
63 default="100, 100, 153" /> | |
64 <field name="linesize" type="int" display="Liniendicke" | |
65 default="2" hints="h" /> | |
66 </fields> | |
67 </theme> | |
68 | |
69 <theme name="HistoricalDischargeCurveWDiff"> | |
70 <inherits> | |
71 <inherit from="HiddenColorLines" /> | |
72 <inherit from="MinMaxPoints" /> | |
73 </inherits> | |
74 <fields> | |
75 <field name="linecolor" type="Color" display="Linienfarbe" | |
76 default="250, 250, 204" /> | |
51 <field name="linesize" type="int" display="Liniendicke" | 77 <field name="linesize" type="int" display="Liniendicke" |
52 default="2" hints="h" /> | 78 default="2" hints="h" /> |
53 </fields> | 79 </fields> |
54 </theme> | 80 </theme> |
55 | 81 |