{"id":73,"date":"2020-07-08T11:16:29","date_gmt":"2020-07-08T11:16:29","guid":{"rendered":"https:\/\/freedomonfoot.com\/?page_id=73"},"modified":"2020-07-10T18:58:22","modified_gmt":"2020-07-10T18:58:22","slug":"places","status":"publish","type":"page","link":"https:\/\/freedomonfoot.com\/?page_id=73","title":{"rendered":"Train Stations on E11"},"content":{"rendered":"\n<p>Overview of train stations on the E11. The first number is distance from Haag. The second is approximate distance to the E11 from the station.<\/p>\n\n\n\n<a name=\"osnabrueck\"><\/a>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_6cc3a7-ab\" class=\"kt-row-layout-inner kt-layout-id_6cc3a7-ab\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_5a1c85-e9\"><div class=\"kt-inside-inner-col\">\n<h2>Osnabr\u00fcck Train Station<\/h2>\n\n\n\n<p>485 km \/ ~1.0 km<\/p>\n\n\n\n<p><\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_b5c3cc-da\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([52.27256,8.06019],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [52.27256,8.06019], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.27256;\nvar lng = 8.06019;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.27256;\nvar lng = 8.06019;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n\n\n\n<p><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<a name=\"bohmte\"><\/a>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_a1ec8a-82\" class=\"kt-row-layout-inner kt-layout-id_a1ec8a-82\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_c32581-22\"><div class=\"kt-inside-inner-col\">\n<h2>Bohmte Train Station<\/h2>\n\n\n\n<p>525 km \/ ~4.0 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_2dabd4-d1\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([52.36103,8.30729],11);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [52.36103,8.30729], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.36103;\nvar lng = 8.30729;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.36103;\nvar lng = 8.30729;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<a name=\"badholzhausen\"><\/a>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_337a18-94\" class=\"kt-row-layout-inner kt-layout-id_337a18-94\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_2d63a8-4b\"><div class=\"kt-inside-inner-col\">\n<h2>Bad Holzhausen Train Station<\/h2>\n\n\n\n<p>548 km \/ ~3.0 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_30b6b2-5e\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([52.28922,8.54599],11);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [52.28922,8.54599], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.28922;\nvar lng = 8.54599;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.28922;\nvar lng = 8.54599;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<a name=\"luebecke\"><\/a>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_c85183-e8\" class=\"kt-row-layout-inner kt-layout-id_c85183-e8\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_2fa5e5-39\"><div class=\"kt-inside-inner-col\">\n<h2>L\u00fcbecke Train Station<\/h2>\n\n\n\n<p>552 km \/ ~2.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_828915-5b\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([52.30605,8.60591],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [52.30605,8.60591], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.30605;\nvar lng = 8.60591;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.30605;\nvar lng = 8.60591;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<a name=\"portawestphalica\"><\/a>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_d384ed-19\" class=\"kt-row-layout-inner kt-layout-id_d384ed-19\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_e8f043-1a\"><div class=\"kt-inside-inner-col\">\n<h2>Porta Westphalica Train Station<\/h2>\n\n\n\n<p>580 km \/ &lt;0.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_5c930f-6a\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([52.24326,8.92105],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [52.24326,8.92105], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.24326;\nvar lng = 8.92105;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.24326;\nvar lng = 8.92105;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<a name=\"rinteln\"><\/a>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_75ce5d-23\" class=\"kt-row-layout-inner kt-layout-id_75ce5d-23\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_dd7810-7f\"><div class=\"kt-inside-inner-col\">\n<h2>Rinteln Train Station<\/h2>\n\n\n\n<p>593 km \/ ~1.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_61c2fa-aa\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([52.19842,9.0779],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [52.19842,9.0779], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.19842;\nvar lng = 9.0779;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.19842;\nvar lng = 9.0779;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<a name=\"hessischoldendorf\"><\/a>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_100202-4a\" class=\"kt-row-layout-inner kt-layout-id_100202-4a\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_a384da-0b\"><div class=\"kt-inside-inner-col\">\n<h2>Hessisch Oldendorf Train Station<\/h2>\n\n\n\n<p>607 km \/ ~4.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_2b0876-e9\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([52.16672,9.24415],11);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [52.16672,9.24415], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.16672;\nvar lng = 9.24415;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.16672;\nvar lng = 9.24415;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<a name=\"hameln\"><\/a>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_47cb63-c4\" class=\"kt-row-layout-inner kt-layout-id_47cb63-c4\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_460ab3-77\"><div class=\"kt-inside-inner-col\">\n<h2>Hameln Train Station<\/h2>\n\n\n\n<p>634 km \/ &lt;0.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_4a5f0e-47\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([52.10158,9.37465],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [52.10158,9.37465], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.10158;\nvar lng = 9.37465;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.10158;\nvar lng = 9.37465;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<a name=\"coppenbruegge\"><\/a>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_eb1514-3e\" class=\"kt-row-layout-inner kt-layout-id_eb1514-3e\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_71a8cb-77\"><div class=\"kt-inside-inner-col\">\n<h2>Coppenbr\u00fcgge Train Station<\/h2>\n\n\n\n<p>651 km \/ ~1.0 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_374831-d9\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([52.1196,9.5371],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [52.1196,9.5371], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.1196;\nvar lng = 9.5371;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 52.1196;\nvar lng = 9.5371;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_531f44-aa\" class=\"kt-row-layout-inner kt-layout-id_531f44-aa\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_46bf26-6c\"><div class=\"kt-inside-inner-col\">\n<h2>Alfeld (Leine) Train Station<\/h2>\n\n\n\n<p>692 km \/ &lt;0.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_e2a51a-4d\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.9829974,9.8159035],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [51.9829974,9.8159035], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.9829974;\nvar lng = 9.8159035;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.9829974;\nvar lng = 9.8159035;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_c7cd50-d1\" class=\"kt-row-layout-inner kt-layout-id_c7cd50-d1\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_b8a15d-0e\"><div class=\"kt-inside-inner-col\">\n<h2>Freden (Leine) Train Station<\/h2>\n\n\n\n<p>700 km \/ ~2.0 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_4f8bed-94\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.927581,9.898598],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [51.927581,9.898598], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.927581;\nvar lng = 9.898598;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.927581;\nvar lng = 9.898598;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_877ec4-7a\" class=\"kt-row-layout-inner kt-layout-id_877ec4-7a\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_4d1b0d-8f\"><div class=\"kt-inside-inner-col\">\n<h2>Bad Gandersheim Train Station<\/h2>\n\n\n\n<p>713 km \/ ~1.0 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_05fa0f-1d\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.867623,10.020632],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [51.867623,10.020632], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.867623;\nvar lng = 10.020632;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.867623;\nvar lng = 10.020632;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_230572-4f\" class=\"kt-row-layout-inner kt-layout-id_230572-4f\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_4855cc-35\"><div class=\"kt-inside-inner-col\">\n<h2>Seesen Train Station<\/h2>\n\n\n\n<p>727 km \/ &lt;0.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_c9b30a-44\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.887606,10.173672],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [51.887606,10.173672], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.887606;\nvar lng = 10.173672;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.887606;\nvar lng = 10.173672;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_42641c-3b\" class=\"kt-row-layout-inner kt-layout-id_42641c-3b\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_bd3a1d-40\"><div class=\"kt-inside-inner-col\">\n<h2>Langesheim Train Station<\/h2>\n\n\n\n<p>743 km \/ ~3.0 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_b57a20-ca\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.930522,10.342811],11);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [51.930522,10.342811], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.930522;\nvar lng = 10.342811;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.930522;\nvar lng = 10.342811;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_e6a2e0-7d\" class=\"kt-row-layout-inner kt-layout-id_e6a2e0-7d\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_f4dab8-ce\"><div class=\"kt-inside-inner-col\">\n<h2>Goslar Train Station<\/h2>\n\n\n\n<p>750 km \/ &lt;0.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_b34a7f-a8\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.911404,10.420398],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [51.911404,10.420398], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.911404;\nvar lng = 10.420398;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.911404;\nvar lng = 10.420398;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_1f474f-e0\" class=\"kt-row-layout-inner kt-layout-id_1f474f-e0\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_066c26-f5\"><div class=\"kt-inside-inner-col\">\n<h2>Oker Train Station<\/h2>\n\n\n\n<p>756 km \/ ~0.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_b694ae-8b\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.905185,10.47846],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [51.905185,10.47846], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.905185;\nvar lng = 10.47846;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.905185;\nvar lng = 10.47846;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_af8103-78\" class=\"kt-row-layout-inner kt-layout-id_af8103-78\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_8da309-44\"><div class=\"kt-inside-inner-col\">\n<h2>Bad Harzburg Train Station<\/h2>\n\n\n\n<p>763 km \/ ~1.0 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_a12677-ac\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.887708,10.554846],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [51.887708,10.554846], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.887708;\nvar lng = 10.554846;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.887708;\nvar lng = 10.554846;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_ddcfd4-c3\" class=\"kt-row-layout-inner kt-layout-id_ddcfd4-c3\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_4d8586-f3\"><div class=\"kt-inside-inner-col\">\n<h2>Ilsenburg (Harz) Train Station<\/h2>\n\n\n\n<p>775 km \/ ~0.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_5f87a7-0f\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.869014,10.682669],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [51.869014,10.682669], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.869014;\nvar lng = 10.682669;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.869014;\nvar lng = 10.682669;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-rowlayout alignnone\"><div id=\"kt-layout-id_0c3422-8c\" class=\"kt-row-layout-inner kt-layout-id_0c3422-8c\"><div class=\"kt-row-column-wrap kt-has-2-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-left-golden kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\">\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_bf40d7-3b\"><div class=\"kt-inside-inner-col\">\n<h2>Darlingerode Train Station<\/h2>\n\n\n\n<p>783 km \/ ~1.5 km<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_2a2c19-80\"><div class=\"kt-inside-inner-col\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:200px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    }, \n    {\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":false,\"minZoom\":0,\"maxZoom\":20,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\\\r\\\\n\\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.849,10.733355],12);});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'gpx\/E11_corrected.gpx';\nvar default_style = {\"color\":\"black\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\nvar layer = L.ajaxGeoJson(src, {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (0) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\nfunction pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [51.849,10.733355], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.849;\nvar lng = 10.733355;\nvar radius = 1000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":1000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletCircleShortcode() {\/*<script>*\/\nvar previous_map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar fitbounds = 0;\nvar is_image = previous_map.is_image_map;\nvar lat = 51.849;\nvar lng = 10.733355;\nvar radius = 2000;\n\/\/ update lat lng to previous map's center\nif (!lat && !lng && !is_image) {\n    var map_center = previous_map.getCenter();\n    lat = map_center.lat;\n    lng = map_center.lng;\n}\nvar circle = L.circle([lat, lng], {radius: radius});\ncircle.setStyle({\"color\":\"grey\",\"fillColor\":\"none\",\"radius\":2000});\ncircle.addTo( group );\nwindow.WPLeafletMapPlugin.circles.push( circle );\nif (fitbounds) {\n    \/\/ zoom the map to the polyline\n    previous_map.fitBounds( circle.getBounds() );\n}});<\/script><\/p>\n<\/div><\/div>\n<\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Overview of train stations on the E11. The first number is distance from Haag. The second is approximate distance to the E11 from the station. Osnabr\u00fcck Train Station 485 km \/ ~1.0 km Bohmte Train Station 525 km \/ ~4.0 km Bad Holzhausen Train Station 548 km \/ ~3.0 km L\u00fcbecke Train Station 552 km &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":210,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/freedomonfoot.com\/index.php?rest_route=\/wp\/v2\/pages\/73"}],"collection":[{"href":"https:\/\/freedomonfoot.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/freedomonfoot.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/freedomonfoot.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/freedomonfoot.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=73"}],"version-history":[{"count":24,"href":"https:\/\/freedomonfoot.com\/index.php?rest_route=\/wp\/v2\/pages\/73\/revisions"}],"predecessor-version":[{"id":248,"href":"https:\/\/freedomonfoot.com\/index.php?rest_route=\/wp\/v2\/pages\/73\/revisions\/248"}],"up":[{"embeddable":true,"href":"https:\/\/freedomonfoot.com\/index.php?rest_route=\/wp\/v2\/pages\/210"}],"wp:attachment":[{"href":"https:\/\/freedomonfoot.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}