holy $%!+ its working =) I had to move EVERYTHING into the load() function. The query_locations () and GDownloadUrl() need to be in there too. Dosnt that seem odd?
So 2 things I need to do now. 1) Prevent it from drawing a marker that it has already drawn (that sounds painful) 2) Execute a GDownloadUrl() one time on page load (after that query_locations() handles it) Any chance we can keep this AMAZING thread going? TYTYTY! On Sep 10, 4:25 pm, KirAsh4 <[email protected]> wrote: > On Sep 10, 4:11 pm, GG <[email protected]> wrote: > > > 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? > > You have this piece of code inside of the query_locations() function. > > alert("html= " + html + "\nlabel= " + label + "\npoint= " + point); > var marker = createMarker(point,label,html); > > Have you tried checking to see whether the returnes value from > createMarker() is actually valid? In other words, add another alert() > after creating the marker. Or, sprinkling alert() statements inside > of your createMarker() function? > > Like I said, debug mode ... go line by line. What are you feeding it, > what are you expecting back? Is it actually valid? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
