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
Adrian Solberg committed Sep 29, 2025
1 parent 60aedc0 commit 4c69a04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
export const POTREE_POINTCLOUD_URL =
'../pointclouds/data_converted/metadata.json'
export const POTREE_POINTCLOUD_URL = '/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 4c69a04

Please sign in to comment.