Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 352:24c21a720aa5
Added Support for "horizontale Schnittprofile"
gnv-artifacts/trunk@425 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 15 Dec 2009 10:20:16 +0000 |
parents | 4ac3c1c1c060 |
children | 00d2dd4b2a7f |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Dec 15 10:13:09 2009 +0000 +++ b/gnv-artifacts/ChangeLog Tue Dec 15 10:20:16 2009 +0000 @@ -1,3 +1,18 @@ +2009-12-15 Tim Englich <tim.englich@intevation.de> + + * src/main/resources/lang/artifactMessages_*.properties: + Added the required Resources for the Outputelements of "horizontale Schnittprofile". + * doc/conf/queries.properties: + Added the specialized Queries for getting the Data and the depths for + generating "horizontale Schnittprofile". + * src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileMeshCrossOutputState.java (log): + Added an new OutputTransition to handle the special Way to d detremine the required + Data for generating "horizontale Schnittprofile". + * doc/conf/conf.xml, + doc/conf/products/horizontalprofile/conf_mesh_cross.xml, + src/main/java/de/intevation/gnv/profile/horizontal/HorizontalProfileMeshCrossArtifact.java: + Added Support for "Horizontales Schnittprofil"-Artifacts to the Project + 2009-12-15 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue102