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

https://github.com/tebben/cesium-mvt-provider

MVT provider for cesium
https://github.com/tebben/cesium-mvt-provider

cesium cesiumjs mapbox-vector-tiles mvt vector-tiles

Last synced: 21 days ago
JSON representation

MVT provider for cesium

Awesome Lists containing this project

README

        

# cesium-mvt-provider

Trying to create a Mapbox Vector Tile Imagery Provider for CesiumJS by drawing mvt features onto a canvas. Project is currently a bit of a mess but got something working.
[Demo](https://tebben.github.io/cesium-mvt-provider/) - working ok on my windows machine but has a lot of rendering errors on linux and android.

## ToDo

- Points, lines, labeling
- Offscreen rendering in worker
- Implement some styling
- Create NPM package of module folder
- ...

## Run

Install deps and run svelte-kit app

```sh
npm install
npm run dev
```