# HG changeset patch # User Tim Englich # Date 1256572607 0 # Node ID 3dac84194db45fdf3475d7a2ad51d0c0b730cda1 # Parent 310874d3573f3637bfc80065b0a7c1bcc46d33bf Minimum and Maximum Depth should be entered by the User issue31 gnv-artifacts/trunk@268 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 310874d3573f -r 3dac84194db4 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Mon Oct 26 15:51:36 2009 +0000 +++ b/gnv-artifacts/ChangeLog Mon Oct 26 15:56:47 2009 +0000 @@ -1,5 +1,7 @@ 2009-10-26 Tim Englich + * src/main/resources/lang/artifactMessages_de_DE.properties: + Added Ressources for the minimal and maximal value of the depth * src/test/ressources/verticalprofile_instantaneouspoint/verticalprofile_step_05_out_statistics.xml (renamed), src/test/ressources/verticalprofile_instantaneouspoint/verticalprofile_step_05_out_csv.xml (renamed), src/test/ressources/verticalprofile_instantaneouspoint/verticalprofile_step_05_out_chart.xml(renamed), @@ -14,7 +16,7 @@ src/test/ressources/verticalprofile/verticalprofile_step_03_advance.xml, src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java: Edited the RestCases for VerticalProfiles according to the requirement that - the user should be able to enter the minimal and maximal Value of the deth that + the user should be able to enter the minimal and maximal Value of the depth that should be show n in the charts. issue31 * doc/conf/queries.properties, doc/conf/products/verticalprofile/conf_timeseriespoint.xml, diff -r 310874d3573f -r 3dac84194db4 gnv-artifacts/src/main/resources/lang/artifactMessages.properties --- a/gnv-artifacts/src/main/resources/lang/artifactMessages.properties Mon Oct 26 15:51:36 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages.properties Mon Oct 26 15:56:47 2009 +0000 @@ -20,6 +20,7 @@ mesh_coordinate = Geographic position (e.g. 56n30 6e20) mesh_point = Mesh Point measurementid = Measurement depth/height [m] +depthrange = Measurementarea depth/height [m] parameterid = Parameter timeinterval = Time period minvalue = from diff -r 310874d3573f -r 3dac84194db4 gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties --- a/gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties Mon Oct 26 15:51:36 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties Mon Oct 26 15:56:47 2009 +0000 @@ -20,6 +20,7 @@ mesh_coordinate = Position (z.B. 56n30 6e20) mesh_point = Messpunkt measurementid = Messung Tiefe/Höhe [m] +depthrange = Messbereich Tiefe/Höhe [m] parameterid = Parameter timeinterval = Zeitfenster minvalue = von diff -r 310874d3573f -r 3dac84194db4 gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties --- a/gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties Mon Oct 26 15:51:36 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties Mon Oct 26 15:56:47 2009 +0000 @@ -20,6 +20,7 @@ mesh_coordinate = Position (z.B. 56n30 6e20) mesh_point = Messpunkt measurementid = Messung Tiefe/Höhe [m] +depthrange = Messbereich Tiefe/Höhe [m] parameterid = Parameter timeinterval = Zeitfenster minvalue = von diff -r 310874d3573f -r 3dac84194db4 gnv-artifacts/src/main/resources/lang/artifactMessages_en.properties --- a/gnv-artifacts/src/main/resources/lang/artifactMessages_en.properties Mon Oct 26 15:51:36 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_en.properties Mon Oct 26 15:56:47 2009 +0000 @@ -20,6 +20,7 @@ mesh_coordinate = Geographic position (e.g. 56n30 6e20) mesh_point = Mesh Point measurementid = Measurement depth/height [m] +depthrange = Measurementarea depth/height [m] parameterid = Parameter timeinterval = Time period minvalue = from