export interface MissionVehicleLog { wayID: string; tags: string[]; nodes: { lat: number; lon: number; }; }