-
Notifications
You must be signed in to change notification settings - Fork 327
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
Not able to style water color #724
Comments
Also lineDash has no effect on styling border. |
Hi @stripathix, to change the background globe color you simply need to define it on the globe object: For dashes, it is not supported yet in Cesium but could probably be easily added. Would you be willing to contribute a PR for that? |
@gberaudo thanks :-). Yeah I will work on it. Question: For |
@stripathix, see here how to get the Cesium scene. From there it is just the Cesium API. To get the globe: https://cesium.com/docs/cesiumjs-ref-doc/Scene.html?classFilter=scene#globe |
I want to create a planet without any tile layer. The only thing I want is countries drawn as a vector which I am able to draw using selection.html example. But the globe itself is white in color. How can I change the color of the water of the cesium planet?
It draws planet like below:

Styling of geojson countries is easy but how can i change style of water i.e. planet itself.
The text was updated successfully, but these errors were encountered: