Mercurial > dive4elements > river
changeset 2635:1b204ee4446b
Styles are now available for manual points in historical discharge charts.
flys-artifacts/trunk@4257 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 18 Apr 2012 07:59:14 +0000 |
parents | fa015cf5c0af |
children | 31772c144725 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Apr 18 07:56:55 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed Apr 18 07:59:14 2012 +0000 @@ -1,3 +1,8 @@ +2012-04-18 Raimund Renkert <raimund.renkert@intevation.de> + + * doc/conf/themes.xml: + Added mapping for manual points in historical discharge chart. + 2012-04-18 Raimund Renkert <raimund.renkert@intevation.de> * src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java:
--- a/flys-artifacts/doc/conf/themes.xml Wed Apr 18 07:56:55 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed Apr 18 07:59:14 2012 +0000 @@ -1042,6 +1042,7 @@ <mapping from="discharge_curve.manualpoints" to="ManualPoints"/> <mapping from="reference_curve.manualpoints" to="ManualPoints"/> <mapping from="reference_curve_normalized.manualpoints" to="ManualPoints"/> + <mapping from="historical_discharge.manualpoints" to="ManualPoints"/> <mapping from="manualpoints" to="ManualPoints"/> <mapping from="reference_curve" to="ReferenceCurve"/> <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized"/>