<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KSFO</name>
        <description>John F Kennedy Intl to San Francisco Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KSFO</name>
            <description>John F Kennedy Intl to San Francisco Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.770347,40.625369,0
-74.695167,41.136222,10363.2
-83.746972,42.966778,10363.2
-87.84875,43.768778,10363.2
-96.400083,43.496111,10363.2
-110.127639,40.149167,10363.2
-112.505556,39.302306,10363.2
-122.3822,37.608985,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>