Mercurial > dive4elements > gnv-client
changeset 847:42c4cfc0d133
Changed the type of histogram parameter 'binwidth' from integer to double (issue231).
gnv-artifacts/trunk@963 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 21 Apr 2010 09:19:07 +0000 |
parents | 8b6ef091d38c |
children | 47280aff0eb7 |
files | gnv-artifacts/ChangeLog gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml |
diffstat | 8 files changed, 20 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Wed Apr 21 08:46:23 2010 +0000 +++ b/gnv-artifacts/ChangeLog Wed Apr 21 09:19:07 2010 +0000 @@ -1,3 +1,16 @@ +2010-04-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue231 + + * doc/conf/products/timeseries/conf_mesh.xml, + doc/conf/products/horizontalprofile/conf_mesh.xml, + doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml, + doc/conf/products/horizontalprofile/conf_mesh_cross.xml, + doc/conf/products/verticalprofile/conf_mesh.xml, + doc/conf/products/verticalprofile/conf_timeseriespoint.xml, + doc/conf/products/verticalprofile/conf_instantaneouspoint.xml: Switched + histogram parameter type 'binwidth' from integer to double. + 2010-04-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue229
--- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Wed Apr 21 08:46:23 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Wed Apr 21 09:19:07 2010 +0000 @@ -311,7 +311,7 @@ <inputvalue name="width" type="Integer" value="600"/> <inputvalue name="height" type="Integer" value="400"/> <inputvalue name="bincount" type="Integer" value="7"/> - <inputvalue name="binwidth" type="Integer" value="7"/> + <inputvalue name="binwidth" type="Double" value="7"/> </parameters> <exportModes> <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
--- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Wed Apr 21 08:46:23 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Wed Apr 21 09:19:07 2010 +0000 @@ -309,7 +309,7 @@ <inputvalue name="width" type="Integer" value="600"/> <inputvalue name="height" type="Integer" value="400"/> <inputvalue name="bincount" type="Integer" value="7"/> - <inputvalue name="binwidth" type="Integer" value="7"/> + <inputvalue name="binwidth" type="Double" value="7"/> </parameters> <exportModes> <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
--- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Wed Apr 21 08:46:23 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Wed Apr 21 09:19:07 2010 +0000 @@ -272,7 +272,7 @@ <inputvalue name="width" type="Integer" value="600"/> <inputvalue name="height" type="Integer" value="400"/> <inputvalue name="bincount" type="Integer" value="7"/> - <inputvalue name="binwidth" type="Integer" value="7"/> + <inputvalue name="binwidth" type="Double" value="7"/> </parameters> <exportModes> <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
--- a/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Wed Apr 21 08:46:23 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Wed Apr 21 09:19:07 2010 +0000 @@ -273,7 +273,7 @@ <inputvalue name="width" type="Integer" value="600"/> <inputvalue name="height" type="Integer" value="400"/> <inputvalue name="bincount" type="Integer" value="7"/> - <inputvalue name="binwidth" type="Integer" value="7"/> + <inputvalue name="binwidth" type="Double" value="7"/> </parameters> <exportModes> <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
--- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Wed Apr 21 08:46:23 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Wed Apr 21 09:19:07 2010 +0000 @@ -241,7 +241,7 @@ <inputvalue name="width" type="Integer" value="600"/> <inputvalue name="height" type="Integer" value="400"/> <inputvalue name="bincount" type="Integer" value="7"/> - <inputvalue name="binwidth" type="Integer" value="7"/> + <inputvalue name="binwidth" type="Double" value="7"/> </parameters> <exportModes> <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
--- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Wed Apr 21 08:46:23 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Wed Apr 21 09:19:07 2010 +0000 @@ -313,7 +313,7 @@ <inputvalue name="width" type="Integer" value="600"/> <inputvalue name="height" type="Integer" value="400"/> <inputvalue name="bincount" type="Integer" value="7"/> - <inputvalue name="binwidth" type="Integer" value="7"/> + <inputvalue name="binwidth" type="Double" value="7"/> </parameters> <exportModes> <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
--- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Wed Apr 21 08:46:23 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Wed Apr 21 09:19:07 2010 +0000 @@ -218,7 +218,7 @@ <inputvalue name="width" type="Integer" value="600"/> <inputvalue name="height" type="Integer" value="400"/> <inputvalue name="bincount" type="Integer" value="7"/> - <inputvalue name="binwidth" type="Integer" value="7"/> + <inputvalue name="binwidth" type="Double" value="7"/> </parameters> <exportModes> <export name="img" description="IMG-Export der Daten" mime-type="image/png" />