Skip to main content

Interface: MapFormatConfig

Defined in: workingtitle-instruments-epic2/shared/Map/EpicMapCommon.ts:64

Config for a boeing map format.

Properties

compassRadius

readonly compassRadius: number

Defined in: workingtitle-instruments-epic2/shared/Map/EpicMapCommon.ts:70

The compass radius in pixels.


compassType

readonly compassType: MapCompassType

Defined in: workingtitle-instruments-epic2/shared/Map/EpicMapCommon.ts:66

The compass type.


features

readonly features: MapFormatFeatures

Defined in: workingtitle-instruments-epic2/shared/Map/EpicMapCommon.ts:80

Which features this format supports.


layerKeys

readonly layerKeys: readonly string[]

Defined in: workingtitle-instruments-epic2/shared/Map/EpicMapCommon.ts:74

Array of the keys for the layers used for this map format. These layers will be made visible when this format is active.


mapHeight

readonly mapHeight: number

Defined in: workingtitle-instruments-epic2/shared/Map/EpicMapCommon.ts:72

The map system's height in pixels.


ownAirplaneIconRotationType

readonly ownAirplaneIconRotationType: MapOwnAirplaneIconOrientation

Defined in: workingtitle-instruments-epic2/shared/Map/EpicMapCommon.ts:78

The own airplane icon rotation type this format uses.


rotationType

readonly rotationType: MapRotation

Defined in: workingtitle-instruments-epic2/shared/Map/EpicMapCommon.ts:76

The rotation type this format uses.


targetProjectedOffsetY

readonly targetProjectedOffsetY: number

Defined in: workingtitle-instruments-epic2/shared/Map/EpicMapCommon.ts:68

The Y component of the target projected offset in pixels.