GeoJsonDataSource crash

I’m trying to view natural earth admin data in cesium, but I get an error saying “normalized result is not a number”. Why is this? An example is in the link.

Sandcastle

Hi @kaarme,

You’re likely running into this bug when your GeoJSON data crosses the pole.

I think the dataset from the original report is the same as the one you’re using here.

One workaround is to set scene3DOnly = true if you do not need to use 2D mode in your app.