Skip to content

Conversation

@alberto-acevedo
Copy link

The onRemove is failing to remove the _onMouseMove event because the context is missing. In Leaflet 1.8.0 it logs the following warning: listener not found. The fix is to include the context (this) in the onRemove function.

danwild and others added 19 commits May 25, 2016 11:49
This allows you to use the library to show other coordinates than lat/lng.
It gives you the lat/lng in one function to be able to do translations.
Add option to not wrap longitude values
Add formatting function that formats both lat and long at the same time
The onRemove is failing to remove the _onMouseMove event because the context is missing. In Leaflet 1.8.0 it logs the following warning: listener not found.
The fix is to include the context (this) in the onRemove function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants