passes tile object to layer
This commit is contained in:
parent
7f75022168
commit
1ff54b9018
@ -27,6 +27,7 @@ L.TorqueLayer = L.CanvasLayer.extend({
|
||||
}
|
||||
options.tileLoader = true;
|
||||
this.keys = [0];
|
||||
this._tiles = {};
|
||||
Object.defineProperty(this, 'key', {
|
||||
get: function() {
|
||||
return this.getKey();
|
||||
|
Loading…
Reference in New Issue
Block a user