# HG changeset patch # User Sascha L. Teichmann # Date 1264604596 0 # Node ID 0f454d8067ca0d885866ef7413e31e3b8fa21c4b # Parent f4e20322461b8fff4f8551ae6bae2bbd23c44eb9 Reordered items in Changes a bit. gnv-artifacts/trunk@641 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r f4e20322461b -r 0f454d8067ca gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Wed Jan 27 14:38:27 2010 +0000 +++ b/gnv-artifacts/ChangeLog Wed Jan 27 15:03:16 2010 +0000 @@ -4,6 +4,10 @@ * Changes, NEWS, ChangeLog: Summarized activities +2010-01-27 Sascha L. Teichmann + + * Changes: Reordered items a bit + 2010-01-27 Ingo Weinzierl Issue164 diff -r f4e20322461b -r 0f454d8067ca gnv-artifacts/Changes --- a/gnv-artifacts/Changes Wed Jan 27 14:38:27 2010 +0000 +++ b/gnv-artifacts/Changes Wed Jan 27 15:03:16 2010 +0000 @@ -1,30 +1,30 @@ 2010-01-27 RELEASE 0.4 New: - + * Added entire infrastructure for interpolation pipeline: - * Rasterizer on a configurable grid, resolution differing - in X and Y direction - * Vectorizer producing AWT geoemtries (FIXME) - * Color palett handling - * helper script for converting color palettes to QGIS 1.4 - styling format - + * Rasterizers on a configurable grid resolution (x and y). + * Vectorizer producing geoemetries from rasterized data + (introducting dependency to GNU Trove 2.2.1) + * Color palette handling + * Support for using DEM (seabed) in interpolation + * helper script for converting color palettes to + QGIS 1.4 styling format * Diagrams: - * Support for 2D diagrams with multipolygons with holes and shells - (Geometry model compatible to OGC Simple Feature Specification) + * 'Profilschnitte' (via JFreeChart compatible Vectorizer output) + * 'Horizontalschnitte' (via JTS compatible Vectorizer output) + * Multi-polygons: Classes determined by palette values + * Multi-linestrings: Iso lines determined with rules of #108 + + * Support for 2D diagrams with multi-polygons (with shells and holes) + and multi-linestrings (essentially what is called "Simple Feature") * Improved labeling (heading, subheading) of all diagrams - * Refactoring statistics classes - - * Support for using rasterdata (seabed) for interpolation - * Added support for ProxyArtifact to support access to history of states - - * Added support for writing Shapefiles with geotools - + * Added support for writing Shapefiles with GeoTools (introducing + dependency to GeoTools 3.5.8) Fixed: @@ -33,8 +33,8 @@ * Enabling/Disabling points in GUI (#105) * Reanming values for selcting the direction of an axis (#129) * Adapting granularity for labels for timeseries (#152) - * adapting range of values for data series with identical name and - different time ranges (#136/137)i + * adapting range of values for data series with identical name + and different time ranges (#136/137)i * Corrected interpolation based on horizontal cross-section (#153) * Enabling/Disabling points in diagrams with PDF export (#156) * Harmonized background color in 2D diagrams (#157)