<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>WSSS to KLAX</name>
        <description>Singapore Changi Intl to Los Angeles Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>WSSS to KLAX</name>
            <description>Singapore Changi Intl to Los Angeles Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>103.977501,1.348972,0
-125.834525,37.833253,0
-122.103656,35.997494,0
-118.737575,34.128033,0
-118.431203,33.949144,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>