Hi,
Please find the below attached code.
function drawLine(pts,color, map){
var arr = new GPolyline(pts,color,5,50);
map.addOverlay(arr);
}
The above method is called twice to draw two lines. In Firefox two
lines are drawn and displayed as well.
But in IE only the first line only displayed. The second line is not
getting displayed at all and also no error is displayed. If i alert
the points in side the method its correctly diplayed.
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.