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
Currently it is not possible to perform abort fetch action on fromUrl, fromCustomClient, fromArrayBuffer, fromFile & fromBlob as reported in this existing issue.
When this issue is addressed it would be nice to have this feature extended to getImage.
getImage performs a parseFileDirectoryAt to fetch DataSlice via getSlice. This call could end up expensive based on the tif source size, hence it would be nice to have abort signal passed down to getSlice from getImage to cancel the fetch action when required. This feature could ensure completeness in the abort action using geotiff fetch and image parsing.
The text was updated successfully, but these errors were encountered:
Description
Currently it is not possible to perform abort fetch action on
fromUrl
,fromCustomClient
,fromArrayBuffer
,fromFile
&fromBlob
as reported in this existing issue.When this issue is addressed it would be nice to have this feature extended to
getImage
.getImage
performs aparseFileDirectoryAt
to fetch DataSlice via getSlice. This call could end up expensive based on the tif source size, hence it would be nice to have abort signal passed down togetSlice
fromgetImage
to cancel the fetch action when required. This feature could ensure completeness in the abort action using geotiff fetch and image parsing.The text was updated successfully, but these errors were encountered: