comparison artifacts/src/main/java/org/dive4elements/river/exports/WaterlevelExporter.java @ 7615:edb323a4c286

(issue1620) join column names with two empty spaces The size limit of 9 characters is already enforced in addcolumn so this can be safely removed.
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 29 Nov 2013 11:13:31 +0100
parents 3e3a4f44423a
children 22b9d2dfb4d2
comparison
equal deleted inserted replaced
7614:3e3a4f44423a 7615:edb323a4c286
814 // 814 //
815 // There was some confusion how to implement this. see flys/issue1620 815 // There was some confusion how to implement this. see flys/issue1620
816 // for details. 816 // for details.
817 for (WQKms wqkms: officalFixings) { 817 for (WQKms wqkms: officalFixings) {
818 // To add some spaces here or to add them in the writer,.. 818 // To add some spaces here or to add them in the writer,..
819 writer.addColumn(" " + getDesc(wqkms, true)); 819 writer.addColumn(getDesc(wqkms, true));
820 820
821 // Get all lines from the calculation 821 // Get all lines from the calculation
822 Map <Double, WstLine> calcLines = writer.getLines(); 822 Map <Double, WstLine> calcLines = writer.getLines();
823 823
824 // All KM values where we have a point for 824 // All KM values where we have a point for

http://dive4elements.wald.intevation.org