1. A concise explanation of the problem you’re experiencing.
I am trying to render multiple polygons from a GeoJSON and fill them blue. I followed the example from the link below. The polygons render, but the “fill” is not applied and they are empty inside. It only shows the border.
Example I tried to replicate:
https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/?src=GeoJSON%20and%20TopoJSON.html
2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.
My sample code:
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
I get a GeoJSON from a rest service with about 20 polygons. I need to shade them to show different regions on the globe to visualize rainfall data.
4. The Cesium version you’re using, your operating system and browser.
1.50.0, Windows 10, Chrome
Thank you for your help