mirror of
https://github.com/30hours/3lips.git
synced 2024-11-08 12:25:42 +00:00
Add todo to remove duplicate points
This commit is contained in:
parent
abce360cca
commit
d933ffecb5
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ window.addEventListener('load', function () {
|
|||
})
|
||||
.then(data => {
|
||||
// add radar rx and tx
|
||||
// todo: check not duplicating points
|
||||
addPoint(
|
||||
data.location.rx.latitude,
|
||||
data.location.rx.longitude,
|
||||
|
|
Loading…
Reference in a new issue