Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 655:6eccb68a8b99
Added WMS-Publishing to Product Layer
gnv-artifacts/trunk@747 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 08 Mar 2010 14:04:28 +0000 |
parents | a6081d76fa1c |
children | b98d1adee7a6 |
comparison
equal
deleted
inserted
replaced
654:a6081d76fa1c | 655:6eccb68a8b99 |
---|---|
1 2010-03-08 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * doc/conf/maptemplates/layer*.vm: | |
4 Added some basetemplates for Lines, Points and Polygons that will be used | |
5 if an WMS-layer of the Product Layer will be created. | |
6 | |
7 * src/main/java/de/intevation/gnv/utils/ShapeFileWriter.java (writeDataToFile): | |
8 Changed Method in taht way that it now will return the geometrytype of | |
9 this Layer instead of an boolean-value. | |
10 Null will determine that an Exception occured during the | |
11 Shapefilegeneration. | |
12 | |
13 * src/main/java/de/intevation/gnv/utils/MetaWriter.java (writeLayerMeta): | |
14 Added a new Method for writing the Metadatafile for WMS published by | |
15 the Product Layer. | |
16 Done som Refactoring work for reusing som Code-Snippets. | |
17 | |
18 * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java (getWMS): | |
19 Added the Basic-Support for publishing an WMS-Layer. | |
20 The Lookup of the Attributes which has to be put into the Shapefile and | |
21 the lookup of the Template which schould be used to symbolize the Layer | |
22 has to be implemented. | |
23 | |
1 2010-03-08 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 24 2010-03-08 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 25 |
3 Issue195 | 26 Issue195 |
4 | 27 |
5 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: | 28 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: |