sagedan000 Posted June 24, 2012 Report Share Posted June 24, 2012 What do I need to do to center the Live Map on the USA? http://www.virtualual.com Thanks A Lot!! Daniel Sage CEO of United Virtual Airlines Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 25, 2012 Administrators Report Share Posted June 25, 2012 In your local.config.php file adjust the center lat and long to your preference; # Google Map Options Config::Set('MAP_WIDTH', '800px'); Config::Set('MAP_HEIGHT', '600px'); # Valid types are G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP, G_PHYSICAL_MAP Config::Set('MAP_TYPE', 'G_PHYSICAL_MAP'); Config::Set('MAP_LINE_COLOR', '#ff0000'); Config::Set('MAP_CENTER_LAT', '45.484400'); Config::Set('MAP_CENTER_LNG', '-62.334821'); Config::Set('MAP_ZOOM_LEVEL', 12); Quote Link to comment Share on other sites More sharing options...
mrredbeard Posted August 17, 2012 Report Share Posted August 17, 2012 Thanks 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.