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
I am using Leaflet 1.0 in a project and would like to use OSMBuildings. However, there is an issue where the buildings get completely redrawn on the moveend event and they briefly disappear. Here is an example forked from the "Integrate with LeafletJS" example in the docs, using [email protected] instead of [email protected]: http://codepen.io/anon/pen/XNbwYK
Are there plans to add support for LeafletJS 1.0?
Any idea how to get around the redraw disappearance?
The text was updated successfully, but these errors were encountered:
I'd love to spent more time on 2.5D version but have very little time to do so.
The flicker did appear on earlier versions as well as it does in OpenLayers.
Basically on moveend many things are rebuilt. A slightly changed event emission might cause this.
Looks like the flickering is caused by the map drag inertia. Unfortunately you can't disable it directly but setting the inertiaDeceleration to a high enough value will effectively disable it and prevent flickering. I wasn't able to get it flicker-free with inertia.
I am using Leaflet 1.0 in a project and would like to use OSMBuildings. However, there is an issue where the buildings get completely redrawn on the
moveend
event and they briefly disappear. Here is an example forked from the "Integrate with LeafletJS" example in the docs, using[email protected]
instead of[email protected]
: http://codepen.io/anon/pen/XNbwYKAre there plans to add support for LeafletJS 1.0?
Any idea how to get around the redraw disappearance?
The text was updated successfully, but these errors were encountered: