comparison artifacts/doc/conf/meta-data.xml @ 7330:cc4477750b09

issue1345: Show bedheight_type in tooltip.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 15 Oct 2013 15:06:29 +0200
parents ed23bfe42b19
children 0ad8ccbd6aa4
comparison
equal deleted inserted replaced
7329:ed23bfe42b19 7330:cc4477750b09
1622 <dc:context> 1622 <dc:context>
1623 <dc:statement> 1623 <dc:statement>
1624 SELECT bhs.id AS bedh_id, 1624 SELECT bhs.id AS bedh_id,
1625 bhs.year AS bedh_year, 1625 bhs.year AS bedh_year,
1626 bhs.description AS bedh_descr, 1626 bhs.description AS bedh_descr,
1627 bht.id AS type_id 1627 bht.name AS type_name
1628 FROM bed_height_single bhs 1628 FROM bed_height_single bhs
1629 JOIN bed_height_type bht ON bht.id = bhs.type_id 1629 JOIN bed_height_type bht ON bht.id = bhs.type_id
1630 WHERE bhs.river_id = ${river_id} 1630 WHERE bhs.river_id = ${river_id}
1631 AND lower(bhs.description) NOT LIKE '%epoch%' 1631 AND lower(bhs.description) NOT LIKE '%epoch%'
1632 </dc:statement> 1632 </dc:statement>
1633 <dc:if test="dc:has-result()"> 1633 <dc:if test="dc:has-result()">
1634 <dc:group expr="$bedh_year"> 1634 <dc:group expr="$bedh_year">
1635 <cross-sections name="{dc:group-key()}"> 1635 <cross-sections name="{dc:group-key()}">
1636 <dc:for-each> 1636 <dc:for-each>
1637 <height factory="bedheight" target_out="{$out}" 1637 <height factory="bedheight"
1638 ids="bedheight-single-{$bedh_id}-{$bedh_year}" 1638 target_out="{$out}"
1639 description="{$type} {$bedh_descr}"/> 1639 ids="bedheight-single-{$bedh_id}-{$bedh_year}"
1640 info="{$type_name}"
1641 description="{$bedh_descr}"/>
1640 </dc:for-each> 1642 </dc:for-each>
1641 </cross-sections> 1643 </cross-sections>
1642 </dc:group> 1644 </dc:group>
1643 <dc:if> 1645 </dc:if>
1644 </dc:context> 1646 </dc:context>
1645 </single> 1647 </single>
1646 </dc:macro> 1648 </dc:macro>
1647 1649
1648 <dc:macro name="bed-heights-epoch"> 1650 <dc:macro name="bed-heights-epoch">

http://dive4elements.wald.intevation.org