Type Alias FlatGeobufLayerOptions

FlatGeobufLayerOptions: VectorOptions & {
    url: string | Record<string, string>;
}