Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 456:af1b64ec7250
The curve of a computed discharge curve has a human readable text now.
flys-artifacts/trunk@1954 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 19 May 2011 12:33:12 +0000 |
parents | 7137ef65c17c |
children | 52532b300483 |
comparison
equal
deleted
inserted
replaced
455:7137ef65c17c | 456:af1b64ec7250 |
---|---|
1 2011-05-19 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
4 Set the name of the computed discharge curve objects. | |
5 | |
6 * src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java: | |
7 The curves of this chart will now have names that consist of the word | |
8 'Discharge Curve', the river name and the kilometer that has been used | |
9 for the computation. | |
10 | |
11 * src/main/resources/messages.properties, | |
12 src/main/resources/messages_de_DE.properties, | |
13 src/main/resources/messages_en.properties, | |
14 src/main/resources/messages_de.properties: Added i18n strings for the | |
15 computed discharge curves. | |
16 | |
1 2011-05-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 17 2011-05-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: | 19 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: |
4 Added convenience method isQ() to determine if we are | 20 Added convenience method isQ() to determine if we are |
5 doing Q calculations. | 21 doing Q calculations. |