mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
VOR Localizer: Add support for DVORs
This commit is contained in:
parent
76ed92c985
commit
eeb0014201
@ -6,5 +6,8 @@
|
||||
<file>map/VOR.png</file>
|
||||
<file>map/VOR-DME.png</file>
|
||||
<file>map/VORTAC.png</file>
|
||||
<file>map/DVOR.png</file>
|
||||
<file>map/DVOR-DME.png</file>
|
||||
<file>map/DVORTAC.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
BIN
plugins/feature/vorlocalizer/map/DVOR-DME.png
Normal file
BIN
plugins/feature/vorlocalizer/map/DVOR-DME.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 652 B |
BIN
plugins/feature/vorlocalizer/map/DVOR.png
Normal file
BIN
plugins/feature/vorlocalizer/map/DVOR.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 415 B |
BIN
plugins/feature/vorlocalizer/map/DVORTAC.png
Normal file
BIN
plugins/feature/vorlocalizer/map/DVORTAC.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 847 B |
@ -270,8 +270,11 @@ struct SDRBASE_API NavAid {
|
||||
if ((typeRef == QLatin1String("NDB"))
|
||||
|| (typeRef == QLatin1String("DME"))
|
||||
|| (typeRef == QLatin1String("VOR"))
|
||||
|| (typeRef== QLatin1String("VOR-DME"))
|
||||
|| (typeRef == QLatin1String("VORTAC")))
|
||||
|| (typeRef == QLatin1String("VOR-DME"))
|
||||
|| (typeRef == QLatin1String("VORTAC"))
|
||||
|| (typeRef == QLatin1String("DVOR"))
|
||||
|| (typeRef == QLatin1String("DVOR-DME"))
|
||||
|| (typeRef == QLatin1String("DVORTAC")))
|
||||
{
|
||||
QString type = typeRef.toString();
|
||||
QString name;
|
||||
|
Loading…
Reference in New Issue
Block a user