Back to Deck Gl

or

examples/website/point-cloud/README.md

9.3.2608 B
Original Source

This is a minimal standalone version of the PointCloudLayer example on deck.gl website.

Usage

Copy the content of this folder to your project.

bash
# install dependencies
npm install
# or
yarn
# bundle and serve the app with vite
npm start

Data Source

The sample data is from kaarta.com.

loaders.gl offers loaders for a variety of common point cloud formats that work seamlessly with this layer. To use your own data, check out the documentation of PointCloudLayer.