Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1125:65d8b3340397
Cleanups of CrossSection*.
flys-artifacts/trunk@2635 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 01 Sep 2011 13:00:36 +0000 |
parents | 28a595b32980 |
children | da4d8631fc46 |
comparison
equal
deleted
inserted
replaced
1124:28a595b32980 | 1125:65d8b3340397 |
---|---|
1 2011-09-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Cleanups of CrossSection*. | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
6 New methods to retrieve name of utilized CrossSection. | |
7 | |
8 * src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java: | |
9 Cleanup, get rid of copied unused method, documentation and more sensible | |
10 translations. | |
11 | |
12 * src/main/resources/messages_de_DE.properties, | |
13 src/main/resources/messages_de.properties, | |
14 src/main/resources/messages_en.properties, | |
15 src/main/resources/messages.properties: | |
16 Added cross_section* translations, also cleanups. | |
17 | |
1 2011-09-01 Ingo Weinzierl <ingo@intevation.de> | 18 2011-09-01 Ingo Weinzierl <ingo@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | 20 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: |
4 Set the "typ" attribute of lines and polygons in barrier shapefiles. | 21 Set the "typ" attribute of lines and polygons in barrier shapefiles. |
5 | 22 |
7 | 24 |
8 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | 25 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: |
9 Set the Z values of line and polygon barrier geometries. Both barrier | 26 Set the Z values of line and polygon barrier geometries. Both barrier |
10 shapefiles will contain 3D geometries now. | 27 shapefiles will contain 3D geometries now. |
11 | 28 |
12 2011-08-31 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 29 2011-09-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
13 | 30 |
14 Get real data to display in CrossSection (although ignorant of | 31 Get real data to display in CrossSection (although ignorant of |
15 parameterization), making use of the showcase code of the CrossSectionApp- | 32 parameterization), making use of the showcase code of the CrossSectionApp- |
16 Standalone application. | 33 Standalone application. |
17 | 34 |