Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/NEWS @ 540:80630520e25a
merged gnv-artifacts/0.4
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:13:49 +0200 |
parents | f4e20322461b |
children | 0e458a4271c4 |
comparison
equal
deleted
inserted
replaced
415:9f4a0b990d27 | 540:80630520e25a |
---|---|
1 2010-01-27 RELEASE 0.4 | |
2 | |
3 Processing: | |
4 * Added central support for the entire interpolation infrastructure | |
5 with a lot of configuration capabilities: | |
6 * rasterizing input data sets | |
7 * calculating interpolation paying attention to different boundary | |
8 conditions: Less than 3 point, extrapolating to the ground, water | |
9 surface, ... | |
10 * tracing isolines | |
11 * clipping geometries | |
12 * exporting interpolated polygons and isolines | |
13 * rendering of 2D-diagrams and export of Shapefiles | |
14 | |
15 for "Horizontales Schnittprofil", Vertical- and Horizontal Cross | |
16 Section. Made parts of the interpolation configurable like | |
17 resolution of interpolation raster; color palettes. | |
18 | |
19 * Optimizing of runtime of interpolations | |
20 | |
21 * Diagramm specific: | |
22 * Made color paletts configurable for rendering Vertical-Cross | |
23 Sections. Added helper script to convert same palettes to QGIS (at | |
24 least version 1.4 supported) styling format | |
25 | |
26 * Support for 2D diagrams with multipolygons with holes and shells | |
27 | |
28 * Made color of seabed configurable for vertical cross-sections | |
29 | |
30 * Added special renderer for labeling isolines in dense areas | |
31 in order to avoid overlaps | |
32 | |
33 | |
34 * Dependency to GUI generation: | |
35 * Splitting date selections in a 2 step transition: year, exact | |
36 point of time as required in the webclient | |
37 | |
38 | |
39 * Cleaning up internal model of steps to correspond to internal | |
40 objects in cache | |
41 | |
42 | |
43 * Add support for a wizard-based model of states in order to support | |
44 a 1-step back history in a first step; preparation for | |
45 multistep-history done. | |
46 | |
47 | |
48 * Configuration: | |
49 * Configuration: Enhanced configuration for connection testing of | |
50 SDE. So fare, now stable for reusing connections. | |
51 | |
52 * Configurability of Mesh-Width per data model | |
53 | |
54 * Others: | |
55 * Added support for exporting shapefiles and integrating into | |
56 artefact-lifecycle in order to remove files/directories after | |
57 end-of-life | |
58 | |
59 * Support for a MapViewer interfaced based on a database-based | |
60 configuration | |
61 | |
62 * Added support for raster data to taking into account sea | |
63 topography | |
64 | |
65 | |
66 2009-12-17 RELEASE 0.3 | |
67 | |
68 * PDF export | |
69 | |
70 * SVG export | |
71 | |
72 * Chart Templating | |
73 | |
74 * 'Horizontale Schnittprofile' | |
75 | |
76 * various i18n fixes | |
77 | |
78 2009-11-13 RELEASE 0.2 | |
79 | |
80 * Added support for all required FIS: | |
81 Marnet, IMIS, STAUN, Modelldaten, Eisklimatologie, Eismeldungen, SST, | |
82 Delphin, Thermosalinograph, Chemusurvey, GTS, CTD, XBT, SeaCat, | |
83 Seegangsarchiv, Strommesser (Req. TG_0020.001) | |
84 | |
85 * Added support for vertical profiles (Chapter 3.3.3.2.2) | |
86 | |
87 * Added support for horizontal profiles (Chapter 3.3.3.2.3); | |
88 part independent of MapViewer | |
89 | |
90 * Added a first support for ODV format (Req. TG_0040.005) | |
91 | |
92 * Enabling client for multi-instances (Req. 00_0000.007) | |
93 | |
94 * Adding of support of internal area filter (Req. TG_0020.012 b) | |
95 | |
96 * Added more support for internationalization (TG_0050.004) | |
97 | |
98 * Improved error handling with more user-friendly messages | |
99 | |
100 * Added required statistical support (Chapter 3.3.3.3.1) | |
101 | |
102 | |
103 2009-10-07 RELEASE 0.1 | |
104 | |
105 * Initial release of the artifacts special for the Generic BSH Viewer. | |
106 |