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
Well, true
But at the same time, race condition will definetly occur when updateImage is being called twice with different url's (after initial image is loaded, since this.image is will be truthy now)
I guess the only possible solution to this is to keep reference to last http request being made and cancel it via AbortController or simillar API?
It looks like .updateImage() is being ignored before initial image finishes loading
maplibre-gl-js/src/source/image_source.ts
Lines 145 to 155 in 8b7ad98
Is there any particular reason why we are not allowed to change image on fly before initial one is loaded?
The text was updated successfully, but these errors were encountered: