hi,
is there a way to filter out obvious data sent from gps device? I encounter this sometimes:
car is parked, a few minutes later a wrong coordinate is sent that's far away from the previous position, of course this is the problem of device, but sometimes its obvious, say, 100 KM away from the last position just in 10 minutes, maybe server can have a check and reject it? thanks.
Yes, there are a lot of filtering options.
can you point out a link? thanks
event.motion.processInvalidPositions ?
No, that's not even a filtering option. Search for stuff that starts with filter.
.
hi,
is there a way to filter out obvious data sent from gps device? I encounter this sometimes:
car is parked, a few minutes later a wrong coordinate is sent that's far away from the previous position, of course this is the problem of device, but sometimes its obvious, say, 100 KM away from the last position just in 10 minutes, maybe server can have a check and reject it? thanks.