Just one quick question, For my markers I use html file to read in the points along with attribute data (images, labels etc.) and use checkbox to show/hide these markers. Isn't it possible to use the same approach for polylines?
On May 14, 11:09 am, db <[email protected]> wrote: > 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);- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
