Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 916:a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
flys-client/trunk@2779 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 16 Sep 2011 13:24:36 +0000 |
parents | 89a47098bcbd |
children | b48c36076e17 3a4c14b4a8f1 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Sep 16 12:56:48 2011 +0000 +++ b/flys-client/ChangeLog Fri Sep 16 13:24:36 2011 +0000 @@ -1,3 +1,23 @@ +2011-09-16 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/server/MetaDataServiceImpl.java, + src/main/java/de/intevation/flys/client/client/services/MetaDataServiceAsync.java, + src/main/java/de/intevation/flys/client/client/services/MetaDataService.java: + Added a further 'parameters' parameter to be able to adjust the metadata + query more precise. + + * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: + Added a further 'parameters' attribute and a constructor. The + 'parameters' attribute is used for the metadata query as well as the + user and the outs. + + * src/main/java/de/intevation/flys/client/client/ui/DatacagePanel.java: + The parameters for the metadata query can now be adjusted by overriding + getUser(), getOuts() and getParameters(). + + * src/main/java/de/intevation/flys/client/client/ui/DemDatacagePanel.java: + This panel now able to only display the DEMs in the datacage panel. + 2011-09-16 Raimund Renkert <raimund.renkert@intevation.de> Issue265