Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 782:4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
flys-client/trunk@2273 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 01 Jul 2011 08:44:24 +0000 |
parents | 6653cf54b45d |
children | 8ebaad41285b |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Jun 30 11:59:02 2011 +0000 +++ b/flys-client/ChangeLog Fri Jul 01 08:44:24 2011 +0000 @@ -1,3 +1,21 @@ +2011-07-01 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/server/DistanceInfoXML.java: + New. This service - which is no GWT RPC Service - returns the distance + info document as XML. The content of the document is not modified, + parsed but only copied through. + + * src/main/java/de/intevation/flys/client/client/ui/range/DistanceInfoDataSource.java: + New. This data source is used to fill the LocationsTable and RangeTable. + It uses the DistanceInfoXML service to query the required data + automatically using a "locations" or "distances" filter to reduce the + size of the data document. + + * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: + Use the DistanceInfoDataSource to fill the locations and distances tables. + + * src/main/webapp/WEB-INF/web.xml: Registered the new service. + 2011-06-30 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java,