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 CartoRasterTileLoader from "../layers/schema/carto-raster-tile-loader.js"; createLoaderWorker(CartoRasterTileLoader); //# sourceMappingURL=cartoRasterTile.js.map