Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unknow file format when loading frame files. #547

Open
SlahserZ opened this issue Jul 7, 2022 · 0 comments
Open

unknow file format when loading frame files. #547

SlahserZ opened this issue Jul 7, 2022 · 0 comments

Comments

@SlahserZ
Copy link

SlahserZ commented Jul 7, 2022

Throwing a error 'unknow file format' when I load frame files from aws s3.
I have found this error in xviz-file-loader

      var fileFormat = filePath.toLowerCase().match(/[^\.]*$/)[0];

if I use this RegExp to match a s3 url and get a string like 'json?a=1&b=2.....'
I think it's a bug for streetscape.gl. I will fix it right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant