miguelcobain / ember-leaflet

:fire: :leaves: Easy and declarative mapping for ember

Home Page:https://miguelcobain.github.io/ember-leaflet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add event missing for TileLayer class

jayvarner opened this issue · comments

The add event is present for the GeoJSON and Path classes; but it is missing for the TileLayer class. It is easy enough to add it to the TileLayer class. Has there been any discussion about putting common events and options in the BaseLayer class?

The base layer already has the add and remove events. Closing this.