Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1542:3e2ef8e0a0dc
Issue 265.
Deactivate measure control and scale line if the map output tab is not
selected.
flys-client/trunk@3761 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 25 Jan 2012 08:50:06 +0000 |
parents | 959e1d0df941 |
children | 0b79630e3bcb |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Jan 25 08:42:46 2012 +0000 +++ b/flys-client/ChangeLog Wed Jan 25 08:50:06 2012 +0000 @@ -1,3 +1,16 @@ +2012-01-25 Raimund Renkert <raimund.renkert@intevation.de> + + Issue 265. + + * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: + Added method to activate/deactivate scale line. The method removes the + control on deactivation and adds the control on activation. + + * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: + Implements TabSelectedHandler now. If the tab is selected, the scale line + and measure control are deactivated. Scale line is activated if the tab is + selected. + 2012-01-25 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: