# HG changeset patch # User Felix Wolfsteller # Date 1337839165 0 # Node ID 28e7c1637f7853bd4dfda78b0b21d1b3f0d97510 # Parent 23b4ff116015cdbd146ca5d622001729dd4b99c0 Include thematic heights in dc conf for reference curves. flys-artifacts/trunk@4497 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 23b4ff116015 -r 28e7c1637f78 flys-artifacts/ChangeLog --- a/flys-artifacts/ChangeLog Thu May 24 05:58:33 2012 +0000 +++ b/flys-artifacts/ChangeLog Thu May 24 05:59:25 2012 +0000 @@ -1,3 +1,8 @@ +2012-05-24 Felix Wolfsteller + + * doc/conf/meta-data.xml: Include other "thematic" heights for + reference curve relative points dc conf. + 2012-05-24 Felix Wolfsteller * src/main/java/de/intevation/flys/artifacts/states/ReferenceCurveState.java: diff -r 23b4ff116015 -r 28e7c1637f78 flys-artifacts/doc/conf/meta-data.xml --- a/flys-artifacts/doc/conf/meta-data.xml Thu May 24 05:58:33 2012 +0000 +++ b/flys-artifacts/doc/conf/meta-data.xml Thu May 24 05:59:25 2012 +0000 @@ -112,6 +112,40 @@ + + + + + + SELECT id AS prot_id, + description AS prot_description + FROM wsts WHERE kind = 1 AND river_id = ${river_id} + + + + + + + SELECT id AS prot_column_id, + name AS prot_column_name, + position AS prot_rel_pos + FROM wst_columns WHERE wst_id = ${prot_id} + ORDER by position + + + + + + + + + + + + + + + @@ -533,12 +567,13 @@ - - + + - + +