Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 740:0563389138bb
Changed source of displayed coordinate in 'HorizontalProfil'-charts' subtitle (issue120).
gnv-artifacts/trunk@779 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 15 Mar 2010 15:39:59 +0000 |
parents | a40a6de70459 |
children | 2dc0666db49a |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Mar 15 15:26:26 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Mar 15 15:39:59 2010 +0000 @@ -1,3 +1,18 @@ +2010-03-15 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue120 + + * src/main/java/de/intevation/gnv/state/StateBase.java: New method + implemented which searches for a specific parameter by its name in the + current state and in all parent states. Null is returned if no parameter + could be found with this name, otherwise the InputData object. + + * src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileOutputState.java: + Display that point in chart subtitle which have been entered by the user. + + * src/main/java/de/intevation/gnv/utils/WKTUtils.java: Added a new method + to transform a Point object to a user-friendly formatted string. + 2010-03-15 Tim Englich <tim.englich@intevation.de> * doc/conf/products/verticalprofile/conf_timeseriespoint.xml: