We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a11981 commit 1d2af74Copy full SHA for 1d2af74
src/layers/vector.d.ts
@@ -82,7 +82,7 @@ export interface CartoOfflineVectorTileLayerOptions extends VectorTileLayerOptio
82
}
83
84
export interface ClusteredVectorLayerLayerOptions extends VectorTileLayerOptions {
85
- dataSource: TileDataSource<any, any>;
+ dataSource: VectorDataSource<any, any>;
86
builder: ClusterElementBuilder<any, any>;
87
minimumClusterDistance?: number;
88
maximumClusterZoom?: number;
0 commit comments