<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>W00 to KOXB</name>
        <description>Freeway to OCEAN CITY MUNI</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>W00 to KOXB</name>
            <description>Freeway to OCEAN CITY MUNI</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-76.7724,38.94139999999999,0
-76.4652,38.82730000000001,1158.24
-75.1243,38.31049999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>