Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 4165:f54223644814
Fix loading former derivative curves in fixation analysis artifacts DC.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 17 Oct 2012 22:29:18 +0200 |
parents | 58864f4f6e3b |
children | 8c7e76521904 |
comparison
equal
deleted
inserted
replaced
4164:8d3e8cb54e4c | 4165:f54223644814 |
---|---|
1741 <dc:elements> | 1741 <dc:elements> |
1742 <dc:context> | 1742 <dc:context> |
1743 <dc:statement> | 1743 <dc:statement> |
1744 SELECT name AS facet_name, num as facet_num, description AS facet_description | 1744 SELECT name AS facet_name, num as facet_num, description AS facet_description |
1745 FROM facets | 1745 FROM facets |
1746 WHERE out_id = ${out_id} and name = 'fix_derivate' | 1746 WHERE out_id = ${out_id} and name = 'fix_derivate_curve' |
1747 ORDER BY num ASC, name DESC | 1747 ORDER BY num ASC, name DESC |
1748 </dc:statement> | 1748 </dc:statement> |
1749 <waterlevels> | 1749 <waterlevels> |
1750 <dc:attribute name="description" value="${river} ${a_creation} ${collection_name}"/> | 1750 <dc:attribute name="description" value="${river} ${a_creation} ${collection_name}"/> |
1751 <dc:elements> | 1751 <dc:elements> |