# HG changeset patch # User Ingo Weinzierl # Date 1310478267 0 # Node ID f6693d8f0bc882c52d234a1a01acdd16c887d430 # Parent 95cc560ce7c4729878892a1b63e21adc9e3b08d3 Added missing ChangeLog entry for the last commit. flys-client/trunk@2322 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 95cc560ce7c4 -r f6693d8f0bc8 flys-client/ChangeLog --- a/flys-client/ChangeLog Tue Jul 12 13:43:49 2011 +0000 +++ b/flys-client/ChangeLog Tue Jul 12 13:44:27 2011 +0000 @@ -1,3 +1,40 @@ +2011-07-12 Ingo Weinzierl + + * src/main/java/de/intevation/flys/client/client/ui/map/MapPositionPanel.java: + New. This panel displays the mouse position in map coordinates. + + * src/main/java/de/intevation/flys/client/client/ui/map/DrawControl.java:: + New. This control consists of a button to enable the control and a + combobox that provides different types of barriers. Dependent on the + selected barrier type, the user can draw lines or polygons into the map. + + * src/main/java/de/intevation/flys/client/client/utils/EnableDisableCmd.java: + New. This interface might be used to react on enable/disable operations. + + * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: + Added controls to digitize lines and polygons. + + * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: + Added a method that returns a vector layer that might be used to insert + new barriers draw by the user. This layer is used by the DrawControl. + + * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: + The MapToolbar requires a Canvas object now, which is used to keep track + on the current mouse position. + + * src/main/webapp/images/selectFeature_Selected.png, + src/main/webapp/images/selectFeature.png, + src/main/webapp/images/digitize.png, + src/main/webapp/images/digitize_Selected.png, + src/main/webapp/images/removeFeature.png: New. Icons for the map control + elements. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added + i18n strings and image pathes. + 2011-07-11 Ingo Weinzierl * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: