<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSFO to KEWR</name>
        <description>San Francisco International to Newark Liberty International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSFO to KEWR</name>
            <description>San Francisco International to Newark Liberty International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-122.375,37.6185,0
-82.1094,28.0831,0
-84.3739,30.556200000000004,0
-90.0998,32.4341,0
-92.7439,33.25620000000001,0
-97.1682,34.211600000000004,0
-103.599,35.182199999999995,0
-105.136,35.6576,0
-106.357,36.1198,0
-107.296,36.462999999999994,0
-108.099,36.748400000000004,0
-113.013,38.3604,0
-114.394,38.25020000000001,0
-116.333,38.33330000000001,0
-117.77,38.003299999999996,0
-118.765,37.8956,0
-74.1686,40.6936,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>