Skip to content

[BUG] Gracefully handle layer deletions #33

@IgorTatarnikov

Description

@IgorTatarnikov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions