Update Mapbox to latest Leaflet definition

This commit is contained in:
Maxime Fabre 2014-06-17 14:36:50 +02:00
parent f89ba04e05
commit 2cc777e20f

2
mapbox/mapbox.d.ts vendored
View File

@ -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.