Announcement

Collapse
No announcement yet.

Two Google maps per page.

Collapse
X
  •  
  • Time
  • Show
Clear All
new posts

  • Two Google maps per page.

    To all pilots,

    I am testing if we can run two Google map per web page, One for the National routes and one for the Regional routes.

    At this time only Australia is setup this way if you find any problems (both not loading, long load delay times, etc) please post a reply or let me know in Teamspeak.

    Thanks
    Oz Flyer
    David.
    Oz Flyer.
    David.
    VA Operations Manager.
    SPAD.neXt Beta tester.
    FIPGauges.com Beta tester.



    Got a question about the Virtual Airline? Please post in the VA forum or send me a private message.

  • #2
    everything looks good. one thing if you could make the boxes for the google map heights to a smaller height so it fits on a 768 line height monitor.
    here is how

    HTML Code:
    <center>
    <script src="//www.gmodules.com/ig/ifr?url=http://dl.google.com/developers/maps/embedkmlgadget.xml&up_kml_url=http%3A%2F%2Fwww.msflights.net%2Fpilots%2Froutes%2F2003n.kmz&up_view_mode=earth&up_earth_2d_fallback=0&up_earth_fly_from_space=1&up_earth_show_nav_controls=1&up_earth_show_buildings=0&up_earth_show_terrain=0&up_earth_show_roads=0&up_earth_show_borders=1&up_earth_sphere=earth&up_maps_zoom_out=0&up_maps_default_type=map&synd=open&w=900&h=720&title=Embedded+KML+Viewer&border=%23ffffff%7C0px%2C1px+solid+%23993333%7C0px%2C1px+solid+%23bb5555%7C0px%2C1px+solid+%23DD7777%7C0px%2C2px+solid+%23EE8888&output=js"></script></center>
    <p>
    	<span style="font-size:14px;"><strong>Push &quot;<span style="font-size:16px;">R</span>&quot; key to reset map tilt and direction.</strong></span></p>
    <script src="//www.gmodules.com/ig/ifr?url=http://dl.google.com/developers/maps/embedkmlgadget.xml&up_kml_url=http%3A%2F%2Fwww.msflights.net%2Fpilots%2Froutes%2F2002r.kmz&up_view_mode=earth&up_earth_2d_fallback=0&up_earth_fly_from_space=1&up_earth_show_nav_controls=1&up_earth_show_buildings=0&up_earth_show_terrain=0&up_earth_show_roads=0&up_earth_show_borders=1&up_earth_sphere=earth&up_maps_zoom_out=0&up_maps_default_type=map&synd=open&w=900&h=720&title=Embedded+KML+Viewer&border=%23ffffff%7C0px%2C1px+solid+%23993333%7C0px%2C1px+solid+%23bb5555%7C0px%2C1px+solid+%23DD7777%7C0px%2C2px+solid+%23EE8888&output=js"></script></div>	
    what is above is the original HTML code that is rendering the map boxes.
    how to change it is to modify the h= in the
    HTML Code:
    w=900&h=720
    line.
    I would say a good height would be 640px so to correct the one on top it would be
    HTML Code:
    <center>
    <script src="//www.gmodules.com/ig/ifr?url=http://dl.google.com/developers/maps/embedkmlgadget.xml&up_kml_url=http%3A%2F%2Fwww.msflights.net%2Fpilots%2Froutes%2F2003n.kmz&up_view_mode=earth&up_earth_2d_fallback=0&up_earth_fly_from_space=1&up_earth_show_nav_controls=1&up_earth_show_buildings=0&up_earth_show_terrain=0&up_earth_show_roads=0&up_earth_show_borders=1&up_earth_sphere=earth&up_maps_zoom_out=0&up_maps_default_type=map&synd=open&w=900&h=640&title=Embedded+KML+Viewer&border=%23ffffff%7C0px%2C1px+solid+%23993333%7C0px%2C1px+solid+%23bb5555%7C0px%2C1px+solid+%23DD7777%7C0px%2C2px+solid+%23EE8888&output=js"></script></center>
    Se how it is now
    HTML Code:
    W=900&h=640

    Comment

    Sorry, you are not authorized to view this page
    Who has read this thread:
    Working...
    X