[Dive4elements-commits] [PATCH 2 of 4] Move floodmap folders to the top folder similar to the map module

Wald Commits scm-commit at wald.intevation.org
Fri Apr 5 17:12:28 CEST 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1365173287 -7200
# Node ID d8209556c6fa5325936dfdf7fdec5ddca8bf4069
# Parent  c0eca1287e0eaed8f6c96d1fb93de43a93ac1bc6
Move floodmap folders to the top folder similar to the map module

diff -r c0eca1287e0e -r d8209556c6fa flys-artifacts/doc/conf/meta-data.xml
--- a/flys-artifacts/doc/conf/meta-data.xml	Fri Apr 05 12:52:21 2013 +0200
+++ b/flys-artifacts/doc/conf/meta-data.xml	Fri Apr 05 16:48:07 2013 +0200
@@ -853,19 +853,17 @@
         </dc:if>
 
         <dc:if test="dc:contains($artifact-outs, 'floodmap') or dc:contains($artifact-outs, 'floodmap-hws')">
-          <floodmap>
-            <dc:choose>
-              <dc:when test="dc:contains($parameters, 'recommended')">
-                <dc:call-macro name="flood-map-recommended"/>
-              </dc:when>
-              <dc:when test="dc:contains($parameters, 'dem')">
-                <dc:call-macro name="flood-map-dem"/>
-              </dc:when>
-              <dc:otherwise>
-                <dc:call-macro name="flood-map-complete"/>
-              </dc:otherwise>
-            </dc:choose>
-          </floodmap>
+          <dc:choose>
+            <dc:when test="dc:contains($parameters, 'recommended')">
+              <dc:call-macro name="flood-map-recommended"/>
+            </dc:when>
+            <dc:when test="dc:contains($parameters, 'dem')">
+              <dc:call-macro name="flood-map-dem"/>
+            </dc:when>
+            <dc:otherwise>
+              <dc:call-macro name="flood-map-complete"/>
+            </dc:otherwise>
+          </dc:choose>
 
           <dc:if test="dc:contains($parameters, 'hws')">
             <hws>


More information about the Dive4elements-commits mailing list