Mercurial > dive4elements > river
changeset 968:0fd335b4b21b
Added missing river_id for the datacage factory node of the wmsbackground layer.
flys-artifacts/trunk@2390 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 21 Jul 2011 15:13:07 +0000 |
parents | 89dfdfe823f0 |
children | 2c8fc60125b9 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/meta-data-template.xml |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Jul 21 15:07:38 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Jul 21 15:13:07 2011 +0000 @@ -1,3 +1,8 @@ +2011-07-21 Ingo Weinzierl <ingo@intevation.de> + + * doc/conf/meta-data-template.xml: Now, the river-id is really added to + the factory node of the wmsbackground layer. + 2011-07-21 Ingo Weinzierl <ingo@intevation.de> * doc/conf/meta-data-template.xml: Added the river-id to the factory node
--- a/flys-artifacts/doc/conf/meta-data-template.xml Thu Jul 21 15:07:38 2011 +0000 +++ b/flys-artifacts/doc/conf/meta-data-template.xml Thu Jul 21 15:13:07 2011 +0000 @@ -232,6 +232,7 @@ <rastermap> <background> <dc:attribute name="factory" value="wmsbackground"/> + <dc:attribute name="db-ids" value="${river_id}"/> </background> </rastermap> </dc:macro> @@ -245,6 +246,7 @@ <rastermap> <background> <dc:attribute name="factory" value="wmsbackground"/> + <dc:attribute name="db-ids" value="${river_id}"/> </background> </rastermap> </dc:macro>