Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Mar 08 10:51:01 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Mar 08 14:04:28 2010 +0000 @@ -1,3 +1,26 @@ +2010-03-08 Tim Englich <tim.englich@intevation.de> + + * doc/conf/maptemplates/layer*.vm: + Added some basetemplates for Lines, Points and Polygons that will be used + if an WMS-layer of the Product Layer will be created. + + * src/main/java/de/intevation/gnv/utils/ShapeFileWriter.java (writeDataToFile): + Changed Method in taht way that it now will return the geometrytype of + this Layer instead of an boolean-value. + Null will determine that an Exception occured during the + Shapefilegeneration. + + * src/main/java/de/intevation/gnv/utils/MetaWriter.java (writeLayerMeta): + Added a new Method for writing the Metadatafile for WMS published by + the Product Layer. + Done som Refactoring work for reusing som Code-Snippets. + + * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java (getWMS): + Added the Basic-Support for publishing an WMS-Layer. + The Lookup of the Attributes which has to be put into the Shapefile and + the lookup of the Template which schould be used to symbolize the Layer + has to be implemented. + 2010-03-08 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue195