changeset 5579:d8209556c6fa

Move floodmap folders to the top folder similar to the map module
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 05 Apr 2013 16:48:07 +0200
parents c0eca1287e0e
children fa5868a52f14
files flys-artifacts/doc/conf/meta-data.xml
diffstat 1 files changed, 11 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- 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>

http://dive4elements.wald.intevation.org