<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSDA to KJYG</name>
        <description>SHENANDOAH MUNI to St James Muni</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSDA to KJYG</name>
            <description>SHENANDOAH MUNI to St James Muni</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-95.414,40.751900000000006,0
-95.0194,42.435599999999994,1676.4
-94.558,43.9864,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>