Mercurial > dive4elements > gnv-client
changeset 1105:19813e72ec06
Added missing column MESHID for csv export on product 'Horizontales Schnittprofil' (issue284).
gnv-artifacts/trunk@1235 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 28 Jun 2010 17:44:40 +0000 |
parents | 5207d09e4af6 |
children | 8ce8979f51df |
files | gnv-artifacts/ChangeLog gnv-artifacts/doc/conf/queries.properties |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Jun 28 16:48:03 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Jun 28 17:44:40 2010 +0000 @@ -1,3 +1,11 @@ +2010-06-28 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue284 + + * doc/conf/queries.properties: Added missing column MESHID to chart data + query for product 'Horizontales Schnittprofil'. This column is required + by the csv export of this product. + 2010-06-28 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue233
--- a/gnv-artifacts/doc/conf/queries.properties Mon Jun 28 16:48:03 2010 +0000 +++ b/gnv-artifacts/doc/conf/queries.properties Mon Jun 28 17:44:40 2010 +0000 @@ -1623,6 +1623,7 @@ msv.TIMEVALUE GROUP3, \ MEDIAN.MESHPOINT.JPOSITION, \ MEDIAN.MESHPOINT.IPOSITION, \ + MEDIAN.MESHPOINT.MESHID MESHID, \ 2 DATAID \ from MEDIAN.MESHLAYER ml, \ MEDIAN.MESHPOINT, \