Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 507:45be952a3215
Solved some issues. Removed encoding problems while formatting coordinates (issue137) and use this format as subtitle in charts (issue136).
gnv-artifacts/trunk@590 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 21 Jan 2010 14:42:51 +0000 |
parents | d41c155db337 |
children | 90f03b909bb0 |
comparison
equal
deleted
inserted
replaced
506:d41c155db337 | 507:45be952a3215 |
---|---|
1 2010-01-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue136 & Issue137 | |
4 | |
5 * src/main/resources/lang/artifactMessages.properties, | |
6 src/main/resources/lang/artifactMessages_de_DE.properties, | |
7 src/main/resources/lang/artifactMessages_en.properties, | |
8 src/main/resources/lang/artifactMessages_de.properties: Added templates | |
9 to format coordinates to a human readable output. | |
10 | |
11 * src/main/java/de/intevation/gnv/state/CoordinateSelectionState.java, | |
12 src/main/java/de/intevation/gnv/utils/WKTUtils.java: Moved function to | |
13 format coordinates from wkt string to human readalbe output to WKTUtils. | |
14 Modified the method: Read template out of the i18n files and use a Java | |
15 MessageFormatter to fill this template with string objects. A result of | |
16 this is a proper encoding (issue137). | |
17 | |
18 * src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileOutputState.java: | |
19 Use the method described above to format coordinate output and display | |
20 this as chart subtitle (issue136). | |
21 | |
1 2010-01-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 22 2010-01-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 23 |
3 Issue100 | 24 Issue100 |
4 | 25 |
5 * src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java: If there | 26 * src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java: If there |