Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 9640:68d7b09a47b7
zu pos 20 little fixes
author | dnt_bjoernsen <d.tironi@bjoernsen.de> |
---|---|
date | Tue, 12 Nov 2019 10:07:09 +0100 |
parents | f51e23eb036a |
children | f96be528ee35 |
comparison
equal
deleted
inserted
replaced
9639:df668014016e | 9640:68d7b09a47b7 |
---|---|
1413 </vegetation_zones> | 1413 </vegetation_zones> |
1414 </uinfo> | 1414 </uinfo> |
1415 </dc:macro> | 1415 </dc:macro> |
1416 | 1416 |
1417 <dc:macro name="predefined_infrastructures"> | 1417 <dc:macro name="predefined_infrastructures"> |
1418 <sinfo.flood_duration.infrastructures> | 1418 <sinfo_flood_duration_infrastructures> |
1419 <dc:choose> | 1419 <dc:choose> |
1420 <dc:when test="dc:contains($riverside, 'left')"> | 1420 <dc:when test="dc:contains($riverside, 'left')"> |
1421 <dc:context connection="system"> | 1421 <dc:context connection="system"> |
1422 <dc:variable name="infra_rs_clause" expr="'AND (lower(rs.value) = ''links'')'" /> | 1422 <dc:variable name="infra_rs_clause" expr="'AND (lower(rs.value) = ''links'')'" /> |
1423 <!--dc:call-macro name="infrastructures_statement" /--> | 1423 <!--dc:call-macro name="infrastructures_statement" /--> |
1438 <dc:call-macro name="infrastructures_bothsides_statement" /> | 1438 <dc:call-macro name="infrastructures_bothsides_statement" /> |
1439 <dc:call-macro name="infrastructures_groups_fill" /> | 1439 <dc:call-macro name="infrastructures_groups_fill" /> |
1440 </dc:context> | 1440 </dc:context> |
1441 </dc:otherwise> | 1441 </dc:otherwise> |
1442 </dc:choose> | 1442 </dc:choose> |
1443 </sinfo.flood_duration.infrastructures> | 1443 </sinfo_flood_duration_infrastructures> |
1444 </dc:macro> | 1444 </dc:macro> |
1445 | 1445 |
1446 <dc:macro name="infrastructures_groups_fill"> | 1446 <dc:macro name="infrastructures_groups_fill"> |
1447 <dc:group expr="$group_label"> | 1447 <dc:group expr="$group_label"> |
1448 <infrastructure_group name="{dc:group-key()}" description="{dc:group-key()}"> | 1448 <infrastructure_group name="{dc:group-key()}" description="{dc:group-key()}"> |
1449 <dc:for-each> | 1449 <dc:for-each> |
1450 <!-- name="{$annotation_type_id}" --> | 1450 <!--target_out MUST BE DEFINED --> |
1451 <!-- not necessary: target_out="{$out}" --> | 1451 <infrastructure_type name="{$type_label}" factory="FAKE_FACTORY" target_out="{$out}" description="{$filename}" |
1452 <infrastructure_type name="{$type_label}" description="{$filename}" factory="FAKE_FACTORY" group_label="{$group_label}" group_id="{$group_id}" type_id="{$type_id}" type_label="{$type_label}" /> | 1452 group_label="{$group_label}" group_id="{$group_id}" type_id="{$type_id}" type_label="{$type_label}" /> |
1453 </dc:for-each> | 1453 </dc:for-each> |
1454 </infrastructure_group> | 1454 </infrastructure_group> |
1455 </dc:group> | 1455 </dc:group> |
1456 </dc:macro> | 1456 </dc:macro> |
1457 | 1457 |