mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Update Mapbox to latest Leaflet definition
This commit is contained in:
parent
f89ba04e05
commit
2cc777e20f
2
mapbox/mapbox.d.ts
vendored
2
mapbox/mapbox.d.ts
vendored
@ -139,7 +139,7 @@ declare module L.mapbox {
|
||||
sanitizer? : (template: string) => string;
|
||||
}
|
||||
|
||||
interface FeatureLayer extends L.FeatureGroup {
|
||||
interface FeatureLayer extends L.FeatureGroup<L.ILayer> {
|
||||
|
||||
/**
|
||||
* Load GeoJSON data for this layer from the URL given by url.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user