<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPHL to KPIT</name>
        <description>Philadelphia Intl to Pittsburgh Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPHL to KPIT</name>
            <description>Philadelphia Intl to Pittsburgh Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-75.275193,39.860811,0
-75.366413,39.842572,310.896
-75.385,39.840165,432.81600000000003
-75.403789,39.839011,560.832
-75.422638,39.839118,1280.16
-75.441402,39.840487,1280.16
-75.459941,39.843106,1280.16
-76.93313,40.069219,1280.16
-78.418012,40.27767,1280.16
-80.001544,40.478689,1054.608
-80.02043,40.480453,944.88
-80.210594,40.485643,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>