Mercurial > dive4elements > gnv-client
changeset 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 |
files | gnv-artifacts/ChangeLog gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties |
diffstat | 3 files changed, 13 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Thu Dec 17 13:21:43 2009 +0000 +++ b/gnv-artifacts/ChangeLog Thu Dec 17 15:39:20 2009 +0000 @@ -1,4 +1,10 @@ -009-12-17 Ingo Weinzierl <ingo.weinzierl@intevation.de> +2009-12-17 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/resources/lang/artifactMessages_de_DE.properties, + src/main/resources/lang/artifactMessages_de.properties: Removed + wkt line strings. + +2009-12-17 Ingo Weinzierl <ingo.weinzierl@intevation.de> * doc/conf/queries.properties: Added K-position to sql statement for verticalprofile charts on meshes. @@ -7,7 +13,9 @@ src/main/java/de/intevation/gnv/chart/HorizontalProfileChart.java: Changed the depending axis for gap detection on meshes for verticalprofile charts. -009-12-17 Ingo Weinzierl <ingo.weinzierl@intevation.de> +2009-12-17 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue 106 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: Fixed a file-leak bug while reading chart template. Sourced parsing of xml @@ -109,7 +117,7 @@ * src/main/java/de/intevation/gnv/math/Point2d.java: New. Extends JTS Coordinate to have an additional (i, j) - to model the topological neighborhood withi the mesh, too. + to model the topological neighborhood within the mesh, too. * src/main/java/de/intevation/gnv/math/Interpolation2D.java: New. Has a method interpolate() which takes a path line string in form
--- a/gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties Thu Dec 17 13:21:43 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties Thu Dec 17 15:39:20 2009 +0000 @@ -25,7 +25,7 @@ featureid = Station meshid= Datengitter mesh_coordinate = Geographische Position (z.B. 56n30 6e20) -mesh_linestring = Linienzug als WKT (z.B. LINESTRING (10.4911 56.2489, 10.4464 58.1608, 12.2321 56.4127, 13.1250 54.8832, 15.4018 54.5008, 19.6875 56.4127, 20.6250 59.0349, 28.1250 60.2640) +mesh_linestring = Linienzug als WKT mesh_point = Gitterzelle/Knotenpunkt measurementid = Messung Tiefe/Höhe [m] depthrange = Messbereich Tiefe/Höhe [m]
--- a/gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties Thu Dec 17 13:21:43 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties Thu Dec 17 15:39:20 2009 +0000 @@ -25,7 +25,7 @@ featureid = Station meshid= Datengitter mesh_coordinate = Geographische Position (z.B. 56n30 6e20) -mesh_linestring = Linienzug als WKT (z.B. LINESTRING (10.4911 56.2489, 10.4464 58.1608, 12.2321 56.4127, 13.1250 54.8832, 15.4018 54.5008, 19.6875 56.4127, 20.6250 59.0349, 28.1250 60.2640) +mesh_linestring = Linienzug als WKT mesh_point = Gitterzelle/Knotenpunkt measurementid = Messung Tiefe/Höhe [m] depthrange = Messbereich Tiefe/Höhe [m]