Home Forums Theme support Google Maps Short Code Not Working Reply To: Google Maps Short Code Not Working

Hello,

Ok…I think we figured out where our problem lies and why this wasn’t working. Your Wizard to enter the longitude and latitude seems to be reversed.

Here is what the wizard inserted into the page:
[map type=’ROADMAP’ width=’300px’ height=’300px’ zoom=’10’ x=’-83.21843′ y=’42.552009′]

When we swapped out x and y as follows it worked.
[map type=’ROADMAP’ width=’300px’ height=’300px’ zoom=’10’ y=’-83.21843′ x=’42.552009′]

We did confirm on two different websites that the
Latitude is 42.552009
Longitude is -83.21843
…for the address 640 N. Old Woodward, Birmingham, MI 48009, USA

Let us know what you find on your end. Thanks for your help.