Skip to content

Commit

Permalink
Merge pull request #111 from hotosm/feat/task-request-for-mapping
Browse files Browse the repository at this point in the history
fix: build issue
  • Loading branch information
nrjadkry authored Aug 1, 2024
2 parents 9eb923d + b25f6ac commit ece810b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface IVectorLayer extends ILayer {
interactions?: string[];
onFeatureSelect?: (properties: Record<string, any>) => void;
hasImage?: boolean;
image: any;
image?: any;
}

type InteractionsType = 'hover' | 'select';
Expand Down

0 comments on commit ece810b

Please sign in to comment.