[
{
"id": "MyTestData",
"polygon": {
"material": {
"solidColor": {
"color": {
"rgba": [
255,
165,
0,
255
]
}
}
}
},
"vertexPositions": {
"cartographicDegrees": [
-80.3982608081762,
40.7897431538943,
0,
-50.3906446069755,
40.7897431538943,
0,
-80.3906446069755,
10.7821269526935,
0,
-80.3982608081762,
20.7821269526935,
0,
-60.3982608081762,
30.7897431538943,
0
]
}
}
]
--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+unsubscribe@googlegroups.com.
The previous example no longer seems to work as it appears DataSourceDisplay now requires a DataSourceCollection as a parameter and when I make that update, I don't see the polygon. Can you post an updated example?