I tried something new to pull the data from the URL with PHP's $GET
and checking for a value with isset() to set the center. I have read
about a specific loading order for onload() functions, and I cannot
get the center to set correctly. Depending on where I put my if
statement for determining if a value is present in the URL or not, I
get a few different oddities. Either the map loads as a blank screen,
or the map loads my markers, the controls, and no map tiles. Also, to
process the address into lat/lng coords I am using the showAddress
function from the documentation. I positioned this function outside of
onload() to make it a global function, but it makes use of the
geocoder, which is also initialized in the onload function(). The two
pages are here : http://thetestbed.comli.com/SKATEPARKBETA/searchisset6.php
and http://thetestbed.comli.com/SKATEPARKBETA/getmain12.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---