Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1315:cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
flys-client/trunk@2954 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 13 Oct 2011 09:08:43 +0000 |
parents | 4c716bec7822 |
children | 956605001cfb |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Oct 12 12:42:53 2011 +0000 +++ b/flys-client/ChangeLog Thu Oct 13 09:08:43 2011 +0000 @@ -1,3 +1,30 @@ +2011-10-12 Ingo Weinzierl <ingo@intevation.de> + + flys/issue297 (ÜSK: Eingabe von Höhen ermöglichen) + + * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java, + src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: + Made those classes more robust while setting Styles for features without + barrier type. + + * src/main/java/de/intevation/flys/client/client/ui/map/DrawControl.java: + Moved the constant to mark features to FloodMap. Added a new control to + adjust the elevation values of features. + + * src/main/java/de/intevation/flys/client/client/ui/map/ElevationWindow.java: + New. This Window displays a grid that contains the vertices of the + specified vector feature. Users are able to modify the elevation value + for each vertex in the grid. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: + New strings used for the elevation control button/icon. + + * src/main/webapp/images/adjustElevation.png: A new icon used for the + control to adjust the elevation values of features in the map. + 2011-10-12 Ingo Weinzierl <ingo@intevation.de> flys/issue331 (ÜSK: OpenLayers innerhalb der eigenen Distribution bereitstellen)