I have some kml files I load in Maps; ie:
http://maps.google.com/?q=http://www.noexpectations.com.au/galleries/pattaya-thailand-april-2008.kml
You'll see I have an IconStyle described:
<Style id="style_image_pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://www.noexpectations.com.au/images/icons/
photo.png</href>
</Icon>
</IconStyle>
</Style>
But when I load the map, using the URL above, I see in my server log
that Maps is trying to load:
/images/photoie.gif (if I use Safari)
/images/photoff.gif (if I use Firefox)
These names are google-created variations on my actual icon name. My
specified icon displays fine. But I wonder why Maps is trying to load
different icon images and what purpose that is intended to serve? I
can't see anything in the docs that refers to this behaviour.
You can see the behaviour in either the Safari Web Console or in
Firebug.
Any ideas?
Cheers, --Kip
--Kip
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---