{"id":362,"date":"2025-03-12T13:32:21","date_gmt":"2025-03-12T13:32:21","guid":{"rendered":"https:\/\/www.aznetwork.net\/map\/"},"modified":"2025-03-12T13:32:21","modified_gmt":"2025-03-12T13:32:21","slug":"map","status":"publish","type":"page","link":"https:\/\/www.aznetwork.net\/en\/map\/","title":{"rendered":"Weather Map"},"content":{"rendered":"<!-- Full-width container -->\n        <div class=\"weatherway-page-container\">\n            <!-- Intro Section -->\n            <div class=\"weatherway-intro-section\">\n                <div class=\"weatherway-intro-header\">\n                    <div class=\"intro-site-branding\">\n                        <a href=\"https:\/\/www.aznetwork.net\/en\/\" class=\"custom-logo-link\" rel=\"home\"><img fetchpriority=\"high\" decoding=\"async\" width=\"661\" height=\"199\" src=\"https:\/\/www.aznetwork.net\/wp-content\/uploads\/2026\/05\/Group-22.png\" class=\"custom-logo\" alt=\"GSP &#8211; Global Service Provider\" srcset=\"https:\/\/www.aznetwork.net\/wp-content\/uploads\/2026\/05\/Group-22.png 661w, https:\/\/www.aznetwork.net\/wp-content\/uploads\/2026\/05\/Group-22-300x90.png 300w\" sizes=\"(max-width: 661px) 100vw, 661px\" \/><\/a>                    <\/div>\n\n                    <nav class=\"intro-main-navigation\">\n                        <ul class=\"intro-menu\"><li class=\"page_item page-item-38\"><a href=\"https:\/\/www.aznetwork.net\/en\/\">Home page<\/a><\/li>\n<li class=\"page_item page-item-209\"><a href=\"https:\/\/www.aznetwork.net\/en\/heller\/\">Blog<\/a><\/li>\n<li class=\"page_item page-item-253\"><a href=\"https:\/\/www.aznetwork.net\/en\/elaqe\/\">Contact<\/a><\/li>\n<li class=\"page_item page-item-117\"><a href=\"https:\/\/www.aznetwork.net\/en\/haqqimizda\/\">About us<\/a><\/li>\n<li class=\"page_item page-item-216\"><a href=\"https:\/\/www.aznetwork.net\/en\/layihelerimiz\/\">Customers<\/a><\/li>\n<li class=\"page_item page-item-362\"><a href=\"https:\/\/www.aznetwork.net\/en\/map\/\">Weather Map<\/a><\/li>\n<li class=\"page_item page-item-138\"><a href=\"https:\/\/www.aznetwork.net\/en\/xidm%c9%99tl%c9%99r\/\">Services<\/a><\/li>\n<\/ul>\n                    <\/nav>\n                <\/div>\n                <div class=\"weatherway-intro-content\">\n                    <h1 class=\"weatherway-title\">WeatherWay<\/h1>\n                <\/div>\n                <div class=\"weatherway-intro-footer\">\n                    <div class=\"weatherway-scroll-indicator\">\n                        <span>Scroll Down<\/span>\n                        <div class=\"weatherway-scroll-icon\">\n                            <span><\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Fade overlay for animation -->\n            <div class=\"weatherway-fade-overlay\"><\/div>\n            \n            <!-- Map Section with Sidebar -->\n            <div class=\"weatherway-map-container\">\n                <div class=\"weatherway-sidebar\">\n                    <div class=\"weatherway-sidebar-content\">\n                        <h2 class=\"weatherway-sidebar-title\">Weather Stations<\/h2>\n                        <div class=\"weatherway-search-bar\">\n                            <input type=\"text\" id=\"weatherway-search\" placeholder=\"Search stations...\">\n                            <button id=\"weatherway-search-button\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <circle cx=\"11\" cy=\"11\" r=\"8\"><\/circle>\n                                    <line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"><\/line>\n                                <\/svg>\n                            <\/button>\n                        <\/div>\n                        <div class=\"weatherway-stations-list\">\n                            <!-- Will be populated by JavaScript -->\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div id=\"weatherway-map\"><\/div>\n                \n                <div class=\"weatherway-station-popup\">\n                    <!-- Will be populated by JavaScript when station is clicked -->\n                <\/div>\n                \n                <div class=\"weatherway-controls\">\n                    <button id=\"weatherway-toggle-units\" title=\"Toggle Temperature Units\">\u00b0C | \u00b0F<\/button>\n                    <button id=\"weatherway-toggle-sidebar\" title=\"Toggle Sidebar\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"><\/line>\n                            <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"><\/line>\n                            <line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"><\/line>\n                        <\/svg>\n                    <\/button>\n                <\/div>\n            <\/div>\n            \n            <!-- Force scroll space -->\n            <div style=\"height: 100vh; width: 100%; display: block;\"><\/div>\n        <\/div>\n        \n        <script>\n        \/\/ DOM Ready function\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Add classes to html and body to control behavior\n            document.querySelector('html').classList.add('weatherway-html');\n            document.body.classList.add('weatherway-body');\n            \n            \/\/ Find all parent elements and add our class for styling\n            var container = document.querySelector('.weatherway-page-container');\n            if (container) {\n                container.classList.add('weatherway-initialized');\n                \n                var parent = container.parentNode;\n                while (parent && parent !== document) {\n                    parent.classList.add('weatherway-parent');\n                    parent = parent.parentNode;\n                }\n            }\n            \n            \/\/ Force scrolling to work by overriding any theme styles\n            function forceScrolling() {\n                \/\/ Override any theme styles that might interfere with scrolling\n                document.querySelectorAll('.weatherway-parent').forEach(function(el) {\n                    el.style.setProperty('overflow', 'visible', 'important');\n                    el.style.setProperty('height', 'auto', 'important');\n                    el.style.setProperty('min-height', 'auto', 'important');\n                    el.style.setProperty('max-height', 'none', 'important');\n                });\n                \n                \/\/ Force body and html to be scrollable\n                document.documentElement.style.setProperty('overflow-y', 'auto', 'important');\n                document.documentElement.style.setProperty('height', 'auto', 'important');\n                document.body.style.setProperty('overflow-y', 'auto', 'important');\n                document.body.style.setProperty('height', 'auto', 'important');\n                \n                \/\/ Check if we need to add a spacer to enable scrolling\n                var pageHeight = Math.max(\n                    document.body.scrollHeight,\n                    document.body.offsetHeight,\n                    document.documentElement.clientHeight,\n                    document.documentElement.scrollHeight,\n                    document.documentElement.offsetHeight\n                );\n                \n                if (pageHeight <= window.innerHeight) {\n                    \/\/ Add a spacer if the page isn't tall enough\n                    var spacer = document.createElement('div');\n                    spacer.className = 'weatherway-scroll-spacer';\n                    spacer.style.height = '100vh';\n                    spacer.style.width = '100%';\n                    spacer.style.display = 'block';\n                    spacer.style.position = 'relative';\n                    spacer.style.pointerEvents = 'none';\n                    container.appendChild(spacer);\n                }\n            }\n            \n            \/\/ Run once on load\n            forceScrolling();\n            \n            \/\/ Run again after a short delay to override any theme JS\n            setTimeout(forceScrolling, 500);\n            \n            \/\/ Hide any titles that might have been added by the theme\n            const titles = document.querySelectorAll('.entry-title, .page-title, .post-title, h1.title, .wp-block-post-title');\n            titles.forEach(function(title) {\n                title.classList.add('weatherway-hidden');\n            });\n        });\n        <\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-362","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Weather Map - GSP - Global Service Provider<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.aznetwork.net\/en\/map\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Weather Map - GSP - Global Service Provider\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aznetwork.net\/en\/map\/\" \/>\n<meta property=\"og:site_name\" content=\"GSP - Global Service Provider\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.aznetwork.net\/map\/\",\"url\":\"https:\/\/www.aznetwork.net\/map\/\",\"name\":\"Weather Map - GSP - Global Service Provider\",\"isPartOf\":{\"@id\":\"https:\/\/www.aznetwork.net\/#website\"},\"datePublished\":\"2025-03-12T13:32:21+00:00\",\"dateModified\":\"2025-03-12T13:32:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.aznetwork.net\/map\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.aznetwork.net\/map\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.aznetwork.net\/map\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ana S\u0259hif\u0259\",\"item\":\"https:\/\/www.aznetwork.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Weather Map\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.aznetwork.net\/#website\",\"url\":\"https:\/\/www.aznetwork.net\/\",\"name\":\"GSP - Global Service Provider\",\"description\":\"Global Service Provider\",\"publisher\":{\"@id\":\"https:\/\/www.aznetwork.net\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.aznetwork.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.aznetwork.net\/#organization\",\"name\":\"Global Service Provider\",\"url\":\"https:\/\/www.aznetwork.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.aznetwork.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.aznetwork.net\/wp-content\/uploads\/2022\/01\/gsplog_colored.svg\",\"contentUrl\":\"https:\/\/www.aznetwork.net\/wp-content\/uploads\/2022\/01\/gsplog_colored.svg\",\"width\":125,\"height\":42,\"caption\":\"Global Service Provider\"},\"image\":{\"@id\":\"https:\/\/www.aznetwork.net\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Weather Map - GSP - Global Service Provider","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.aznetwork.net\/en\/map\/","og_locale":"en_US","og_type":"article","og_title":"Weather Map - GSP - Global Service Provider","og_url":"https:\/\/www.aznetwork.net\/en\/map\/","og_site_name":"GSP - Global Service Provider","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.aznetwork.net\/map\/","url":"https:\/\/www.aznetwork.net\/map\/","name":"Weather Map - GSP - Global Service Provider","isPartOf":{"@id":"https:\/\/www.aznetwork.net\/#website"},"datePublished":"2025-03-12T13:32:21+00:00","dateModified":"2025-03-12T13:32:21+00:00","breadcrumb":{"@id":"https:\/\/www.aznetwork.net\/map\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aznetwork.net\/map\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.aznetwork.net\/map\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ana S\u0259hif\u0259","item":"https:\/\/www.aznetwork.net\/"},{"@type":"ListItem","position":2,"name":"Weather Map"}]},{"@type":"WebSite","@id":"https:\/\/www.aznetwork.net\/#website","url":"https:\/\/www.aznetwork.net\/","name":"GSP - Global Service Provider","description":"Global Service Provider","publisher":{"@id":"https:\/\/www.aznetwork.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aznetwork.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.aznetwork.net\/#organization","name":"Global Service Provider","url":"https:\/\/www.aznetwork.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aznetwork.net\/#\/schema\/logo\/image\/","url":"https:\/\/www.aznetwork.net\/wp-content\/uploads\/2022\/01\/gsplog_colored.svg","contentUrl":"https:\/\/www.aznetwork.net\/wp-content\/uploads\/2022\/01\/gsplog_colored.svg","width":125,"height":42,"caption":"Global Service Provider"},"image":{"@id":"https:\/\/www.aznetwork.net\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.aznetwork.net\/en\/wp-json\/wp\/v2\/pages\/362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aznetwork.net\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aznetwork.net\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aznetwork.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aznetwork.net\/en\/wp-json\/wp\/v2\/comments?post=362"}],"version-history":[{"count":0,"href":"https:\/\/www.aznetwork.net\/en\/wp-json\/wp\/v2\/pages\/362\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.aznetwork.net\/en\/wp-json\/wp\/v2\/media?parent=362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}