Skip to content

Commit

Permalink
Merge pull request #2341 from srcejon/fix_aircraft_db
Browse files Browse the repository at this point in the history
ADSB: Update URL of OpenSkyNetwork Aircraft database.
  • Loading branch information
f4exb authored Nov 26, 2024
2 parents 460ebfb + 943a1fb commit 5ba42f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdrbase/util/osndb.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "util/httpdownloadmanager.h"
#include "export.h"

#define OSNDB_URL "https://opensky-network.org/datasets/metadata/aircraftDatabase.zip"
#define OSNDB_URL "https://s3.opensky-network.org/data-samples/metadata/aircraftDatabase.zip"

struct SDRBASE_API AircraftInformation {

Expand Down

0 comments on commit 5ba42f1

Please sign in to comment.