Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1377:b0fe35d4ce6b
Added a 'zoom to layer' menu item to the map theme panel which triggers a zoom to the specific layer/theme.
flys-client/trunk@3122 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 31 Oct 2011 11:52:42 +0000 |
parents | 28eb4dfe2cbf |
children | ebba8a8618e6 |
comparison
equal
deleted
inserted
replaced
1376:28eb4dfe2cbf | 1377:b0fe35d4ce6b |
---|---|
1 2011-10-31 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/map/MapThemePanel.java: | |
4 Override getSingleContextMenu() to add a "zoom to layer" menu item which | |
5 is specific to the map. This menu item is displayed if the specific theme | |
6 has an "extent" attribute set. If the item is clicked, the | |
7 LayerZoomCallback is called. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | |
10 Implements the LayerZoomCallback to zoom to the extent of a specific | |
11 layer. | |
12 | |
13 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
14 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
15 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
16 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added | |
17 strings for the "zoom to layer" menu item. | |
18 | |
1 2011-10-28 Ingo Weinzierl <ingo@intevation.de> | 19 2011-10-28 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/client/server/MapHelper.java: New. It | 21 * src/main/java/de/intevation/flys/client/server/MapHelper.java: New. It |
4 currently provides a method that parses a MapConfig from Document. | 22 currently provides a method that parses a MapConfig from Document. |
5 | 23 |