Mercurial > dive4elements > river
changeset 3196:b8a84ce860b9
Added compatibility and theme for upcoming manual line facet.
flys-artifacts/trunk@4812 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 27 Jun 2012 15:09:40 +0000 |
parents | e870d999ba0d |
children | 3e7911a02645 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/artifacts/manualpoints.xml flys-artifacts/doc/conf/artifacts/winfo.xml flys-artifacts/doc/conf/themes.xml |
diffstat | 4 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Jun 27 14:52:05 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed Jun 27 15:09:40 2012 +0000 @@ -1,3 +1,14 @@ +2012-06-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Configure Themes and compatibility of upcoming + cross_section.manualline facet. + + * doc/conf/artifacts/winfo.xml, + doc/conf/artifacts/manualpoint.xml: + Add upcoming facet to compatibility lists. + + * doc/conf/themes.xml: Register theme for upcoming facet. + 2012-06-27 Christian Lins <christian.lins@intevation.de> * doc/conf/conf.xml:
--- a/flys-artifacts/doc/conf/artifacts/manualpoints.xml Wed Jun 27 14:52:05 2012 +0000 +++ b/flys-artifacts/doc/conf/artifacts/manualpoints.xml Wed Jun 27 15:09:40 2012 +0000 @@ -17,6 +17,7 @@ <facet name="reference_curve.manualpoints" description="User-provided points *yawn*"/> <facet name="reference_curve_normalized.manualpoints" description="points"/> <facet name="historical_discharge.manualpoints" description="Points provided by user." /> + <facet name="cross_section.manualline" description="Lines provided by user." /> </facets> </outputmode> </outputmodes>
--- a/flys-artifacts/doc/conf/artifacts/winfo.xml Wed Jun 27 14:52:05 2012 +0000 +++ b/flys-artifacts/doc/conf/artifacts/winfo.xml Wed Jun 27 15:09:40 2012 +0000 @@ -358,6 +358,7 @@ <facet name="area" description="an area"/> <facet name="cross_section.area" description="an area"/> <facet name="cross_section.manualpoints" description="points"/> + <facet name="cross_section.manualline" description="line"/> <facet name="hyk" description="hyks"/> </facets> </outputmode> @@ -401,6 +402,7 @@ <facet name="area" description="an area"/> <facet name="cross_section.area" description="an area"/> <facet name="cross_section.manualpoints" description="points"/> + <facet name="cross_section.manualline" description="line"/> <facet name="hyk" description="hyks"/> </facets> </outputmode>
--- a/flys-artifacts/doc/conf/themes.xml Wed Jun 27 14:52:05 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed Jun 27 15:09:40 2012 +0000 @@ -2733,6 +2733,7 @@ <mapping from="longitudinal_section.area" to="Area"/> <mapping from="longitudinal_section.manualpoints" to="ManualPoints"/> <mapping from="cross_section.manualpoints" to="ManualPoints"/> + <mapping from="cross_section.manualline" to="CrossSectionWaterLine"/> <mapping from="computed_discharge_curve.manualpoints" to="ManualPoints"/> <mapping from="duration_curve.manualpoints" to="ManualPoints"/> <mapping from="wdifferences.manualpoints" to="ManualPoints"/>