{"id":7,"date":"2023-11-22T10:36:26","date_gmt":"2023-11-22T10:36:26","guid":{"rendered":"https:\/\/theaxeodyssey.com\/?page_id=7"},"modified":"2023-11-30T09:29:33","modified_gmt":"2023-11-30T09:29:33","slug":"home","status":"publish","type":"page","link":"https:\/\/theaxeodyssey.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<div class=\"open-user-map\">\n\n  \n  \n<div class=\"box-wrap map-size-fullwidth map-size-mobile-square oum-regions-layout-1 \">\n      <div class=\"tab-wrap\">\n      <div class=\"oum-tabs\" id=\"nav-tab-20210929\" role=\"tablist\">\n                \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"50.695447003251\" data-lng=\"15.890675475586\" data-zoom=\"3.5\" data-toggle=\"tab\">Europe<\/div>\n\n        \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"62.913123990238\" data-lng=\"17.3855922\" data-zoom=\"4\" data-toggle=\"tab\">Sweden<\/div>\n\n        \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"54.673384760987\" data-lng=\"-3.6476366471646\" data-zoom=\"5\" data-toggle=\"tab\">United Kingdom<\/div>\n\n        \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"30.406779896199\" data-lng=\"-0.15713693554967\" data-zoom=\"1\" data-toggle=\"tab\">World<\/div>\n\n              <\/div>\n    <\/div>\n  \n  <div class=\"map-wrap\">\n    <div id=\"map-20210929\" class=\"leaflet-map map-style_Custom1\"><\/div>\n    \n    \n    \n    \n      <div class=\"oum-attribution\">made with <a href=\"https:\/\/www.open-user-map.com\/?ref=map\" title=\"Open User Map | Everybody can add locations\" target=\"_blank\">OUM<\/a><\/div>\n\n    \n    <script type=\"text\/javascript\" data-category=\"functional\" class=\"cmplz-native\" id=\"oum-inline-js\">\n      var map_el = `map-20210929`;\n\n      if(document.getElementById(map_el)) {\n\n        var mapStyle = `Custom1`;\n        var oum_tile_provider_mapbox_key = ``;\n        var marker_icon_url = `https:\/\/theaxeodyssey.com\/wp-content\/plugins\/open-user-map\/src\/leaflet\/images\/marker-icon_custom3-2x.png`;\n        var marker_shadow_url = `https:\/\/theaxeodyssey.com\/wp-content\/plugins\/open-user-map\/src\/leaflet\/images\/marker-shadow.png`;\n        var oum_enable_scrollwheel_zoom_map = true;\n        var oum_enable_cluster = true;\n        var oum_enable_fullscreen = true;\n\n        var oum_enable_searchbar = false;\n        var oum_searchbar_type = `address`;\n\n        var oum_geosearch_selected_provider = ``; \n        var oum_geosearch_provider = `osm`;\n        var oum_geosearch_provider_geoapify_key = ``;\n        var oum_geosearch_provider_here_key = ``;\n        var oum_geosearch_provider_mapbox_key = ``;\n        \n        var oum_enable_searchaddress_button = false;\n        var oum_searchaddress_label = `Search for address`;\n\n        var oum_enable_searchmarkers_button = false;\n        var oum_searchmarkers_label = `Search Name`;\n        var oum_searchmarkers_zoom = `5`;\n\n        var oum_enable_currentlocation = false;\n        var oum_collapse_filter = false;\n        var oum_action_after_submit = `text`;\n        var thankyou_redirect = ``;\n        var start_lat = `0`;\n        var start_lng = `0`;\n        var start_zoom = `1`;\n        var oum_enable_fixed_map_bounds = `on`;\n        var oum_minimum_zoom_level = ``;\n        var oum_use_settings_start_location = false;\n        var oum_has_regions = true;\n\n        var oum_location = {};\n        var locations_without_type = [];\n        var locations_by_type = [];\n        var oum_custom_css = '';\n        var oum_custom_script = '';\n        var oumMap;\n        var oumMap2;\n\n        var oumPrepareLocations = (location) => {\n          \/\/console.log(location, 'location');\n          if(location.type) {\n            \/\/ add new marker category to array if not exists\n            if(!locations_by_type.find(markercategory => markercategory.id === location.type)) {\n              let newmarkercategory = {\n                id: location.type,\n                name: location.type_name,\n                icon: location.icon,\n                locations : []\n              }\n              locations_by_type.push(newmarkercategory);\n            }\n\n            \/\/ add location to marker category\n            let markercategory = locations_by_type.find(markercategory => markercategory.id === location.type);\n            markercategory.locations.push(location);\n\n          }else{\n            locations_without_type.push(location);\n          }\n        };\n\n        var oumConditionalField = (sourceField, targetField, condShow, condHide) => {\n          const sourceElement = document.querySelector(sourceField);\n          const targetElement = document.querySelector(targetField).parentElement; \/* works with custom fields only *\/\n\n          \/* trigger on change *\/\n          sourceElement.onchange = function(e) {\n            const val = this.value;\n            \n            console.log('OUM: run condition', {val, sourceField, targetField, condShow, condHide});\n            \n            if(condShow.includes(val)) {\n              targetElement.style.display = 'block';\n            }else if(condHide.includes(this.value)) {\n              targetElement.style.display = 'none';\n            }\n          }\n\n          \/* trigger initially *\/\n          let changeEvent = new Event('change');\n          sourceElement.dispatchEvent(changeEvent);\n        };\n\n        \/* Transfer PHP array to JS array *\/\n        var oum_all_locations = [{\"title\":\"Felix\",\"lat\":\"53.3575312\",\"lng\":\"-1.4726666\",\"content\":\"<div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@felix.carves | Sheffield, UK<\\\/div><h3 class=\\\"oum_location_name\\\">Felix<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"410\"},{\"title\":\"Martin Hazell\",\"lat\":\"50.79171\",\"lng\":\"-2.882898\",\"content\":\"<div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@mr_the_creature,<\\\/div><h3 class=\\\"oum_location_name\\\">Martin Hazell<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"272\"},{\"title\":\"Jimi Axelsson\",\"lat\":\"50.0049158\",\"lng\":\"9.200966\",\"content\":\"<div class=\\\"oum_location_text\\\"><h3 class=\\\"oum_location_name\\\">Jimi Axelsson<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"225\"},{\"title\":\"Isak \\u00d6stlund\",\"lat\":\"59.3155417\",\"lng\":\"18.0109121\",\"content\":\"<div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@tovestaskedbod<\\\/div><h3 class=\\\"oum_location_name\\\">Isak \\u00d6stlund<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"224\"},{\"title\":\"Oren Hertzoni\",\"lat\":\"32.3758477\",\"lng\":\"34.8741357\",\"content\":\"<div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@hetzronio<\\\/div><h3 class=\\\"oum_location_name\\\">Oren Hertzoni<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"223\"},{\"title\":\"Mikey Elefant\",\"lat\":\"33.0259411\",\"lng\":\"35.4165978\",\"content\":\"<div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@mikey.elefant<\\\/div><h3 class=\\\"oum_location_name\\\">Mikey Elefant<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"222\"},{\"title\":\"Niklas Weidmert\",\"lat\":\"57.7594186\",\"lng\":\"16.6385035\",\"content\":\"<div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@ebbeboslojd<\\\/div><h3 class=\\\"oum_location_name\\\">Niklas Weidmert<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"219\"},{\"title\":\"Dominik Pogrzeba\",\"lat\":\"47.9815491\",\"lng\":\"7.9641532\",\"content\":\"<div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@dominik_pogrzeba<\\\/div><h3 class=\\\"oum_location_name\\\">Dominik Pogrzeba<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"218\"},{\"title\":\"Myron Unrau\",\"lat\":\"47.650005\",\"lng\":\"7.5999972\",\"content\":\"<div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@myron_unrau<\\\/div><h3 class=\\\"oum_location_name\\\">Myron Unrau<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"217\"},{\"title\":\"Thomas Lind\",\"lat\":\"59.361367\",\"lng\":\"18.0013693\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/thomas-se-906x1024.jpg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@tholind<\\\/div><h3 class=\\\"oum_location_name\\\">Thomas Lind<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"204\"},{\"title\":\"Gerog Schulte\",\"lat\":\"51.9625101\",\"lng\":\"7.6251879\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/georg-de-719x1024.jpeg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@schorsch555<\\\/div><h3 class=\\\"oum_location_name\\\">Gerog Schulte<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"203\"},{\"title\":\"Lee John Philips\",\"lat\":\"51.805779\",\"lng\":\"-4.741375765\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/lee-john-uk-692x1024.jpg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@leejohnphillips<\\\/div><h3 class=\\\"oum_location_name\\\">Lee John Philips<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"201\"},{\"title\":\"Harald Lamon\",\"lat\":\"51.2085526\",\"lng\":\"3.226772\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/Harald_Lamon-be-710x1024.jpg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@lepelhuis<\\\/div><h3 class=\\\"oum_location_name\\\">Harald Lamon<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"198\"},{\"title\":\"Nico De Wispelaere\",\"lat\":\"51.1932727\",\"lng\":\"3.2572642828961\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/nico-be-617x1024.jpg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@handgemaakt.geluk<\\\/div><h3 class=\\\"oum_location_name\\\">Nico De Wispelaere<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"196\"},{\"title\":\"Will Priestley\",\"lat\":\"51.432\",\"lng\":\"-2.62539\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/will-uk-768x1024.jpg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@wpwoodcraft | Bristol<\\\/div><h3 class=\\\"oum_location_name\\\">Will Priestley<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"195\"},{\"title\":\"Lydia Latham\",\"lat\":\"53.2277163\",\"lng\":\"-4.1268822\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/lydia-uk-778x1024.jpg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@lydia_latham<\\\/div><h3 class=\\\"oum_location_name\\\">Lydia Latham<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"191\"},{\"title\":\"Tom Bartlett\",\"lat\":\"43.098533696785\",\"lng\":\"-89.529486862626\",\"content\":\"<div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@sylva_spoon<\\\/div><h3 class=\\\"oum_location_name\\\">Tom Bartlett<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"190\"},{\"title\":\"Deborah Schneebeli Morrell\",\"lat\":\"51.5074456\",\"lng\":\"-0.1277653\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/deborah-uk-768x1024.jpg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@plotandponder | London, UK<\\\/div><h3 class=\\\"oum_location_name\\\">Deborah Schneebeli Morrell<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"186\"},{\"title\":\"Lee Stoffer\",\"lat\":\"52.0406502\",\"lng\":\"-0.7594092\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/Lee_Stoffer-uk-849x1024.jpeg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><h3 class=\\\"oum_location_name\\\">Lee Stoffer<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"166\"},{\"title\":\"Adam Ellowitz\",\"lat\":\"59.8661986\",\"lng\":\"17.5984327\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/adam-uppsala-1024x1006.jpeg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">@spoondaddy_spoons | Uppsala, SE<\\\/div><h3 class=\\\"oum_location_name\\\">Adam Ellowitz<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"155\"},{\"title\":\"Dionysios\",\"lat\":\"59.2723669\",\"lng\":\"18.0682716\",\"content\":\"<div class=\\\"oum_location_image\\\"><img class=\\\"skip-lazy\\\" src=\\\"\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/axe-dio-enskede-e1701079167314-768x1024.jpg\\\"><\\\/div><div class=\\\"oum_location_text\\\"><div class=\\\"oum_location_address\\\">Dionysios<\\\/div><h3 class=\\\"oum_location_name\\\">Dionysios<\\\/h3><div class=\\\"oum_location_custom_fields\\\"><\\\/div><div class=\\\"oum_location_description\\\"><\\\/div><\\\/div>\",\"icon\":\"https:\\\/\\\/theaxeodyssey.com\\\/wp-content\\\/plugins\\\/open-user-map\\\/src\\\/leaflet\\\/images\\\/marker-icon_custom3-2x.png\",\"type\":\"\",\"type_name\":\"\",\"post_id\":\"145\"}];\n\n        \/* Group Locations by marker categories (if exist) for further processing *\/\n        oum_all_locations.forEach(oumPrepareLocations);\n\n\n        \/**\n         * Add Custom Styles\n         *\/\n        \n        \n          \/* custom color *\/\n          oum_custom_css += `\n            .open-user-map .add-location #close-add-location-overlay:hover {color: #e02aaf !important}\n            .open-user-map input.oum-switch[type=\"checkbox\"]:checked + label::before {background-color: #e02aaf !important}\n            .open-user-map .add-location .location-overlay-content #oum_add_location_thankyou h3 {color: #e02aaf !important}\n            .open-user-map .oum_location_text a {color: #e02aaf !important}\n            .open-user-map .oum-tabs {border-color: #e02aaf !important}\n            .open-user-map .oum-tabs .nav-item:hover {color: #e02aaf !important; border-color: #e02aaf !important}\n            .open-user-map .oum-tabs .nav-item.active {color: #e02aaf !important; border-color: #e02aaf !important}\n            .open-user-map .box-wrap .map-wrap .oum-attribution a {color: #e02aaf !important;}`;\n\n        \n        \n          \/* custom map height *\/\n          oum_custom_css += `\n            .open-user-map .box-wrap > .map-wrap {padding: 0 !important; height: 600px !important; aspect-ratio: unset !important;}`;\n\n        \n        \n        var custom_style = document.createElement('style');\n\n        if (custom_style.styleSheet) {\n          custom_style.styleSheet.cssText = oum_custom_css;\n        } else {\n          custom_style.appendChild(document.createTextNode(oum_custom_css));\n        }\n\n        document.getElementsByTagName('head')[0].appendChild(custom_style);\n\n      }\n    <\/script>\n\n  <\/div>\n\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/theaxeodyssey.com\/index.php\/wp-json\/wp\/v2\/pages\/7"}],"collection":[{"href":"https:\/\/theaxeodyssey.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theaxeodyssey.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theaxeodyssey.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/theaxeodyssey.com\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":9,"href":"https:\/\/theaxeodyssey.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":497,"href":"https:\/\/theaxeodyssey.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/497"}],"wp:attachment":[{"href":"https:\/\/theaxeodyssey.com\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}