comparison flys-artifacts/doc/conf/meta-data.xml @ 2761:28e7c1637f78

Include thematic heights in dc conf for reference curves. flys-artifacts/trunk@4497 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 24 May 2012 05:59:25 +0000
parents d972c4cf5898
children 9ab82fe0f27b
comparison
equal deleted inserted replaced
2760:23b4ff116015 2761:28e7c1637f78
105 <dc:attribute name="factory" value="staticwkms"/> 105 <dc:attribute name="factory" value="staticwkms"/>
106 </column> 106 </column>
107 </dc:elements> 107 </dc:elements>
108 </dc:context> 108 </dc:context>
109 </additional> 109 </additional>
110 </dc:elements>
111 </dc:context>
112 </additionals>
113 </dc:macro>
114
115 <dc:macro name="basedata_1_additionals-relative_point">
116 <dc:comment comment=".ZUS -------------------------------"/>
117 <additionals>
118 <dc:context>
119 <dc:statement>
120 SELECT id AS prot_id,
121 description AS prot_description
122 FROM wsts WHERE kind = 1 AND river_id = ${river_id}
123 </dc:statement>
124 <dc:elements>
125 <relativepoint>
126 <dc:attribute name="name" value="${prot_description}"/>
127 <dc:context>
128 <dc:statement>
129 SELECT id AS prot_column_id,
130 name AS prot_column_name,
131 position AS prot_rel_pos
132 FROM wst_columns WHERE wst_id = ${prot_id}
133 ORDER by position
134 </dc:statement>
135 <dc:elements>
136 <column>
137 <dc:attribute name="name" value="${prot_column_name}"/>
138 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/>
139 <dc:attribute name="factory" value="staticwkms"/>
140 </column>
141 </dc:elements>
142 </dc:context>
143 </relativepoint>
110 </dc:elements> 144 </dc:elements>
111 </dc:context> 145 </dc:context>
112 </additionals> 146 </additionals>
113 </dc:macro> 147 </dc:macro>
114 148
531 <dc:call-macro name="basedata_4_heightmarks-points"/> 565 <dc:call-macro name="basedata_4_heightmarks-points"/>
532 <dc:call-macro name="annotations"/> 566 <dc:call-macro name="annotations"/>
533 </dc:if> 567 </dc:if>
534 <dc:if test="dc:contains($artifact-outs, 'reference_curve')"> 568 <dc:if test="dc:contains($artifact-outs, 'reference_curve')">
535 <dc:call-macro name="annotations"/> 569 <dc:call-macro name="annotations"/>
536 <dc:call-macro name="basedata_0"/> 570 <!--dc:call-macro name="basedata_0"/-->
537 <dc:call-macro name="basedata_1_additionals"/> 571 <dc:call-macro name="basedata_1_additionals-relative_point"/>
538 <dc:comment comment=" FIXATIONS ---------------------------"/> 572 <dc:comment comment=" FIXATIONS ---------------------------"/>
539 <dc:call-macro name="basedata_2_fixations_relative_point"/> 573 <dc:call-macro name="basedata_2_fixations_relative_point"/>
540 <dc:comment comment=" HOEHENMARKEN ---------------------------"/> 574 <dc:comment comment=" HOEHENMARKEN ---------------------------"/>
541 <dc:call-macro name="basedata_4_heightmarks-points"/> 575 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/>
576 <dc:call-macro name="basedata_5_flood-protections_relative_points"/>
542 </dc:if> 577 </dc:if>
543 <dc:comment comment="--- non-recommendations---"/> 578 <dc:comment comment="--- non-recommendations---"/>
544 </dc:otherwise> 579 </dc:otherwise>
545 </dc:choose> 580 </dc:choose>
546 581

http://dive4elements.wald.intevation.org