Hi, We have a page with HTTPS access, and we want to show an image over the map. Our code is the following:
var guyIcon = new GIcon(G_DEFAULT_ICON); guyIcon.image = "http://maps.google.com/intl/en_us/mapfiles/cb/ man_arrow-0.png"; guyIcon.transparent = "http://maps.google.com/intl/en_us/mapfiles/cb/ man-pick.png"; guyIcon.imageMap = [ 26,13, 30,14, 32,28, 27,28, 28,36, 18,35, 18,27, 16,26, 16,20, 16,14, 19,13, 22,8 ]; guyIcon.iconSize = new GSize(49, 52); guyIcon.iconAnchor = new GPoint(25, 35); // base-peus del ninot guyIcon.infoWindowAnchor = new GPoint(25, 5); // cap del ninot marker = new GMarker(latlng, {icon: guyIcon}); map.addOverlay(marker); When the page is loading it show a security alert, becuase the images access is HTTP. Are there the same images in a httpS space? thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
