Hi there, I’m rendering a geojson polygon, the polygon/polygons are received from the backend. When rendering them using alternative mapping libraries (ol, leaflet) there are no issues but in cesium it is not rendered correctly ( as seen below )
the used geojson :
{
type: "Feature",
geometry: {
type: "Polygon",
coordinates: [
[
[
-125.10097222,
-88.48152778
],
[
6.42569444,
-88.48152778
],
[
6.42569444,
65.79263889
],
[
-125.10097222,
65.79263889
],
[
-125.10097222,
-88.48152778
]
]
]
},
properties: {},
}
the sandcastle below shows the geojson used and the result as well as the result