Skip to content

Commit

Permalink
update typing in VectorLayer type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 24, 2020
1 parent 784862c commit 133d263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class VectorLayer extends AbstractLayer implements IVectorLayer {
_setMbPointsProperties(mbMap: unknown, mvtSourceLayer?: string): void;
_setMbLinePolygonProperties(mbMap: unknown, mvtSourceLayer?: string): void;
getSource(): IVectorSource;
getStyle(): IVectorStyle;
getStyle(): IVectorStyle | HeatmapStyle;
getFeatureById(id: string | number): Feature | null;
getPropertiesForTooltip(properties: GeoJsonProperties): Promise<ITooltipProperty[]>;
hasJoins(): boolean;
Expand Down

0 comments on commit 133d263

Please sign in to comment.