Skip to content

Commit

Permalink
remove redundant type LayerIdentifyOptionsType
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed Mar 3, 2025
1 parent d8119bc commit af11480
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/maptalks/src/layer/OverlayLayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,3 @@ export type addGeometryFitViewOptions = {
duration?: number,
step?: (frame) => void
}

export type LayerIdentifyOptionsType = {
onlyVisible?: boolean;
tolerance?: number;
}

0 comments on commit af11480

Please sign in to comment.