createLoader( source: VectorSource, url: string, srs?: string, strategy?: LoadingStrategy, clear?: boolean,): FeatureLoader<Feature<Geometry>> Parameters
- source: VectorSource
- url: string
- srs: string = 'EPSG:4326'
- strategy: LoadingStrategy = all
- clear: boolean = false
Returns FeatureLoader<Feature<Geometry>>
Intended to be used with VectorSource and setLoader to setup a single file FlatGeobuf as source.