Skip to content

Expose GetLayerOptions for layer management #107

@macenx

Description

@macenx

I have a slide out panel that shows all selected layers. I want to control visibility from that panel with a checkbox.

I would like to simply loop thorugh the layers, using the base Layer class to access the layers without knowing the exact type. Then set the layer visiblity. I currently have to save the LayerOptions in a separate list or cast the layer to the decendant type before accessing the LayerOptions.

Exposing GetLayerOptions will allow me to access the options through the base class and set visibility.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions