Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 6238:f58a4aafcdf6
Fix accidental mistake in group expression of some waterlevels
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 10 Jun 2013 10:57:14 +0200 |
parents | d961b6d0237e |
children | 1366057e017e |
comparison
equal
deleted
inserted
replaced
6237:d961b6d0237e | 6238:f58a4aafcdf6 |
---|---|
490 | 490 |
491 <dc:macro name="longitudinal"> | 491 <dc:macro name="longitudinal"> |
492 <dc:filter expr="$out_name = 'longitudinal_section'"> | 492 <dc:filter expr="$out_name = 'longitudinal_section'"> |
493 <dc:if test="dc:has-result()"> | 493 <dc:if test="dc:has-result()"> |
494 <waterlevels> | 494 <waterlevels> |
495 <dc:group expr="$river $a_creation"> | 495 <dc:group expr="concat($river, ' ', $a_creation)"> |
496 <dc:comment>Aheinecke: Why is this grouping different from the rest?</dc:comment> | 496 <dc:comment>Aheinecke: Why is this grouping different from the rest?</dc:comment> |
497 <longitudinal_section_columns description="{dc:group-key()}"> | 497 <longitudinal_section_columns description="{dc:group-key()}"> |
498 <dc:for-each> | 498 <dc:for-each> |
499 <dc:element name="${facet_name}"> | 499 <dc:element name="${facet_name}"> |
500 <dc:attribute name="description" value="${facet_description}"/> | 500 <dc:attribute name="description" value="${facet_description}"/> |