Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1541:959e1d0df941 | 1542:3e2ef8e0a0dc |
---|---|
1 2012-01-25 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 Issue 265. | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: | |
6 Added method to activate/deactivate scale line. The method removes the | |
7 control on deactivation and adds the control on activation. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | |
10 Implements TabSelectedHandler now. If the tab is selected, the scale line | |
11 and measure control are deactivated. Scale line is activated if the tab is | |
12 selected. | |
13 | |
1 2012-01-25 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 14 2012-01-25 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | 16 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
4 Fix typo, more stub for add points ui. | 17 Fix typo, more stub for add points ui. |
5 | 18 |