Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 430:23e9352df09b
Load salinity palette correctly.
gnv-artifacts/trunk@478 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 22 Dec 2009 20:45:45 +0000 |
parents | bed9735adf84 |
children | 422275fc9927 |
comparison
equal
deleted
inserted
replaced
429:bed9735adf84 | 430:23e9352df09b |
---|---|
1 2009-12-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * doc/conf/conf.xml: Load salinity palette correctly. | |
4 | |
1 2009-12-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 5 2009-12-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 6 |
3 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: | 7 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: |
4 Preprocessing of data used for interpolation. | 8 Preprocessing of data used for interpolation. |
5 | 9 |
46 | 50 |
47 * doc/conf/conf.xml: Added config section for palettes. | 51 * doc/conf/conf.xml: Added config section for palettes. |
48 | 52 |
49 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: | 53 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: |
50 load palettes at start up. | 54 load palettes at start up. |
51 They are store in a hash map under the key 'color.palettes'. The keys of | 55 They are stored in a hash map under the key 'color.palettes'. The keys of |
52 the maps are the names from the configuration, the values are | 56 the map are the names from the configuration, the values are |
53 de.intevation.gnv.raster.Palette objects. | 57 de.intevation.gnv.raster.Palette objects. |
54 Put configuration of chart template into own method. | 58 Put configuration of chart template into own method. |
55 | 59 |
56 * src/main/java/de/intevation/gnv/raster/Palette.java: Added a palette | 60 * src/main/java/de/intevation/gnv/raster/Palette.java: Added a palette |
57 description. | 61 description. |