Jump to content

Template:Map/kml

Unchecked
From Wikipedia
kml
KML code which should be placed in /overlay.kml subpage. Then {{Overlay}} should be placed below the infoboxes.
 <?xml version="1.0" encoding="UTF-8"?>
 <kml xmlns="http://earth.google.com/kml/2.1">
   <GroundOverlay>
     <name>Map/kml</name>
     <Icon>
       <href>http:</href>
     </Icon>
     <gx:LatLonQuad>
       <coordinates>
         0,0 0,0 0,0 0,0
       </coordinates>
     </gx:LatLonQuad>
   </GroundOverlay>
</kml>