Satellite Tracker.
Demo from CesiumJS Code Examples.
3D Tiles BIM: A sample BIM dataset rendered with 3D Tiles.
3D Tiles Clipping Planes: User-defined clipping planes applied to a batched 3D Tileset, point cloud, and model.
3D Tiles Compare: Compare 3D Tiles tilesets by showing different ones on different sides of the screen.
3D Tiles Feature Picking: Pick features in a 3D Tiles tileset.
Basic Functions.
Display spatial coordinates.
Distance measurement.
Area measurement.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
npm install
npm run dev
npm run build
npm run lint
The files .env.development and .env.production are configs for development and production environment.
Since it is deployed on GitHub Pages https://<USERNAME>.github.io/<REPO>/, you need to set VITE_BUILD_PATH_PREFIX='<REPO>' to refer to the static files in /public.
In general or dev env, just set VITE_BUILD_PATH_PREFIX='', it should be no problem.