I realised had an error at
GDownloadUrl("test2.xml", function(doc) {
var xml = GXml.parse(data);
I changed it to this..
GDownloadUrl("test.xml", function(doc) {
var xmlDoc = GXml.parse(doc);...
The map is displaying but no markers displaying..
I would be really grateful if anyone knew the reason for the marker
not being created...
Thanks again.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---