changed date format to fit windshaft response
This commit is contained in:
parent
461aee78fc
commit
ee5cf66c12
4
NEWS
4
NEWS
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user