Welcome to Radarspotting. Please login or sign up.

May 03, 2026, 04:13:37 AM

Login with username, password and session length

New Members

New Members

You should get an activation email when you join.  If not, please use the Contact option.

Operator Logos & Silhouettes

Started by gprich, December 08, 2015, 10:22:30 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gprich

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

scopeman

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,

Klaus

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/