Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 801:f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
flys-client/trunk@2322 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 12 Jul 2011 13:44:27 +0000 |
parents | f4299b90c996 |
children | d45ad7fd3027 |
comparison
equal
deleted
inserted
replaced
800:95cc560ce7c4 | 801:f6693d8f0bc8 |
---|---|
1 2011-07-12 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/map/MapPositionPanel.java: | |
4 New. This panel displays the mouse position in map coordinates. | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/map/DrawControl.java:: | |
7 New. This control consists of a button to enable the control and a | |
8 combobox that provides different types of barriers. Dependent on the | |
9 selected barrier type, the user can draw lines or polygons into the map. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/utils/EnableDisableCmd.java: | |
12 New. This interface might be used to react on enable/disable operations. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: | |
15 Added controls to digitize lines and polygons. | |
16 | |
17 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: | |
18 Added a method that returns a vector layer that might be used to insert | |
19 new barriers draw by the user. This layer is used by the DrawControl. | |
20 | |
21 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | |
22 The MapToolbar requires a Canvas object now, which is used to keep track | |
23 on the current mouse position. | |
24 | |
25 * src/main/webapp/images/selectFeature_Selected.png, | |
26 src/main/webapp/images/selectFeature.png, | |
27 src/main/webapp/images/digitize.png, | |
28 src/main/webapp/images/digitize_Selected.png, | |
29 src/main/webapp/images/removeFeature.png: New. Icons for the map control | |
30 elements. | |
31 | |
32 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
33 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
34 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
35 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added | |
36 i18n strings and image pathes. | |
37 | |
1 2011-07-11 Ingo Weinzierl <ingo@intevation.de> | 38 2011-07-11 Ingo Weinzierl <ingo@intevation.de> |
2 | 39 |
3 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: | 40 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: |
4 New. This toolbar provides controls that interact with the map. | 41 New. This toolbar provides controls that interact with the map. |
5 | 42 |