place Budapest

Pesti rakpart - Margit híd --> Gogol

place Budapest

Segment na mape

place Graf prevýšenia

Rebríček

# Člen Čas Priemerná rýchlosť Priemerný výkon Dátum
1. MariH 01:37 32.92 km/h 189 W 16. 5. 2022
2. strapos307 02:14 23.83 km/h - 15. 10. 2023
3. filipkristofiak 02:24 22.17 km/h 72 W 13. 8. 2023
4. domiplachotnuk 02:53 18.46 km/h - 17. 6. 2023
5. ciernyplch 03:08 16.98 km/h - 3. 5. 2025
Formulár sa odosiela

bar_chart Základné údaje o segmente

Vzdialenosť 0,89 km
Profil 0,0 %
Nastúpané 1,0 m
Najnižšia nadmorská výška 144,60 m
Najvyššia nadmorská výška 145,60 m

schedule Najlepší čas

MariH
01:37 (16. 5. 2022)
Počet pokusov: 1

Počet pokusov: 1
keyboard_arrow_up Gogol","segmentDistance":"D\u013a\u017eka: 886.90 metrov<\/b>","segmentGrade":"Priemern\u00e9 klesanie: 0 %<\/b>","segmentNameHref":"pesti-rakpart-margit-hid-%3E-gogol"},"geometry":{"type":"LineString","coordinates":[["19.062099","47.469272",109.2],["19.062099","47.469272",109.2],["19.061998","47.469481",108.3],["19.062344","47.469604",107],["19.064068","47.469517",104.9],["19.064434","47.469574",104.8],["19.064245","47.470031",105.1],["19.064013","47.470858",105.1],["19.063818","47.471698",105.2],["19.063214","47.47388",105.3],["19.062709","47.474948",105.4],["19.061865","47.476411",105.3],["19.061653","47.476684",105.4]]}}] var freemap = new L.TileLayer('https://outdoor.tiles.freemap.sk/{z}/{x}/{y}.png', {name: 'freemap', attribution: '© Freemap Slovakia, © OpenStreetMap contributors'}); var retina = 0; if (window.devicePixelRatio > 1.4 || screen.width > 2000 || 1) { var tileSize = 128; var maxNativeZoomV = 19; retina = 1; } else { var tileSize = 256; var maxNativeZoomV = 20; } var ortofoto = new L.tileLayer('https://ofmozaika.tiles.freemap.sk/{z}/{x}/{y}.jpg', {maxZoom: 20, maxNativeZoom: maxNativeZoomV, tileSize: tileSize, name: 'ortofoto', attribution: '© GKÚ Bratislava, NLC , podkladová vrstva je hostovaná na serveroch OZ Freemap Slovakia.'}); if (retina == 1) { ortofoto.options.zoomOffset = 1; } var opencyclemap = new L.tileLayer('https://{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey=c259b583e52e4e4ea8830dcd55533fe2', {name: 'opencyclemap', attribution: '© OpenCycleMap, © OpenStreetMap contributors, CC-BY-SA'}); var openstreetmap = new L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {name: 'openstreetmap', attribution: '© OpenStreetMap contributors, CC-BY-SA'}); var map_leaflet = new L.map('map_leaflet', { zoom: 15, maxZoom: 20, layers: [openstreetmap], fullscreenControl: true, fullscreenControlOptions: { position: 'topright' } }); L.control.scale().addTo(map_leaflet); $(function() { if (typeof freemap != 'undefined') { checkFreemap(); } $('.map4').click(); }); function checkFreemap() { if (window.devicePixelRatio > 1.4) { freemap._url = 'https://outdoor.tiles.freemap.sk/{z}/{x}/{y}.png@3x'; } else if (screen.width > 2000) { freemap._url = 'https://outdoor.tiles.freemap.sk/{z}/{x}/{y}.png@2x'; } else { freemap._url = 'https://outdoor.tiles.freemap.sk/{z}/{x}/{y}.png'; } } var tileLoad = 0; openstreetmap.on('tileload', function(e) { tileLoad++; if (tileLoad == 1) { if (typeof loadTrack != 'undefined') loadTrack(); } }); var map_control = {'Freemap Outdoor': freemap,'Ortofotomozaika SR': ortofoto,'OpenCycleMap': opencyclemap,'OpenStreetMap': openstreetmap}; var ele = L.control.elevation({ position: "bottomright", theme: "mtbiker-theme", width: $("#map_leaflet").outerWidth(), height: 150, collapsed: false, margins: { top: 20, right: 20, bottom: 30, left: 45 }, yAxisMin: 94.8, yAxisMax: 119.2, yTicks: 3, }); ele.addTo(map_leaflet); if (gpx_lines != undefined) { gpx_layer = L.geoJson(gpx_lines, { style: function(feature, layer) { return { "weight": 6, "color": getColor(feature.properties.type), "opacity": 1 }; }, onEachFeature: ele.addData.bind(ele) }); gpx_layer.on('mouseover', function(e) { var prop = e.layer.feature.properties; var desc = getDescription(prop.type, prop.trailName, prop.trailId, prop.trailStatus, prop.segmentName, prop.segment, prop.segmentDistance, prop.segmentGrade, prop.segmentNameHref); if (desc) { var popup = L.popup() .setLatLng(e.latlng) .setContent(desc) .openOn(map_leaflet); } }); bounds.push(gpx_layer.getBounds()); map_leaflet.addLayer(gpx_layer); map_leaflet.fitBounds(bounds); } map_leaflet.addControl(new L.Control.Layers(map_control, gpx_control)); // geo location through leaflet plugin var lc = L.control.locate({ drawCircle: false, follow: true, markerStyle: {color: '#000000',fillColor: '#ee7711',fillOpacity: 0.7,weight: 4,opacity: 0.7,radius: 7}, strings: { title: "Ukáž mi, kde sa nachádzam", // title of the locate control popup: "Si v okolí {distance} {unit} od tohto bodu", // text to appear if user clicks on circle outsideMapBoundsMsg: "Nachádzaš sa mimo oblasti tejto mapy" // default message for onLocationOutsideMapBounds } }).addTo(map_leaflet); map_leaflet.on('startfollowing', function() { map_leaflet.on('dragstart', lc.stopFollowing); }).on('stopfollowing', function() { map_leaflet.off('dragstart', lc.stopFollowing); }); $(document).ready(function() { map_leaflet.on('baselayerchange', function(){ var id = event.currentTarget.layerId; var layer = this._layers[id]; $.ajax({ type: "POST", url: "/ajax.php?u=Cyklotrasy&f=saveDefaultMap&a=" + layer.options.name, }); }) }); $('#elevationDiv').html(''); $('.elevation').appendTo('#elevationDiv'); var emailConsentModalActiveEl; var emailConsentModalActiveSection = false; var emailConsentModalAgreed = false; function emailConsentModal(el, section){ var $el = $(el); if ($el.is(':checked') || !$el.is("input")){ // checked checkbox, or button/link emailConsentModalActiveEl = $(el); var $modal = $('#modalEmailConsent'); emailConsentModalActiveSection = section; if (section){ $('[data-section="general"]', $modal).hide(); $('[data-section="newsletter"]', $modal).hide(); $('[data-section="shop"]', $modal).hide(); $('[data-section="sale"]', $modal).hide(); $('[data-section="' + section + '"]', $modal).show(); } else { $('.mec-title').hide(); $('[data-section="general"]', $modal).show(); } emailConsentModalSubOptions(); emailConsentModalAgreed = false; $('#modalEmailConsent').modal('show'); } } function emailConsentModalSubOptions(){ $('.sub-options-emails').each(function() { var $subOptions = $(this); if ($subOptions.parent().find('.custom-switch input:checked, .custom-checkbox input:checked').length){ $subOptions.show(); if (!$subOptions.find('input:checked').length){ $subOptions.find('input').first().prop('checked', true); } } else { $subOptions.hide(); $subOptions.find('input').prop('checked', false); } }); } function emailConsentModalOnAgreed(){ var $modal = $('#modalEmailConsent'); emailConsentModalAgreed = true; var sectionWrap = emailConsentModalActiveSection ? '[data-section="' + emailConsentModalActiveSection + '"] ' : ''; var inputs = ''; $(sectionWrap + 'input[type=hidden], input:checked', $modal).each(function(){ var $this = $(this); inputs = inputs + ''; }); emailConsentModalActiveEl.prev('.mec-inputs').remove(); $('' + inputs + '').insertBefore(emailConsentModalActiveEl); $('#modalEmailConsent').modal('hide'); } $(function() { $('input[name="agreed_emails"]').on('change', function(){ emailConsentModal(this); }); emailConsentModalSubOptions(); $('#mec_user_newsletter_agreed, #user_newsletter_agreed').on('change', emailConsentModalSubOptions ); $('input:radio, input:checkbox','#modalEmailConsent').on('change', function(){ $modal = $('#modalEmailConsent'); $('.modal-footer .btn', $modal).prop('disabled', !$('input:checked:visible', $modal).length); }); $('#modalEmailConsent').on('hidden.bs.modal', function (e) { $modal = $(this); if (!emailConsentModalAgreed){ if (emailConsentModalActiveEl.val() === 'weekly'){ $('input[value=monthly]', $modal).prop('checked', false); } else if (emailConsentModalActiveEl.val() === 'monthly'){ $('input[value=weekly]', $modal).prop('checked', false); } else { emailConsentModalActiveEl.prop('checked', false); } emailConsentModalActiveEl.prev('.mec-inputs').remove(); } emailConsentModalActiveSection = false; emailConsentModalSubOptions(); }); }); $(function(){ $(".js-reject-cookies").attr("role", "button"); $(".js-reject-cookies").click(function(e){ e.preventDefault(); $.ajax({type: "POST",url: "/account/cookie-consent",data: {functional:0,analytical:0,commercial:0} }); $("#biscuitModal").fadeOut(250); return false; }); $(".biscuit-close").click(function(){ $.ajax({type: "POST",url: "/account/cookie-consent",data: {necessary:1,functional:1,analytical:1,commercial:1} }); $("#biscuitModal").fadeOut(250); $(".biscuit-checkboxes .custom-control-input").attr("checked", true); updateGoogleAnalyticsConsent(); updateBingConsent(); sendGoogleAnalyticsPageview(); return false; }); $(".biscuit-settings").click(function(){ $(this).addClass("loading-simple"); $.ajax({type: "POST",url: "/account/cookie-consent",data: {functional:0,analytical:0,commercial:0} }).always(function(){ window.location = "https://www.mthiker.sk/cookies"; }); }); }); -->