Ok, i noticed you changed something in the code.
What is the difference between;

        var markers = xmlDoc.documentElement.getElementsByTagName("marker");

and

        var markers = xmlDoc.getElementsByTagName("marker");


And what is the meaning with the;

        var bounds = new GLatLngBounds();

&
          bounds.extend(point);

You have added?


And seems to be something wrong with my lat/lng, since the first
marker is supposed to be in finland, not out in the ocean.

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