<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LSZB to LSZH</name>
        <description>Bern-Belp to Zurich</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LSZB to LSZH</name>
            <description>Bern-Belp to Zurich</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>7.497629999999987,46.9127,0
7.941309999999987,47.13550000000001,2042.16
8.549949999999995,47.46350000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>