mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Map: Add save to KML. Support MUF/foF2 varying with time. Support VLF transmitters being read from .csv.
This commit is contained in:
@@ -275,3 +275,13 @@ void CesiumInterface::setPosition(const QGeoCoordinate& position)
|
||||
{
|
||||
m_czml.setPosition(position);
|
||||
}
|
||||
|
||||
void CesiumInterface::save(const QString& filename, const QString& dataDir)
|
||||
{
|
||||
QJsonObject obj {
|
||||
{"command", "save"},
|
||||
{"filename", filename},
|
||||
{"dataDir", dataDir}
|
||||
};
|
||||
send(obj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user