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
It changes tilesize to get tiles decimal zoom levels. Now, I changed the tilesize in _getTilePoint function to get the correct tile. But inside that tile featureAt still doesn't work correctly.
It's probably because of _canvasIDToFeatures not returning the correct features at decimal zoom levels.
Hi @rishabhjain30. We haven't considered supporting leaflet 1.0, as it is still in beta. I've seen Tangram work well with Mapbox Vector Tiles with Leaflet 1.0. Have you considered using that?
I added continuous zoom to leaflet using this Leaflet/Leaflet#1941.
It changes tilesize to get tiles decimal zoom levels. Now, I changed the tilesize in _getTilePoint function to get the correct tile. But inside that tile featureAt still doesn't work correctly.
It's probably because of _canvasIDToFeatures not returning the correct features at decimal zoom levels.
Need help solving this. @apollolm @hallahan @rgwozdz
The text was updated successfully, but these errors were encountered: