Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 825:1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
flys-client/trunk@2522 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 22 Aug 2011 13:29:55 +0000 |
parents | 3fe265b47675 |
children | 2f65c742803f |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Aug 22 10:46:49 2011 +0000 +++ b/flys-client/ChangeLog Mon Aug 22 13:29:55 2011 +0000 @@ -1,3 +1,18 @@ +2011-08-22 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + Set the Collection and its Master-Artifact at first when we create a + CollectionView with an existing Collection instance. + + * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: + Enabled the SelectFeature control to select a feature using a box. + + * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: + The geometries added by the user are saved as GeoJSON parameters of the + master artifact . The user does not need to save the geometries + explicitly - this is an automatic process. While initializing the map, + those geometries are reloaded and displayed again. + 2011-08-22 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/NoInputPanel.java: