UNPKG

@deck.gl/carto

Version:

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

9 lines (6 loc) 265 B
// deck.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors import {createLoaderWorker} from '@loaders.gl/loader-utils'; import CartoVectorTileLoader from '../layers/schema/carto-vector-tile-loader'; createLoaderWorker(CartoVectorTileLoader);