Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 438:7399bb8f83ea
Added manager to handle several levels of palette subdivsions.
Added parameter ids to identify the palette associated with a parameter
gnv-artifacts/trunk@486 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 28 Dec 2009 11:50:27 +0000 |
parents | b624879d2902 |
children | 8975de9d7483 |
comparison
equal
deleted
inserted
replaced
437:b624879d2902 | 438:7399bb8f83ea |
---|---|
1 2009-12-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/raster/PaletteManager.java: New. | |
4 Used to manage several levels of palette subdivsions derived from | |
5 base palette. Contains name and description of palette, too. | |
6 | |
7 * src/main/java/de/intevation/gnv/raster/Palette.java: Removed | |
8 palette description because it is hold by the PaletteManager now. | |
9 | |
10 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: | |
11 The palettes are not stored under the name of the palette any longer. | |
12 Instead the new attribute 'parameter-id' is splitted (comma separated) | |
13 into integers which are use as keys now. The values are PaletteManagers. | |
14 This should ease the access to an adequate PaletteManager when | |
15 generating a chart for a certain parameter. | |
16 | |
17 * doc/conf/conf.xml: Added the 'parameter-ids' for the four palettes. | |
18 The values are extracted from the gdiintern wiki. | |
19 | |
20 !!! This have to be in sync with the database parameter ids !!! | |
21 | |
1 2009-12-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 22 2009-12-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 23 |
3 * src/main/java/de/intevation/gnv/raster/IsoPolygonSeriesProducer.java: | 24 * src/main/java/de/intevation/gnv/raster/IsoPolygonSeriesProducer.java: |
4 New. Vectorizer rings callback which produces iso lines in | 25 New. Vectorizer rings callback which produces iso lines in |
5 form of PolygonSeries. These series can be added to PolygonDatasets. | 26 form of PolygonSeries. These series can be added to PolygonDatasets. |