Skip to content

Commit

Permalink
fix(#9): fix url and spelling mistake in config
Browse files Browse the repository at this point in the history
  • Loading branch information
adriahso committed Sep 29, 2025
1 parent 60aedc0 commit ba6da07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export const POTREE_POINTCLOUD_URL =
'../pointclouds/data_converted/metadata.json'
'/pointclouds/data_converted/metadata.json'

export const INITIAL_CESIUM_POS = {
x: 4303414.154026048,
y: 552161.235598733,
z: 4660771.704035539,
heading: 10,
pitch: -Cesium.Math.PI_PVER_FOUR,
pitch: -Cesium.Math.PI_OVER_FOUR,
roll: 0.0
}

Expand Down

0 comments on commit ba6da07

Please sign in to comment.