Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Sep 01 12:47:01 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Sep 01 13:00:36 2011 +0000 @@ -1,3 +1,20 @@ +2011-09-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Cleanups of CrossSection*. + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: + New methods to retrieve name of utilized CrossSection. + + * src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java: + Cleanup, get rid of copied unused method, documentation and more sensible + translations. + + * src/main/resources/messages_de_DE.properties, + src/main/resources/messages_de.properties, + src/main/resources/messages_en.properties, + src/main/resources/messages.properties: + Added cross_section* translations, also cleanups. + 2011-09-01 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: @@ -9,7 +26,7 @@ Set the Z values of line and polygon barrier geometries. Both barrier shapefiles will contain 3D geometries now. -2011-08-31 Felix Wolfsteller <felix.wolfsteller@intevation.de> +2011-09-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> Get real data to display in CrossSection (although ignorant of parameterization), making use of the showcase code of the CrossSectionApp-