Mercurial > dive4elements > river
diff flys-backend/ChangeLog @ 488:b316d2106598
River got a new method that returns all gauges intersected by a given start and end point.
flys-backend/trunk@1829 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 05 May 2011 06:04:57 +0000 |
parents | cf513cbe88c3 |
children | e960098b1398 |
line wrap: on
line diff
--- a/flys-backend/ChangeLog Tue May 03 17:40:02 2011 +0000 +++ b/flys-backend/ChangeLog Thu May 05 06:04:57 2011 +0000 @@ -1,3 +1,9 @@ +2011-05-05 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/model/River.java: Added a method that + returns all gauges of the river intersected by a given start and end + point. + 2011-05-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/importer/ImportTimeInterval.java: