From ce4cdc7beaf27205003062da664d34fc9d03761c Mon Sep 17 00:00:00 2001 From: vvakame Date: Wed, 23 Sep 2015 05:30:57 +0900 Subject: [PATCH] fix mapbox/mapbox.d.ts --- mapbox/mapbox.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapbox/mapbox.d.ts b/mapbox/mapbox.d.ts index bc2c3c980f..3c774bdf66 100644 --- a/mapbox/mapbox.d.ts +++ b/mapbox/mapbox.d.ts @@ -21,7 +21,7 @@ declare module L.mapbox { function map(element: string, id: string, options?: MapOptions): L.mapbox.Map; function map(element: string, tilejson: any, options?: MapOptions): L.mapbox.Map; - interface MapOptions extends L.MapOptions { + interface MapOptions extends L.Map.MapOptions { featureLayer? : FeatureLayerOptions; gridLayer? : any; tileLayer? : TileLayerOptions;