Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 859:3fbabd4803d7
ISSUE252 Make it possible to export more than one Layer
gnv-artifacts/trunk@983 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 26 Apr 2010 09:09:20 +0000 |
parents | ec2265bb85a1 |
children | f94a95009423 |
comparison
equal
deleted
inserted
replaced
858:ec2265bb85a1 | 859:3fbabd4803d7 |
---|---|
1 2010-04-26 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 ISSUE252 | |
4 | |
5 * doc/conf/queries.properties: | |
6 Modified Query for selecting metadata for creating ZipFiles or publish | |
7 Layer as WMS so that it is possible to handle more than one Layer in one | |
8 request. | |
9 * doc/conf/products/layer/conf.xml: | |
10 Modified workflow so that it is possible to select more than one Layer | |
11 to download them as Shapefile or publish them as WMS. | |
12 * src/main/java/de/intevation/gnv/utils/MetaWriter.java | |
13 (writeLayerMeta), (writeLayerMeta), writeMetaFile): | |
14 modified Methods so that it is possible to generate a Metafile containing | |
15 more than one Layer in it. | |
16 * src/main/java/de/intevation/gnv/state/layer/LayerMetaData.java: | |
17 Added Beanclass for temporal storing the Metadata which is required to | |
18 generate a Shapafile or an WMS-Layer. | |
19 * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java: | |
20 Modified the workflow so that it is possible to export multiple Layer | |
21 in one Zip-File or publish multiple Layers in one WMS. | |
22 | |
1 2010-04-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 23 2010-04-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 24 |
3 Issue235 | 25 Issue235 |
4 | 26 |
5 * doc/conf/conf.xml: Adapted the MapServer path in the configuration to call | 27 * doc/conf/conf.xml: Adapted the MapServer path in the configuration to call |