Mercurial > dive4elements > river
comparison flys-artifacts/Changes @ 1189:45cfab4eddab
Tagged RELEASE 2.5 of flys-artifacts.
flys-artifacts/tags/2.5@2793 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 19 Sep 2011 18:46:44 +0000 |
parents | 6af7f385555f |
children |
comparison
equal
deleted
inserted
replaced
1188:63db3b08f328 | 1189:45cfab4eddab |
---|---|
1 2011-09-19 RELEASE 2.5 | |
2 | |
3 NEW: | |
4 | |
5 * Introduced the concept of a "datacage": the datacage is a service that | |
6 provides a list of chart themes that fit to a given chart type. The | |
7 service accepts a user uuid, the uuid of a master Artifact, the name | |
8 of the output type and a set of further string parameters. In general, | |
9 we distinguish between user-specific datacage and system-specific | |
10 datacage: | |
11 The user-specific datacage returns themes provided by old | |
12 calculations computed by the user. | |
13 The system-specific datacage returns themes that might be generated | |
14 using the data stored in the flys-backend. | |
15 | |
16 * Introduced a database used by the datacage that stores information | |
17 about Artifacts, their outputs and their facets. This database | |
18 requires synchronization with the Artifact database. The intent of | |
19 this database is to have a fast access to data stored in Artifacts. | |
20 | |
21 * Introduced a mechanism to clone existing Artifacts (with or without | |
22 restrictions). For cloning an Artifact, it is necessary to specify the | |
23 UUID of a "model Artifact". The clone will be based on that model by | |
24 extracting all required data from it. | |
25 | |
26 * Introduced "recommendations": recommendations are themes in charts or | |
27 maps (Artifacts/Facets) that should be added automatically to an | |
28 existing chart/map. They are provided by the datacage. | |
29 | |
30 * Introduced new Artifact types to provide further chart themes: | |
31 - Annotations | |
32 - Mainvalues | |
33 | |
34 * Introduced new Facet type WMSLayerFacet. This type stores all required | |
35 information (server url, layer names, layer extent, layer srid) to | |
36 display a WMS layer in a WMS client. | |
37 | |
38 * Introduced a new chart output "Querprofildiagramm". This output | |
39 calculates a waterlevel and displays it as single line together with | |
40 one or more cross section lines ("Querprofilspuren"). | |
41 | |
42 * Introduced a new chart output "W-Differenzen". This output calculates | |
43 waterlevel differences based on at least two waterlevels (a | |
44 "W-Differenzen" output can consist of more than a single waterlevel | |
45 difference calculation). Each waterlevel difference calculation | |
46 results in three chart themes: two W curves and a W-Differences curve. | |
47 | |
48 * Introduced a new output "Überschwemmungskarte". The visualization of | |
49 this output is a map. One of the map's layers is a WMS layer that | |
50 displays the calculation result of WSPLGEN (external C++ tool). | |
51 | |
52 * Improved the rendering process of chart themes: the styles configured | |
53 for themes are now used. | |
54 | |
55 * Improved the DistanceInfoService: it supports filters to filter the | |
56 type of items returned by this service (reduces the number of returned | |
57 items of course). | |
58 | |
59 * Introduced a CSV export for "W-Differenzen". | |
60 | |
61 * Downgraded GNU Trove to 1.1-beta-5 (later versions have been removed | |
62 from maven repositories). | |
63 | |
64 | |
65 FIXES: | |
66 | |
67 * flys/issue135 (Diagramm: Trotz abgeschalteter Themen bleiben Beschriftungen bestehen) | |
68 | |
69 * flys/issue159 (WINFO: Radiobutton - Ortsauswahl bei "W für ungleichwertigen Abflusslängsschnitt" entfernen) | |
70 | |
71 * flys/issue160 (WINFO: Auswahltabelle Orte bei Modus Strecke nach Step-Back) | |
72 | |
73 * flys/issue176 (Diagramm: Benennung eines Abflusses bei gewählter Höhe am Pegel) | |
74 | |
75 * flys/issue180 (WINFO: Zeilen der Tabelle können nach der Markierung in die Zwischenablage kopiert werden.) | |
76 | |
77 * flys/issue181 (Erstes Thema in der Themenliste wählt sich automatisch wieder an) | |
78 | |
79 * flys/issue191 (AT-Export: Längsten monoton steigenden Bereich exportieren.) | |
80 | |
81 * flys/issue219 (W-INFO: Abflusskurvenberechnung / keine Themen im Diagramm) | |
82 | |
83 * flys/issue254 (Datenkorb: Klonen von Artefakten in anderen Collections + Facettenfilter zum Ausblenden) | |
84 | |
85 * flys/issue256 (Datenkorb: XXX Issue festhalten) | |
86 | |
87 * flys/issue258 (Datenkorb: Outs statt States führen) | |
88 | |
89 * flys/issue259 (Daten aus Datenkorb in Diagramm einladen) | |
90 | |
91 * flys/issue260 (Datenkorb: Masterartefakt in View aufführen) | |
92 | |
93 * flys/issue262 (Datenkorb: Vereinigung der beiden Konfigurations-Templates) | |
94 | |
95 * flys/issue279 (WINFO: Elbe Wasserspiegellage - Index Out of Bounds) | |
96 | |
97 * flys/issue280 (BoundingBoxen von Streckenfavoriten und Haupt- und Extremwerten unsichtbar machen) | |
98 | |
99 * flys/issue281 (Karte: Auswahl der berechnten Wasserspiegellage über Inline-Datenkorb) | |
100 | |
101 * flys/issue282 (Karte: Abstand interpolierte Profile - Default wert) | |
102 | |
103 * flys/issue290 (Karte: Eingabe von Differenzen zw. WSP und Gelände findet keine Ausprägung in der Karte) | |
104 | |
105 * flys/issue303 (Keine Streckenfavoriten, wenn nur Q im Längsschnittdiagram ausgewählt) | |
106 | |
107 * flys/issue309 (Querprofil: Manuelle Eingabe funktioniert nicht nach Return (nur nach Tab)) | |
108 | |
109 * flys/issue310 (Querprofil: Farben der Themen) | |
110 | |
111 * flys/issue311 (Querprofil: i18n) | |
112 | |
113 | |
114 | |
1 2011-06-27 RELEASE 2.4 | 115 2011-06-27 RELEASE 2.4 |
2 | 116 |
3 NEW: | 117 NEW: |
4 | 118 |
5 * Finalized the Facet concept: output modes and the output generation | 119 * Finalized the Facet concept: output modes and the output generation |