well.  its definately createMarker() that is bombing out.  no clue
why.  I am passing it everything correctly and we didnt make any
changes to it.  I am currently alerting point, html and label when you
move the map so I know its getting the data correctly (take a look).
Does the order of these functions matter?



The only thing different about GDownloadUrl now is that it's in the
query_locations function.

On Sep 10, 1:36 pm, KirAsh4 <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to