comparison flys-artifacts/doc/conf/meta-data.xml @ 2101:d54518bac974

Fix flys/issue439, made annotations available via datacage. flys-artifacts/trunk@3655 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 11 Jan 2012 14:36:19 +0000
parents 2f5cb58e662e
children d7176cef0aa0
comparison
equal deleted inserted replaced
2100:2f5cb58e662e 2101:d54518bac974
346 <dc:attribute name="name" value="${river_name}"/> 346 <dc:attribute name="name" value="${river_name}"/>
347 347
348 <dc:choose> 348 <dc:choose>
349 <dc:when test="dc:contains($parameters, 'recommended')"> 349 <dc:when test="dc:contains($parameters, 'recommended')">
350 <dc:comment> 350 <dc:comment>
351 Recommendations. 351 Recommendations (client shall load immediately).
352 </dc:comment> 352 </dc:comment>
353 <dc:if test="dc:contains($artifact-outs, 'w_differences') or (dc:contains($artifact-outs, 'discharge_longitudinal_section'))"> 353 <dc:if test="dc:contains($artifact-outs, 'w_differences') or (dc:contains($artifact-outs, 'discharge_longitudinal_section'))">
354 <dc:call-macro name="annotations"/> 354 <dc:call-macro name="annotations"/>
355 </dc:if> 355 </dc:if>
356 <dc:if test="dc:contains($artifact-outs, 'cross_section')"> 356 <dc:if test="dc:contains($artifact-outs, 'cross_section')">
357 <dc:call-macro name="cross_sections"/> 357 <dc:call-macro name="cross_sections"/>
358 </dc:if> 358 </dc:if>
359 </dc:when> 359 </dc:when>
360 <dc:otherwise> 360 <dc:otherwise>
361 <dc:comment> 361 <dc:comment>
362 Non - Recommendations. 362 Non - Recommendations.
363 </dc:comment> 363 </dc:comment>
364 <dc:if test="dc:contains($artifact-outs, 'cross_section')"> 364 <dc:if test="dc:contains($artifact-outs, 'cross_section')">
365 <dc:call-macro name="basedata_0"/> 365 <dc:call-macro name="basedata_0"/>
366 <dc:call-macro name="basedata_1_additionals"/> 366 <dc:call-macro name="basedata_1_additionals"/>
367 </dc:if> 367 </dc:if>
368 <dc:if test="dc:contains($artifact-outs, 'discharge_longitudinal_section')"> 368 <dc:if test="dc:contains($artifact-outs, 'discharge_longitudinal_section')">
369 <dc:call-macro name="basedata_0"/> 369 <dc:call-macro name="basedata_0"/>
370 <dc:call-macro name="basedata_4_heightmarks-points"/> 370 <dc:call-macro name="basedata_4_heightmarks-points"/>
371 </dc:if> 371 </dc:if>
378 <dc:call-macro name="basedata_1_additionals"/> 378 <dc:call-macro name="basedata_1_additionals"/>
379 <dc:comment comment=" FIXATIONS ---------------------------"/> 379 <dc:comment comment=" FIXATIONS ---------------------------"/>
380 <dc:call-macro name="basedata_2_fixations"/> 380 <dc:call-macro name="basedata_2_fixations"/>
381 <dc:comment comment=" HOEHENMARKEN ---------------------------"/> 381 <dc:comment comment=" HOEHENMARKEN ---------------------------"/>
382 <dc:call-macro name="basedata_4_heightmarks-points"/> 382 <dc:call-macro name="basedata_4_heightmarks-points"/>
383 <dc:call-macro name="annotations"/>
383 </dc:if> 384 </dc:if>
384 <dc:comment comment="--- non-recommendations---"/> 385 <dc:comment comment="--- non-recommendations---"/>
385 </dc:otherwise> 386 </dc:otherwise>
386 </dc:choose> 387 </dc:choose>
387 388

http://dive4elements.wald.intevation.org