and I am using that KML file as a basis to get to understand what can
be done with KMLLayers.
However while I was looking, i see that the markers should all have
pictures associated with it and not the blue marker on the example
map.
the <icon> tag should make the picture as the marker am I correct?
I checked this out on aother website using the same KML file, and I
see the picture icons correctly.
http://display-kml.appspot.com/ They seem to be using the maps v2 API.
I was wondering if there is a bug in the Maps v3 API that it doesn't
show icons correctly.
In v2 maps using GGeoXml, it is a limitation that icons are always
32x32 pixels, so you get the shrunk photo.
I suspect the v3 KML parser may be smarter than that, and substituting
a default blue marker for icons it sees as unreasonable?
"Unreasonable" could for example be where the icon is bigger than the
map ...
Jonathanccwong
unread,
May 13, 2010, 5:59:50 PM5/13/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Maps JavaScript API v3
Thanks That's good to know.
I'll try to make a custom KML that uses smaller icons and see if that
is an issue.