Adjustable map center (aircraft icon position)

NWade

New member
Joined
Oct 9, 2025
Messages
2
Reaction score
1
UPDATE:
While the exact feature I requested does not exist, a similar result can be obtained by unchecking the "Center Aircraft (no skew)" Map Setting. For details see the Reply below, from user Cobra.
-----

Original Post:
-----

I'm a relatively new iFly user and really enjoying it so far! As an IT professional and longtime user of compact EFBs / Flight-Computers, I appreciate the sweet-spot that iFly hits in terms of simplicity, performance, and value.

Because of the cockpit layout in my Homebuilt airplane, I have to use my tablet (iPad Mini) in landscape mode. This results in relatively little map being drawn "ahead" of the aircraft when in Track Up mode (or when flying N/S in North Up mode). Zooming out to see further along my intended flight path makes symbology hard to read, and panning around introduces its own set of drawbacks and complications.

The crux of the issue is that the aircraft icon (and thus the "center" of the map) is always positioned at the center of the screen. When in Portrait mode, this provides plenty of "vertical" (Y-axis) screen real-estate. But that's not so good in Landscape mode. I'd like to suggest two possible solutions, both of which I have seen in PDA-based sailplane flight computers (that often have to deal with cramped screen real-estate and different form-factors):

"Simple" Solution

  • When in Landscape mode, move the map center-point (i.e. the aircraft icon) from 50% on screen Y-axis to approximately 33% up from the bottom of the Y-axis.
    • Depending on how the app is drawing screen output, this may require an additional coordinate transformation or matrix-math operation for each map-associated layer/item (i.e. compass rose, course-line, runway overlays, etc).
    • An alternate programmatic/rendering approach could be to render all of these map-related items onto a single virtual-canvas/screen-buffer that is larger than the actual screen, then perform the offset/transform. Finally, crop the output down to your final screen-size/bounds/view-frustum.

"Better" Solution
  • Create a new Map Settings item that allows the user to specify the map center-point (i.e. aircraft icon) to be somewhere within a percentage of the screen's vertical axis. This could be a picker, slider, or roller with reasonable upper and lower bounds (for example, 25% to 75% with the default at 50%).
    • This is, obviously, more programmatically complicated to implement and may(?) be more computationally expensive to render... so there is a tradeoff between the value and benefits of user customization and the cost to Adventure Pilot (both in terms of up-front effort and in terms of ongoing testing and bugs/complications).
01.png

02.png

03.png

04.png

Thanks to the Dev Team for your consideration!


--Noel Wade
Seattle, WA

P.S. I just realized there's a much less computationally-expensive and less-clunky way to deal with rendering the offset map center than the methods I mentioned above; my graphics programming skills are rustier than I realized! :-P

-----
 
Last edited:
The crux of the issue is that the aircraft icon (and thus the "center" of the map) is always positioned at the center of the screen.
Not if you have your options set correctly. Go to Menu > Setup > Map Settings > Auto-Track Plane (if moving), and make sure "Center Aircraft (no skew)" is UNchecked.

When this setting is checked, your ownship is always at the center of the screen. When it is unchecked, then when you start moving, your ownship will drift to the bottom of the screen (in Track Up mode) or to the appropriate edge/corner (in North Up mode) to allow more map to be shown ahead of you.
 
Thanks, @Cobra ! Can't believe I somehow missed that. I think I tested the setting in Sim mode but saw the 'ownship' drifting towards an edge of the screen and assumed it would continue to drift off the screen entirely. I've never seen a mapping solution where the centerpoint is dynamic in this way, so made an incorrect assumption about its behavior.

One quirk with the current implementation is that if you have the Compass Rose displayed around your ownship, the system always draws the display with the ownship offset from the map edge far enough to display the entire Rose. This results in the ship position changing (relative to the edge of the screen) as you change zoom levels. Not a huge issue, but something to note.

I appreciate the education!

--Noel
 
Back
Top