@deck.gl/carto
Version:
CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.
7 lines • 302 B
JavaScript
// deck.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors
export const DEFAULT_TILE_SIZE = 512;
export const DEFAULT_AGGREGATION_EXP_ALIAS = '__aggregationValue';
export const DEFAULT_AGGREGATION_EXP = `1 AS ${DEFAULT_AGGREGATION_EXP_ALIAS}`;
//# sourceMappingURL=constants.js.map