Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 649:4fc97074eb90
Added Support for writing Shapefiles and Export them as an Zipfile for the Product Layer.
gnv-artifacts/trunk@738 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 05 Mar 2010 12:35:24 +0000 |
parents | 7c67ff162e87 |
children | 1946c4e9a878 |
comparison
equal
deleted
inserted
replaced
648:7c67ff162e87 | 649:4fc97074eb90 |
---|---|
1 2010-03-05 Tim Englich <tim.englich@intevation.de> | 1 2010-03-05 Tim Englich <tim.englich@intevation.de> |
2 | 2 |
3 * doc/conf/queries.properties: | |
4 Added some more Queries which are required to serve the Requests of the | |
5 Product Layer. | |
6 | |
7 * doc/conf/conf.xml: | |
8 Changed the Sourceid of the FIS Contis because of Changes in the Database. | |
9 | |
10 * doc/conf/products/layer/conf.xml: | |
11 Completed the Configuration for the Product Layer. | |
12 Added more Configurationdetails to the OutputStates. | |
13 * src/main/resources/lang/artifactMessages*.properties: | |
14 Added the required ressources for the Product Layer and the FIS Contis and | |
15 Nauthis into the Propertiesfiles. | |
16 | |
17 * src/main/java/de/intevation/gnv/utils/ShapeFileWriter.java (writeDataToFile): | |
18 Added an Method for writing g an Shapefile using an Collection of Results. | |
19 this Method must be extended that it could use the Result-object in an | |
20 generic Way. | |
21 At this Moment it is only be Possible to write the Geometry into the | |
22 Shapefile if it is given at the first Position of an Result. | |
23 All other Attributevalues will be ignored and not written into the Shapefile. | |
24 | |
25 * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java: | |
26 Added Support for writing Shapefiles and Export them as an Zipfile. | |
27 | |
28 2010-03-05 Tim Englich <tim.englich@intevation.de> | |
3 * doc/conf/products/verticalprofile/conf_instantaneouspoint.xml: | 29 * doc/conf/products/verticalprofile/conf_instantaneouspoint.xml: |
4 ISSUE 191: Pdf, svg and png are now available. | 30 ISSUE 191: Pdf, svg and png are now available. |
5 | 31 |
6 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 32 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
7 | 33 |