Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1139:6d9b08b958e2
Fix waterline in crosssection diagram.
flys-artifacts/trunk@2660 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 07 Sep 2011 09:24:32 +0000 |
parents | d90f5bfa3ddf |
children | bcba246d9c03 |
comparison
equal
deleted
inserted
replaced
1138:d90f5bfa3ddf | 1139:6d9b08b958e2 |
---|---|
1 2011-09-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix waterline "calculation" at given km. Chosen approach is | |
4 "head-through-wall". | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
7 Some refactoring to do the same calculation twice easier and be able | |
8 to "cross" waterline against correct profile data. | |
9 | |
10 | |
1 2011-09-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 11 2011-09-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 12 |
3 Fix setting of kilometer for profile (not yet waterlevel) of cross section | 13 Fix setting of kilometer for profile (not yet waterlevel) of cross section |
4 diagram. | 14 diagram. |
5 | 15 |