maiochine Posted June 4, 2010 Report Posted June 4, 2010 Hi all! I have seen this map : http://delta.innosked.com/ and I am completely amazed ! I would like to have a similar map on our VA website but I dont know where to start ! Any help will be appreciated ! many thanks Quote
AFVA | Mitchell Posted June 4, 2010 Report Posted June 4, 2010 That is provided by Innovata (i think cause of the logo bottom right corner) and there site is http://www.innovatallc.com/index.aspx?lang=En-Ca (alot of their stuff requires cash so...) Quote
Administrators simpilot Posted June 5, 2010 Administrators Report Posted June 5, 2010 I am about half through intergrating this into my site. It is free as long as you do not want to remove the link to the creators. Works nicely with phpvms. http://www.ammap.com/examples/flight_routes Quote
Guest lorathon Posted June 5, 2010 Report Posted June 5, 2010 Thanks for the link simpilot. I am going to check this out. Quote
Administrators Nabeel Posted June 6, 2010 Administrators Report Posted June 6, 2010 That is pretty sweet. And controller through XML - very cool. You can just create a module where one method spits out all the XML, and another calls the view to show it. Quote
Administrators simpilot Posted June 6, 2010 Administrators Report Posted June 6, 2010 I have gotten it working using the info from the phpVMS database for the VA, but I have yet to get the city names to display other than when you hover on them... http://www.westjetvirtual.net/index.php/ammap Quote
Moderators mark1million Posted June 6, 2010 Moderators Report Posted June 6, 2010 Just the one word.... Excellent! Quote
CPC900 Posted June 7, 2010 Report Posted June 7, 2010 Awesome, simply awesome Simpilot. You are great at helping this community!!! Quote
CPC900 Posted June 8, 2010 Report Posted June 8, 2010 Hey Dave, did you manually enter the info or did you write something to pull the airport data from the sql database? Just curious?! Quote
RogerB Posted June 8, 2010 Report Posted June 8, 2010 I found this a few months ago. Haven't had time to integrate. there are tons of options. Quote
Administrators simpilot Posted June 8, 2010 Administrators Report Posted June 8, 2010 Hey Dave, did you manually enter the info or did you write something to pull the airport data from the sql database? Just curious?! I have written a script to pull the info out of the database. Still trying to get a few things to display as I would like but getting closer. Quote
Guest lorathon Posted June 9, 2010 Report Posted June 9, 2010 Thanks Simpilot for this awesome find. Here is my implementation of the map. http://www.phoenixva.org/index.php/amMap Quote
Administrators simpilot Posted June 9, 2010 Administrators Report Posted June 9, 2010 Very cool Jeff! need to figure out the dropdown.... Quote
Guest lorathon Posted June 9, 2010 Report Posted June 9, 2010 Very cool Jeff! need to figure out the dropdown.... Mark it active in the settings xml. Then it will display the text or whatever is in the title="" attribute. <object_list> <!-- OBJECT LIST --> <enabled>true</enabled> <!-- [false] (true / false) --> <type></type> <!-- [dropdown] (dropdown / listbox) --> <levels></levels> <!-- [3] (Number) How many levels of objects should be included in the list. You can exclude individual objects from a list by setting object_list="false" in the object's settings in data file. --> <include_areas>false</include_areas> <!-- [true] (true / false) whether areas must be included in a list --> <include_movies></include_movies> <!-- [true] (true / false) whether movies must be included in a list --> <include_labels>false</include_labels> <!-- [true] (true / false) whether labels must be included in a list --> This is part of the object child in the settings xml. As you can see I just want the movie title attributes to be displayed in the dropdown. Another hint that I had a bit of frustration with. To get images to show up use standard HTML coding in the <![CDATA ]> But if it doesnt show and you know that the link is correct add some <br> before and after. Play with it a little until you get it to show like you want. It was a pain to figure that one out.Hope this helps you. If you have any other questions just let me know. FYI - My map uses over 2000 xml data files. Quote
coryb12 Posted June 9, 2010 Report Posted June 9, 2010 I think we need to start tallying how many times Jeff or Dave have shown off...... Quote
Guest lorathon Posted June 9, 2010 Report Posted June 9, 2010 I think we need to start tallying how many times Jeff or Dave have shown off...... I am trying to catch up with simpilot but man does he have some good stuff out there. What I really want to know is, does he get a chance to actually fly? I know that my fight hours are minimal at best. The only time I seem to get in FS is to test kACARS and I rarely file those PIREPS. I will probably have to boot myself out of Phoenix Virtual Airways due to the lack of flying LOL Quote
Jeff Posted June 11, 2010 Report Posted June 11, 2010 I think we need to start tallying how many times Jeff or Dave have shown off...... I've lost count... 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.