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.
2 parents 2159900 + 3941321 commit 9de6b32Copy full SHA for 9de6b32
src/ui-carto/layers/vector.d.ts
@@ -35,7 +35,7 @@ export interface VectorTileEventData<T = DefaultLatLonKeys> {
35
}
36
export interface VectorElementEventData<T = DefaultLatLonKeys> {
37
clickType: ClickType;
38
- layer: BaseVectorTileLayer<any, any>;
+ layer: BaseVectorLayer<any, any>;
39
native: any;
40
// featureId: number;
41
// featureData: { [k: string]: string };
0 commit comments