<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LVGZ to LCRA</name>
        <description>Gaza Intl. to Akrotiri</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LVGZ to LCRA</name>
            <description>Gaza Intl. to Akrotiri</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>34.2731,31.248099999999994,0
33.62469999999999,32.8253,7833.360000000001
33.05000000000001,33.2,5455.92
32.98779999999999,34.5904,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>