comparison artifacts/src/main/java/org/dive4elements/river/exports/ATExporter.java @ 6234:02ea1c3fba8c

Fix export at river km's for issue1275 Rrenkert explained that the intention was to scale the Waterlevels because they should be in centimeters at a gauge and in meters otherwise. This appears very strange to me and should be clarified.
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 07 Jun 2013 17:09:26 +0200
parents a0078e5e3b39
children 152e1ba8e5bd
comparison
equal deleted inserted replaced
6233:a8613826bcac 6234:02ea1c3fba8c
109 river.getName(), 109 river.getName(),
110 kms[0], 110 kms[0],
111 gauge.getName(), 111 gauge.getName(),
112 gauge.getDatum(), 112 gauge.getDatum(),
113 interval.getStartTime(), 113 interval.getStartTime(),
114 100d); 114 false);
115 } 115 }
116 else { 116 else {
117 // at km 117 // at km
118 at.write( 118 at.write(
119 new OutputStreamWriter(out), 119 new OutputStreamWriter(out),
121 river.getName(), 121 river.getName(),
122 kms[0], 122 kms[0],
123 null, 123 null,
124 null, 124 null,
125 null, 125 null,
126 0d); 126 true);
127 } 127 }
128 128
129 } 129 }
130 130
131 131

http://dive4elements.wald.intevation.org