mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
Map: Add Spy Server and Kiwi SDR. Add weather and satellite overlays.
This commit is contained in:
@@ -475,6 +475,7 @@ QJsonObject CZML::update(ObjectMapItem *mapItem, bool isTarget, bool isSelected)
|
||||
if ((mapItem->m_group == "Beacons")
|
||||
|| (mapItem->m_group == "AM") || (mapItem->m_group == "FM") || (mapItem->m_group == "DAB")
|
||||
|| (mapItem->m_group == "NavAid")
|
||||
|| (mapItem->m_group == "Waypoints")
|
||||
) {
|
||||
displayDistanceMax = 1000000;
|
||||
} else if ((mapItem->m_group == "Station") || (mapItem->m_group == "Radar") || (mapItem->m_group == "Radio Time Transmitters")) {
|
||||
|
||||
Reference in New Issue
Block a user