Mercurial > dive4elements > river
changeset 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 | d79a51fc4f1d |
children | 8830eecad69e |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Apr 29 07:46:27 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Apr 29 08:02:54 2011 +0000 @@ -1,3 +1,8 @@ +2011-04-29 Ingo Weinzierl <ingo@intevation.de> + + * doc/conf/themes.xml: Added mappings for the facets + longitudinal.section.w and longitudinal.section.q. + 2011-04-29 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Added some
--- a/flys-artifacts/doc/conf/themes.xml Fri Apr 29 07:46:27 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Fri Apr 29 08:02:54 2011 +0000 @@ -7,6 +7,18 @@ </inherits> </theme> + <theme name="LongitudinalSectionW"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + </theme> + + <theme name="LongitudinalSectionQ"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + </theme> + <!-- Virtual themes are following now! --> @@ -44,5 +56,7 @@ and a theme. --> <mappings> <mapping from="discharge_curve.curve" to="DischargeCurve"/> + <mapping from="longitudinal_section.w" to="LongitudinalSectionW"/> + <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/> </mappings> </themes>