Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1317:45b9b1fc26e2
Improved error handling while using the elevation control - Make selected features in the map visible.
flys-client/trunk@2956 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 13 Oct 2011 10:22:39 +0000 |
parents | 956605001cfb |
children | ecd0243bc09e |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Oct 13 09:46:03 2011 +0000 +++ b/flys-client/ChangeLog Thu Oct 13 10:22:39 2011 +0000 @@ -1,3 +1,20 @@ +2011-10-13 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: + Moved code to mark features 'selected' to FloodMap. Display warnings if + elevation control is clicked but no feature is selected or more than one + feature is selected. + + * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: Do + the "select feature" stuff here. Selected features will now have a + fatter stroke. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: + Added warning and error messages used when elevation control is used. + 2011-10-13 Sascha L, Teichmann <sascha.teichmann@intevation.de> Updated SmartGWT to 2.5 @@ -7,7 +24,7 @@ * src/main/java/de/intevation/flys/client/FLYS.gwt.xml: Using Enterprise instead of EnterpriseBlue theme. -2011-10-12 Ingo Weinzierl <ingo@intevation.de> +2011-10-13 Ingo Weinzierl <ingo@intevation.de> flys/issue297 (ÜSK: Eingabe von Höhen ermöglichen)