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
This is an missing feature in geotiff.js where the abort signal is not passed down to data slice fetch call of getImage operation.
Currently in MS, as a workaround, the promise is cancelled but not the actual request which ensure that the user is not impacted by this issue in geotiff.js.
Once the geotiff.js is patched, we may need to check if Openlayer adopts this change, if not we may have to implement the fix in an isolated manner to ensure completeness in cancelling of geotiff layer's metadata fetch call
What kind of improvement you want to add? (check one with "x", remove the others)
Minor changes to existing features
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Other... Please describe:
Other useful information
The text was updated successfully, but these errors were encountered:
Description
This is an missing feature in geotiff.js where the abort signal is not passed down to data slice fetch call of
getImage
operation.Currently in MS, as a workaround, the promise is cancelled but not the actual request which ensure that the user is not impacted by this issue in
geotiff.js
.Once the
geotiff.js
is patched, we may need to check ifOpenlayer
adopts this change, if not we may have to implement the fix in an isolated manner to ensure completeness in cancelling of geotiff layer's metadata fetch callWhat kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
The text was updated successfully, but these errors were encountered: