Ah, yes, my code is/was inconsistent. Copying and pasting and trying to make it more readable by me, the amateur. Thank you, Ralph. I've fixed all the inconsistencies I can find. Been having a spot of trouble getting files to update on my ISP's server. Looks like the machines are back from their long coffee break.
OK, everything is working pretty well. Calls for categories are perfect. Calls for openinfowindow don't work at all. And every time I open the map page, it automatically opens the last marker in the array. This happens no matter how the page is opened: by bookmark directly, by a call URL for a category, or by a URL call for category and marker (no matter what the markerid I put in the URL). I assume that: Either I'm not actually building an array, or that there is something wrong with my code in the online section to click a marker. On Feb 6, 9:49 am, Ralph Ames <[email protected]> wrote: > var markerid = GXml.value(markers[i].getElementsByTagName("markerid")[0]); > // create the marker > var marker = createMarker(point,label,concathtml,icontype,category,id); > > At first glance, id should be markerid. > > Ralph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
