[PATCH] issue1512: Repair loading all of flowvelocitymeasurements by not equipping

Wald Commits scm-commit at wald.intevation.org
Tue Oct 29 10:45:38 CET 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1383039732 -3600
# Node ID cab749184ed76693fe4c47579a29534d5e62c3f7
# Parent  d9488ca6090b69bc58742e305a4777327c3b0b8c
issue1512: Repair loading all of flowvelocitymeasurements by not equipping
folder node with id and factory.

diff -r d9488ca6090b -r cab749184ed7 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml	Mon Oct 28 15:46:26 2013 +0100
+++ b/artifacts/doc/conf/meta-data.xml	Tue Oct 29 10:42:12 2013 +0100
@@ -1727,10 +1727,7 @@
         <dc:if test="dc:has-result()">
           <flowvelocitymeasurement>
             <dc:for-each>
-              <dc:comment>TODO: Why has this an id and factory?</dc:comment>
-              <flow_velocity_measurement name="{$fvmd}"
-                                         ids="{$fvmid}"
-                                         factory="flowvelocity" target_out="{$out}" >
+              <flow_velocity_measurement name="{$fvmd}">
                 <dc:context>
                   <dc:statement>
                     SELECT id, description, station, datetime, v, w, q


More information about the Dive4elements-commits mailing list