Mercurial > dive4elements > gnv-client
diff gnv-artifacts/doc/conf/queries.properties @ 634:58c32df1a44d
Improved the describe document so that we are able to render a measurement-parameter-matrix with these data.
gnv-artifacts/trunk@713 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 26 Feb 2010 13:53:05 +0000 |
parents | 93978859fa9e |
children | 4fc97074eb90 |
line wrap: on
line diff
--- a/gnv-artifacts/doc/conf/queries.properties Thu Feb 25 09:11:56 2010 +0000 +++ b/gnv-artifacts/doc/conf/queries.properties Fri Feb 26 13:53:05 2010 +0000 @@ -46,7 +46,8 @@ timeseries_depth_height=SELECT DISTINCT \ M.MEASUREMENTID KEY, \ - M.ZLOCATION VALUE \ + M.ZLOCATION VALUE, \ + P.PARAMETERID PARAMETERID \ FROM MEDIAN.MEASUREMENT M, \ MEDIAN.TIMESERIESVALUE TSV, \ MEDIAN.TIMESERIES T, \ @@ -1235,4 +1236,4 @@ layer_data = SELECT ST_ASTEXT(SHAPE) \ FROM ? \ - WHERE ? \ No newline at end of file + WHERE ?