-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Multiple local imagery layers support #2047
Comments
Which version of Cesium are you using? Starting with 1.0 (or maybe the version before that) you should be able to render an unlimited number of imagery layers, though performance will of course degrade as you add more. You'll get better performance by keeping each ImageryProvider's The black areas are mysterious though. What operating system and GPU is this? Are the drivers up to date? Are you certain your server isn't returning black tiles under load? |
Yes, probably, I had outdated version of Cesium on the server, and yes, I wasn't using actual drivers for my video card. Operating system is Ubuntu 14.04 and video card is GeForce GT630M. After installing recent proprietary NVIDIA driver 331 from the repository the problem went away. It seems that everything works fine now. Thank you for the help. Sorry, my bad... |
No problem, glad it's working for you. |
We have a web service where recent images received from satellites are published as soon as they are processed. These images are organized as tile caches with restricted area of tiling scheme, and the service is based on WorldWind.
I'm looking for a possibility to replace the globe by Cesium 'cause requiring Java plugin to run the globe leads to a number of support issues. Unfortunately, I was not able to use Cesium for that purpose. When few imagery layers are loaded and intersected I see black rectangles appeared/disappeared at some zoom levels.
Running the same code on server gives the following error:
I've already faced this problem some time ago attempting to load global imagery layer with 10x5 tiles on level zero. In the example I use 6 TMS-like tile caches with 2x1 tiles on level zero (it's not really TMS as stated by Kevin Ring).
To be honest, I'm not familiar with how imagery layers' rendering is implemented and what the restrictions of WebGL are but keeping in mind that WorldWind is also based on OpenGL and supports large quantity of tiled imagery layers I hope that it's also possible with Cesium. Could you, guys, consider whether it's possible to render more than a couple of imagery layers at the same time? Otherwise, Cesium is very limited in area of imagery layers.
Here is the live demo and here is the code snippet:
The text was updated successfully, but these errors were encountered: