Mercurial > dive4elements > river
changeset 2099:925c88ecb842
Fix flys/issue446: Added default theme for certain mainvalues.
flys-artifacts/trunk@3651 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 11 Jan 2012 14:13:11 +0000 |
parents | 8284c8fca840 |
children | 2f5cb58e662e |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Jan 11 11:54:16 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed Jan 11 14:13:11 2012 +0000 @@ -1,3 +1,11 @@ +2011-01-11 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Fix flys/issue446 (Dauerline/Abflusskurve am Pegel: Eigenschaften vom + Hauptwertthema nicht aufrufbar) + + * doc/conf/themes.xml: Add default styles for mainvalues.q/w and other + themes. + 2012-01-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/services/MapInfoService.java:
--- a/flys-artifacts/doc/conf/themes.xml Wed Jan 11 11:54:16 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed Jan 11 14:13:11 2012 +0000 @@ -913,6 +913,8 @@ <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> + <mapping from="mainvalues.q" to="ComputedDischargeCurveQ"/> + <mapping from="mainvalues.w" to="ComputedDischargeCurveW"/> <mapping from="longitudinal_section.annotations" to="Annotations"/> <mapping from="w_differences" to="Differences"/> <mapping from="floodmap.riveraxis" to="RiverAxis"/> @@ -927,6 +929,8 @@ <mapping from="other.wq" to="WQPoints"/> <mapping from="other.wkms" to="WKms"/> <mapping from="other.wqkms" to="WQKms"/> + <mapping from="other.wqkms.w" to="WQKms"/> + <mapping from="other.wqkms.q" to="WQKms"/> <mapping from="heightmarks_points" to="heightmarks_points"/> <mapping from="area" to="Area"/> <mapping from="cross_section.area" to="Area"/>