Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java @ 611:4b818f13e20a
Repaired chart creation.
gnv-artifacts/trunk@677 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 11 Feb 2010 14:10:15 +0000 |
parents | 6484464d2059 |
children | 01054ddccb0f |
comparison
equal
deleted
inserted
replaced
610:6484464d2059 | 611:4b818f13e20a |
---|---|
262 log.debug( | 262 log.debug( |
263 "Best locale - regarding intersection of server and " + | 263 "Best locale - regarding intersection of server and " + |
264 "browser locales - is " + locale.toString() | 264 "browser locales - is " + locale.toString() |
265 ); | 265 ); |
266 | 266 |
267 Collection parameters = this.getCleanedParameters(uuid); | 267 Collection parameters = this.getParameters(uuid); |
268 Collection measurements = this.getMeasurements(uuid); | 268 Collection measurements = this.getMeasurements(uuid); |
269 Collection dates = this.getDates(uuid); | 269 Collection dates = this.getDates(uuid); |
270 | 270 |
271 ChartLabels chartLables = createChartLabels(locale, uuid); | 271 ChartLabels chartLables = createChartLabels(locale, uuid); |
272 | 272 |