Mercurial > dive4elements > river
changeset 1827:03f129fa0256
Defined default themes for other.w(q)kms .
flys-artifacts/trunk@3157 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 04 Nov 2011 08:52:33 +0000 |
parents | 8d9b573d1b9a |
children | 9562ca537143 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Nov 04 08:18:41 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Nov 04 08:52:33 2011 +0000 @@ -1,3 +1,7 @@ +2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * doc/conf/themes.xml: Added default themes for other.w(q)kms. + 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/artifacts/StaticWKmsArtifact.java,
--- a/flys-artifacts/doc/conf/themes.xml Fri Nov 04 08:18:41 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Fri Nov 04 08:52:33 2011 +0000 @@ -588,6 +588,21 @@ </theme> + <!-- General --> + <theme name="WKMs"> + <inherits><inherit from="HiddenColorLines"/></inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> + </fields> + </theme> + + <theme name="WQKMs"> + <inherits><inherit from="HiddenColorLines"/></inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> + </fields> + </theme> + <!-- Discharge Longitudinal Section --> @@ -782,6 +797,7 @@ <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" to="LongitudinalSectionQ_MQ"/> <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" to="LongitudinalSectionQ_NQ"/> <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/> + <mapping from="discharge_curve.curve" to="DischargeCurve"/> <mapping from="cross_section" to="CrossSection"/> <mapping from="cross_section_water_line" to="CrossSectionWaterLine"/> @@ -797,6 +813,8 @@ <mapping from="w_differences" to="Differences"/> <mapping from="floodmap.riveraxis" to="RiverAxis"/> <mapping from="floodmap.kms" to="Kms"/> + <mapping from="other.wkms" to="WKms"/> + <mapping from="other.wqkms" to="WQKms"/> <mapping from="heightmarks_points" to="heightmarks_points"/> </mappings> </themes>