Open Pioneer Trails Packages
    Preparing search index...

    Represents the active drawing step when creating a new feature.

    This step is active when the user is drawing a new feature's geometry on the map using the specified feature template. The user interacts with the map to define the geometry (point, line, polygon, or circle) according to the template's configuration.

    interface DrawingStep {
        id: "drawing";
        template: FeatureTemplate;
    }
    Index

    Properties

    Properties

    id: "drawing"
    template: FeatureTemplate

    The feature template defining the geometry type and properties for the new feature.