kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
10 lines (9 loc) • 314 B
TypeScript
/**
* Determines whether a Map Style is using Mapbox Tiles
* @param {any} mapStyle the mapStyle to check
* @returns true if the style is using Mapbox tiles
*/
export declare function isStyleUsingMapboxTiles(mapStyle: any): boolean;
export declare const transformRequest: (url: string) => {
url: string;
};