ismyrnow / Leaflet.functionaltilelayer

Leaflet tile layer with functionally defined URL and support for promises.
MIT License
72 stars 15 forks source link

_tileFunction is global #2

Closed allartk closed 11 years ago

allartk commented 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);

ismyrnow commented 11 years ago

Thanks for the feedback. I will get this fix in.

ismyrnow commented 11 years ago

Fixed in f4f02f9bcf1242a51784f097d286df86eb4073b6.