Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 7455:cab749184ed7
issue1512: Repair loading all of flowvelocitymeasurements by not equipping
folder node with id and factory.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 29 Oct 2013 10:42:12 +0100 |
parents | 6b8d9c001329 |
children | 1d37d324eedc |
comparison
equal
deleted
inserted
replaced
7454:d9488ca6090b | 7455:cab749184ed7 |
---|---|
1725 FROM flow_velocity_measurements WHERE river_id = ${river_id} | 1725 FROM flow_velocity_measurements WHERE river_id = ${river_id} |
1726 </dc:statement> | 1726 </dc:statement> |
1727 <dc:if test="dc:has-result()"> | 1727 <dc:if test="dc:has-result()"> |
1728 <flowvelocitymeasurement> | 1728 <flowvelocitymeasurement> |
1729 <dc:for-each> | 1729 <dc:for-each> |
1730 <dc:comment>TODO: Why has this an id and factory?</dc:comment> | 1730 <flow_velocity_measurement name="{$fvmd}"> |
1731 <flow_velocity_measurement name="{$fvmd}" | |
1732 ids="{$fvmid}" | |
1733 factory="flowvelocity" target_out="{$out}" > | |
1734 <dc:context> | 1731 <dc:context> |
1735 <dc:statement> | 1732 <dc:statement> |
1736 SELECT id, description, station, datetime, v, w, q | 1733 SELECT id, description, station, datetime, v, w, q |
1737 FROM flow_velocity_measure_values | 1734 FROM flow_velocity_measure_values |
1738 WHERE measurements_id = ${fvmid} | 1735 WHERE measurements_id = ${fvmid} |