UNPKG

@deck.gl/carto

Version:

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

7 lines 327 B
// deck.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors import { createLoaderWorker } from '@loaders.gl/loader-utils'; import CartoPropertiesTileLoader from "../layers/schema/carto-properties-tile-loader.js"; createLoaderWorker(CartoPropertiesTileLoader); //# sourceMappingURL=cartoPropertiesTile.js.map