From 4c69a04d4a956b552f8a7bf24d152b4050efa5ca 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/config.js b/src/config.js index 8245b56..b52bd33 100644 --- a/src/config.js +++ b/src/config.js @@ -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 }