Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/NEWS @ 875:5e9efdda6894
merged gnv-artifacts/1.0
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:13:56 +0200 |
parents | 0e458a4271c4 |
children | e7efbded1367 |
comparison
equal
deleted
inserted
replaced
722:bb3ffe7d719e | 875:5e9efdda6894 |
---|---|
1 2010-04-28 RELEASE 1.0 | |
2 | |
3 NEW: | |
4 | |
5 * Support for renaming wms layers | |
6 | |
7 * Support for Contis, Nauthis and Marine Features | |
8 | |
9 * Support for saving/loading existing artifacts (e.g. for saving/loading | |
10 the current parametrization) | |
11 | |
12 * Improved the matrix for parameter-measurement selection. The user can | |
13 choose between different depths only without relation to a specific | |
14 parameter (#210) | |
15 | |
16 * Support for odv exports on 'Profilschnitten' (#217) | |
17 | |
18 * The MapServer can be called without explicitly declaration of the | |
19 mapfile path (#235, #220) | |
20 | |
21 * The configuration of the transition model can be plotted as svg or | |
22 pdf (#262) | |
23 | |
24 * Improved shapefile writing in 'Layer' product - write each column | |
25 retrieved by database into shapefile. | |
26 | |
27 * Improved the input validation. More specific error messages are | |
28 * displayed if the validation fails. | |
29 | |
30 * Support for an initial parameterization via MapViewer call. | |
31 | |
32 | |
33 | |
34 2010-03-08 RELEASE 0.5 | |
35 | |
36 | |
37 2010-01-27 RELEASE 0.4 | |
38 | |
39 Processing: | |
40 * Added central support for the entire interpolation infrastructure | |
41 with a lot of configuration capabilities: | |
42 * rasterizing input data sets | |
43 * calculating interpolation paying attention to different boundary | |
44 conditions: Less than 3 point, extrapolating to the ground, water | |
45 surface, ... | |
46 * tracing isolines | |
47 * clipping geometries | |
48 * exporting interpolated polygons and isolines | |
49 * rendering of 2D-diagrams and export of Shapefiles | |
50 | |
51 for "Horizontales Schnittprofil", Vertical- and Horizontal Cross | |
52 Section. Made parts of the interpolation configurable like | |
53 resolution of interpolation raster; color palettes. | |
54 | |
55 * Optimizing of runtime of interpolations | |
56 | |
57 * Diagramm specific: | |
58 * Made color paletts configurable for rendering Vertical-Cross | |
59 Sections. Added helper script to convert same palettes to QGIS (at | |
60 least version 1.4 supported) styling format | |
61 | |
62 * Support for 2D diagrams with multipolygons with holes and shells | |
63 | |
64 * Made color of seabed configurable for vertical cross-sections | |
65 | |
66 * Added special renderer for labeling isolines in dense areas | |
67 in order to avoid overlaps | |
68 | |
69 | |
70 * Dependency to GUI generation: | |
71 * Splitting date selections in a 2 step transition: year, exact | |
72 point of time as required in the webclient | |
73 | |
74 | |
75 * Cleaning up internal model of steps to correspond to internal | |
76 objects in cache | |
77 | |
78 | |
79 * Add support for a wizard-based model of states in order to support | |
80 a 1-step back history in a first step; preparation for | |
81 multistep-history done. | |
82 | |
83 | |
84 * Configuration: | |
85 * Configuration: Enhanced configuration for connection testing of | |
86 SDE. So fare, now stable for reusing connections. | |
87 | |
88 * Configurability of Mesh-Width per data model | |
89 | |
90 * Others: | |
91 * Added support for exporting shapefiles and integrating into | |
92 artefact-lifecycle in order to remove files/directories after | |
93 end-of-life | |
94 | |
95 * Support for a MapViewer interfaced based on a database-based | |
96 configuration | |
97 | |
98 * Added support for raster data to taking into account sea | |
99 topography | |
100 | |
101 | |
102 2009-12-17 RELEASE 0.3 | |
103 | |
104 * PDF export | |
105 | |
106 * SVG export | |
107 | |
108 * Chart Templating | |
109 | |
110 * 'Horizontale Schnittprofile' | |
111 | |
112 * various i18n fixes | |
113 | |
114 2009-11-13 RELEASE 0.2 | |
115 | |
116 * Added support for all required FIS: | |
117 Marnet, IMIS, STAUN, Modelldaten, Eisklimatologie, Eismeldungen, SST, | |
118 Delphin, Thermosalinograph, Chemusurvey, GTS, CTD, XBT, SeaCat, | |
119 Seegangsarchiv, Strommesser (Req. TG_0020.001) | |
120 | |
121 * Added support for vertical profiles (Chapter 3.3.3.2.2) | |
122 | |
123 * Added support for horizontal profiles (Chapter 3.3.3.2.3); | |
124 part independent of MapViewer | |
125 | |
126 * Added a first support for ODV format (Req. TG_0040.005) | |
127 | |
128 * Enabling client for multi-instances (Req. 00_0000.007) | |
129 | |
130 * Adding of support of internal area filter (Req. TG_0020.012 b) | |
131 | |
132 * Added more support for internationalization (TG_0050.004) | |
133 | |
134 * Improved error handling with more user-friendly messages | |
135 | |
136 * Added required statistical support (Chapter 3.3.3.3.1) | |
137 | |
138 | |
139 2009-10-07 RELEASE 0.1 | |
140 | |
141 * Initial release of the artifacts special for the Generic BSH Viewer. | |
142 |