Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/artifacts/minfo.xml @ 4372:19772b414d46
New facet and result set for sediment load.
* Added new facet and updated sediment load config and facet types.
* Added new result set for sediment load.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 02 Nov 2012 14:53:51 +0100 |
parents | 6d44914b2dd4 |
children | 19754e5227c8 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/artifacts/minfo.xml Fri Nov 02 14:49:20 2012 +0100 +++ b/flys-artifacts/doc/conf/artifacts/minfo.xml Fri Nov 02 14:53:51 2012 +0100 @@ -355,8 +355,8 @@ </transition> <state id="state.minfo.sediment.load.period" description="state.minfo.bed.period" state="de.intevation.flys.artifacts.states.minfo.SedimentLoadYearSelect"> - <data name="start" type="Long"/> - <data name="end" type="Long"/> + <data name="start" type="Integer"/> + <data name="end" type="Integer"/> </state> <state id="state.minfo.sediment.load.epochs" description="state.minfo.bed.epochs" state="de.intevation.flys.artifacts.states.minfo.SedimentLoadEpochSelect"> @@ -393,8 +393,15 @@ <state id="state.minfo.sediment.load.calculate" description="state.minfo.sediment.load.calculate" state="de.intevation.flys.artifacts.states.minfo.SedimentLoadCalculate"> <outputmodes> - <outputmode name="dummy" description="output.dummy" mime-type="image/png" type="chart"> + <outputmode name="sedimentload_ls" description="output.sedimentload.ls" mime-type="image/png" type="chart"> <facets> + <facet name="sedimentload.coarse"/> + <facet name="sedimentload.sand"/> + <facet name="sedimentload.finemiddle"/> + <facet name="sedimentload.susp_sand"/> + <facet name="sedimentload.susp_sand_bed"/> + <facet name="sedimentload.susp_sediment"/> + <facet name="sedimentload.total"/> </facets> </outputmode> </outputmodes>