Open Pioneer Trails Packages
    Preparing search index...

    Interface VectorLayerSelectionSourceOptions

    interface VectorLayerSelectionSourceOptions {
        label: string;
        vectorLayer: VectorLayer<
            VectorSource<Feature<Geometry>>,
            Feature<Geometry>,
        >;
    }
    Index

    Properties

    Properties

    label: string
    vectorLayer: VectorLayer<VectorSource<Feature<Geometry>>, Feature<Geometry>>