Jump to content

Live Map


damien82

Recommended Posts

  • Moderators

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...