Skip to content

Commit 9775776

Browse files
committed
...
1 parent 289df30 commit 9775776

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

js/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ let accuracyLat = (accuracy/(2*Math.PI*6371000*Math.cos(toRad(targetLat))/360)).
332332
}
333333
else {
334334

335-
//testing.innerHTML = ("off by: "+calculateDistance(currentLat,currentLong,targetLat,targetLong)+`m<div onclick='warning("Cords","`+currentLat.toFixed(6)+", "+currentLong.toFixed(6)+` <br> `+targetLat.toFixed(6)+", "+targetLong.toFixed(6)+`",false);'>testing</div>`);
335+
testing.innerHTML = ("off by: "+calculateDistance(currentLat,currentLong,targetLat,targetLong)+`m<div onclick='warning("Cords","`+currentLat.toFixed(6)+", "+currentLong.toFixed(6)+` <br> `+targetLat.toFixed(6)+", "+targetLong.toFixed(6)+`",false);'>testing</div>`);
336336
if (!(position.coords.accuracy <= 15)) {
337337
tab(11);
338338
setTimeout(function() {

json/maps.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
},
5454
{
5555
"Name":"Montgomery to Prince Georges",
56-
"Difficulty":5,
56+
"Difficulty":6,
5757
"Controls":[
5858
"38.982549, -77.010404",
59-
"",
60-
"",
61-
"",
62-
"",
63-
"",
64-
"",
59+
"38.983112012139244, -77.0091138084131",
60+
"38.98468271650649, -77.0029204205326",
61+
"38.98363867843247, -77.00000109058209",
62+
"38.980000640968704, -76.99517033102988",
63+
"38.97880250033363, -76.99336304599285",
64+
"38.98140409626414, -76.99095170742015",
6565
"",
6666
"",
6767
"",

0 commit comments

Comments
 (0)