Type Alias StaticFeatureTileProviderOptions

StaticFeatureTileProviderOptions: Omit<TileProviderOptions, "baseLevels"> & {
    features: Feature[];
}