# HG changeset patch # User Sascha L. Teichmann # Date 1262098457 0 # Node ID da21c256a0bab925382562b9de3a2db9e0c1f3e3 # Parent 52e031261eaa1d4fdf4ba0f6a0cd2aea05690718 "horizontale Schnittprofile" are now configured via conf.xml gnv-artifacts/trunk@491 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 52e031261eaa -r da21c256a0ba gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Tue Dec 29 10:09:26 2009 +0000 +++ b/gnv-artifacts/ChangeLog Tue Dec 29 14:54:17 2009 +0000 @@ -1,3 +1,24 @@ +2009-12-29 Sascha L. Teichmann + + * doc/conf/conf.xml: Added a gnv/horizontal-cross-section-profile + section to configure the "horizontalen Schnittprofile". + gives the number of samples the + interpolation track is divided into. Defaults to 250 + + * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContext.java: + The names of the keys for fetching informations from the + configuration context are stored here now instead of the factory. + + * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: + Removed the lookup keys. Configure the "horizontalen Schnittprofile". + + * src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileMeshCrossOutputState.java: + Fetch number of samples from config now instead of no longer supported + system property. + + * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: + The key from chart template config is now in GNVArtifactContext, too. + 2009-12-29 Sascha L. Teichmann * doc/conf/conf.xml: Moved chart template and palette config diff -r 52e031261eaa -r da21c256a0ba gnv-artifacts/doc/conf/conf.xml --- a/gnv-artifacts/doc/conf/conf.xml Tue Dec 29 10:09:26 2009 +0000 +++ b/gnv-artifacts/doc/conf/conf.xml Tue Dec 29 14:54:17 2009 +0000 @@ -412,6 +412,10 @@ description="Palette for water temperature" file="${artifacts.config.dir}/palette/water-temperature.xml"/> + + + +