<?xml version="1.0"?>
<kml xmlns="http://earth.google.com/kml/2.1" xmlns:umapst="http://www.afcomponents.com/as3/umap/styles" xmlns:umap="http://www.afcomponents.com/as3/umap" xmlns:atom="http://www.w3.org/2005/Atom">
  <Document>
    <name>KMLLayer3</name>
    <visibility>1</visibility>
    <Style id="MarkerStyle1">
      <IconStyle>
        <color>ff00ffff</color>
        <colorMode>normal</colorMode>
        <scale>1</scale>
        <heading>0</heading>
      </IconStyle>
    </Style>
    <Placemark>
      <styleUrl>#MarkerStyle1</styleUrl>
      <name>Train Station</name>
      <visibility>1</visibility>
      <Point>
        <coordinates>-1.59778118,42.05942413,0.00000000</coordinates>
      </Point>
    </Placemark>
  </Document>
</kml>

