refs #369 allow to place aircraft in Vienna for traffic sim

This commit is contained in:
Klaus Basan
2015-02-24 01:58:26 +01:00
parent bd58475436
commit 79c15b79e4
2 changed files with 10 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ void SwiftGuiStd::ps_onMenuClicked()
{
this->setTestPosition("N 50° 2 0", "E 8° 34 14", CAltitude(100, CAltitude::MeanSeaLevel, CLengthUnit::m()));
}
else if (sender == this->ui->menu_TestLocationsLOWW)
{
this->setTestPosition("N 40° 7 6.3588", "E 16° 33 39.924", CAltitude(100, CAltitude::MeanSeaLevel, CLengthUnit::m()));
}
else if (sender == this->ui->menu_ReloadSettings)
{
this->ui->comp_MainInfoArea->getSettingsComponent()->reloadSettings();