<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KRST to KMDW</name>
        <description>Rochester Intl to Chicago Midway Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KRST to KMDW</name>
            <description>Rochester Intl to Chicago Midway Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-92.5001,43.907899999999984,0
-90.7294,42.925099999999986,9723.12
-90.1947,42.68469999999999,7924.8
-89.7794,42.495000000000005,6492.240000000001
-87.7525,41.7859,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>