Omerr01 Posted February 22, 2018 Report Posted February 22, 2018 Hello, I know there is a Live map with the actually flight route of the plane but my question is if there is something like that but after the flight is sent (PIREP) in the pirep page you can see the actually route of the plane there is something like that here ? Quote
CarlosEduardo2409 Posted February 23, 2018 Report Posted February 23, 2018 Hi @Omerr01, so I do not know if I understood very well, from what I understood you want to put a map of the route that the pilot flight on the page of the reports, right? I'm not sure if this was it, because in standard phpVMS it already comes with this. You have to add this to wherever the map appears: <?php $this->render('route_map.php'); ?> Quote
Omerr01 Posted February 23, 2018 Author Report Posted February 23, 2018 The route_map.php only shows straight line from departure to arrival I want to show the real route the pilot did Quote
Moderators shakamonkey88 Posted February 23, 2018 Moderators Report Posted February 23, 2018 It depends on the acars that you use. It needs to be writing to the rawdata column in the pireps list. Quote
Omerr01 Posted February 25, 2018 Author Report Posted February 25, 2018 On 23.2.2018 at 11:14 AM, shakamonkey88 said: It depends on the acars that you use. It needs to be writing to the rawdata column in the pireps list. if I have smartcars than how I did it? Quote
CarlosEduardo2409 Posted March 12, 2018 Report Posted March 12, 2018 @Omerr01 I found out that crezycreatives has a module for this, this is the link: Click here. But you need to pay, I want to do the same thing, but I did not want to pay just to have it, I also wanted to find out if someone else knew... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.