Comment Afficher KML Personnalisé Icône de Repère à l'aide de l'Image à partir du Disque Local ou un Lecteur Réseau

Quelqu'un sait comment afficher KML personnalisé icône de Repère à l'aide de l'image à partir du disque local ou un lecteur réseau.

J'ai essayé et ça ne fonctionne pas:

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Style id="icon">
        <IconStyle>
          <Icon>
            <href>c:\etnasss.jpg</href>
          </Icon>
        </IconStyle>
 </Style>
  <Placemark>
    <name>Simple placemark</name>
    <description>Attached to the ground. Intelligently places itself 
       at the height of the underlying terrain.</description>
    <styleUrl>#icon</styleUrl>    
    <Point>
      <coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
    </Point>
  </Placemark>
</kml>

Grâce

OriginalL'auteur SoftwareTheory | 2014-06-19