From e2a7a8640b44c308e3a2e69fb367b942b93825df Mon Sep 17 00:00:00 2001 From: Adrian Solberg Date: Mon, 29 Sep 2025 10:57:08 +0200 Subject: [PATCH] fix(#9): fix url and spelling mistake in config --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }