Your KML is incorrect because the <Icon> tag is outside of the <IconStyle>.
Eg
<IconStyle>
<color>ffffffff</color>
<colorMode>normal</colorMode>
<scale>1</scale>
<heading>0</heading>
</IconStyle>
<Icon>
<href>
http://umapper.s3.amazonaws.com/ufiles/2010-04/958c0bfcd6d20a620e091da2d9ae855b<http://www.google.com/url?q=http%3A%2F%2Fumapper.s3.amazonaws.com%2Fufiles%2F2010-04%2F958c0bfcd6d20a620e091da2d9ae855b&sa=D&sntz=1&usg=AFQjCNEsMkIeDDpe5_AUL2Sm5bLZR4JxBw>
</href>
</Icon>
should be:
<IconStyle>
<color>ffffffff</color>
<colorMode>normal</colorMode>
<scale>1</scale>
<heading>0</heading>
<Icon>
<href>
http://umapper.s3.amazonaws.com/ufiles/2010-04/958c0bfcd6d20a620e091da2d9ae855b<http://www.google.com/url?q=http%3A%2F%2Fumapper.s3.amazonaws.com%2Fufiles%2F2010-04%2F958c0bfcd6d20a620e091da2d9ae855b&sa=D&sntz=1&usg=AFQjCNEsMkIeDDpe5_AUL2Sm5bLZR4JxBw>
</href>
</Icon>
</IconStyle>
On Tue, May 18, 2010 at 2:42 PM, Andrei <[email protected]> wrote:
> Thanks Guys.
>
> @Ben, I tried using other (properly formatted) KML files and the issue
> is still there.
> @Rossko - thanks for the suggestion. Will try that next.
>
> On May 18, 12:53 pm, Rossko <[email protected]> wrote:
> > > Hi Guys, loaded a sample KML file into V3 API - everything works great
> > > with the exception of custom icons. All my icons are replaced with
> > > default (blue) Google icons. How can this be fixed? Here is the
> filehttp://www.umapper.com/GoogleMapsExample.html
> >
> > Icon <href> read likehttp://
> umapper.s3.amazonaws.com/ufiles/2010-04/958c0bfcd6d20a620e091d...
> > I wonder if a filename extension would help, like .png?
> > Its being served as application/octet-stream
> > Perhaps an image mime type would help
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> > To post to this group, send email to
> [email protected].
> > To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> > For more options, visit this group athttp://
> groups.google.com/group/google-maps-js-api-v3?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.