Add todo to remove duplicate points

This commit is contained in:
30hours 2024-02-12 13:46:57 +00:00
parent abce360cca
commit d933ffecb5

View file

@ -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,