Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 371:bc00848f0350
Remove wkt line strings from i18n
gnv-artifacts/trunk@452 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 17 Dec 2009 15:39:20 +0000 |
parents | 061355435075 |
children | c8a313165bd5 |
comparison
equal
deleted
inserted
replaced
370:061355435075 | 371:bc00848f0350 |
---|---|
1 009-12-17 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 1 2009-12-17 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | |
3 * src/main/resources/lang/artifactMessages_de_DE.properties, | |
4 src/main/resources/lang/artifactMessages_de.properties: Removed | |
5 wkt line strings. | |
6 | |
7 2009-12-17 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | 8 |
3 * doc/conf/queries.properties: Added K-position to sql statement for | 9 * doc/conf/queries.properties: Added K-position to sql statement for |
4 verticalprofile charts on meshes. | 10 verticalprofile charts on meshes. |
5 | 11 |
6 * src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java, | 12 * src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java, |
7 src/main/java/de/intevation/gnv/chart/HorizontalProfileChart.java: Changed | 13 src/main/java/de/intevation/gnv/chart/HorizontalProfileChart.java: Changed |
8 the depending axis for gap detection on meshes for verticalprofile charts. | 14 the depending axis for gap detection on meshes for verticalprofile charts. |
9 | 15 |
10 009-12-17 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 16 2009-12-17 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
17 | |
18 Issue 106 | |
11 | 19 |
12 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: | 20 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: |
13 Fixed a file-leak bug while reading chart template. Sourced parsing of xml | 21 Fixed a file-leak bug while reading chart template. Sourced parsing of xml |
14 file out to XMLUtils of de.intevation.artifactdatabase.XMLUtils. | 22 file out to XMLUtils of de.intevation.artifactdatabase.XMLUtils. |
15 | 23 |
107 Moved from inner class of LinearToMap to top level class | 115 Moved from inner class of LinearToMap to top level class |
108 to be more reusable. Uses JTS Coordinate as geometry model now. | 116 to be more reusable. Uses JTS Coordinate as geometry model now. |
109 | 117 |
110 * src/main/java/de/intevation/gnv/math/Point2d.java: New. | 118 * src/main/java/de/intevation/gnv/math/Point2d.java: New. |
111 Extends JTS Coordinate to have an additional (i, j) | 119 Extends JTS Coordinate to have an additional (i, j) |
112 to model the topological neighborhood withi the mesh, too. | 120 to model the topological neighborhood within the mesh, too. |
113 | 121 |
114 * src/main/java/de/intevation/gnv/math/Interpolation2D.java: New. | 122 * src/main/java/de/intevation/gnv/math/Interpolation2D.java: New. |
115 Has a method interpolate() which takes a path line string in form | 123 Has a method interpolate() which takes a path line string in form |
116 of a list of JTS Coordinates, a list of grid points (Point2d | 124 of a list of JTS Coordinates, a list of grid points (Point2d |
117 to carry the topology, too), a linear range in diagram coordinate | 125 to carry the topology, too), a linear range in diagram coordinate |