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