        <div id="map_" style="width: 100%;height: 400px;"></div>
    <div id="elevation-div_" class="vad-elevation"></div>

        <table style="table-layout: fixed">
            <thead>
            <tr>
                <th>Tag</th>
                <th style="text-align: right">Höhe ↑ <small>(in m)</small></th>
                <th style="text-align: right">Höhe ↓ <small>(in m)</small></th>
                <th style="text-align: right">Strecke <small>(in km)</small></th>
            </tr>
            </thead>
            <tbody>
                        </tbody>
                            <tfoot>
                <tr>
                    <td>&nbsp;</td>
                    <td style="text-align: right"><strong>0</strong></td>
                    <td style="text-align: right"><strong>0</strong></td>
                    <td style="text-align: right"><strong>0,00</strong></td>
                </tr>
                </tfoot>
                        </table>
<script type="text/javascript">
	var test = 'hallo';
</script>
        <script type="text/javascript" class="vad_la_map">
        var map__coord = {};
        var map__coord_count = 0;
        var map_;
        $(document).ready(function () {
			if (screenfull.isEnabled) {
            map_ = L.map('map_', {
                center: [51.505, -0.09],
                zoom: 8,
                fullscreenControl: true,
                fullscreenControlOptions: {
                    position: 'topleft'
                }
            });
		} else {
            map_ = L.map('map_', {
                center: [51.505, -0.09],
                zoom: 8
            });
		}

            let osmLayer_ = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
                'maxZoom': 18,
                'detectRetina': false,
                'attribution': "&copy; <a href='https://osm.org/copyright'>OpenStreetMap</a> contributors"
            });
            
			

            
        });

                function addMissingLines() {
            if (map__coord_count >= 0) {
                //console.log('finish', map_//_coord);
                for (let i = 0; i < (map__coord_count - 1); i++) {
                    // console.log('finish i', i);

                    let pointAObject = map__coord[i];
                    let pointBObject = map__coord[i + 1];
                    // console.log('1', pointAObject, pointBObject);
                    let pointA = pointAObject['last'];
                    let pointB = pointBObject['first'];
                    // console.log('2', pointA, pointB);
                    L.polyline([
                        [pointA['lat'], pointA['lng']],
                        [pointB['lat'], pointB['lng']]
                    ], {
                        color: 'red',
                        opacity: 0.75,
                        weight: 3,
                    }).addTo(map_);


                }
            }
        }
            </script>
    {"id":2,"date":"2022-05-22T10:35:37","date_gmt":"2022-05-22T08:35:37","guid":{"rendered":"https:\/\/www.leben-atmen.com\/balaton\/?page_id=2"},"modified":"2022-05-23T16:45:42","modified_gmt":"2022-05-23T14:45:42","slug":"strecke","status":"publish","type":"page","link":"https:\/\/www.leben-atmen.com\/balaton\/strecke\/","title":{"rendered":"Strecke"},"content":{"rendered":"\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.leben-atmen.com\/balaton\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.leben-atmen.com\/balaton\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.leben-atmen.com\/balaton\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.leben-atmen.com\/balaton\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.leben-atmen.com\/balaton\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":9,"href":"https:\/\/www.leben-atmen.com\/balaton\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":8,"href":"https:\/\/www.leben-atmen.com\/balaton\/wp-json\/wp\/v2\/pages\/2\/revisions\/8"}],"wp:attachment":[{"href":"https:\/\/www.leben-atmen.com\/balaton\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}