Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abort signal is not handled by COG layer's getImage data fetch call #9718

Open
6 tasks
dsuren1 opened this issue Nov 21, 2023 · 0 comments
Open
6 tasks

Abort signal is not handled by COG layer's getImage data fetch call #9718

dsuren1 opened this issue Nov 21, 2023 · 0 comments
Assignees

Comments

@dsuren1
Copy link
Contributor

dsuren1 commented Nov 21, 2023

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants