Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 2140:3d73109005b8
Recommend hyks if hit by cross section out.
flys-artifacts/trunk@3718 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 19 Jan 2012 12:59:36 +0000 |
parents | e84e2fcd0241 |
children | 734d5f5e55c0 |
comparison
equal
deleted
inserted
replaced
2139:923256599afe | 2140:3d73109005b8 |
---|---|
333 </dc:elements> | 333 </dc:elements> |
334 </dc:context> | 334 </dc:context> |
335 </cross-sections> | 335 </cross-sections> |
336 </dc:macro> | 336 </dc:macro> |
337 | 337 |
338 <dc:macro name="hyks"> | |
339 <hyks> | |
340 <dc:attribute name="id" value="hyk-${river_id}"/> | |
341 <dc:context> | |
342 <dc:statement> | |
343 SELECT id AS hyk_id, | |
344 description AS hyk_description | |
345 FROM hyks WHERE river_id = ${river_id} | |
346 </dc:statement> | |
347 <dc:elements> | |
348 <hyk> | |
349 <dc:attribute name="name" value="${hyk_description}"/> | |
350 <dc:attribute name="ids" value="${hyk_id}"/> | |
351 <dc:attribute name="factory" value="hyk"/> | |
352 </hyk> | |
353 </dc:elements> | |
354 </dc:context> | |
355 </hyks> | |
356 </dc:macro> | |
338 | 357 |
339 <dc:comment> | 358 <dc:comment> |
340 | 359 |
341 + River-Node | 360 + River-Node |
342 | 361 |
353 <dc:if test="dc:contains($artifact-outs, 'w_differences') or (dc:contains($artifact-outs, 'discharge_longitudinal_section'))"> | 372 <dc:if test="dc:contains($artifact-outs, 'w_differences') or (dc:contains($artifact-outs, 'discharge_longitudinal_section'))"> |
354 <dc:call-macro name="annotations"/> | 373 <dc:call-macro name="annotations"/> |
355 </dc:if> | 374 </dc:if> |
356 <dc:if test="dc:contains($artifact-outs, 'cross_section')"> | 375 <dc:if test="dc:contains($artifact-outs, 'cross_section')"> |
357 <dc:call-macro name="cross_sections"/> | 376 <dc:call-macro name="cross_sections"/> |
377 <dc:call-macro name="hyks"/> | |
358 </dc:if> | 378 </dc:if> |
359 </dc:when> | 379 </dc:when> |
360 <dc:otherwise> | 380 <dc:otherwise> |
361 <dc:comment> | 381 <dc:comment> |
362 Non - Recommendations. | 382 Non - Recommendations. |