minor cleanup
parent
5f96223eef
commit
4a5478e016
|
|
@ -50,7 +50,7 @@
|
|||
background: rgba(0,0,0,0.7);
|
||||
color: #fff;
|
||||
font-family: monospace;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue