mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-06 00:30:20 +01:00
updated list of "facing east" markers by @luarvique
This commit is contained in:
parent
1f3c011057
commit
6df80829d0
|
|
@ -6,10 +6,10 @@ AprsMarker.prototype.isFacingEast = function(symbol) {
|
|||
var candidates = ''
|
||||
if (symbol.table === '/') {
|
||||
// primary table
|
||||
candidates = '(*<=>CFPUXYabefghjkpsuv[';
|
||||
candidates = '(*<=>CFPUXYZabefgjkpsuv[';
|
||||
} else {
|
||||
// alternate table
|
||||
candidates = 'hkluv';
|
||||
candidates = '(T`efhjktuvw';
|
||||
}
|
||||
return candidates.includes(symbol.symbol);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue