diff --git a/plugins/channelrx/demodadsb/map.qrc b/plugins/channelrx/demodadsb/map.qrc
index 12209f5e4..ca4e46714 100644
--- a/plugins/channelrx/demodadsb/map.qrc
+++ b/plugins/channelrx/demodadsb/map.qrc
@@ -19,6 +19,9 @@
map/VOR.png
map/VOR-DME.png
map/VORTAC.png
+ map/DVOR.png
+ map/DVOR-DME.png
+ map/DVORTAC.png
map/NDB.png
map/DME.png
diff --git a/plugins/channelrx/demodadsb/map/DVOR-DME.png b/plugins/channelrx/demodadsb/map/DVOR-DME.png
new file mode 100644
index 000000000..c2e2c412d
Binary files /dev/null and b/plugins/channelrx/demodadsb/map/DVOR-DME.png differ
diff --git a/plugins/channelrx/demodadsb/map/DVOR.png b/plugins/channelrx/demodadsb/map/DVOR.png
new file mode 100644
index 000000000..0d6949fde
Binary files /dev/null and b/plugins/channelrx/demodadsb/map/DVOR.png differ
diff --git a/plugins/channelrx/demodadsb/map/DVORTAC.png b/plugins/channelrx/demodadsb/map/DVORTAC.png
new file mode 100644
index 000000000..f7df0a0b3
Binary files /dev/null and b/plugins/channelrx/demodadsb/map/DVORTAC.png differ
diff --git a/plugins/feature/vorlocalizer/map.qrc b/plugins/feature/vorlocalizer/map.qrc
index b0018f5b9..f5985ce53 100644
--- a/plugins/feature/vorlocalizer/map.qrc
+++ b/plugins/feature/vorlocalizer/map.qrc
@@ -6,5 +6,8 @@
map/VOR.png
map/VOR-DME.png
map/VORTAC.png
+ map/DVOR.png
+ map/DVOR-DME.png
+ map/DVORTAC.png
diff --git a/plugins/feature/vorlocalizer/map/DVOR-DME.png b/plugins/feature/vorlocalizer/map/DVOR-DME.png
new file mode 100644
index 000000000..c2e2c412d
Binary files /dev/null and b/plugins/feature/vorlocalizer/map/DVOR-DME.png differ
diff --git a/plugins/feature/vorlocalizer/map/DVOR.png b/plugins/feature/vorlocalizer/map/DVOR.png
new file mode 100644
index 000000000..0d6949fde
Binary files /dev/null and b/plugins/feature/vorlocalizer/map/DVOR.png differ
diff --git a/plugins/feature/vorlocalizer/map/DVORTAC.png b/plugins/feature/vorlocalizer/map/DVORTAC.png
new file mode 100644
index 000000000..f7df0a0b3
Binary files /dev/null and b/plugins/feature/vorlocalizer/map/DVORTAC.png differ
diff --git a/sdrbase/util/openaip.h b/sdrbase/util/openaip.h
index 2c358a22c..058f6e029 100644
--- a/sdrbase/util/openaip.h
+++ b/sdrbase/util/openaip.h
@@ -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;