http://1989-lift-lines.flaretiming.com/json/comp-input/comps.json
{
"civilId": "0",
"earthMath": "Vincenty",
"discipline": "pg",
"location": "Kössen Austria",
"to": "1989-09-12",
"compName": "Lift Lines 1989",
"from": "1989-09-01",
"utcOffset": {
"timeZoneMinutes": 0
},
"earth": {
"ellipsoid": {
"equatorialR": "6378137.0 m",
"recipF": 298.257223563
}
},
"give": {
"giveDistance": "5.0 m",
"giveFraction": 0.0001
},
"scoreBack": "300.000 s"
}
When trying to show the settings for "1989 Lift Lines", I see the following console error:
settings.svelte-535ebabb.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'radius')
A sphere with a radius is expected but this comp is using an ellipsoid.
http://1989-lift-lines.flaretiming.com/json/comp-input/comps.json
{ "civilId": "0", "earthMath": "Vincenty", "discipline": "pg", "location": "Kössen Austria", "to": "1989-09-12", "compName": "Lift Lines 1989", "from": "1989-09-01", "utcOffset": { "timeZoneMinutes": 0 }, "earth": { "ellipsoid": { "equatorialR": "6378137.0 m", "recipF": 298.257223563 } }, "give": { "giveDistance": "5.0 m", "giveFraction": 0.0001 }, "scoreBack": "300.000 s" }When trying to show the settings for "1989 Lift Lines", I see the following console error:
A sphere with a radius is expected but this comp is using an ellipsoid.