
Post by
Hardtack | 2020-07-09 | 21:42:09
There is one thing I noticed today when fine-tuning my waypoints. I first had two waypoints at the same latitude 62°00'01", but they weren't aligned on the Dashboard map as I expected. I thought that waypoints are placed at integer second coordinates, because that's what the VR interface suggests. Alas, as with heading/TWA, this turns out to be wrong.
This is what I got when I just set a waypoint at 40°00'01"N 70°00'01"W in the Atlantic Record with a guest boat:
{
"@class":".LogEventRequest",
"eventKey":"Game_AddBoatAction",
"race_id":436,
"leg_num":1,
"ts":1594329240000,
"actions":[
{
"values":[
{
"lat":42.00047,
"lon":-70.00054,
"idx":1}],
"aground":true,
"nextWpIdx":2,
"type":"wp"}],
"requestId":"637299332278370000_381"}
So the longitude value actually is 70°00'01.9" !
I didn't do the math, but obviously when trying to round the mark with a 1" margin
on the VR display, things can easily go wrong. It seems that I was lucky this time.