mirror of
https://github.com/30hours/3lips.git
synced 2024-11-18 12:33:58 +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 => {
|
.then(data => {
|
||||||
// add radar rx and tx
|
// add radar rx and tx
|
||||||
|
// todo: check not duplicating points
|
||||||
addPoint(
|
addPoint(
|
||||||
data.location.rx.latitude,
|
data.location.rx.latitude,
|
||||||
data.location.rx.longitude,
|
data.location.rx.longitude,
|
||||||
|
|
Loading…
Reference in a new issue