Fix: Use generic icon for emitter category fallback — stop misrepresenting aircraft#142
Open
Jxck-S wants to merge 1 commit into
Open
Fix: Use generic icon for emitter category fallback — stop misrepresenting aircraft#142Jxck-S wants to merge 1 commit into
Jxck-S wants to merge 1 commit into
Conversation
Emitter categories A1/A2/A3 do not reliably indicate aircraft type. A1 (light) could be an ultralight jet, not necessarily a prop. A3 (large) could be a Gulfstream, not an airliner. Aircraft without database or registration info fall back to these category-based icons. This is especially problematic for PIA (Privacy ICAO Address) aircraft which are misrepresented by incorrect icons. Using the generic 'unknown' icon prevents misleading representations. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Aircraft without database or registration info (especially PIA — Privacy ICAO Address aircraft) fall back to emitter category-based icons. The current mapping assigns specific aircraft-type icons to broad emitter categories:
This is misrepresentative and dangerous in this space:
Emitter category only tells you the weight class, not the aircraft type. When there's no DB/reg data to resolve the actual type, guessing an icon based on weight class alone actively misleads users.
Fix
Use the generic
unknownicon with uniform scale (1.0) for A1, A2, and A3 fallback. This honestly represents "we don't know what this aircraft looks like" rather than displaying a confidently wrong icon.Why this matters
Misrepresenting aircraft types erodes trust in the platform and can mislead spotters, researchers, and safety-conscious users. An honest "unknown" is always better than a wrong guess. Don't end up like FlightRadar24.