Radarspotting

Mode-S Receivers => Kinetic's SBS-1 => Topic started by: gprich on December 08, 2015, 10:22:30 AM

Title: Operator Logos & Silhouettes
Post by: gprich on December 08, 2015, 10:22:30 AM
Hi,

Is there a way of automatically substituting an aircraft operator logo with a silhouette of the type of aircraft if no operator logo is in your files?

Gareth
Title: Re: Operator Logos & Silhouettes
Post by: scopeman on February 01, 2016, 12:15:49 PM
I don't think so. Years ago, I think it was Anmer or it may have been Bones who remotely added logos to my system as I am not computer savvy when upgrading to V.130, these were the "Janes" type silhouettes and tail logos
and over time I have been gradually manually replacing them with Chris Alders logos using the SBS logo site and having the best of both worlds,
Title: Re: Operator Logos & Silhouettes
Post by: Klaus on April 26, 2016, 10:45:00 AM
Well, you might find this sql-statement usefull to populate your empty OperatorFlagCode with the ICAOTypeCode if the OperatorFlagCode is empty or not set:

UPDATE Aircraft SET OperatorFlagCode = ICAOTypeCode WHERE OperatorFlagCode = NULL OR OperatorFlagCode = '';

...and back:

UPDATE Aircraft SET OperatorFlagCode = NULL WHERE OperatorFlagCode = ICAOTypeCode;

You need to copy the silhouettes into OperatorFlags-folder, of course.

You can use this tool i.E.: http://sqlitebrowser.org/