Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 5597:085711915cc4
When the HWS parameter is given only show the inline hws
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 08 Apr 2013 16:45:38 +0200 |
parents | 55d6c5cac9d1 |
children | 989c0d196bfe |
comparison
equal
deleted
inserted
replaced
5596:8fce35702908 | 5597:085711915cc4 |
---|---|
861 <dc:call-macro name="flood-map-recommended"/> | 861 <dc:call-macro name="flood-map-recommended"/> |
862 </dc:when> | 862 </dc:when> |
863 <dc:when test="dc:contains($parameters, 'dem')"> | 863 <dc:when test="dc:contains($parameters, 'dem')"> |
864 <dc:call-macro name="flood-map-dem"/> | 864 <dc:call-macro name="flood-map-dem"/> |
865 </dc:when> | 865 </dc:when> |
866 <dc:when test="dc:contains($parameters, 'hws')"> | |
867 <hws> | |
868 <dc:call-macro name="flood-map-hws-lines"/> | |
869 <dc:call-macro name="flood-map-hws-points"/> | |
870 </hws> | |
871 </dc:when> | |
866 <dc:otherwise> | 872 <dc:otherwise> |
867 <dc:call-macro name="flood-map-complete"/> | 873 <dc:call-macro name="flood-map-complete"/> |
868 </dc:otherwise> | 874 </dc:otherwise> |
869 </dc:choose> | 875 </dc:choose> |
870 | |
871 <dc:if test="dc:contains($parameters, 'hws')"> | |
872 <hws> | |
873 <dc:call-macro name="flood-map-hws-lines"/> | |
874 <dc:call-macro name="flood-map-hws-points"/> | |
875 </hws> | |
876 </dc:if> | |
877 | 876 |
878 <dc:macro name="flood-map-recommended"> | 877 <dc:macro name="flood-map-recommended"> |
879 <dc:comment> | 878 <dc:comment> |
880 FIXME: Following two macros look identical to me. | 879 FIXME: Following two macros look identical to me. |
881 </dc:comment> | 880 </dc:comment> |