Hello I have been trying to create a simple search function for our map at http://greenmap.mapitout.com/city.htm. The function itself simply parses the array of markers and returns a list of those that have a (partial) name match, creating a list of links attached to click event listeners.
While the function works fine for many points, clicking on some returns the error: this.Dd is not a function http://maps.google.com/intl/en_ALL/mapfiles/136d/maps2.api/main.js: Line 1381 Upon some debugging, I discovered this to be somehow related to the longitude of the point. For example, a point at longitude -97.232 will come back with an error, but if I change that same point's coord to -97.143, it will find the point and open the window. (I started to find that anything past -97.2 wouldn't work) While I haven't been able to figure out the exact range, it is starting to look like within a certain range of longitude values, the click event simply won't fire. Any ideas? --Brian [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
