Bane Sullivan
Bane Sullivan
> I also noticed that the spinning wheel is staying a bit longer than it should be. It can be a bit annoying to keep seeing the spinning wheel. Can...
> I noticed that localtileserver is very slow on Windows I'll try to look into this when I have a chance. Timing the full execution of that script isn't very...
My windows machine is happy today, so I'm looking into this. I've at least narrowed it down to the `get_leaflet_tile_layer()` for the most part (ipyleaflet rendering the tiles also takes...
What I may do is change the implementation a bit under the hood to generally optimize the `TileClient` methods (regardless of OS) as I've been wanting to but again, this...
@12rambau, thanks for giving localtileserver a try and working hard to understand exactly what's going awry here - I understand this is probably a bit frustrating and I'd like to...
@12rambau, were you able to resolve this issue? I'd be happy to help you debug this if you're still having trouble
@giswqs, it's been a long time since I've used Colab. Could you post a link to a repo and session I could launch to debug this?
I have no idea how to do this on google colab. It's seemingly not a Jupyter Hub/Lab instance and I have absolutely no idea how to expose a port on...
At the very least, I could provide a test widget that would give the user errors rather than silently failing like the map views currently do (because a 404 tile...
That seems quite hacky and prone to fail so I don't think this is the right solution. Also, the Python code we'd be modifying would already have been executed on...