podusowski / walkers

slippy map (openstreetmap) widget for egui
MIT License
128 stars 23 forks source link

Is there a way to find out that all tiles have been loaded after changing zoom level? #190

Open i-Chaban opened 6 days ago

i-Chaban commented 6 days ago

Hi! Is there a way to find out that all tiles have been loaded after changing zoom level by using map_memory.zoom_in() or map_memory.set_zoom(my_zoom)?
Thanks

podusowski commented 4 days ago

Hi, not really. Such functionality would have to be implemented by exposing some info in HttpTiles.