mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 22:38:33 +08:00
Update Mapbox to latest Leaflet definition
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user