galaxy map.Variable.GALAXY_MAP_MARKERS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / galaxy-map / GALAXY_MAP_MARKERS

Variable: GALAXY_MAP_MARKERS

const GALAXY_MAP_MARKERS: readonly GalaxyMapMarker[]

Defined in: src/galaxy-map/markers.ts:63

Every galaxy-map marker, sorted by GalaxyMapMarker.symbol.

Remarks

The array and its records are frozen at runtime. Importing this catalogue costs about 2 KiB minified, so it carries no per-marker split.

Example

import { GALAXY_MAP_MARKERS } from '@elite-dangerous-almanac/core/galaxy-map/markers';

GALAXY_MAP_MARKERS[0]; // -> { symbol: 'bookmark', color: '#FF2800', frameColor: '#FF2800' }
⚠️ **GitHub.com Fallback** ⚠️