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

Possible issue with path separators #74

Open
javagl opened this issue May 7, 2024 · 0 comments
Open

Possible issue with path separators #74

javagl opened this issue May 7, 2024 · 0 comments

Comments

@javagl
Copy link
Contributor

javagl commented May 7, 2024

There has been an issue report, indicating that the output of cdb-to-3dtiles cannot be loaded in CesiumJS. According to the thread at https://community.cesium.com/t/error-on-b3dm-from-3dtiles/31944/5 , CesiumJS could not load a file that was named like Textures\example.jpeg, and it had to be fixed somewhere here in CDBTo3DTiles.cpp.

(I assume that a std::filesystem::path will be converted into the platform-specific string, which may include a \ on windows - but for a URI, it should always be a /)

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