Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 3588:76571c601d06
Add more discharge curve data to DC and W/Q diag.
flys-artifacts/trunk@5204 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 14 Aug 2012 14:02:28 +0000 |
parents | 9dfbd36474b8 |
children | ab447cd29b73 |
comparison
equal
deleted
inserted
replaced
3587:9dfbd36474b8 | 3588:76571c601d06 |
---|---|
1616 <dc:elements> | 1616 <dc:elements> |
1617 <dc:context> | 1617 <dc:context> |
1618 <dc:statement> | 1618 <dc:statement> |
1619 SELECT name AS facet_name, num as facet_num, description AS facet_description | 1619 SELECT name AS facet_name, num as facet_num, description AS facet_description |
1620 FROM facets | 1620 FROM facets |
1621 WHERE out_id = ${out_id} and ( name LIKE 'fix_sector_average_wq%' OR name = 'fix_wq_curve' ) | 1621 WHERE out_id = ${out_id} and ( name LIKE 'fix_sector_average_wq%' OR name = 'fix_wq_curve' OR name LIKE 'fix_analysis_events_wq%' OR name LIKE 'fix_reference_events_wq%' ) |
1622 ORDER BY num ASC, name DESC | 1622 ORDER BY num ASC, name DESC |
1623 </dc:statement> | 1623 </dc:statement> |
1624 <waterlevels> | 1624 <waterlevels> |
1625 <dc:attribute name="description" value="${river} ${a_creation} ${collection_name}"/> | 1625 <dc:attribute name="description" value="${river} ${a_creation} ${collection_name}"/> |
1626 <dc:elements> | 1626 <dc:elements> |