Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 443:da21c256a0ba
"horizontale Schnittprofile" are now configured via conf.xml
gnv-artifacts/trunk@491 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 29 Dec 2009 14:54:17 +0000 |
parents | 52e031261eaa |
children | 85f48e287fb3 |
comparison
equal
deleted
inserted
replaced
442:52e031261eaa | 443:da21c256a0ba |
---|---|
1 2009-12-29 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * doc/conf/conf.xml: Added a gnv/horizontal-cross-section-profile | |
4 section to configure the "horizontalen Schnittprofile". | |
5 <samples number=".."/> gives the number of samples the | |
6 interpolation track is divided into. Defaults to 250 | |
7 | |
8 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContext.java: | |
9 The names of the keys for fetching informations from the | |
10 configuration context are stored here now instead of the factory. | |
11 | |
12 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: | |
13 Removed the lookup keys. Configure the "horizontalen Schnittprofile". | |
14 | |
15 * src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileMeshCrossOutputState.java: | |
16 Fetch number of samples from config now instead of no longer supported | |
17 system property. | |
18 | |
19 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
20 The key from chart template config is now in GNVArtifactContext, too. | |
21 | |
1 2009-12-29 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 22 2009-12-29 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 23 |
3 * doc/conf/conf.xml: Moved chart template and palette config | 24 * doc/conf/conf.xml: Moved chart template and palette config |
4 into new section 'gnv'. | 25 into new section 'gnv'. |
5 | 26 |