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
- Host: GitHub
- URL: https://github.com/jtmiclat/deck.gl-pmtiles
- Owner: jtmiclat
- License: mit
- Archived: true
- Created: 2022-07-11T15:59:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T07:41:52.000Z (about 3 years ago)
- Last Synced: 2025-03-27T12:47:03.234Z (6 months ago)
- Topics: deck-gl, deckgl, pmtiles
- Language: JavaScript
- Homepage: https://deckgl-pmtiles.jtmiclat.me
- Size: 440 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)