comparison gnv-artifacts/ChangeLog @ 800:db5b04ecb426

ISSUE215: Improved ODV-Export. now all Columns which have identical values but different Parameters will be merged to one row. gnv-artifacts/trunk@882 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 06 Apr 2010 13:07:11 +0000
parents feeaf5aec552
children d766fe2d917a
comparison
equal deleted inserted replaced
799:feeaf5aec552 800:db5b04ecb426
1 2010-04-06 Tim Englich <tim.englich@intevation.de>
2
3 ISSUE215: Rows will not be merged to one Single Row if their values are identical.
4
5 * src/main/java/de/intevation/gnv/exports/ODVExport.java (writeData):
6 Replaced the StringArray using as Key against the new Class StringArrayKey.
7 This was nessesarry tp detect Rows with same Values joining them to one
8 Row.
9 * src/main/java/de/intevation/gnv/exports/StringArrayKey.java (StringArrayKey):
10 Added new Class for representing the Key of an StringArray not using the
11 Hash of the Array but using the hash of the values which are stored in
12 the Array.
13
1 2010-04-06 Tim Englich <tim.englich@intevation.de> 14 2010-04-06 Tim Englich <tim.englich@intevation.de>
2 ISSUE213: Wrong Geometrytype used for the generation of an Layer with 15 ISSUE213: Wrong Geometrytype used for the generation of an Layer with
3 Multipolygon-Geometries 16 Multipolygon-Geometries
4 17
5 * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java (getWMS): 18 * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java (getWMS):

http://dive4elements.wald.intevation.org