Type Alias AbstractFeatureProviderOptions

AbstractFeatureProviderOptions: VcsObjectOptions & {
    mapTypes?: string[];
    showGeometry?: boolean;
    style?: StyleItemOptions | StyleItem;
    vectorProperties?: VectorProperties | VectorPropertiesOptions;
}

Type declaration

  • OptionalmapTypes?: string[]

    can be used to constrict the featureProvider to specific mapTypes empty array means no restriction

  • OptionalshowGeometry?: boolean

    show the resulting geometry in the map

  • Optionalstyle?: StyleItemOptions | StyleItem

    the style to apply to features created by this feature provider

  • OptionalvectorProperties?: VectorProperties | VectorPropertiesOptions

    the vector properties of the features. Allow picking is false by default.