Closed allartk closed 11 years ago
A great plugin! But _tileFunction is made global in initialize, limiting the number of layers of this type to just one.
I replaced it with this._tileFunction = tileFunction;
idem on line 33 return this._tileFunction(view);
Thanks for the feedback. I will get this fix in.
Fixed in f4f02f9bcf1242a51784f097d286df86eb4073b6.
A great plugin! But _tileFunction is made global in initialize, limiting the number of layers of this type to just one.
I replaced it with this._tileFunction = tileFunction;
idem on line 33 return this._tileFunction(view);