UNPKG

@deck.gl/carto

Version:

CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.

8 lines (6 loc) 269 B
// deck.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export {fetchMap, LayerFactory} from './fetch-map'; export type {FetchMapOptions, FetchMapResult} from './fetch-map'; export type {Basemap, MapLibreBasemap, GoogleBasemap} from './types';