Open Pioneer Trails Packages
    Preparing search index...
    interface UpdateFeatureOptions {
        feature: Feature;
        layer: Layer | undefined;
        projection: Projection | undefined;
    }
    Index

    Properties

    feature: Feature

    The OpenLayers feature that was modified.

    layer: Layer | undefined

    The layer containing the feature, or undefined if not available.

    projection: Projection | undefined

    The projection of the feature's geometry, or undefined if not available.