-
Notifications
You must be signed in to change notification settings - Fork 45
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
Upgrade should remove the leading slash in tile url #7
Comments
Also add this fix to the |
I'll consider this as a special case of CesiumGS/3d-tiles-validator#208 for the validator part. So I'll transfer this one to the tools repository, to handle the possible change in the |
Right now, the If there really are tilesets that use a leading slash, one could make a stronger case for removing it: For things like 3TZ, paths are expected to have no leading slash. This is currently ensured (again) in the 3TZ writing layer. The only concern that I'd have: The specification does not say anything about that. I think that a leading slash should be valid, and would have a hard time justifying why the URI should be modified if it is not necessary... |
If a tile url has a leading slash it should be treated as a warning, if not an error.
See CesiumGS/cesium#6125
The text was updated successfully, but these errors were encountered: