Hi
I m using google maps premier version 2.s
My website is over HTTPS thats why i use google maps over https
every thing is fine but when i use GPolyline to draw line on maps on
IE 6 using this code
var polyOptions = {geodesic:false};
var polyline = new GPolyline(points, "#0066CC", 3, 0.7,
polyOptions);
arrowHead(points);
gmap.addOverlay(polyline);
where gmap is instance of GMap2 and points is an array of GLatLng()
then i get a warning from IE 6 that "Do u want to display non secure
data" No clicke then no line will be drawn
Now the problem is why in case of GPolyline browser gives this warning
I also used GMarker on my page which is working fine no warning
warning at all.
In google maps api issue list, i found this fix
http://code.google.com/p/gmaps-api-issues/issues/detail?id=917#c3
According to above link this should work
GVerify = function() {}
var map = new GMap2(document.getElementById("map"));
but it is not working at all
Any Help is Highly Appreciated
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---