diff --git a/src/config.js b/src/config.js index 8245b56..adae207 100644 --- a/src/config.js +++ b/src/config.js @@ -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 }