Open Pioneer Trails Packages
    Preparing search index...

    Represents the modification step when editing a newly drawn feature.

    This step is active after a user has finished drawing a new feature's geometry and is now modifying its shape or editing its properties before saving. The feature has not yet been persisted to the backend.

    interface CreationStep {
        drawLayer: Layer;
        feature: Feature;
        id: "creation";
        template: FeatureTemplate;
    }
    Index

    Properties

    drawLayer: Layer

    The temporary layer containing the feature during creation.

    feature: Feature

    The feature being created and modified.

    id: "creation"
    template: FeatureTemplate

    The feature template used to create the feature.