comparison flys-artifacts/doc/conf/meta-data.xml @ 5575:bf319ba67212

Put the correct annotations into flowvelocity dc and fix measurement name.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 05 Apr 2013 14:55:43 +0200
parents 7be6785ad7b9
children d8209556c6fa
comparison
equal deleted inserted replaced
5574:9245ef9e349b 5575:bf319ba67212
579 FROM flow_velocity_measure_values 579 FROM flow_velocity_measure_values
580 WHERE measurements_id = ${fvmid} 580 WHERE measurements_id = ${fvmid}
581 AND station BETWEEN ${fromkm} AND ${tokm} 581 AND station BETWEEN ${fromkm} AND ${tokm}
582 </dc:statement> 582 </dc:statement>
583 <dc:for-each> 583 <dc:for-each>
584 <measurement_value name="{$id}-{$description}-{$station}-{$datetime}" 584 <measurement_value name="{$description} - {$station} - {$datetime}"
585 ids="{$id}" 585 ids="{$id}"
586 factory="flowvelocity"/> 586 factory="flowvelocity"/>
587 </dc:for-each> 587 </dc:for-each>
588 </dc:context> 588 </dc:context>
589 </flow_velocity_measurement> 589 </flow_velocity_measurement>
670 <dc:call-macro name="annotations"/> 670 <dc:call-macro name="annotations"/>
671 </dc:if> 671 </dc:if>
672 <dc:if test="dc:contains($artifact-outs, 'bed_difference_height_year')"> 672 <dc:if test="dc:contains($artifact-outs, 'bed_difference_height_year')">
673 <dc:call-macro name="annotations"/> 673 <dc:call-macro name="annotations"/>
674 </dc:if> 674 </dc:if>
675 <dc:if test="dc:contains($artifact-outs, 'flow_velocity')">
676 <dc:call-macro name="annotations"/>
677 </dc:if>
678 </dc:when> 675 </dc:when>
679 <dc:otherwise> 676 <dc:otherwise>
680 <dc:comment> 677 <dc:comment>
681 Non - Recommendations. 678 Non - Recommendations.
682 </dc:comment> 679 </dc:comment>
727 </dc:if> 724 </dc:if>
728 <dc:if test="dc:contains($artifact-outs, 'map')"> 725 <dc:if test="dc:contains($artifact-outs, 'map')">
729 <dc:call-macro name="flood-map-complete"/> 726 <dc:call-macro name="flood-map-complete"/>
730 </dc:if> 727 </dc:if>
731 <dc:if test="dc:contains($artifact-outs, 'flow_velocity')"> 728 <dc:if test="dc:contains($artifact-outs, 'flow_velocity')">
732 <dc:call-macro name="annotations"/> 729 <dc:call-macro name="annotations_per_type"/>
733 <dc:call-macro name="flow_velocity_measurements"/> 730 <dc:call-macro name="flow_velocity_measurements"/>
734 </dc:if> 731 </dc:if>
735 <dc:comment> 732 <dc:comment>
736 MINFO bedheight middle 733 MINFO bedheight middle
737 </dc:comment> 734 </dc:comment>

http://dive4elements.wald.intevation.org