Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1314:4c716bec7822 | 1315:cf0f906921de |
---|---|
1 2011-10-12 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue297 (ÜSK: Eingabe von Höhen ermöglichen) | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java, | |
6 src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: | |
7 Made those classes more robust while setting Styles for features without | |
8 barrier type. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/map/DrawControl.java: | |
11 Moved the constant to mark features to FloodMap. Added a new control to | |
12 adjust the elevation values of features. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/map/ElevationWindow.java: | |
15 New. This Window displays a grid that contains the vertices of the | |
16 specified vector feature. Users are able to modify the elevation value | |
17 for each vertex in the grid. | |
18 | |
19 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
20 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, | |
21 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
22 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: | |
23 New strings used for the elevation control button/icon. | |
24 | |
25 * src/main/webapp/images/adjustElevation.png: A new icon used for the | |
26 control to adjust the elevation values of features in the map. | |
27 | |
1 2011-10-12 Ingo Weinzierl <ingo@intevation.de> | 28 2011-10-12 Ingo Weinzierl <ingo@intevation.de> |
2 | 29 |
3 flys/issue331 (ÜSK: OpenLayers innerhalb der eigenen Distribution bereitstellen) | 30 flys/issue331 (ÜSK: OpenLayers innerhalb der eigenen Distribution bereitstellen) |
4 | 31 |
5 * src/main/webapp/FLYS.html: Fetch OpenLayers-2.11 lib from local server | 32 * src/main/webapp/FLYS.html: Fetch OpenLayers-2.11 lib from local server |