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
Is there a reason why imagery urls don't specify http or file:
http
file
url : '//cesiumjs.org/smallTerrain'
vs.
url : 'http://cesiumjs.org/smallTerrain'
I'm only asking because Electron has an issue where it can't find the imagery providers unless http is specified.
Urls also in the terrain and geocoding cause issues too.
The text was updated successfully, but these errors were encountered:
Seems like there is already a issue for this #3650. I'll close this.
Sorry, something went wrong.
@TomPed you are welcome to work on #3650.
No branches or pull requests
Is there a reason why imagery urls don't specify
http
orfile
:url : '//cesiumjs.org/smallTerrain'
vs.
url : 'http://cesiumjs.org/smallTerrain'
I'm only asking because Electron has an issue where it can't find the imagery providers unless
http
is specified.Urls also in the terrain and geocoding cause issues too.
The text was updated successfully, but these errors were encountered: