# HG changeset patch # User Felix Wolfsteller # Date 1337809552 0 # Node ID e50cc06c6c4cfcc23400fd233fc01b780ac5f81b # Parent 97cb098dbf7a6b3eefcf4a09c6e612b77f4bbd0b Serve heightmarks and floodprotection in dc conf for duration curves. flys-artifacts/trunk@4486 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 97cb098dbf7a -r e50cc06c6c4c flys-artifacts/ChangeLog --- a/flys-artifacts/ChangeLog Wed May 23 20:45:10 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed May 23 21:45:52 2012 +0000 @@ -1,3 +1,8 @@ +2012-05-23 Felix Wolfsteller + + * doc/conf/meta-data.xml: Serve floodprotections and heightmarks + with relative points for duration curves. + 2012-05-23 Felix Wolfsteller * src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java: diff -r 97cb098dbf7a -r e50cc06c6c4c flys-artifacts/doc/conf/meta-data.xml --- a/flys-artifacts/doc/conf/meta-data.xml Wed May 23 20:45:10 2012 +0000 +++ b/flys-artifacts/doc/conf/meta-data.xml Wed May 23 21:45:52 2012 +0000 @@ -244,6 +244,40 @@ + + + + + + SELECT id AS prot_id, + description AS prot_description + FROM wsts WHERE kind = 4 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 + + + + + + + + + + + + + + + @@ -310,6 +344,44 @@ + + + + + + SELECT id AS prot_id, + description AS prot_description + FROM wsts WHERE kind = 5 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 + + + + + + + + + + + + + + + + @@ -563,6 +635,8 @@ + +