File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1779,11 +1779,6 @@ export function gridLayer(options?: GridLayerOptions): GridLayer;
17791779
17801780export interface TileLayerOptions extends GridLayerOptions {
17811781 id ?: string | undefined ;
1782- accessToken ?: string | undefined ;
1783- minZoom ?: number | undefined ;
1784- maxZoom ?: number | undefined ;
1785- maxNativeZoom ?: number | undefined ;
1786- minNativeZoom ?: number | undefined ;
17871782 subdomains ?: string | string [ ] | undefined ;
17881783 errorTileUrl ?: string | undefined ;
17891784 zoomOffset ?: number | undefined ;
Original file line number Diff line number Diff line change @@ -340,7 +340,6 @@ gridLayerOptions = {
340340let tileLayerOptions : L . TileLayerOptions = { } ;
341341tileLayerOptions = {
342342 id : "mapbox.streets" ,
343- accessToken : "your.mapbox.access.token" ,
344343 minZoom : 0 ,
345344 maxZoom : 18 ,
346345 maxNativeZoom : 2 ,
You can’t perform that action at this time.
0 commit comments