UNPKG

@maticoapp/deck.gl-pmtiles

Version:

This repo provides a typed Deck.gl layer and loader for PMTiles data. PMTiles data provides a serverless and compact way to store tile geospatial data. Combined with Deck.gl's rendering, this provides a flexible and powerful way to cheaply manage geospati

11 lines (10 loc) 288 B
import PMTLayer from "./pmt-layer/pmt-layer"; import { PMTLoader, PMTWorkerLoader } from "./pmt-loader"; import { useJoinData, useJoinLoader } from "./useJoinLoader/useJoinLoader"; export { PMTLayer, PMTWorkerLoader, PMTLoader, useJoinLoader, useJoinData, }