[PATCH] fixed statement for floodplains in datacage-config (with Andre's eyes)
Wald Commits
scm-commit at wald.intevation.org
Wed Jul 24 17:24:06 CEST 2013
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1374679442 -7200
# Node ID 531642542b18fd1b2afa449f2e1e39f72c9fcfa9
# Parent 5e567047ef7290404054b5a925ff4cc6a71f5db1
fixed statement for floodplains in datacage-config (with Andre's eyes)
diff -r 5e567047ef72 -r 531642542b18 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Wed Jul 24 10:50:43 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml Wed Jul 24 17:24:02 2013 +0200
@@ -1920,10 +1920,10 @@
SELECT DISTINCT
fp.kind_id AS kind_id,
flk.name AS kind_name
+ fp.name AS layer_name
FROM floodplain fp
JOIN floodplain_kinds flk on fp.kind_id = flk.id
WHERE river_id = ${river_id}
- AND kind_id=1
</dc:statement>
<dc:if test="dc:has-result()">
<floodplain>
More information about the Dive4elements-commits
mailing list