UNPKG

@loaders.gl/pmtiles

Version:

Framework-independent loader for the pmtiles format

7 lines (6 loc) 264 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export { PMTilesSource } from "./pmtiles-source.js"; export { PMTilesTileSource } from "./pmtiles-source.js"; export { PMTilesLoader as _PMTilesLoader } from "./pmtiles-loader.js";