Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

302
Views
potree 360 sphere Uncaught (in promise) TypeError

Currently, I'm trying to operate the 360images shapefile function on the potree, but there was an error, so I checked and found this phrase.

Uncaught (in promise) TypeError: coordinates must be finite numbers proj4.js:1
at g (proj4.js:1:4846)
at St (proj4.js:1:22751)
at w (proj4.js:1:5221)
at A (proj4.js:1:5823)
at Object.forward (proj4.js:1:6540)
at Function.load (potree.js:25208:31)

In this case, how should we solve this? And the current code for my 360 shape file function is like this:

async function run360(){
let pointcloudProjection = "+proj=utm +zone=52 +ellps=WGS84 +datum=WGS84 +units=m +no_defs";
proj4.defs("WGS84", "+proj=utm +zone=52 +datum=WGS84 +units=m +no_defs");
proj4.defs("pointcloud", pointcloudProjection);
let transform = proj4("WGS84", "pointcloud");

let params = {
transform:transform
};

Potree.Images360Loader.load("./photo/Record002/Record002/LB5/", viewer, params).then( images => {
viewer.scene.add360Images(images);
});

viewer.mapView.showSources(false);
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!