Thu, 03 Jun 2010 16:10:27 +0000 |
Ingo Weinzierl |
Changed the geo-backend initialization regarding the changes of rev1149. An sql-cache is integrated and enabled now.
|
Wed, 02 Jun 2010 09:52:39 +0000 |
Ingo Weinzierl |
Cach improvement: remove the cached elements of each visited state that is visited while stepping back to a previous state.
|
Tue, 01 Jun 2010 16:59:15 +0000 |
Ingo Weinzierl |
Do not call the endOfLife method of the current state before advancing to a next state, because this would remove elements from cache that have been inserted just before - it would be impossible to make use of a cache in that case.
|
Tue, 01 Jun 2010 16:54:21 +0000 |
Ingo Weinzierl |
Remove the elements of an outdated state from cache if its endOfLife method is called.
|
Mon, 31 May 2010 08:20:17 +0000 |
Tim Englich |
Added queries for TimeSeriesPoints using vectorvalues for verticalprofiles
|
Fri, 28 May 2010 07:37:59 +0000 |
Ingo Weinzierl |
Fixed the aggregation of row with the same parameter in the odv export (issue291).
|
Thu, 27 May 2010 16:43:00 +0000 |
Ingo Weinzierl |
The title of a layer can be changed by the user. Product 'Layer' and 'Horizontalschnitt' now use the same code path to write the meta information file. (issue198)
|
Thu, 27 May 2010 08:48:16 +0000 |
Ingo Weinzierl |
Fixed a bug in the pdf export.
|
Thu, 27 May 2010 07:41:14 +0000 |
Ingo Weinzierl |
Implemented a new histogram dataset that takes the width of a single bin as well as the number of bins for the histogram (issue288).
|
Wed, 26 May 2010 17:01:29 +0000 |
Ingo Weinzierl |
Removed the parsing for double/integer values specifying the bin width or the number of bins in DefaultHistogram, because these inserted values are no longer i18n strings (issue289).
|
Wed, 26 May 2010 07:00:55 +0000 |
Ingo Weinzierl |
The format of a histogram pdf depends on the width and height specified by the user - or the default size (issue290).
|
Wed, 26 May 2010 06:45:03 +0000 |
Ingo Weinzierl |
The pdf format depends on the chart's aspect ratio (issue290).
|