• Resolved creati

    (@creati)


    Hi, google maps is showing the wrong address. It is actually showing another continent.
    It is also very zoomed in.
    I would like to fix it so that it is properly centered and zoomed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you didn’t use API and can change the code from the backend, you can edit the google_map.php to change these. In line 27, use street rather than location/venue. Just remember to put full street details.

    ($post->ID,’mep_street’)

    Change the zoom level from 19 to lower number which suits you.

    &t=&z=15&ie=UTF8&iwloc=&output=embed

    “15” is the zoom level I use.

    For API, change line 45 zoom level.

    Thread Starter creati

    (@creati)

    Its working now! Fixed!
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘zoom and center – google maps’ is closed to new replies.