comparison backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java @ 6268:bbd44de9ec78

issue1267: Do not downscale height.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 11 Jun 2013 12:01:27 +0200
parents 4c3ccf2b0304
children 56e8e6aa04ab
comparison
equal deleted inserted replaced
6267:484a19628b1e 6268:bbd44de9ec78
212 index = lastPointIdx + 1; 212 index = lastPointIdx + 1;
213 } 213 }
214 214
215 this.lastPointGK[0] = gkr; 215 this.lastPointGK[0] = gkr;
216 this.lastPointGK[1] = gkh; 216 this.lastPointGK[1] = gkh;
217 currentLine.add(new XY(totalX, height/1000d, index)); 217 currentLine.add(new XY(totalX, height, index));
218 return true; 218 return true;
219 } 219 }
220 220
221 // As per documentation: 221 // As per documentation:
222 // BW;WPA;ST;UF;PN;LS;BL-LS;Y;X;Z;DL;LZK;SY;SX;SZ;BML;HS;BL-HS;H;DH;HZK;SH;WVA;BMH;BMP;DST;DB;LDS;LKZ; 222 // BW;WPA;ST;UF;PN;LS;BL-LS;Y;X;Z;DL;LZK;SY;SX;SZ;BML;HS;BL-HS;H;DH;HZK;SH;WVA;BMH;BMP;DST;DB;LDS;LKZ;

http://dive4elements.wald.intevation.org