<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KDYL to KLWM</name>
        <description>Doylestown Airport to Lawrence Municipal</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KDYL to KLWM</name>
            <description>Doylestown Airport to Lawrence Municipal</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-75.1224,40.3331,0
-73.3142,41.47999999999999,8016.240000000001
-73.2716,41.51169999999999,7833.360000000001
-73.1082,41.63470000000001,7162.8
-73.0167,41.70259999999999,6766.56
-71.1234,42.717299999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>