Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 806:e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
flys-client/trunk@2374 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 13:31:20 +0000 |
parents | f43d06d6a4a2 |
children | 6f65e70fa11d |
comparison
equal
deleted
inserted
replaced
805:f43d06d6a4a2 | 806:e50da1f74e58 |
---|---|
1 2011-07-20 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: The | |
4 vector layer which is used to save features created by the user acts as | |
5 OpenLayers base layer. I decided to do so, because this is the first | |
6 and only layer that will always exist in our maps. Users aren't able to | |
7 remove it! | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/map/MapThemePanel.java: | |
10 Added a callback interface that allows the MapOutputTab to react on | |
11 modifications in the ThemePanel. This special callback is used to | |
12 activate/deactivate layers. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | |
15 Now, the layers in the map reflect the facets of the map output. Each | |
16 layer's extent is analyzed and finally the map is zoomed to the minimal | |
17 extent that contains all layers. | |
18 | |
1 2011-07-20 Ingo Weinzierl <ingo@intevation.de> | 19 2011-07-20 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ThemeNavigationPanel.java, | 21 * src/main/java/de/intevation/flys/client/client/ui/chart/ThemeNavigationPanel.java, |
4 src/main/java/de/intevation/flys/client/client/ui/ThemeNavigationPanel.java: | 22 src/main/java/de/intevation/flys/client/client/ui/ThemeNavigationPanel.java: |
5 Moved the panel a package level higher. | 23 Moved the panel a package level higher. |