galaxy map.Variable.GALAXY_MAP_MARKERS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / galaxy-map / GALAXY_MAP_MARKERS
constGALAXY_MAP_MARKERS: readonlyGalaxyMapMarker[]
Defined in: src/galaxy-map/markers.ts:63
Every galaxy-map marker, sorted by GalaxyMapMarker.symbol.
The array and its records are frozen at runtime. Importing this catalogue costs about 2 KiB minified, so it carries no per-marker split.
import { GALAXY_MAP_MARKERS } from '@elite-dangerous-almanac/core/galaxy-map/markers';
GALAXY_MAP_MARKERS[0]; // -> { symbol: 'bookmark', color: '#FF2800', frameColor: '#FF2800' }