Mercurial > dive4elements > gnv-client
changeset 191:d436c8b27ae3
Changed the Value of Layer and Depth range visualization of Meshes
according to issue50
gnv-artifacts/trunk@239 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 19 Oct 2009 09:40:31 +0000 |
parents | baaa1618fa27 |
children | 17987acf20d0 |
files | gnv-artifacts/ChangeLog gnv-artifacts/src/test/ressources/queries.properties |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <tim.englich@intevation.de> + * src/test/ressources/queries.properties: + Changed the Value of Layer and Depth range visualization of Meshes + according to issue50 + +2009-10-19 Tim Englich <tim.englich@intevation.de> * src/main/resources/lang/artifactMessages*.properties: Changed the displayed-Values as defined in issue47 * src/test/ressources/conf.xml:
--- 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 \