changed date format to fit windshaft response

This commit is contained in:
javi 2014-02-25 07:14:10 +01:00
parent 461aee78fc
commit ee5cf66c12
2 changed files with 6 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
2.3.XX -
- Changed date parsing for windshaft provider
2.3.00 - Feb/24/2014
-----
- Added 'get attribution' function to Leaflet canvas layer.

View File

@ -282,8 +282,8 @@
getKeySpan: function() {
return {
start: this.options.start * 1000,
end: this.options.end * 1000,
start: this.options.start,
end: this.options.end,
step: this.options.step,
steps: this.options.steps,
columnType: this.options.column_type