Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 1868:9793a67d7998
Have old_data in dc for discharge_longitudinal_sections.
flys-artifacts/trunk@3217 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 10 Nov 2011 11:37:51 +0000 |
parents | ba6659083fa0 |
children | 8f7bc6acd48d |
comparison
equal
deleted
inserted
replaced
1867:b1df3e64d8f5 | 1868:9793a67d7998 |
---|---|
681 | 681 |
682 <dc:comment> | 682 <dc:comment> |
683 Import longitudinal sections only if the ${artifact-out} is defined as 'longitudinal_section' | 683 Import longitudinal sections only if the ${artifact-out} is defined as 'longitudinal_section' |
684 --------------------------------------------------------------------------------------------- | 684 --------------------------------------------------------------------------------------------- |
685 </dc:comment> | 685 </dc:comment> |
686 <dc:when test="dc:contains($artifact-outs, 'longitudinal_section')"> | 686 <dc:when test="dc:contains($artifact-outs, 'longitudinal_section') or (dc:contains($artifact-outs, 'discharge_longitudinal_section'))"> |
687 <dc:context> | 687 <dc:context> |
688 <dc:statement> | 688 <dc:statement> |
689 SELECT id AS out_id | 689 SELECT id AS out_id |
690 FROM outs | 690 FROM outs |
691 WHERE artifact_id = ${a_id} AND name = 'longitudinal_section' | 691 WHERE artifact_id = ${a_id} AND name = 'longitudinal_section' |