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
PR #881 adds typings for the various events. The problem is that since they are registered on Evented from @types/leaflet they all show up when doing map.on() and layer.on() even though some of the events are either map or layer only.
Trying to put the events on the Map or Layer from @types/leaflet like:
PR #881 adds typings for the various events. The problem is that since they are registered on
Evented
from@types/leaflet
they all show up when doingmap.on()
andlayer.on()
even though some of the events are either map or layer only.Trying to put the events on the
Map
orLayer
from@types/leaflet
like:results in the following error:
We need to find a way to register the events for just
Map
and justLayer
The text was updated successfully, but these errors were encountered: