Para construir un archivo
KML
ENCABEZADO:
<?xml version="1.0"
encoding="UTF-8"?><kml
xmlns="http://earth.google.com/kml/2.1"><Document>
DEFINICIÓN DE LOS
ICONOS:
<Style id="cuacua">
<IconStyle><Icon><href>http://DONDEESTÉ/cuacua.jpg</href> </Icon>
<scale>0.5</scale>
</IconStyle>
</Style>
NOMBRE DEL OBJETO
COMPLETO A INCRUSTAR:
<name>GUITIRIZ</name>
SITUACIÓN DE PUNTOS:
<Placemark>
<name>ABELLEIRA</name><description>Cuadro</description><styleUrl>#cuacua</styleUrl>
<Point>
<coordinates>-7.827769,
43.243973</coordinates>
</Point>
</Placemark>
DESCRIPCIÓN MÁS AMPLIA:
¿CON UN CÓDIGO HTML?
<description>
<![CDATA[
<html><body>
<ul> <li>unacosa</li> <li>doscosa</li>
<li>trecosa</li> </ul>
</body></html>
]]>
</description>
RUTA
<Placemark>
<name>Ruta</name>
<styleUrl>#ELQUESEA</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-7.831145169149639,43.24548111003632,0
-7.829838425578537,43.24543153520305,0
-7.828802085991362,43.24596206771469,0
-7.827556559695273,43.24629794655928,0
</coordinates>
</LineString>
</Placemark>
POLÍGONO
<Placemark>
<name>Polígono</name>
<styleUrl>#ELQUESEA</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-7.831434018418226,43.24545399364921,0
-7.830158331852824,43.24602676219662,0
-7.830760553640029,43.24670912547285,0
-7.831434018418226,43.24545399364921,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
PIE
</Document></kml>
No hay comentarios:
Publicar un comentario