Skip to content

Commit

Permalink
[fix] map ts lint
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiao-supermap committed Oct 14, 2024
1 parent 921bc69 commit b00714c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mapboxgl/_utils/HightlighLayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export default class HighlightLayer extends mapboxgl.Evented {
filterExp?: any[];
filterFields?: string[];
clickTolerance = 5;
map: mapboxglTypes.Map;

constructor(options: HighlightLayerOptions) {
super();
Expand Down

0 comments on commit b00714c

Please sign in to comment.