Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Apr 06 11:56:53 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Apr 06 13:07:11 2010 +0000 @@ -1,3 +1,16 @@ +2010-04-06 Tim Englich <tim.englich@intevation.de> + + ISSUE215: Rows will not be merged to one Single Row if their values are identical. + + * src/main/java/de/intevation/gnv/exports/ODVExport.java (writeData): + Replaced the StringArray using as Key against the new Class StringArrayKey. + This was nessesarry tp detect Rows with same Values joining them to one + Row. + * src/main/java/de/intevation/gnv/exports/StringArrayKey.java (StringArrayKey): + Added new Class for representing the Key of an StringArray not using the + Hash of the Array but using the hash of the values which are stored in + the Array. + 2010-04-06 Tim Englich <tim.englich@intevation.de> ISSUE213: Wrong Geometrytype used for the generation of an Layer with Multipolygon-Geometries