comparison flys-artifacts/doc/conf/themes.xml @ 363:8422ffc1f2f9

Added themes and mappings for the W and Q theme of a longitudinal section curve. flys-artifacts/trunk@1771 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 29 Apr 2011 08:02:54 +0000
parents eca7892bf8ff
children f7761914f745
comparison
equal deleted inserted replaced
362:d79a51fc4f1d 363:8422ffc1f2f9
1 <themes> 1 <themes>
2 2
3 <!-- Concrete themes are following now! --> 3 <!-- Concrete themes are following now! -->
4 <theme name="DischargeCurve"> 4 <theme name="DischargeCurve">
5 <inherits>
6 <inherit from="HiddenColorLines"/>
7 </inherits>
8 </theme>
9
10 <theme name="LongitudinalSectionW">
11 <inherits>
12 <inherit from="HiddenColorLines"/>
13 </inherits>
14 </theme>
15
16 <theme name="LongitudinalSectionQ">
5 <inherits> 17 <inherits>
6 <inherit from="HiddenColorLines"/> 18 <inherit from="HiddenColorLines"/>
7 </inherits> 19 </inherits>
8 </theme> 20 </theme>
9 21
42 54
43 <!-- Mappings are following now. A mapping maps between a name of a facet 55 <!-- Mappings are following now. A mapping maps between a name of a facet
44 and a theme. --> 56 and a theme. -->
45 <mappings> 57 <mappings>
46 <mapping from="discharge_curve.curve" to="DischargeCurve"/> 58 <mapping from="discharge_curve.curve" to="DischargeCurve"/>
59 <mapping from="longitudinal_section.w" to="LongitudinalSectionW"/>
60 <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/>
47 </mappings> 61 </mappings>
48 </themes> 62 </themes>

http://dive4elements.wald.intevation.org