mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
add heatmap to layer types (added in 0.41.0)
This commit is contained in:
2
types/mapbox-gl/index.d.ts
vendored
2
types/mapbox-gl/index.d.ts
vendored
@@ -901,7 +901,7 @@ declare namespace mapboxgl {
|
||||
|
||||
export interface Layer {
|
||||
id: string;
|
||||
type?: "fill" | "line" | "symbol" | "circle" | "fill-extrusion" | "raster" | "background";
|
||||
type?: "fill" | "line" | "symbol" | "circle" | "fill-extrusion" | "raster" | "background" | "heatmap";
|
||||
|
||||
metadata?: any;
|
||||
ref?: string;
|
||||
|
||||
Reference in New Issue
Block a user