[Dive4elements-commits] [PATCH 4 of 4] issue1267: Do not downscale height

Wald Commits scm-commit at wald.intevation.org
Tue Jun 11 11:54:41 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1370944887 -7200
# Node ID bbd44de9ec789386b1852116503de23c9f00a394
# Parent  484a19628b1e49d10877798aba4eae06db555970
issue1267: Do not downscale height.

diff -r 484a19628b1e -r bbd44de9ec78 backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java
--- 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;
     }
 


More information about the Dive4elements-commits mailing list