<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>OPIS to OPCH</name>
        <description>Islamabad to OPCH Chitral</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>OPIS to OPCH</name>
            <description>Islamabad to OPCH Chitral</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>72.82569999999998,33.54910000000001,0
72.35219999999998,34.808899999999994,4572
71.8006,35.8866,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>