An open API service indexing awesome lists of open source software.

https://github.com/jtmiclat/deck.gl-pmtiles

🌏 deck.gl layer for pmtiles
https://github.com/jtmiclat/deck.gl-pmtiles

deck-gl deckgl pmtiles

Last synced: 2 months ago
JSON representation

🌏 deck.gl layer for pmtiles

Awesome Lists containing this project

README

          

# deck.gl layer for pmtiles

A proof of concept deck.gl layer for accessing pmtiles.

Checkout https://github.com/Matico-Platform/deck.gl-pmtiles if you need a better supported package!

## Usage

Pass url to a public pmtiles file that accept http range requests

```jsx

```

### Notes

It is probably better to host pmtiles behind a serverless function w/ caching in production. The goal of this repo is to have an easy way to access pmtiles for deck.gl application.

## Read more about the tech

- [PMtiles](https://github.com/protomaps/PMTiles)
- [deck.gl](https://github.com/vis.gl/vis.gl)
- [deck.gl-pmtiles](https://github.com/Matico-Platform/deck.gl-pmtiles)