Mercurial > dive4elements > river
changeset 5328:91070b784212
Move hws out of data cage flood map.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Fri, 15 Mar 2013 19:41:13 +0100 |
parents | 5376aa576604 |
children | 029b5f5f1dcc |
files | flys-artifacts/doc/conf/meta-data.xml |
diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/meta-data.xml Fri Mar 15 19:35:46 2013 +0100 +++ b/flys-artifacts/doc/conf/meta-data.xml Fri Mar 15 19:41:13 2013 +0100 @@ -946,15 +946,22 @@ <dc:when test="dc:contains($parameters, 'dem')"> <dc:call-macro name="flood-map-dem"/> </dc:when> - <dc:when test="dc:contains($parameters, 'hws')"> + <!-- 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:when --> <dc:otherwise> <dc:call-macro name="flood-map-complete"/> </dc:otherwise> </dc:choose> </floodmap> + <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:macro name="flood-map-recommended"> <dc:comment> FIXME: Following two macros look identical to me.