We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09e3743 + ce4cdc7 commit 68d9d43Copy full SHA for 68d9d43
mapbox/mapbox.d.ts
@@ -21,7 +21,7 @@ declare module L.mapbox {
21
function map(element: string, id: string, options?: MapOptions): L.mapbox.Map;
22
function map(element: string, tilejson: any, options?: MapOptions): L.mapbox.Map;
23
24
- interface MapOptions extends L.MapOptions {
+ interface MapOptions extends L.Map.MapOptions {
25
featureLayer? : FeatureLayerOptions;
26
gridLayer? : any;
27
tileLayer? : TileLayerOptions;
0 commit comments