<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPWT to KCLM</name>
        <description>Bremerton National to William R Fairchild Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPWT to KCLM</name>
            <description>Bremerton National to William R Fairchild Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-122.771383,47.483325,0
-123.511517,48.121036,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>