<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LPPT to LPPR</name>
        <description>Lisboa to Porto</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LPPT to LPPR</name>
            <description>Lisboa to Porto</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-9.127394,38.797333,0
-9.091505,38.86408,472.44
-9.085848,38.877867,515.1120000000001
-9.081755,38.891985,518.1600000000001
-9.079258,38.906327,518.1600000000001
-8.916922,39.709099,518.1600000000001
-8.642028,41.032912,518.1600000000001
-8.639064,41.047211,518.1600000000001
-8.637763,41.061651,518.1600000000001
-8.638136,41.076122,518.1600000000001
-8.640181,41.090512,518.1600000000001
-8.677197,41.232536,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>