Jacob Wasilkowski

Results 38 comments of Jacob Wasilkowski

Hi @davetapley, thank you for offering this change, we appreciate it! 👍 As a holistic, longer-term update, I'd like to see esri-leaflet's requests mechanisms be updated to support network requests...

I'm happy to help out in any way. I'd like to get back into supporting the esri-leaflet related repos again.

Hey, thanks for helping me get involved in all this in the first place, @jgravois!

For those still looking for more info on the changes introduced earlier this year, we just refreshed the docs pages and changelogs to reflect what's new at esri-leaflet v3. Live...

@jgravois @ogix was this fixed already, following the first non-tiling approach [mentioned above](https://github.com/Esri/esri-leaflet/issues/1124#issuecomment-418354525)? > wait to remove the old image until after the next one is retrieved The order of...

Alright, we've confirmed that the DynamicMapLayer does function as expected by design now, and will leave this open as a potential enhancement with the idea suggested here: https://github.com/Esri/esri-leaflet/issues/1124#issuecomment-418622194.

Looking at the network requests in your original codepen, @KroniK907, I **am** seeing network requests to attempt to fetch tiles at zoom level 19, which likely aren't there and show...

https://next.github.com/projects/repo-visualization If we want to semi-automate it: https://next.github.com/projects/repo-visualization#integrate-into-your-own-projects Direct link to play around now: https://octo-repo-visualization.vercel.app/?repo=esri%2Fesri-leaflet (and be sure to exclude the `spec/` path for a bit more fun 😉) ![image](https://user-images.githubusercontent.com/4933392/143138492-b282b5b5-a530-4c00-99f6-d955444c4a73.png)

I agree that the other issue has some good ideas to consider. To add to all that, perhaps part of the solution may entail writing a custom `provider` for the...

@theVoogie have you considered writing your own network request [interceptor](https://dmitripavlutin.com/catch-the-xmlhttp-request-in-plain-javascript/) as a first draft to see if it'll satisfy your use case? Deeper down the requests coming out esri-leaflet are...