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
- Host: GitHub
- URL: https://github.com/tebben/cesium-mvt-provider
- Owner: tebben
- Created: 2022-11-10T06:20:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T00:45:02.000Z (over 2 years ago)
- Last Synced: 2025-03-31T21:42:45.544Z (2 months ago)
- Topics: cesium, cesiumjs, mapbox-vector-tiles, mvt, vector-tiles
- Language: JavaScript
- Homepage:
- Size: 5.63 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```