> Here is thxml line > <pos3>(35.301198394321865, -80.72648739612839)</pos3>
So that'll be a nice string, but we cant see what your script is doing with it. If you try to put that string in here - > map.addOverlay(new GMarker(new GLatLng(x))); it will fail because GLatLng expects two numbers, not one string. You might find this useful - http://econym.org.uk/gmap/basic3.htm cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
