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
-~----------~----~----~----~------~----~------~--~---

Reply via email to