Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 320:a8e7c351bdf1
The getGauge() method of the FLYSArtifact returns the first gauge based on the given stationing now.
flys-artifacts/trunk@1712 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 18 Apr 2011 07:39:17 +0000 |
parents | d8558dd64152 |
children | 9581b88f2920 |
comparison
equal
deleted
inserted
replaced
319:d8558dd64152 | 320:a8e7c351bdf1 |
---|---|
1 2011-04-18 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: The | |
4 getGauge() method returns the first gauge based on the given start and | |
5 end point of the river. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/states/WQSelect.java: | |
8 Fixed potential bugs: if no gauge could be determined, the default | |
9 values for W and Q are the minimum and maximum double values. | |
10 | |
1 2011-04-15 Ingo Weinzierl <ingo@intevation.de> | 11 2011-04-15 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/artifacts/states/WQSelect.java: Fills | 13 * src/main/java/de/intevation/flys/artifacts/states/WQSelect.java: Fills |
4 the DESCRIBE with default values for W and Q. | 14 the DESCRIBE with default values for W and Q. |
5 | 15 |