<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPNN to KEWR</name>
        <description>Princeton Municipal Airport to Newark Liberty Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPNN to KEWR</name>
            <description>Princeton Municipal Airport to Newark Liberty Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-67.5677,45.2004,0
-69.5867,44.221299999999985,10668
-69.9452,43.9024,10668
-70.6135,43.425700000000006,10668
-72.7162,42.162000000000006,7193.280000000001
-72.8872,42.08699999999999,6614.160000000001
-74.1687,40.692499999999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>