<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EHAM to KSFO</name>
        <description>Amsterdam Schiphol to San Francisco International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EHAM to KSFO</name>
            <description>Amsterdam Schiphol to San Francisco International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.764170000000007,52.308099999999996,0
4.754169999999988,52.48609999999999,0
3.1888899999999865,53.66329999999999,0
-1.8447199999999953,56.211900000000014,0
-4.898609999999991,57.369200000000006,0
-9.5,58.85560000000001,0
-10,59,0
-21,61.5,0
-35.2833,65.26670000000001,0
-37.2071,65.5701,0
-51.05529999999999,66.47140000000002,0
-60,66,0
-94.1353,58.74170000000001,0
-101.673,54.68549999999999,0
-107.691,50.297,0
-109.458,49,0
-111.412,47.44999999999999,0
-114.084,45.0213,0
-116.192,43.55279999999999,0
-117.868,42.59049999999999,0
-119.068,40.57169999999999,0
-119.656,39.53129999999999,0
-120.87,38.839,0
-122.375,37.6185,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>