Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Dec 22 17:19:10 2009 +0000 +++ b/gnv-artifacts/ChangeLog Tue Dec 22 20:45:45 2009 +0000 @@ -1,3 +1,7 @@ +2009-12-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * doc/conf/conf.xml: Load salinity palette correctly. + 2009-12-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: @@ -48,8 +52,8 @@ * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: load palettes at start up. - They are store in a hash map under the key 'color.palettes'. The keys of - the maps are the names from the configuration, the values are + They are stored in a hash map under the key 'color.palettes'. The keys of + the map are the names from the configuration, the values are de.intevation.gnv.raster.Palette objects. Put configuration of chart template into own method.