On Sep 10, 2:17 pm, GG <[email protected]> wrote: > ah good call. The values are there when I include the alert before > and just inside the GDownloadUrl call. However, the alert dosnt even > register at the end of GDownloadUrl before the map.addOverlay > (marker). So it looks like the GDownloadUrl must be bombing out. But > why? Is something not available to it now that we are in the > query_locations function?
Next point of failure, inside your map-data.php file. Stick an echo at the top, and echo out the variables $location_lat and $location_long, see if they're there. You may also want to try to manually trigger your map-data.php file (on the server itself, not in your map file. Run it through php and see what you get: php map-data.php?location_lat=....&location_long=... (take the values from the previous alert(), shorten them to 6 decimal digits and feed that to the above) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
