cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
339 stars 98 forks source link

Fix errors in local xray viewer console #446

Closed nnmm closed 4 years ago

nnmm commented 4 years ago

ptal @dudv I just took the advice of the first StackOverflow answer for the error message ("Unable to preventDefault inside passive event listener"), and it appears to fix the error message. Can you let me know whether this is the right thing to do?

dudv commented 4 years ago

Yes, this is ok to do

nnmm commented 4 years ago

Actually, I went with another route. This fixes the actual problem that I was seeing: That tiles did not get loaded.

ptal @feuerste

feuerste commented 4 years ago

Replaced by #467