Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 218:79fb4d900643
Added a model class that represents a distance information.
flys-client/trunk@1661 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 11 Apr 2011 14:29:54 +0000 |
parents | 907b61e4d702 |
children | 7523faf567e5 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Apr 08 10:05:14 2011 +0000 +++ b/flys-client/ChangeLog Mon Apr 11 14:29:54 2011 +0000 @@ -1,3 +1,13 @@ +2011-04-11 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/shared/model/DistanceInfoObjectImpl.java, + src/main/java/de/intevation/flys/client/shared/model/DistanceInfoObject.java: + New. This model will be used by the LocationDistancePanel to bring up a + table with distances which supports the user while entering the start + and end point of the WINFO paramterization. A DistanceInfoObject + contains information about a specific distance (description, from, to + and riverside). + 2011-04-08 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/server/UserServiceImpl.java,