Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 4121:f5e13feb35c5
Fix 943/3: Show flood-protections in WSP DC.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 12 Oct 2012 16:43:00 +0200 |
parents | 8d88e8118ba8 |
children | 0b0192727265 |
comparison
equal
deleted
inserted
replaced
4120:062cb6605653 | 4121:f5e13feb35c5 |
---|---|
488 <dc:elements> | 488 <dc:elements> |
489 <flood_protection> | 489 <flood_protection> |
490 <dc:attribute name="name" value="${prot_description}"/> | 490 <dc:attribute name="name" value="${prot_description}"/> |
491 <dc:attribute name="db-id" value="${prot_id}"/> | 491 <dc:attribute name="db-id" value="${prot_id}"/> |
492 <dc:attribute name="factory" value="staticwkms"/> | 492 <dc:attribute name="factory" value="staticwkms"/> |
493 <columns> | 493 <dc:context> |
494 <dc:context> | 494 <dc:statement> |
495 <dc:statement> | 495 SELECT id AS prot_column_id, |
496 SELECT id AS prot_column_id, | 496 name AS prot_column_name, |
497 name AS prot_column_name, | 497 position AS prot_rel_pos |
498 position AS prot_rel_pos | 498 FROM wst_columns WHERE wst_id = ${prot_id} |
499 FROM wst_columns WHERE wst_id = ${prot_id} | 499 ORDER by position |
500 ORDER by position | 500 </dc:statement> |
501 </dc:statement> | 501 <dc:elements> |
502 <dc:elements> | 502 <column> |
503 <column> | 503 <dc:attribute name="name" value="${prot_column_name}"/> |
504 <dc:attribute name="name" value="${prot_column_name}"/> | 504 <dc:attribute name="ids" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/> |
505 <dc:attribute name="ids" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/> | 505 <dc:attribute name="factory" value="staticwkms"/> |
506 <dc:attribute name="factory" value="staticwkms"/> | 506 </column> |
507 </column> | 507 </dc:elements> |
508 </dc:elements> | 508 </dc:context> |
509 </dc:context> | |
510 </columns> | |
511 </flood_protection> | 509 </flood_protection> |
512 </dc:elements> | 510 </dc:elements> |
513 </dc:context> | 511 </dc:context> |
514 </flood_protections> | 512 </flood_protections> |
515 </dc:macro> | 513 </dc:macro> |
667 <dc:call-macro name="basedata_2_fixations"/> | 665 <dc:call-macro name="basedata_2_fixations"/> |
668 <dc:comment comment=" HOEHENMARKEN ---------------------------"/> | 666 <dc:comment comment=" HOEHENMARKEN ---------------------------"/> |
669 <dc:call-macro name="basedata_4_heightmarks-points"/> | 667 <dc:call-macro name="basedata_4_heightmarks-points"/> |
670 <dc:comment comment=" AMTL LINIEN ---------------------------"/> | 668 <dc:comment comment=" AMTL LINIEN ---------------------------"/> |
671 <dc:call-macro name="basedata_3_officials"/> | 669 <dc:call-macro name="basedata_3_officials"/> |
670 <dc:call-macro name="basedata_5_flood-protections"/> | |
672 <dc:call-macro name="annotations_per_type"/> | 671 <dc:call-macro name="annotations_per_type"/> |
673 </dc:if> | 672 </dc:if> |
674 <dc:if test="dc:contains($artifact-outs, 'reference_curve')"> | 673 <dc:if test="dc:contains($artifact-outs, 'reference_curve')"> |
675 <dc:call-macro name="annotations"/> | 674 <dc:call-macro name="annotations"/> |
676 <!--dc:call-macro name="basedata_0"/--> | 675 <!--dc:call-macro name="basedata_0"/--> |