minor cleanup

axis-lock
Moe 2023-07-12 23:23:37 -07:00
parent 5f96223eef
commit 4a5478e016
2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,7 @@
background: rgba(0,0,0,0.7);
color: #fff;
font-family: monospace;
overflow: auto;
overflow: hidden;
text-align: left;
}

View File

@ -68,7 +68,6 @@ $(document).ready(function(){
point.fov = fov
point.range = range
point.coords = [lat, lng]
console.log(point)
points.push(point)
}else{
n += 0.0001105;