diff gnv-artifacts/src/test/ressources/queries.properties @ 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 693f7b676ade
children 60c61f323f16
line wrap: on
line diff
--- 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 \

http://dive4elements.wald.intevation.org