# HG changeset patch # User Sascha L. Teichmann # Date 1261064360 0 # Node ID bc00848f0350f994f5bcee07288fe8c299c3570a # Parent 0613554350758e03c334a2d0a239207d7c3661f9 Remove wkt line strings from i18n gnv-artifacts/trunk@452 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 061355435075 -r bc00848f0350 gnv-artifacts/ChangeLog --- 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 +2009-12-17 Sascha L. Teichmann + + * src/main/resources/lang/artifactMessages_de_DE.properties, + src/main/resources/lang/artifactMessages_de.properties: Removed + wkt line strings. + +2009-12-17 Ingo Weinzierl * 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 +2009-12-17 Ingo Weinzierl + + 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 diff -r 061355435075 -r bc00848f0350 gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties --- 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] diff -r 061355435075 -r bc00848f0350 gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties --- 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]