UNPKG

@deck.gl/carto

Version:

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

7 lines 311 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.js"; createLoaderWorker(CartoVectorTileLoader); //# sourceMappingURL=cartoVectorTile.js.map