changeset 6268:bbd44de9ec78

issue1267: Do not downscale height.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 11 Jun 2013 12:01:27 +0200
parents 484a19628b1e
children 5b1cc816fcdb
files backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java	Tue Jun 11 12:00:57 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java	Tue Jun 11 12:01:27 2013 +0200
@@ -214,7 +214,7 @@
 
         this.lastPointGK[0] = gkr;
         this.lastPointGK[1] = gkh;
-        currentLine.add(new XY(totalX, height/1000d, index));
+        currentLine.add(new XY(totalX, height, index));
         return true;
     }
 

http://dive4elements.wald.intevation.org