# HG changeset patch # User Tim Englich # Date 1255945231 0 # Node ID d436c8b27ae30d11525e84c0316427a942064d05 # Parent baaa1618fa275bf14f7442b76f39d2fee80e614f Changed the Value of Layer and Depth range visualization of Meshes according to issue50 gnv-artifacts/trunk@239 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r baaa1618fa27 -r d436c8b27ae3 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Mon Oct 19 09:18:40 2009 +0000 +++ b/gnv-artifacts/ChangeLog Mon Oct 19 09:40:31 2009 +0000 @@ -1,5 +1,10 @@ 2009-10-19 Tim Englich + * src/test/ressources/queries.properties: + Changed the Value of Layer and Depth range visualization of Meshes + according to issue50 + +2009-10-19 Tim Englich * src/main/resources/lang/artifactMessages*.properties: Changed the displayed-Values as defined in issue47 * src/test/ressources/conf.xml: diff -r baaa1618fa27 -r d436c8b27ae3 gnv-artifacts/src/test/ressources/queries.properties --- a/gnv-artifacts/src/test/ressources/queries.properties Mon Oct 19 09:18:40 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/queries.properties Mon Oct 19 09:40:31 2009 +0000 @@ -106,7 +106,7 @@ INTERSECTS(SHAPE,"?") timeseries_meshpoint_depth = select mp.FEATUREID KEY, \ - mp.KPOSITION || ' ( '|| -ml.UPPERZLOCATION || ' - '|| -ml.LOWERZLOCATION || ' )' as VALUE \ + 'Layer ' || ml.KPOSITION || ': ' || -ml.UPPERZLOCATION || ' - '|| -ml.LOWERZLOCATION as VALUE \ from MEDIAN.MESHLAYER ml, \ MEDIAN.MESHPOINT mp \ where ml.KPOSITION = mp.KPOSITION and \ @@ -452,7 +452,7 @@ ############################################# horizontalprofile_meshpoint_depth = SELECT DISTINCT \ mp.KPOSITION KEY, \ - mp.KPOSITION || ' ( '||-ml.UPPERZLOCATION || ' - '|| -ml.LOWERZLOCATION || ' ) ' VALUE \ + 'Layer ' || ml.KPOSITION || ': ' || -ml.UPPERZLOCATION || ' - '|| -ml.LOWERZLOCATION VALUE \ from MEDIAN.MESHLAYER ml, \ MEDIAN.MESHPOINT mp \ where ml.KPOSITION = mp.KPOSITION and \