From 65679f0f3baf60d9bda32bc2a75808784db1a99c Mon Sep 17 00:00:00 2001 From: Jason Dekarske Date: Fri, 8 Apr 2022 17:53:36 -0700 Subject: [PATCH] typo --- apps/golfview/golfview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/golfview/golfview.js b/apps/golfview/golfview.js index ba4e3de49..62d6f4096 100644 --- a/apps/golfview/golfview.js +++ b/apps/golfview/golfview.js @@ -4,7 +4,7 @@ const EARTHRADIUS = 6371000; //km function radians(a) { return a * Math.PI / 180; } -position + function degrees(a) { let d = a * 180 / Math.PI; return (d + 360) % 360;