# HG changeset patch # User Felix Wolfsteller # Date 1319630639 0 # Node ID 87c82499b98fbd77afded86ef6ff890f96e8dff3 # Parent 0e748e8972b5de030785ec34a2e475b2360e90be Added DC configuration to load additional data in longitudinal section. flys-artifacts/trunk@3082 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 0e748e8972b5 -r 87c82499b98f flys-artifacts/ChangeLog --- a/flys-artifacts/ChangeLog Wed Oct 26 08:15:24 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Oct 26 12:03:59 2011 +0000 @@ -1,3 +1,8 @@ +2011-10-26 Felix Wolfsteller + + * doc/conf/meta-data.xml: Added dc configuration for some data + that can be loaded from longitudinal section diagrams. + 2011-10-25 Felix Wolfsteller * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: diff -r 0e748e8972b5 -r 87c82499b98f flys-artifacts/doc/conf/meta-data.xml --- a/flys-artifacts/doc/conf/meta-data.xml Wed Oct 26 08:15:24 2011 +0000 +++ b/flys-artifacts/doc/conf/meta-data.xml Wed Oct 26 12:03:59 2011 +0000 @@ -10,7 +10,139 @@ - + + + + + + + + + + SELECT id AS prot_id, + description AS prot_description + FROM wsts WHERE kind = 0 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 + + + + + + + + + + + + + + + + + + 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 + + + + + + + + + + + + + + + + + + SELECT id AS prot_id, + description AS prot_description + FROM wsts WHERE kind = 2 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 + + + + + + + + + + + + + + + + + + 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 + + + + + + + + + + + + + + + + +