Interface: ShapesDataStorage<TShapesData>
Defined in: storage/shapes.ts:9
Data storage adapter for shape (polygon) collections
Extends
Type Parameters
TShapesData
TShapesData extends ShapesData
The concrete ShapesData type produced by this storage adapter
Properties
loadShapes
loadShapes: (
options?) =>Promise<TShapesData>
Defined in: storage/shapes.ts:18
Loads the shapes data from the configured data source
Parameters
options?
Optional abort signal and progress callback
onProgress?
signal?
AbortSignal
Returns
Promise<TShapesData>
The loaded shapes data