libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
#include <chartdb.h>
Data Fields | |
bool_t | present |
vect2_t | pixels [2] |
geo_pos2_t | pos [2] |
size_t | n_insets |
chart_bbox_t | insets [16] |
Chart geo-referencing data. This data consists of two sets of data points
pixels
fieldpos
field The points are meant to overlay each other, so pixels[0]
gives the graphical position of geographic coordinate pos[0]
and same for index 1.In addition, there's an optional number of chart insets, which are boxes on the chart (their two corners given in pixel coordinates), for which the georeferencing data is invalid. Those are typically things like overlaid legends, or not-to-scale regions. You prevent an airplane symbol from appearing in those insets, as it might confuse the crew as to the position of the aircraft.
chart_bbox_t insets[16] |
geo_pos2_t pos[2] |