Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 799:feeaf5aec552
ISSUE213: Wrong Geometrytype used for the generation of an Layer with Multipolygon-Geometries
gnv-artifacts/trunk@881 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 06 Apr 2010 11:56:53 +0000 |
parents | 6cff63d0c434 |
children | db5b04ecb426 |
comparison
equal
deleted
inserted
replaced
798:6cff63d0c434 | 799:feeaf5aec552 |
---|---|
1 2010-04-06 Tim Englich <tim.englich@intevation.de> | |
2 ISSUE213: Wrong Geometrytype used for the generation of an Layer with | |
3 Multipolygon-Geometries | |
4 | |
5 * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java (getWMS): | |
6 Integrated lookup of the Geometrytypes using a separat SQL-Statement. | |
7 Also added a separat Function for determining the Defaulttemplate for the | |
8 Mapfile-Generation. | |
9 * src/main/java/de/intevation/gnv/utils/ShapeFileWriter.java (writeDataToFile): | |
10 Changed Methodsignature. Now it's possible to put the Geometrytype which | |
11 is required to generate the Layer and not use the Geometrytype of the | |
12 first Geometry of the Resultvalues. | |
13 This was nessessary because we can have several kinds of geometrytypes | |
14 (e.g. MultiPolygons and Polygons) in one Layer. In that case we have to | |
15 use the Multi* (e.g. MultiPolygon) as Geometrytype. | |
16 * doc/conf/queries.properties: | |
17 Added Query for determining the geometryType of a Layer. | |
18 | |
1 2010-04-06 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 19 2010-04-06 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/gnv/**/*.java: Fixed vim modeline. | 21 * src/main/java/de/intevation/gnv/**/*.java: Fixed vim modeline. |
4 | 22 |
5 * src/main/java/de/intevation/gnv/math/L1Comparator.java: Moved | 23 * src/main/java/de/intevation/gnv/math/L1Comparator.java: Moved |