Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 840:47578d91c4f0
Added a metadata section into the mapfile and feed it with the MapServer URL (issue235).
gnv-artifacts/trunk@952 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 20 Apr 2010 07:19:05 +0000 |
parents | ac5988f27714 |
children | 9cbc8343a04d |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Apr 19 14:19:19 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Apr 20 07:19:05 2010 +0000 @@ -1,3 +1,15 @@ +2010-04-20 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue235 + + * doc/conf/maptemplates/mapfile.vm: Added a metadata section into the + mapfile template. + + * src/main/java/de/intevation/gnv/utils/MapfileGenerator.java: Read the URL + of the MapServer from configuration and feed the template with this + information. The URL is used in the metadata section for filling the 'wms + onlineresource' field. + 2010-04-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue152