Results 1 to 7 of 7

Thread: Google maps not working properly

  1. #1
    Thread Starter
    Amateur altusdesignuk's Avatar
    Join Date
    Feb 2012
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Google maps not working properly

    I have adjusted the setting correctly to the UK in the admin section, I noticed that the map would still center in 'new york' whilst rendering some tiles from the correct location, have now modified sidebar-gmap.php so that the center point is now london:

    Code:
        function load() {
            geocoder = new google.maps.Geocoder();
            //directionsDisplay = new google.maps.DirectionsRenderer();
            var london = new google.maps.LatLng(54.520408, -3.864063);
            var myOptions = {
                zoom: 12,
                center: london,
                mapTypeId: google.maps.MapTypeId.ROADMAP,
                mapTypeControlOptions: {
                    style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
                }
            }
            map = new google.maps.Map(document.getElementById('map'), myOptions);
            //directionsDisplay.setMap(map);
        }
    however the map is still not loading correctly as there are some tiles still missing see image: http://d.pr/qkBL

    any ideas how to get this working properly?

  2. #2
    Thread Starter
    Amateur altusdesignuk's Avatar
    Join Date
    Feb 2012
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Amateur altusdesignuk's Avatar
    Join Date
    Feb 2012
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Amateur altusdesignuk's Avatar
    Join Date
    Feb 2012
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Rookie titan's Avatar
    Join Date
    Mar 2012
    Location
    Belgium
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    Thread Starter
    Amateur altusdesignuk's Avatar
    Join Date
    Feb 2012
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    moipaslautre's Avatar
    Join Date
    Jan 2013
    Location
    Canada
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Google maps not working
    By pekman in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: July 7th, 2016, 06:14 AM
  2. [MOD NEEDED] Make new Google Maps load properly on hidden tab?
    By fraservalley in forum ClassiPress General Discussion
    Replies: 2
    Last Post: November 3rd, 2011, 09:06 PM
  3. Google Maps Not working
    By tyrone in forum Report ClassiPress Bugs
    Replies: 9
    Last Post: June 4th, 2011, 06:18 PM
  4. [SOLVED] Google maps not working...
    By mysik in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: November 12th, 2010, 07:29 AM
  5. Google maps not working
    By Davenow in forum ClassiPress General Discussion
    Replies: 1
    Last Post: May 26th, 2010, 08:36 PM