Open Pioneer Trails Packages
    Preparing search index...

    Represents the selection step when choosing an existing feature to edit.

    This step is active when the user is selecting a feature from the map to modify or delete. The user can click on features from the specified layers to begin editing them.

    interface SelectionStep {
        id: "selection";
        layers: Layer[];
    }
    Index

    Properties

    Properties

    id: "selection"
    layers: Layer[]

    The layers from which features can be selected for editing.