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 - working ok on my windows machine but has a lot of rendering errors on linux and android.
- Points, lines, labeling
- Offscreen rendering in worker
- Implement some styling
- Create NPM package of module folder
- ...
Install deps and run svelte-kit app
npm install
npm run dev