[Dive4elements-commits] [PATCH] Remove hws, lines and catchments from meta-data.xml and add hwslines
Wald Commits
scm-commit at wald.intevation.org
Mon Feb 25 15:31:52 CET 2013
# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1361802700 -3600
# Branch dami
# Node ID 1ffd36a0606526d2ed3ac642ea48877e2446efce
# Parent d3193a336ddd21d7317be95f5f0fafe18390399b
Remove hws, lines and catchments from meta-data.xml and add hwslines
diff -r d3193a336ddd -r 1ffd36a06065 flys-artifacts/doc/conf/meta-data.xml
--- a/flys-artifacts/doc/conf/meta-data.xml Mon Feb 25 12:52:55 2013 +0100
+++ b/flys-artifacts/doc/conf/meta-data.xml Mon Feb 25 15:31:40 2013 +0100
@@ -929,23 +929,6 @@
</dc:elements>
</dc:context>
</dc:macro>
- <dc:macro name="flood-map-hws">
- <dc:context>
- <dc:statement>
- SELECT count(*) as km_exists, name as name
- FROM hws WHERE river_id = ${river_id} GROUP BY name
- </dc:statement>
- <dc:elements>
- <dc:if test="$km_exists>0">
- <hws>
- <dc:attribute name="factory" value="wmshwsfactory"/>
- <dc:attribute name="ids" value="${river_id};${name}"/>
- <dc:attribute name="name" value="${name}"/>
- </hws>
- </dc:if>
- </dc:elements>
- </dc:context>
- </dc:macro>
<dc:macro name="flood-map-hydr-boundaries">
<hydr_boundaries_lines>
<dc:call-macro name="flood-map-hydr-boundaries-lines"/>
@@ -1026,23 +1009,6 @@
</dc:context>
</land>
</dc:macro>
- <dc:macro name="flood-map-catchments">
- <dc:context>
- <dc:statement>
- SELECT count(*) as km_exists, name as name
- FROM catchment WHERE river_id = ${river_id} GROUP BY name
- </dc:statement>
- <dc:elements>
- <dc:if test="$km_exists>0">
- <catchment>
- <dc:attribute name="factory" value="wmscatchmentfactory"/>
- <dc:attribute name="ids" value="${river_id};${name}"/>
- <dc:attribute name="name" value="${name}"/>
- </catchment>
- </dc:if>
- </dc:elements>
- </dc:context>
- </dc:macro>
<dc:macro name="flood-map-floodplain">
<dc:context>
<dc:statement>
@@ -1059,11 +1025,11 @@
</dc:elements>
</dc:context>
</dc:macro>
- <dc:macro name="flood-map-lines">
+ <dc:macro name="flood-map-hwslines">
<dc:context>
<dc:statement>
SELECT count(*) as km_exists, name as name
- FROM lines WHERE river_id = ${river_id} GROUP BY name
+ FROM hws_lines WHERE river_id = ${river_id} GROUP BY name
</dc:statement>
<dc:elements>
<dc:if test="$km_exists>0">
@@ -1223,9 +1189,6 @@
<fixpoints>
<dc:call-macro name="flood-map-fixpoints"/>
</fixpoints>
- <hws>
- <dc:call-macro name="flood-map-hws"/>
- </hws>
<hydrboundaries>
<dc:call-macro name="flood-map-hydr-boundaries"/>
<dc:call-macro name="flood-map-floodplain"/>
@@ -1238,9 +1201,9 @@
<dc:call-macro name="flood-map-km"/>
<dc:call-macro name="flood-map-qps"/>
</kilometrage>
- <lines>
- <dc:call-macro name="flood-map-lines"/>
- </lines>
+ <hwslines>
+ <dc:call-macro name="flood-map-hwslines"/>
+ </hwslines>
<dc:call-macro name="flood-map-uesk"/>
<gaugelocations>
<dc:call-macro name="flood-map-gaugelocations"/>
More information about the Dive4elements-commits
mailing list