[Dive4elements-commits] [PATCH 4 of 5] Remove commented code that could be copied from below
Wald Commits
scm-commit at wald.intevation.org
Wed Mar 20 16:37:30 CET 2013
# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1363793747 -3600
# Node ID 4b1d8f3674285c4008850805755a65bbb77dc0d4
# Parent 0b5c0c15b13f615aab55765a1b087d8d2ef36b2e
Remove commented code that could be copied from below.
Fix indentention of hws check
diff -r 0b5c0c15b13f -r 4b1d8f367428 flys-artifacts/doc/conf/meta-data.xml
--- a/flys-artifacts/doc/conf/meta-data.xml Wed Mar 20 16:33:29 2013 +0100
+++ b/flys-artifacts/doc/conf/meta-data.xml Wed Mar 20 16:35:47 2013 +0100
@@ -946,21 +946,17 @@
<dc:when test="dc:contains($parameters, 'dem')">
<dc:call-macro name="flood-map-dem"/>
</dc:when>
- <!-- dc:when test="dc:contains($parameters, 'hws')">
- <dc:call-macro name="flood-map-hws-lines" />
- <dc:call-macro name="flood-map-hws-points" />
- </dc:when -->
<dc:otherwise>
<dc:call-macro name="flood-map-complete"/>
</dc:otherwise>
</dc:choose>
</floodmap>
- <dc:if test="dc:contains($parameters, 'hws')">
+ <dc:if test="dc:contains($parameters, 'hws')">
<hws>
<dc:call-macro name="flood-map-hws-lines" />
<dc:call-macro name="flood-map-hws-points" />
</hws>
- </dc:if>
+ </dc:if>
<dc:macro name="flood-map-recommended">
<dc:comment>
@@ -1050,14 +1046,14 @@
</hws>
</dc:elements>
</Durchlass>
- <Damn>
+ <Damm>
<dc:elements filter="$hws_kind=2 and $hws_official=0">
<hws>
<dc:attribute name="factory" value="hwsfactory"/>
<dc:attribute name="name" value="${hws_name}"/>
</hws>
</dc:elements>
- </Damn>
+ </Damm>
<Graben>
<dc:elements filter="$hws_kind=3 and $hws_official=0">
<hws>
More information about the Dive4elements-commits
mailing list