On Aug 19, 4:45 am, Raji <[email protected]> wrote: > Hi > > Please find the below code > > function drawLine(pts,color,map ){ > var arr = new GPolyline(pts,color,5,50); > map.addOverlay(arr); > > } > > I am calling this above method two times to draw two different > lines.In firefox two lines are getting added and displayed. > But in ie7 it is adding the very first line is displayed , the second > one is not displayed.
Wild Guess: The second array of points contains an extra hanging comma. -- Larry > > Regards, > Raji MS. > > On Aug 19, 4:14 pm, Rossko <[email protected]> wrote: > > > > This is not working in ie7 but works in Firefox. > > > > Can any one help me out on this issue. > > > Yes, you need to fix your code or your data. If you need help with > > that, you will have to give prospective helpers just a little more to > > work with. Start here > > -http://groups.google.com/group/Google-Maps-API/web/suggested-posting-... -- 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.
