Mercurial > dive4elements > river
changeset 2752:687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
flys-artifacts/trunk@4487 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 23 May 2012 21:54:03 +0000 |
parents | e50cc06c6c4c |
children | 97aec146514c |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/artifacts/winfo.xml flys-artifacts/doc/conf/themes.xml |
diffstat | 3 files changed, 19 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed May 23 21:45:52 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed May 23 21:54:03 2012 +0000 @@ -1,3 +1,10 @@ +2012-05-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * doc/conf/artifacts/winfo.xml: Remove second facet from + StaticWKmsArtifact from compatibility list of duration curves. + + * doc/conf/themes.xml: Add basic theme for relativepoint. + 2012-05-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> * doc/conf/meta-data.xml: Serve floodprotections and heightmarks
--- a/flys-artifacts/doc/conf/artifacts/winfo.xml Wed May 23 21:45:52 2012 +0000 +++ b/flys-artifacts/doc/conf/artifacts/winfo.xml Wed May 23 21:54:03 2012 +0000 @@ -254,7 +254,6 @@ <facet name="duration_curve.w" description="facet.duration_curve.w"/> <facet name="duration_curve.q" description="facet.duration_curve.q"/> <facet name="other.wq" description="Point-like data like fixations"/> - <facet name="other.wkms" description="facet.other.wkms"/> <facet name="duration_curve.mainvalues.q" description="Q Main Values at optional second axis"/> <facet name="computed_discharge_curve.mainvalues.w" description="W Main Values"/> <facet name="duration_curve.manualpoints" description="Manuelle Punkte"/>
--- a/flys-artifacts/doc/conf/themes.xml Wed May 23 21:45:52 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed May 23 21:54:03 2012 +0000 @@ -602,6 +602,17 @@ </theme> <!-- + Relative Points + --> + <theme name="RelativePoint"> + <inherits> + <inherit from="LongitudinalSectionPoints"/></inherits> + <!--fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> + </fields--> + </theme> + + <!-- Duration Curves --> <theme name="DurationCurveW"> @@ -1914,6 +1925,7 @@ <mapping from="flow_velocity.tau" to="FlowVelocityTau"/> <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle"/> <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch"/> + <mapping from="relativepoint" to="RelativePoint"/> </mappings> </themes>