Skip to content

tebben/cesium-mvt-provider

Repository files navigation

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 - 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

npm install
npm run dev