damien82 Posted October 18, 2011 Report Posted October 18, 2011 Hello again. The default Flightmap shows America,if i remember,but how can I do that it shows the Europe? Hope that you understand what i mean. Damien Quote
Moderators mark1million Posted October 18, 2011 Moderators Report Posted October 18, 2011 The setting is in teh local.config.php file in your core, for the UK i use, # Google Map Options Config::Set('MAP_WIDTH', '700px'); 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', '52.187405'); Config::Set('MAP_CENTER_LNG', '-0.878906'); Config::Set('MAP_ZOOM_LEVEL', 12); Remember to set your own size for the map. Quote
damien82 Posted October 18, 2011 Author Report Posted October 18, 2011 Hi Mark Thanks for the answer,it works. That is what i searched for hehe ;-) 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.