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