# HG changeset patch # User Tim Englich # Date 1265116425 0 # Node ID c5710a8d2825678f15009a84b14dd3afa30272f5 # Parent 9681ac6b65273573df69ecb41d95586dfc97123b Added the usage of the Presettings in the States which are handling the choice of Parameter gnv-artifacts/trunk@657 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Feb 02 13:13:45 2010 +0000 @@ -1,3 +1,19 @@ +2010-02-02 Tim Englich + + * doc/conf/products/horizontalcrosssection/conf_mesh.xml, + doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml, + doc/conf/products/horizontalprofile/conf_mesh_cross.xml, + doc/conf/products/horizontalprofile/conf_mesh.xml, + doc/conf/products/timeseries/conf_mesh.xml, + doc/conf/products/timeseries/conf_timeseriespoint.xml, + doc/conf/products/verticalcrosssection/conf_mesh.xml, + doc/conf/products/verticalprofile/conf_instantaneouspoint.xml, + doc/conf/products/verticalprofile/conf_mesh.xml, + doc/conf/products/verticalprofile/conf_timeseriespoint.xml: + Added the possibility to use the Informations (PreSettings) which are + send using the MapViewer-Interface in all States which are responsible to + manage the choice of Parameters during the Workflows of GNV-Artifacts. + 2010-02-02 Tim Englich * src/main/java/de/intevation/gnv/state/DefaultInputData.java (splitValue), diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/doc/conf/products/horizontalcrosssection/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/horizontalcrosssection/conf_mesh.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalcrosssection/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 @@ -110,6 +110,7 @@ verticalprofile_mesh_parameter parameterid + parameter false diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Tue Feb 02 13:13:45 2010 +0000 @@ -167,6 +167,7 @@ horizontalprofile_instantaneouspoint_parameter parameterid + parameter true diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 @@ -126,6 +126,7 @@ verticalprofile_mesh_parameter parameterid + parameter true diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Tue Feb 02 13:13:45 2010 +0000 @@ -95,6 +95,7 @@ verticalprofile_mesh_parameter parameterid + parameter true diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 @@ -127,6 +127,7 @@ timeseries_mesh_parameter parameterid + parameter true diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml --- a/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Tue Feb 02 13:13:45 2010 +0000 @@ -128,6 +128,7 @@ timeseries_parameter parameterid + parameter true diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 @@ -92,6 +92,7 @@ verticalprofile_mesh_parameter parameterid + parameter false diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Tue Feb 02 13:13:45 2010 +0000 @@ -37,6 +37,7 @@ verticalprofile_instantaneouspoint_parameter parameterid + parameter true diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 @@ -148,6 +148,7 @@ verticalprofile_mesh_parameter parameterid + parameter true diff -r 9681ac6b6527 -r c5710a8d2825 gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Tue Feb 02 13:13:45 2010 +0000 @@ -77,6 +77,7 @@ verticalprofile_parameter parameterid + parameter true