Šablona:Mapa souřadnic/Hostkovice

<?xml version="1.0" encoding="utf-8"?> <kml xmlns="http://www.opengis.net/kml/2.2">

 <Document>
   <Placemark>
     <name>Hostkovice (Dačice)</name>
     <Point>
       <coordinates>15.3842,49.0831,0</coordinates>
     </Point>
   </Placemark>
   <Placemark>
     <name>Hostkovice (Třebětín)</name>
     <Point>
       <coordinates>15.2917,49.7692,0</coordinates>
     </Point>
   </Placemark>
   <Placemark>
     <name>Hostkovice (Tršice)</name>
     <Point>
       <coordinates>17.3742,49.5497,0</coordinates>
     </Point>
   </Placemark>
 </Document>

</kml> <?ignore  ?>