<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
    <name>MyField.kml</name>
    <Style id="s_cross-hairs">
        <IconStyle>
            <scale>1.2</scale>
            <Icon>
                <href>http://maps.google.com/mapfiles/kml/shapes/cross-hairs.png</href>
            </Icon>
        </IconStyle>
    </Style>
    <Style id="s_cross-hairs_hl">
        <IconStyle>
            <scale>1.2</scale>
            <Icon>
            <href>http://maps.google.com/mapfiles/kml/shapes/cross-hairs_highlight.png</href>
            </Icon>
        </IconStyle>
    </Style>
    <StyleMap id="m_cross-hairs">
        <Pair>
            <key>normal</key>
            <styleUrl>#s_cross-hairs</styleUrl>
        </Pair>
        <Pair>
            <key>highlight</key>
            <styleUrl>#s_cross-hairs_hl</styleUrl>
        </Pair>
    </StyleMap>
    <Placemark>
<name>NORTH SHORE</name>
        <styleUrl>#m_cross-hairs</styleUrl>
        <Point>
<coordinates>174.6551,-36.6566,100</coordinates>
        </Point>
    </Placemark>
</Document>
</kml>
