Thanks for your reply! I've been staring at this code for days :)
After I made these changes and the changes Larry suggested below I got the line to show up. Thanks again. On May 13, 2:39 pm, ProbablyMike <[email protected]> wrote: > Hi, > > It appears that you have your coordinates the wrong way round: > You have: > var p1 = new GLatLng(-17.302552,66.046400); > var p2 = new GLatLng(-17.506868,66.044054); > > Should be: > var p1 = new GLatLng(66.046400,-17.302552); > var p2 = new GLatLng(66.044054,-17.506868); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
