-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #1997 - Filter out GPS jamming in Israel
- Loading branch information
Showing
2 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00e8e1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like jamming is not blocked.
For example,
New location BGLocation[gps 33.818169,35.490792
does not produce "Position is inside a jamming target" although33.811 < 33.818169 < 33.823
and35.48 < 35.490792 < 35.50
Perhaps the code mixed lat and lon!?
00e8e1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like the background plugin log.
From the app log.txt:
These are not part of a recording as far as I can see as the recording starts afterwards, only the recoding points are validated against the jamming target (as this was the easiest solution).