-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moveToLocation not Refreshing Labels #127
Comments
I should add that I tried using Also the problem only happens when the map is zoomed in and the marker being searched for is off screen. |
I don't understood the problem... do you have a code jsfiddle/pastebin or a demo online? |
This maybe a Leaflet Label problem or just a general Leaflet problem of some kind. I found a similar issue over on the Leaflet Label Git. Leaflet/Leaflet.label#142 |
I have found an issue with the
moveToLocation
where the Leaflet Labels layers will not redraw, instead they stay in the same place on the screen from before the move.Here is the code.
Leaflet Labels are part of the Overlay container. The map is also part of the overlay container and it appear to stay stationary.
The labels should be under the markers but those markers are from other places on the map.
The text was updated successfully, but these errors were encountered: