We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The layer.json of my Cesium terrain server defines an array of absolute URL templates in order to allow parallel queries to subdomains.
Before #3133, the URLs were used as-is. Now, they are scrumbled:
The domain is incorrect and the prefix appears twice.
The text was updated successfully, but these errors were encountered:
WIP
cfc6c55
FIXME: revert use of AGI stk terrain tiles See CesiumGS/cesium#3142
This is a pretty serious regression, so I'm marking it showstopper. I will try to work on it today.
Sorry, something went wrong.
Thanks @kring
No branches or pull requests
The layer.json of my Cesium terrain server defines an array of absolute URL
templates in order to allow parallel queries to subdomains.
Before #3133, the URLs were used as-is. Now, they are scrumbled:
The domain is incorrect and the prefix appears twice.
The text was updated successfully, but these errors were encountered: