PDA

View Full Version : Google Map not displaying properly and other issues


siteontime
11-18-2009, 09:33 AM
I cannot get this map to display properly.

http://newhopewestcoast.org/small_groups_map.php


I followed the change default zoom tutorial and it the default zoom did not change.

Also, with release of 1.06 you can no longer reenter the wizard interface. Anytime you go back into a map all of the settings are blank. Even if you made no changes to the code the information is still blank.

I am trying to set the zoom default to 11 and have the map centered on the default which is the static location that I entered.

Thanks for your help.

Jason Byrnes
11-18-2009, 03:02 PM
One issue I can see that may be cauing a problem is in the way your address is formated.


You have a number of instances of the same address you are using as the default add where the street address is formatted as:
New Hope - 2350 Shasta Way


you cannot add additional information to the street address such as "New Hope -" this will cause the address to fail geocoding.


Are you using the edit button in the property inspector to reenter the Pro maps wizard?

If so, make sure the links to the map files work correctly. Look for a line similar to:
<?php include("google_javascript/wagmp_map_2.php"); ?>


right click the wagmp_map_2.phpand select open file.