Rank in Live map page?

Hey guys,

Is it possible to add the rank picture to the live map page?

Now you see the name, icao’s and all the other defaults.. but is it possible to add the rank image to this?

Hopefully you guys can help me out here.

Regards

Lucas

With the current method of returning data to the template for the ACARS map you would have to add the data request into the GetACARSData function in ACARSData.class.php file (line 367 through 394). Then it will be available in the template, use the examples on lines 75-94 of the acarsmap.tpl file to display the data in the template.