On May 14, 7:05 am, "[email protected]" <[email protected]> wrote: > On May 14, 4:16 am, db <[email protected]> wrote: > > > 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? > > Yes.
As a clarification, I have seen issues with polyline.hide() before the module is loaded. See this thread: http://groups.google.com/group/Google-Maps-API/browse_frm/thread/7f8f5cbdfab74b37/4864cc21b9a77a3d (also is an example for you...) -- Larry > > > > > > > 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 -- Hide quoted text - > > > - Show quoted text -- 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 -~----------~----~----~----~------~----~------~--~---
