Sorry -- I was so focused on the "loading of markers" that I misunderstood the question; the function loadmarkers() is called by a handler after the xml is loaded through the httprequest that I laways use so did not bother to check -- but you all were right; that's where the problem was! Solved!
THANKS FOR ALL THE HELP; I feel bad that it was such a simple issue - I guess I should learn not to trust it when localhost thinks everything is fine.... On Feb 25, 12:44 pm, Rossko <[email protected]> wrote: > > >http://www.bioregionalplanning.uidaho.edu/longvalley/map.aspx > > You've missed out the sensor parameter in your API <script> call > altogether now, that may cause you problems in future. > > You've got whitespace before the <!DOCTYPE declaration which can cause > snags in IE > > But most importantly, as Andrew says, you're not calling > loadmarkers() > anywhere in the online version of your page, whatever you have in > local. > > The code snippet posted isn't relevant to that. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
