Mercurial > dive4elements > gnv-client
changeset 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 |
files | gnv-artifacts/ChangeLog gnv-artifacts/doc/conf/conf.xml |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
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.
--- a/gnv-artifacts/doc/conf/conf.xml Tue Dec 22 17:19:10 2009 +0000 +++ b/gnv-artifacts/doc/conf/conf.xml Tue Dec 22 20:45:45 2009 +0000 @@ -397,7 +397,7 @@ file="${artifacts.config.dir}/palette/flow-velocity.xml"/> <palette name="salinity" description="Palette for salinity" - file="${artifacts.config.dir}/palette/flow-velocity.xml"/> + file="${artifacts.config.dir}/palette/salinity.xml"/> <palette name="water-levels" description="Palette for water levels" file="${artifacts.config.dir}/palette/water-levels.xml"/>