Intro to PointCloudLayer

Point cloud data can be visualized in the browser using the PointCloudLayer. This sample displays a point cloud with more than 1.1 billion points gathered with LiDAR. To enable the default popup set the property defaultPopupTemplateEnabled in the SceneView to true.

Use dark colors for code blocksCopy
1
2
3
popup: {
  defaultPopupTemplateEnabled: true // activate popup with default template
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.