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

[BUG] Gracefully handle layer deletions #33

Open
IgorTatarnikov opened this issue Mar 5, 2025 · 0 comments
Open

[BUG] Gracefully handle layer deletions #33

IgorTatarnikov opened this issue Mar 5, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@IgorTatarnikov
Copy link
Member

Currently, if a user deletes a layer in the GUI a reference to that layers will be hanging around in self.tile_layers. This will lead to undefined behaviour.

Need to settle on how to handle layer deletions. If a user deletes a tile from the GUI, should that tile still be stitched and fused into the final image? At the minimum when a user deletes all tile layers the widget should reset it's internal state to gracefully close open file handles and clear the internal ImageMosaic class.

@IgorTatarnikov IgorTatarnikov added the bug Something isn't working label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant