Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 7912:06aca4e889b9
Allow differentiating between units of sediment sources/sinks in annotation types also in datacage.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 04 Jun 2014 12:22:01 +0200 |
parents | 34fa3f8c20ed |
children | b46df5f9b786 |
comparison
equal
deleted
inserted
replaced
7911:28c403ec0a27 | 7912:06aca4e889b9 |
---|---|
1562 <dc:context> | 1562 <dc:context> |
1563 <dc:statement> | 1563 <dc:statement> |
1564 SELECT id AS anno_id, | 1564 SELECT id AS anno_id, |
1565 name AS anno_description | 1565 name AS anno_description |
1566 FROM annotation_types | 1566 FROM annotation_types |
1567 WHERE name IN ('Quelle', 'Senke') | 1567 WHERE name LIKE 'Quelle%' OR name LIKE 'Senke%' |
1568 </dc:statement> | 1568 </dc:statement> |
1569 <dc:for-each> | 1569 <dc:for-each> |
1570 <annotation name="{$anno_description}" | 1570 <annotation name="{$anno_description}" |
1571 factory="annotations" target_out="{$out}" | 1571 factory="annotations" target_out="{$out}" |
1572 ids="{$river_id}:{$anno_description}"/> | 1572 ids="{$river_id}:{$anno_description}"/> |