MrAmsterdam Posted August 28, 2012 Report Share Posted August 28, 2012 Hi guys, Do you know if there is an alternative to the great circle mapper by Karl Swartz? I see that some of my pilots like to fly off shore and the GCM doesnt know these airports. Also when flying on Kai Tak, GCM does not recognize it and the map is gone. Does google have anything similar? or is there another solution? thanks for the help guys Lucas Quote Link to comment Share on other sites More sharing options...
SubyDriver Posted August 28, 2012 Report Share Posted August 28, 2012 Other then GCM, There is google maps , other than that I have really not seen anything unless you custom develop some imagry script. sorry if im no help Quote Link to comment Share on other sites More sharing options...
tutmeister Posted August 29, 2012 Report Share Posted August 29, 2012 You can always code it to set the lat/long for airports that aren't recognized, gcmap allows for that in the format: "Name"+@xxxxxxNxxxxxxW Where the x is replaced by the minutes and seconds of the location's lat/long. Quote Link to comment Share on other sites More sharing options...
MrAmsterdam Posted August 29, 2012 Author Report Share Posted August 29, 2012 You can always code it to set the lat/long for airports that aren't recognized, gcmap allows for that in the format: "Name"+@xxxxxxNxxxxxxW Where the x is replaced by the minutes and seconds of the location's lat/long. OK, but where do i enter that information? Quote Link to comment Share on other sites More sharing options...
tutmeister Posted August 29, 2012 Report Share Posted August 29, 2012 I don't have time to code it completely for you, but if you look on the forum you will find a thread about how to integrate GCMAP to your phpVMS install. In that code, where you see an ICAO being placed, you would have to figure out a way to inject the lat/long like I posted above. You might have to go fully over to ICAO+LAT/LONG as the format in order for this to work, but it will work if implemented correctly. If I find time next week, I will look at showing you an example but I'm pretty busy right now. Quote Link to comment Share on other sites More sharing options...
MrAmsterdam Posted August 30, 2012 Author Report Share Posted August 30, 2012 I don't have time to code it completely for you, but if you look on the forum you will find a thread about how to integrate GCMAP to your phpVMS install. In that code, where you see an ICAO being placed, you would have to figure out a way to inject the lat/long like I posted above. You might have to go fully over to ICAO+LAT/LONG as the format in order for this to work, but it will work if implemented correctly. If I find time next week, I will look at showing you an example but I'm pretty busy right now. Ok thanks for the help.. Quote Link to comment Share on other sites More sharing options...
mischka Posted August 30, 2012 Report Share Posted August 30, 2012 You could try ammap (google it) Are you using it to show recent flights or something? Quote Link to comment Share on other sites More sharing options...
MrAmsterdam Posted August 31, 2012 Author Report Share Posted August 31, 2012 You could try ammap (google it) Are you using it to show recent flights or something? Yes indeed. i am using it to show the latest 10 flights. Quote Link to comment Share on other sites More sharing options...
MrAmsterdam Posted August 31, 2012 Author Report Share Posted August 31, 2012 Ehh. i saw a post in the forum about ammap.. looks great. just wondering how i can integrate it into phpvms... i am not a developer so i dont know where to start ;-( Quote Link to comment Share on other sites More sharing options...
tutmeister Posted August 31, 2012 Report Share Posted August 31, 2012 AmMap works with an XML file containing the information to be displayed in Flash in the browser. It is a nice option, but as you didn't understand where to put the information I explained above, I'm guessing that creating a PHP to XML script is perhaps going to be too difficult for you. Not trying to be rude, but that's what you will need to do to get the information in. The XML for AmMap would need to be pushed the ICAO and the Lat/Long for the arrival and departure of each flight, if you're up to it. More info here: http://www.ammap.com/lib/ammap/data/flight_routes.xml http://www.ammap.com/examples/flight_routes Quote Link to comment Share on other sites More sharing options...
mischka Posted August 31, 2012 Report Share Posted August 31, 2012 Yes, thats the one I use here: http://european.virtualairlines.eu/index.php/pages/destinations Its pretty much like what some airlines use to show their routes to customers: click on an airport and it shows the flights. To realise this I made a php script that "echoes" the contents for the xml file, cause it seems ammap cant read directly from php? At least it didnt work for me. For recent flights you'd need a more flexible solution than what I did, but soon as you can write straight to the xml, or point ammap to a php file instead of the xml, you're good to go Quote Link to comment Share on other sites More sharing options...
MrAmsterdam Posted September 3, 2012 Author Report Share Posted September 3, 2012 OK guys. I should give this up. I am not up for this. :-) Thanks for the replies !! Quote Link to comment Share on other sites More sharing options...
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.