UNPKG

@deck.gl/carto

Version:

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

9 lines (6 loc) 277 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'; createLoaderWorker(CartoPropertiesTileLoader);