You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The master branch of ember-leaflet isn't maintained in favor of the existing ember-cli version.
Are you looking for a globals version of ember-leaflet?
If so, solving #108 would be the right way to go.
Nevertheless, if the problem is really something like #116, a similar PR could be accepted to the master branch.
Upon upgrading to Ember 1.13, the leaflet code is breaking with the following message:
which seems to originate from
LayerMixing
(line 121).get(this, 'events')
returnsundefined
.I am using the master branch of ember-leaflet.
The text was updated successfully, but these errors were encountered: