Telemachus

Telemachus

14.7k Downloads

invalid json for sun's SOI

jberkman opened this issue ยท 2 comments

commented

The sun's sphere of influence is being returned as infinity which is not valid JSON:

"b.name[0]":"Sun","b.radius[0]":261600000,"b.soi[0]":infinity

I don't believe there's a portable way to represent an infinite value in JSON, unfortunately.

commented

In addition, requesting orbital parameters for the Sun (such as b.o.period) results in "null messages" being sent ({})

commented

(although, fortunately, b.o.gravParameter[0] works)