tags:

views:

308

answers:

1

Hi, I'm trying to create a custom icon to display on google earth. It resides on my local filesystem, and I'm trying to reference it as "file:/C:/myfile.png" but it does not display. Is this possible to do?

thanks,

Jeff

A: 

The KML documentation says that it works with any URI, local or web based. I suggest you don't use "file:/c:/myfile.png" but rather just the filepath "c:\myfile.png" or perhaps put the icon in the local directory and just use "myfile.png" as the example in the documentation suggests (also, you might need to make sure the backslashes are Windows based on a windows machine.)

JohnMetta