Okay this is what you have at the moment:
a couple of weather maps but only for U.S.
And this is what my script does:
It recognizes, from what country you are flying and will output a weather map for the departure area and same for arrival area so if you fly from EDDF to KJFK, it will show a map of europe and its winds and same for U.S. (And in this case also a NAT map for westbound flights/on return flight, it will show NAT map for eastbound flights). With a bit php knowledge, it should be easy to customize this script to add other maps or whatever is required. I by myself work for a german airline and i try to improve it later so it looks like what we have.
Instructions:
-
remove all the lines related to the original maps in schedules_briefing.tpl (/core/templates/)
-
put this line instead of the old ones: <?php include(âweather.tplâ); ?>
-
place the weather.tpl into your /core/templates/ directory
-
thats it, check out your pilot briefing
A screenshot is available here http://tebinulrich.de/files/preview.png
[weatherscript.zip](< base_url >/applications/core/interface/file/attachment.php?id=91)