https://geotips.net/

Submitted URL:
https://geotips.net/
Report Finished:

The outgoing links identified from the page

LinkText
https://drive.google.com/file/d/1-H_GtVg4aOriAoSRLYgmsT0EZ_7NWtIm/view?usp=sharingGeoTips Browser v1.2
https://discord.gg/svhWzU7FMaJoin us on the new discord!
https://docs.google.com/spreadsheets/d/1SUcuQkmDgVZMqNLe7XuNEhmJulonpnSQuSiJAOqfhtY/edit#gid=2135241355Camera Types Explanation
https://wpastra.com/Astra WordPress Theme

JavaScript Variables · 88 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
mi_versionstring
mi_track_userboolean
mi_no_track_reasonstring
disableStrsobject
__gtagTrackerIsOptedOutfunction
indexundefined
__gtagTrackerOptoutfunction

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
moz-extension://62b4cbce-e08e-4a0d-88b7-f9b470000553/js/app.js
Text
Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME
logother
URL
https://geotips.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1
Text
JQMIGRATE: Migrate is installed, version 3.4.1

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en-US"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">

<title>GeoTips – Tips and tricks for Geoguessr</title>
				<style type="text/css" id="ast-elementor-compatibility-css">
					.elementor-widget-heading .elementor-heading-title {
						margin: 0;
					}
				</style>
			<meta name="robots" content="max-image-preview:large">
		<!-- This site uses the Google Analytics by MonsterInsights plugin v8.12.1 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script type="text/javascript" async="" src="https://www.google-analytics.com/plugins/ua/linkid.js"></script><script type="text/javascript" async="" src="?bf36a847c7a08e7f9ed6135bdcf3fb46&amp;81057&amp;undefined"></script><script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script src="//www.googletagmanager.com/gtag/js?id=UA-171259063-1" data-cfasync="false" data-wpfc-render="false" async=""></script>
			<script data-cfasync="false" data-wpfc-render="false">
				var mi_version = '8.12.1';
				var mi_track_user = true;
				var mi_no_track_reason = '';
				
								var disableStrs = [
															'ga-disable-UA-171259063-1',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
							
														parameters.send_to = monsterinsights_frontend.ua;
							__gtagDataLayer(type, name, parameters);
													} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
															__gtagTracker('config', 'UA-171259063-1', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
		<link rel="stylesheet" id="astra-theme-css-css" href="https://geotips.net/wp-content/themes/astra/assets/css/minified/style.min.css?ver=2.4.5" media="all">
<style id="astra-theme-css-inline-css">
html{font-size:93.75%;}a,.page-title{color:#0274be;}a:hover,a:focus{color:#3a3a3a;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:#000000;}.site-title{font-size:35px;font-size:2.3333333333333rem;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;}.entry-title{font-size:40px;font-size:2.6666666666667rem;}.comment-reply-title{font-size:24px;font-size:1.6rem;}.ast-comment-list #cancel-comment-reply-link{font-size:15px;font-size:1rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}::selection{background-color:#0274be;color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6,.wc-block-grid__product-title{color:#3a3a3a;}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:#0274be;background-color:#0274be;}.main-header-menu a,.ast-header-custom-item a{color:#3a3a3a;}.main-header-menu li:hover > a,.main-header-menu li:hover > .ast-menu-toggle,.main-header-menu .ast-masthead-custom-menu-items a:hover,.main-header-menu li.focus > a,.main-header-menu li.focus > .ast-menu-toggle,.main-header-menu .current-menu-item > a,.main-header-menu .current-menu-ancestor > a,.main-header-menu .current_page_item > a,.main-header-menu .current-menu-item > .ast-menu-toggle,.main-header-menu .current-menu-ancestor > .ast-menu-toggle,.main-header-menu .current_page_item > .ast-menu-toggle{color:#0274be;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:#0274be;}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:#0274be;background-color:#0274be;box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:#0274be;border-color:#0274be;}.footer-adv .footer-adv-overlay{border-top-style:solid;border-top-color:#7a7a7a;}.ast-comment-meta{line-height:1.666666667;font-size:12px;font-size:0.8rem;}.single .nav-links .nav-previous,.single .nav-links .nav-next,.single .ast-author-details .author-title,.ast-comment-meta{color:#0274be;}.entry-meta,.entry-meta *{line-height:1.45;color:#0274be;}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *{color:#3a3a3a;}.ast-404-layout-1 .ast-404-text{font-size:200px;font-size:13.333333333333rem;}.widget-title{font-size:21px;font-size:1.4rem;color:#3a3a3a;}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:#0274be;}.secondary .calendar_wrap #today,.ast-progress-val span{background:#0274be;}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:#0274be;border-color:#0274be;}.calendar_wrap #today > a{color:#ffffff;}.ast-pagination a,.page-links .page-link,.single .post-navigation a{color:#0274be;}.ast-pagination a:hover,.ast-pagination a:focus,.ast-pagination > span:hover:not(.dots),.ast-pagination > span.current,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:#3a3a3a;}.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle{background:transparent;color:#0274be;}.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle{background:transparent;border:1px solid #0274be;color:#0274be;}.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle{background:#0274be;}@media (min-width:1200px){.ast-separate-container.ast-right-sidebar .entry-content .wp-block-image.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-image.alignfull,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignfull{margin-left:-6.67em;margin-right:-6.67em;max-width:unset;width:unset;}.ast-separate-container.ast-right-sidebar .entry-content .wp-block-image.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-image.alignwide,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignwide{margin-left:-20px;margin-right:-20px;max-width:unset;width:unset;}.wp-block-group .has-background{padding:20px;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary{margin-top:1.5em;}.ast-page-builder-template #secondary{margin-top:1.5em;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}.ast-pagination{padding-top:1.5em;text-align:center;}.ast-pagination .next.page-numbers{display:inherit;float:none;}}@media (max-width:921px){.ast-page-builder-template.ast-left-sidebar #secondary{padding-right:20px;}.ast-page-builder-template.ast-right-sidebar #secondary{padding-left:20px;}.ast-right-sidebar #primary{padding-right:0;}.ast-right-sidebar #secondary{padding-left:0;}.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}.ast-pagination .prev.page-numbers{padding-left:.5em;}.ast-pagination .next.page-numbers{padding-right:.5em;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}.ast-separate-container .ast-comment-list li .comment-respond{padding-left:2.66666em;padding-right:2.66666em;}.ast-author-box{-js-display:flex;display:flex;}.ast-author-bio{flex:1;}.error404.ast-separate-container #primary,.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}}.wp-block-button .wp-block-button__link,{color:#ffffff;}.wp-block-button .wp-block-button__link{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;border-color:#0274be;background-color:#0274be;color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:#3a3a3a;border-color:#3a3a3a;}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:#0274be;background-color:#0274be;border-radius:2px;padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.button:hover,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:#ffffff;background-color:#3a3a3a;border-color:#3a3a3a;}@media (min-width:921px){.ast-container{max-width:100%;}}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}.ast-separate-container .comments-count-wrapper{padding:1.5em 1em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}}@media (max-width:544px){.ast-comment-list .children{margin-left:0.66666em;}.ast-separate-container .ast-comment-list .bypostauthor li{padding:0 0 0 .5em;}}@media (max-width:921px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.comments-area{margin-top:1.5em;}.ast-separate-container .comments-count-wrapper{padding:2em 2.14em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}}@media (max-width:921px){.ast-header-break-point .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-header-break-point .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:-1em;}.ast-comment-avatar-wrap{margin-right:0.5em;}}@media (max-width:544px){.ast-separate-container .comment-respond{padding:1.5em 1em;}}@media (min-width:545px){.ast-page-builder-template .comments-area,.single.ast-page-builder-template .entry-header,.single.ast-page-builder-template .post-navigation{max-width:1240px;margin-left:auto;margin-right:auto;}}@media (max-width:921px){.ast-archive-description .ast-archive-title{font-size:40px;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.ast-archive-description .ast-archive-title{font-size:40px;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@font-face {font-family: "Astra";src: url(https://geotips.net/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://geotips.net/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://geotips.net/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight: normal;font-style: normal;font-display: fallback;}@media (max-width:921px) {.main-header-bar .main-header-bar-navigation{display:none;}}.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .children,.ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{border-color:#0274be;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .children{border-top-width:2px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;border-style:solid;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .children .children{top:-2px;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu a,.ast-desktop .main-header-menu.submenu-with-border .children a{border-bottom-width:0px;border-style:solid;border-color:#eaeaea;}@media (min-width:922px){.main-header-menu .sub-menu li.ast-left-align-sub-menu:hover > ul,.main-header-menu .sub-menu li.ast-left-align-sub-menu.focus > ul{margin-left:-0px;}}.ast-small-footer{border-top-style:solid;border-top-width:1px;border-top-color:#7a7a7a;}.ast-small-footer-wrap{text-align:center;}@media (max-width:920px){.ast-404-layout-1 .ast-404-text{font-size:100px;font-size:6.6666666666667rem;}}@media (min-width:922px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0;}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none;}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead{z-index:0;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block;}.ast-theme-transparent-header .ast-above-header{background-image:none;background-color:transparent;}.ast-theme-transparent-header .ast-below-header{background-image:none;background-color:transparent;}}@media (max-width:921px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0;}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none;}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead{z-index:0;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block;}.ast-theme-transparent-header .ast-above-header{background-image:none;background-color:transparent;}.ast-theme-transparent-header .ast-below-header{background-image:none;background-color:transparent;}}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{border-bottom-width:0;border-bottom-style:solid;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}.ast-safari-browser-less-than-11 .main-header-menu .menu-item, .ast-safari-browser-less-than-11 .main-header-bar .ast-masthead-custom-menu-items{display:block;}.main-header-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > a{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-primary-menu-disabled .main-header-bar .ast-masthead-custom-menu-items{flex:unset;}
</style>
<link rel="stylesheet" id="astra-menu-animation-css" href="https://geotips.net/wp-content/themes/astra/assets/css/minified/menu-animation.min.css?ver=2.4.5" media="all">
<link rel="stylesheet" id="wp-block-library-css" href="https://geotips.net/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2" media="all">
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel="stylesheet" id="sbtt-style-css" href="https://geotips.net/wp-content/plugins/simple-back-to-top//css/sbtt-front.css?ver=6.6.2" media="all">
<link rel="stylesheet" id="elementor-icons-css" href="https://geotips.net/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.16.0" media="all">
<link rel="stylesheet" id="elementor-frontend-legacy-css" href="https://geotips.net/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.7.2" media="all">
<link rel="stylesheet" id="elementor-frontend-css" href="https://geotips.net/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.7.2" media="all">
<link rel="stylesheet" id="elementor-post-11-css" href="https://geotips.net/wp-content/uploads/elementor/css/post-11.css?ver=1661726148" media="all">
<link rel="stylesheet" id="font-awesome-5-all-css" href="https://geotips.net/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.7.2" media="all">
<link rel="stylesheet" id="font-awesome-4-shim-css" href="https://geotips.net/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.7.2" media="all">
<link rel="stylesheet" id="elementor-global-css" href="https://geotips.net/wp-content/uploads/elementor/css/global.css?ver=1661726148" media="all">
<link rel="stylesheet" id="elementor-post-31-css" href="https://geotips.net/wp-content/uploads/elementor/css/post-31.css?ver=1722998464" media="all">
<link rel="stylesheet" id="google-fonts-1-css" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&amp;display=auto&amp;ver=6.6.2" media="all">
<!--[if IE]>
<script src="https://geotips.net/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=2.4.5" id="astra-flexibility-js"></script>
<script id="astra-flexibility-js-after">
flexibility(document.documentElement);
</script>
<![endif]-->
<script src="https://geotips.net/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.12.1" id="monsterinsights-frontend-script-js"></script>
<script data-cfasync="false" data-wpfc-render="false" id="monsterinsights-frontend-script-js-extra">var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/geotips.net","hash_tracking":"false","ua":"UA-171259063-1","v4_id":""};</script>
<script src="https://geotips.net/?5840e492338cafae1c3ab15beaa3b6c5&amp;ver=6.6.2" id="5840e492338cafae1c3ab15beaa3b6c5-js"></script>
<script src="https://geotips.net/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://geotips.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script id="sbtt-scripts-js-extra">
var sbttback = {"sbttimg":"https:\/\/geotips.net\/wp-content\/plugins\/simple-back-to-top\/images\/backtotop.png"};
</script>
<script src="https://geotips.net/wp-content/plugins/simple-back-to-top//js/sbtt.js?ver=6.6.2" id="sbtt-scripts-js"></script>
<script src="https://geotips.net/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.7.2" id="font-awesome-4-shim-js"></script>
<link rel="https://api.w.org/" href="https://geotips.net/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://geotips.net/wp-json/wp/v2/pages/31"><meta name="generator" content="WordPress 6.6.2">
<link rel="canonical" href="https://geotips.net/">
<link rel="shortlink" href="https://geotips.net/">
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://geotips.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgeotips.net%2F">
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://geotips.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgeotips.net%2F&amp;format=xml">
<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><noscript><style>.lazyload[data-src]{display:none !important;}</style></noscript><style>.lazyload{background-image:none !important;}.lazyload:before{background-image:none !important;}</style><link rel="icon" href="https://geotips.net/wp-content/uploads/2021/06/cropped-world-records-32x32.png" sizes="32x32">
<link rel="icon" href="https://geotips.net/wp-content/uploads/2021/06/cropped-world-records-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://geotips.net/wp-content/uploads/2021/06/cropped-world-records-180x180.png">
<meta name="msapplication-TileImage" content="https://geotips.net/wp-content/uploads/2021/06/cropped-world-records-270x270.png">
</head>

<body itemtype="https://schema.org/WebPage" itemscope="itemscope" class="home page-template page-template-elementor_header_footer page page-id-31 ast-page-builder-template ast-no-sidebar astra-2.4.5 ast-header-custom-item-inside ast-single-post ast-inherit-site-logo-transparent ast-theme-transparent-header elementor-default elementor-template-full-width elementor-kit-11 elementor-page elementor-page-31 ast-header-break-point e--ua-blink e--ua-chrome e--ua-webkit" style="" data-elementor-device-mode="tablet">
<script data-cfasync="false" data-no-defer="1">var ewww_webp_supported=false;</script>

<div class="hfeed site" id="page">
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

	
	
		<header class="site-header ast-primary-submenu-animation-fade header-main-layout-1 ast-primary-menu-enabled ast-logo-title-inline ast-hide-custom-menu-mobile ast-menu-toggle-icon ast-mobile-header-inline" id="masthead" itemtype="https://schema.org/WPHeader" itemscope="itemscope" itemid="#masthead">

			
			
<div class="main-header-bar-wrap">
	<div class="main-header-bar">
				<div class="ast-container">

			<div class="ast-flex main-header-container">
				
		<div class="site-branding">
			<div class="ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope">
				<div class="ast-site-title-wrap">
						<h1 class="site-title" itemprop="name">
				<a href="https://geotips.net/" rel="home" itemprop="url">
					GeoTips
				</a>
			</h1>
						
					</div>			</div>
		</div>

		<!-- .site-branding -->
				<div class="ast-mobile-menu-buttons">

			
					<div class="ast-button-wrap">
			<button type="button" class="menu-toggle main-header-menu-toggle  ast-mobile-menu-buttons-minimal " aria-controls="primary-menu" aria-expanded="false" data-index="0">
				<span class="screen-reader-text">Main Menu</span>
				<span class="menu-toggle-icon"></span>
							</button>
		</div>
			
			
		</div>
			<div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="ast-flex-grow-1 navigation-accessibility" id="site-navigation" aria-label="Site Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation"><ul id="primary-menu" class="main-header-menu ast-nav-menu ast-flex ast-justify-content-flex-end  submenu-with-border astra-menu-animation-fade " aria-expanded="false"><li id="menu-item-4154" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4154"><a href="https://geotips.net/world-records/">World Records</a></li>
<li id="menu-item-4189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4189"><a href="https://geotips.net/geotips-monthly-league/">GeoTips Monthly League</a></li>
<li id="menu-item-4155" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4155"><a href="https://geotips.net/resources/">Resources</a></li>
<li id="menu-item-4156" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4156"><a href="https://geotips.net/europe/">Europe</a></li>
<li id="menu-item-4157" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4157"><a href="https://geotips.net/asia/">Asia</a></li>
<li id="menu-item-4158" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4158"><a href="https://geotips.net/south-america/">South America</a></li>
<li id="menu-item-4159" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4159"><a href="https://geotips.net/oceania/">Oceania</a></li>
<li id="menu-item-4160" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4160"><a href="https://geotips.net/north-america/">North America</a></li>
<li id="menu-item-4161" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4161"><a href="https://geotips.net/africa/">Africa</a></li>
</ul></div></nav></div></div>			</div><!-- Main Header Container -->
		</div><!-- ast-row -->
			</div> <!-- Main Header Bar -->
</div> <!-- Main Header Bar Wrap -->

			
		</header><!-- #masthead -->

		
	
	
	<div id="content" class="site-content">

		<div class="ast-container">

				<div data-elementor-type="wp-post" data-elementor-id="31" class="elementor elementor-31">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-dfcc829 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dfcc829" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2a6f7727" data-id="2a6f7727" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-c0c6b0e elementor-widget elementor-widget-heading" data-id="c0c6b0e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Tips and tricks for GeoGuessr game</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-f18e46d elementor-widget elementor-widget-text-editor" data-id="f18e46d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<p><span style="color: #333333;">Welcome to Geotips, your #1 resource for becoming better at Geoguessr!</span></p><p><span style="color: #333333;">This website is made by a selected team of the best players in the GeoGuessr community, all for free.</span></p><p><span style="color: #333333;">On the map below, click the region you want to expand or use the list on the top of the page. If you are completely new, make sure to read the tips at the end of this page as well.</span></p><p><strong><span style="color: #000000;">GeoTips Browser has been updated to v1.2</span></strong></p><p>Included features: Full screen/Back to previous URL/Better Performance/Improved anti-cheat method</p><p>Download the browser here: <strong><a href="https://drive.google.com/file/d/1-H_GtVg4aOriAoSRLYgmsT0EZ_7NWtIm/view?usp=sharing">GeoTips Browser v1.2</a></strong></p><p><strong><span style="color: #000000;">Records done with the GeoTips Records Browser will have priority in verification queue.</span></strong></p><p><strong><a href="https://geotips.net/geotips-monthly-league/"><span style="color: #ff0000;">Did you hear we started a Geotips Pro League? Click here</span></a></strong></p><p><strong><a href="https://discord.gg/svhWzU7FMa">Join us on the new discord!</a></strong></p><p><strong><span style="color: #3366ff;"><span style="color: #000000;">Don’t forget to check our WORLD RECORDS page</span><br></span></strong></p><p><a href="https://geotips.net/world-records/"><img decoding="async" class="aligncenter lazyloading" title="geoguessr world records" src="https://geotips.net/wp-content/uploads/2020/11/world-records.png" alt="" width="180" height="180" data-src="https://geotips.net/wp-content/uploads/2020/11/world-records.png"><noscript><img decoding="async" class="aligncenter" title="geoguessr world records" src="https://geotips.net/wp-content/uploads/2020/11/world-records.png" alt="" width="180" height="180" data-eio="l" /></noscript></a></p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1bac198 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1bac198" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1128700" data-id="1128700" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-63c929e elementor-widget elementor-widget-text-editor" data-id="63c929e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<p><span style="color: #ffffff;">World Map (updated often, keep checking)</span><br><span style="color: #ffffff;">Last maps updated:</span></p>
<p><span style="color: #ffffff;">Canada, Kazakhstan, India<br></span></p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-2a99d256 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2a99d256" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d887267" data-id="d887267" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-3f61f94 elementor-widget elementor-widget-text-editor" data-id="3f61f94" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<div class="map_wrapper" id="map_wrapper_238">
<div class="map_box" style="max-width:2200px">
<div class="map_aspect_ratio" style="padding-top:56%" data-padding-top="56%" data-padding-top-mobile="">
<div class="map_container">
<div class="map_render map_loading" id="map_238"><div style="width: 100%; height: 100%; position: relative; overflow: hidden;"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" role="group" style="width: 100%; height: 100%; overflow: visible;"><defs><clipPath id="id-32"></clipPath><clipPath id="id-59"><rect width="740" height="414"></rect></clipPath><filter id="filter-id-64" filterUnits="objectBoundingBox" width="200%" height="200%" x="-50%" y="-50%"><feGaussianBlur result="blurOut" in="SourceGraphic" stdDeviation="1.5"></feGaussianBlur><feOffset result="offsetBlur" dx="1" dy="1"></feOffset><feFlood flood-color="#000000" flood-opacity="0.5"></feFlood><feComposite in2="offsetBlur" operator="in"></feComposite><feMerge><feMergeNode></feMergeNode><feMergeNode in="SourceGraphic"></feMergeNode></feMerge></filter><clipPath id="id-108"></clipPath><filter id="filter-id-113" filterUnits="objectBoundingBox" width="200%" height="200%" x="-50%" y="-50%"><feGaussianBlur result="blurOut" in="SourceGraphic" stdDeviation="1.5"></feGaussianBlur><feOffset result="offsetBlur" dx="1" dy="1"></feOffset><feFlood flood-color="#000000" flood-opacity="0.5"></feFlood><feComposite in2="offsetBlur" operator="in"></feComposite><feMerge><feMergeNode></feMergeNode><feMergeNode in="SourceGraphic"></feMergeNode></feMerge></filter></defs><g class="imapsSprite-group imapsContainer-group"><g class="imapsSprite-group imapsRectangle-group" fill="#ffffff" fill-opacity="0"><rect class="imapsRectangle"></rect></g><g class="imapsContainer"><g class="imapsSprite-group imapsContainer-group imapsComponent-group imapsChart-group imapsSerialChart-group imapsMapChart-group" role="region" clip-path="url(&quot;#id-59&quot;)" aria-describedby="id-19-description" font-family="inherit"><g class="imapsSprite-group imapsRectangle-group" fill="rgba(255,0,0,0)"><rect class="imapsRectangle"></rect></g><g class="imapsContainer imapsComponent imapsChart imapsSerialChart imapsMapChart"><g class="imapsSprite-group imapsContainer-group"><g class="imapsContainer"></g></g><g class="imapsSprite-group imapsContainer-group" visibility="hidden"><g class="imapsSprite-group imapsRectangle-group" fill="#ffffff" fill-opacity="0" focusable="true" tabindex="0"><rect class="imapsRectangle"></rect></g><g class="imapsContainer"><g class="imapsSprite-group imapsContainer-group" visibility="hidden" style="touch-action: none; user-select: none; -webkit-user-drag: none;"><g class="imapsContainer"><g class="imapsSprite-group imapsContainer-group imapsComponent-group imapsSeries-group imapsMapSeries-group imapsMapPolygonSeries-group" role="group" stroke-width="1"><g class="imapsContainer imapsComponent imapsSeries imapsMapSeries imapsMapPolygonSeries"><g class="imapsSprite-group imapsContainer-group" clip-path="url(&quot;#id-32&quot;)"><g class="imapsContainer"><g class="imapsSprite-group imapsContainer-group imapsSeries-bullets-group imapsMapSeries-bullets-group imapsMapPolygonSeries-bullets-group"><g class="imapsContainer imapsSeries-bullets imapsMapSeries-bullets imapsMapPolygonSeries-bullets"></g></g></g></g><g class="imapsSprite-group"></g><g class="imapsSprite-group imapsContainer-group imapsMapObject-group imapsMapPolygon-group" fill="#d9d9d9" stroke="#ffffff" stroke-opacity="1" stroke-width="1"><g class="imapsContainer imapsMapObject imapsMapPolygon"><g class="imapsSprite-group imapsPolygon-group" shape-rendering="auto" stroke="#ffffff" fill="#ffffff" fill-opacity="0" stroke-opacity="0"><path class="imapsPolygon"></path></g></g></g></g></g><g class="imapsSprite-group imapsCircle-group" opacity="0" style="pointer-events: none;"><circle class="imapsCircle"></circle></g><g class="imapsSprite-group imapsContainer-group imapsComponent-group imapsSeries-group imapsMapSeries-group imapsMapPolygonSeries-group" role="group" stroke-width="1" aria-describedby="id-103-description" fill="#99d8c9"><g class="imapsContainer imapsComponent imapsSeries imapsMapSeries imapsMapPolygonSeries"><g class="imapsSprite-group imapsContainer-group" clip-path="url(&quot;#id-108&quot;)"><g class="imapsContainer"></g></g><g class="imapsSprite-group"></g></g><desc id="id-103-description">World Map</desc></g></g></g><g class="imapsSprite-group imapsContainer-group"><g class="imapsContainer"><g class="imapsSprite-group imapsContainer-group imapsSeries-bullets-group imapsMapSeries-bullets-group imapsMapPolygonSeries-bullets-group"><g class="imapsContainer imapsSeries-bullets imapsMapSeries-bullets imapsMapPolygonSeries-bullets"></g></g></g></g><g class="imapsSprite-group imapsContainer-group imapsZoomControl-group"><g class="imapsContainer imapsZoomControl"><g class="imapsSprite-group imapsContainer-group imapsButton-group" role="button" tabindex="0" aria-describedby="id-80-description"><g class="imapsSprite-group imapsRoundedRectangle-group" fill="#d9d9d9" stroke="#ffffff" fill-opacity="1" stroke-opacity="1"><path class="imapsRoundedRectangle"></path></g><g class="imapsContainer imapsButton"><g class="imapsSprite-group imapsContainer-group imapsLabel-group" fill="#000000" style="pointer-events: none;"><g class="imapsContainer imapsLabel"></g></g></g><desc id="id-80-description">Press ENTER to zoom out</desc></g><g class="imapsSprite-group imapsContainer-group"><g class="imapsSprite-group imapsRectangle-group" fill="#000000" fill-opacity="0.05"><rect class="imapsRectangle"></rect></g><g class="imapsContainer"><g class="imapsSprite-group imapsContainer-group imapsButton-group" role="slider" focusable="true" tabindex="0" aria-valuemin="0" aria-valuemax="100" aria-live="polite" aria-describedby="id-87-description" style="touch-action: none; user-select: none; -webkit-user-drag: none;"><g class="imapsSprite-group imapsRoundedRectangle-group" fill="#d9d9d9" stroke="#ffffff" fill-opacity="1" stroke-opacity="1"><path class="imapsRoundedRectangle"></path></g><g class="imapsContainer imapsButton"><g class="imapsSprite-group imapsContainer-group imapsLabel-group" fill="#000000" style="pointer-events: none;"><g class="imapsContainer imapsLabel"></g></g></g><desc id="id-87-description">Use arrow keys to zoom in and out</desc></g></g></g><g class="imapsSprite-group imapsContainer-group imapsButton-group" role="button" tabindex="0" aria-describedby="id-92-description"><g class="imapsSprite-group imapsRoundedRectangle-group" fill="#d9d9d9" stroke="#ffffff" fill-opacity="1" stroke-opacity="1"><path class="imapsRoundedRectangle"></path></g><g class="imapsContainer imapsButton"><g class="imapsSprite-group imapsContainer-group imapsLabel-group" fill="#000000" style="pointer-events: none;"><g class="imapsContainer imapsLabel"></g></g></g><desc id="id-92-description">Press ENTER to zoom in</desc></g><g class="imapsSprite-group imapsContainer-group imapsButton-group" role="button" tabindex="0"><g class="imapsSprite-group imapsRoundedRectangle-group" fill="#d9d9d9" stroke="#ffffff" fill-opacity="1" stroke-opacity="1"><path class="imapsRoundedRectangle"></path></g><g class="imapsContainer imapsButton"><g class="imapsSprite-group imapsContainer-group imapsLabel-group" fill="#000000" style="pointer-events: none;"><g class="imapsContainer imapsLabel"></g></g><g class="imapsSprite-group" style="pointer-events: none;"><path class="imapsSprite" d="M16,8 L14,8 L14,16 L10,16 L10,10 L6,10 L6,16 L2,16 L2,8 L0,8 L8,0 L16,8 Z M16,8"></path></g></g></g></g></g></g></g></g><desc id="id-19-description">Interactive Map</desc></g><g class="imapsSprite-group imapsContainer-group"><g class="imapsContainer"><g class="imapsSprite-group imapsContainer-group imapsTooltip-group" role="tooltip" visibility="hidden" opacity="0"><g class="imapsSprite-group imapsPointedShape-group imapsPointedRectangle-group" fill="#ffffff" fill-opacity="0.9" stroke-width="1" stroke-opacity="1" stroke="#ffffff" filter="url(&quot;#filter-id-64&quot;)" style="pointer-events: none;"><path class="imapsPointedRectangle"></path></g><g class="imapsContainer imapsTooltip"><g class="imapsSprite-group imapsContainer-group imapsLabel-group" fill="#ffffff" style="pointer-events: none;"><g class="imapsContainer imapsLabel" transform="translate(0,7)"></g></g></g></g><g class="imapsSprite-group imapsContainer-group" visibility="hidden"><g class="imapsSprite-group imapsRectangle-group" fill="#ffffff" opacity="1"><rect class="imapsRectangle"></rect></g><g class="imapsContainer"><g class="imapsSprite-group imapsContainer-group"><g class="imapsContainer"><g class="imapsSprite-group imapsContainer-group imapsSlice-group" stroke-opacity="1" fill="#f3f3f3" fill-opacity="0.8"><g class="imapsContainer imapsSlice"><g class="imapsSprite-group"></g></g></g><g class="imapsSprite-group imapsContainer-group imapsSlice-group" stroke-opacity="1" fill="#000000" fill-opacity="0.2"><g class="imapsContainer imapsSlice"><g class="imapsSprite-group"></g></g></g><g class="imapsSprite-group imapsContainer-group imapsLabel-group" fill="#000000" fill-opacity="0.4"><g class="imapsContainer imapsLabel"></g></g></g></g></g></g><g class="imapsSprite-group imapsContainer-group imapsTooltip-group" role="tooltip" visibility="hidden" opacity="0" font-family="inherit" font-size="" font-weight="normal"><g class="imapsSprite-group imapsPointedShape-group imapsPointedRectangle-group" fill="#ffffff" fill-opacity="0.9" stroke-width="1" stroke-opacity="1" stroke="#f5f5f5" filter="url(&quot;#filter-id-113&quot;)" style="pointer-events: none;"><path class="imapsPointedRectangle"></path></g><g class="imapsContainer imapsTooltip"><g class="imapsSprite-group imapsContainer-group imapsLabel-group" fill="#000000" style="pointer-events: none;"><g class="imapsContainer imapsLabel" transform="translate(0,7)"></g></g></g></g></g></g></g></g></svg></div></div>
</div>
</div>
</div><div class="igm_content_below"><div id="default_238"></div></div>
</div><p><script src="moz-extension://62b4cbce-e08e-4a0d-88b7-f9b470000553/js/app.js" type="text/javascript"></script></p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0107795 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="0107795" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}" style="width: 790px; left: 0px;">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7ce1ef8" data-id="7ce1ef8" data-element_type="column">
			<div class="elementor-column-wrap">
							<div class="elementor-widget-wrap">
								</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f2b09c4 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f2b09c4" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fda392b" data-id="fda392b" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-6f6b446 elementor-widget elementor-widget-heading" data-id="6f6b446" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">General Tips and tricks</h2>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-d956f00 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d956f00" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-482c1c2" data-id="482c1c2" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-0e5639b elementor-widget elementor-widget-text-editor" data-id="0e5639b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<p>When you start the game, the first thing you have to do is look around. In addition to seeing whatever is there to recognize the country/area you also should look out for these metagame clues, which are also listed for each country when you click on them on the Geotips map:</p><p><b>Google Street View camera quality</b>. There are 4 generations of Google Street View cameras, and they can be very helpful for you to narrow down which country you are in. The explanation of the camera types with examples can be found here: <a href="https://docs.google.com/spreadsheets/d/1SUcuQkmDgVZMqNLe7XuNEhmJulonpnSQuSiJAOqfhtY/edit#gid=2135241355" target="_blank" rel="noopener">Camera Types Explanation</a></p><p><b>Google Street View car</b>. The Google cars used for creating Street View in different countries were different. Some of them have the distinctive „bars“ or „roof rack“ on the car, some of them can be weird, and those that are completely regular can also have different colors.</p><p>So, after looking at these “metagame” clues, you have to look at your surroundings and other stuff that is not connected to Street View itself. Sun can be particularly useful to narrow down the hemisphere you are in if you are not sure. Since you have the compass in-game on the left you can work out if the sun is in the north or the south from where you are (the red end of the needle points towards the north). If the sun is in the north, you are in the southern hemisphere, if it’s in the south, you are in the northern. This can be unreliable at the equator, or the sun may be in the middle, or sometimes when the sun is low.</p><p>Another very useful clue for narrowing down the country is the side of driving. The countries on the Geotips map are colored differently depending on whether they drive on the right (blue) or the left (red). After this, you can look at all the other clues that are listed in Geotips and more, whether you are moving or playing without moving around.</p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1e36e01" data-id="1e36e01" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-983a988 elementor-widget elementor-widget-text-editor" data-id="983a988" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<div>If you are moving around, it’s important to go in the right direction. The truth is that there is no hard rule that will always tell you which way to go, but there are some useful tips that can help you go the right way, although it always depends. The first tip is to go opposite from the way the Google car is going. You can work this out by looking for the back of the Google car or antenna, or by seeing other cars or just knowing which way the country you are in drives, or by looking on which side of the road signs are. This works because the Google car always went from the main road to cover small roads, so this should be the tactic there, on the small roads. </div><div>&nbsp;</div><div>The other tip for which way to move is to go downhill. This is pretty straightforward – most settlements are situated in the valleys and not up in the mountains.</div><div>&nbsp;</div><div>After working out which way you want to go, you need to find 3 main things most of the time – the country or state/region you are in, road number and settlement name. Of course, you can find whatever is helpful if it can get you to your goal. Don’t forget to remember which direction you went from the start and where you went, ’cos that can be useful for pinpointing later, and also the street/road name at the start.</div><div>&nbsp;</div><div>When you gather some info, another very useful thing for pinpointing the location, working out which road you are exactly on or which part of the road you are on is to use the orientation of the road. Point the camera straight north by using the compass and see which direction the road is going. It should correspond to the direction of the road on the map.</div><div>&nbsp;</div><div>You can also use this on intersections, for pinpointing the exact location, working out your position with a landmark, coast orientation, river direction, and in many other situations, so the compass is a great tool that shouldn’t be underestimated. Also, don’t forget that houses/buildings are on the map and in some countries they even have numbers.</div>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-1c3ffee elementor-widget elementor-widget-text-editor" data-id="1c3ffee" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<p style="text-align: center;"><b>These are some general tactics used by the best GeoGuessr players that will be of great use in your GeoGuessr endeavours and help you get the best score possible in your games. Continue exploring!</b></p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
									</div>
			</div>
					</div>
					
			</div> <!-- ast-container -->

		</div><!-- #content -->

		
		
		
		<footer class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope="itemscope" itemid="#colophon">

			
			
<div class="ast-small-footer footer-sml-layout-1">
	<div class="ast-footer-overlay">
		<div class="ast-container">
			<div class="ast-small-footer-wrap">
									<div class="ast-small-footer-section ast-small-footer-section-1">
						Copyright © 2024 <span class="ast-footer-site-title">GeoTips</span> | Powered by <a href="https://wpastra.com/">Astra WordPress Theme</a>					</div>
				
				
			</div><!-- .ast-row .ast-small-footer-wrap -->
		</div><!-- .ast-container -->
	</div><!-- .ast-footer-overlay -->
</div><!-- .ast-small-footer-->

			
		</footer><!-- #colophon -->
		
		
	</div><!-- #page -->

	
	<div id="igm-hidden-footer-content"><div data-original-id="antarctica" data-content-type="regions" data-content-index="6" class="igm-map-content" id="antarctica_238"><h2> Antarctica </h2>
<h4>Camera Generation:</h4>
<h2 style="color:red"> 3 </h2>
<p><br><br>
</p>
<h4>Coverage:</h4>
<p>Antartica has some trekker coverage with also photosphere dotted around, most of the trekker is located around McMurdo station.<br>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://geotips.net/wp-content/uploads/2021/04/coverage-2.png" decoding="async" class="lazyload"><noscript><img src="http://geotips.net/wp-content/uploads/2021/04/coverage-2.png" data-eio="l"></noscript><br>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://geotips.net/wp-content/uploads/2021/04/coverage.png" decoding="async" class="lazyload"><noscript><img src="http://geotips.net/wp-content/uploads/2021/04/coverage.png" data-eio="l"></noscript><br>
There is some trekker coverage along the Antarctic peninsula, south of Chile.<br>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://geotips.net/wp-content/uploads/2021/04/coverage-3.png" decoding="async" class="lazyload"><noscript><img src="http://geotips.net/wp-content/uploads/2021/04/coverage-3.png" data-eio="l"></noscript><br>
Antartica has some official Penguin coverage.<br>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://geotips.net/wp-content/uploads/2021/04/penguin-1.jpg" decoding="async" class="lazyload"><noscript><img src="http://geotips.net/wp-content/uploads/2021/04/penguin-1.jpg" data-eio="l"></noscript></p>
<h4>Vegetation/Landscape:</h4>
<p>Antarctica is mountainous, and of course has vast expanses of sea ice.<br>
Contrary to popular belief it is not completely covered in snow/ice locations closer to the coast feature bear rock.<br>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://geotips.net/wp-content/uploads/2021/04/Mountains.jpg" decoding="async" class="lazyload"><noscript><img src="http://geotips.net/wp-content/uploads/2021/04/Mountains.jpg" data-eio="l"></noscript><br>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://geotips.net/wp-content/uploads/2021/04/sea-ice.jpg" decoding="async" class="lazyload"><noscript><img src="http://geotips.net/wp-content/uploads/2021/04/sea-ice.jpg" data-eio="l"></noscript></p>
<h4>Architecture:</h4>
<p>The only built up location in Antarctica is McMurdo station, it is mostly wooden/corrugated metal buildings.<br>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://geotips.net/wp-content/uploads/2021/04/Architecture.jpg" decoding="async" class="lazyload"><noscript><img src="http://geotips.net/wp-content/uploads/2021/04/Architecture.jpg" data-eio="l"></noscript></p>
<h4>General look:</h4>
<p>McMurdo station,<br>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://geotips.net/wp-content/uploads/2021/04/Mcmurdo.jpg" decoding="async" class="lazyload"><noscript><img src="http://geotips.net/wp-content/uploads/2021/04/Mcmurdo.jpg" data-eio="l"></noscript><br>
Rural,<br>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://geotips.net/wp-content/uploads/2021/04/rural.jpg" decoding="async" class="lazyload"><noscript><img src="http://geotips.net/wp-content/uploads/2021/04/rural.jpg" data-eio="l"></noscript></p>
</div></div><link rel="stylesheet" id="interactive-geo-maps_actions-css" href="https://geotips.net/wp-content/plugins/interactive-geo-maps-premium/assets/public/map-actions/actions.min.css?ver=1.5.6" media="all">
<link rel="stylesheet" id="interactive-geo-maps_main-css" href="https://geotips.net/wp-content/plugins/interactive-geo-maps-premium/assets/public/css/styles.min.css?ver=1.5.6" media="all">
<link rel="stylesheet" id="e-animations-css" href="https://geotips.net/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.7.2" media="all">
<script id="astra-theme-js-js-extra">
var astra = {"break_point":"921","isRtl":""};
</script>
<script src="https://geotips.net/wp-content/themes/astra/assets/js/minified/style.min.js?ver=2.4.5" id="astra-theme-js-js"></script>
<script id="eio-lazy-load-js-before">
var eio_lazy_vars = {"exactdn_domain":"","skip_autoscale":0,"threshold":0};
</script>
<script src="https://geotips.net/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=670" id="eio-lazy-load-js"></script>
<script id="interactive-geo-maps_actions-js-extra">
var iMapsActionOptions = {"lightboxWidth":"600","lightboxHeight":"auto","restURL":"https:\/\/geotips.net\/wp-json\/wp\/v2\/","urls":[]};
</script>
<script src="https://geotips.net/wp-content/plugins/interactive-geo-maps-premium/assets/public/map-actions/actions.min.js?ver=1.5.6" id="interactive-geo-maps_actions-js"></script>
<script src="https://cdn.amcharts.com/lib/version/4.9.30/core.js?ver=1.5.6" id="interactive-geo-maps_amcharts_core-js"></script>
<script src="https://cdn.amcharts.com/lib/version/4.9.30/maps.js?ver=1.5.6" id="interactive-geo-maps_amcharts_maps-js"></script>
<script src="https://cdn.amcharts.com/lib/version/4.9.30/themes/animated.js?ver=1.5.6" id="interactive-geo-maps_amcharts_animated-js"></script>
<script src="https://cdn.amcharts.com/lib/4/geodata/continentsLow.js?ver=1.5.6" id="interactive-geo-maps_continentsLow-js"></script>
<script id="interactive-geo-maps_map_service-js-extra">
var iMapsData = {"options":{"animations":"1","lazyLoad":"0","async":"0","hold":"","locale":false},"data":[{"map":"continentsLow","mapURL":"https:\/\/cdn.amcharts.com\/lib\/4\/geodata\/continentsLow.js","usaWarning":"","projection":"NaturalEarth1","albersUsaWarning":"","description":"","grid":{"color":"#cccccc","projectionBackgroundColor":"#cccccc"},"visual":{"backgroundColor":"transparent","borderColor":"#f9f9f9","borderWidth":"1","paddingTop":"56","maxWidth":"","fontFamily":"inherit","bgImage":{"url":"","id":"","width":"","height":"","thumbnail":"","alt":"","title":"","description":""}},"viewport":{"zoomLevel":"1","homeGeoPoint":{"name":"","latitude":"","longitude":""},"offset":{"latitude":"0","longitude":"0"}},"regions_info":"","regions":[{"name":"Africa","id":"africa","tooltipContent":"Africa","content":"https:\/\/geotips.net\/africa\/","useDefaults":"0","fill":"#ffcc00","hover":"#fed52e","action":"open_url","value":""},{"name":"Europe","id":"europe","tooltipContent":"Europe","content":"https:\/\/geotips.net\/europe\/","useDefaults":"0","fill":"#00bbea","hover":"#46c9ea","action":"open_url","value":""},{"name":"Asia","id":"asia","tooltipContent":"Asia","content":"https:\/\/geotips.net\/asia\/","useDefaults":"0","fill":"#f33e01","hover":"#f25f2e","action":"open_url","value":""},{"name":"North America","id":"northAmerica","tooltipContent":"North America","content":"https:\/\/geotips.net\/north-america\/","useDefaults":"0","fill":"#81d742","hover":"#97d66b","action":"open_url","value":""},{"name":"Oceania","id":"oceania","tooltipContent":"Oceania","content":"https:\/\/geotips.net\/oceania\/","useDefaults":"0","fill":"#9b9b9b","hover":"#bfbfbf","action":"open_url","value":""},{"name":"South America","id":"southAmerica","tooltipContent":"South America","content":"https:\/\/geotips.net\/south-america\/","useDefaults":"0","fill":"#18a354","hover":"#44a36d","action":"open_url","value":""},{"name":"Antarctica","id":"antarctica","tooltipContent":"Antarctica","content":"<h2> Antarctica <\/h2>\n\n<h4>Camera Generation:<\/h4>\n<h2 style=\"color:red\"> 3 <\/h2><\/br>\n<br>\n\n<h4>Coverage:<\/h4>\nAntartica has some trekker coverage with also photosphere dotted around, most of the trekker is located around McMurdo station.<br>\n<img src=\"http:\/\/geotips.net\/wp-content\/uploads\/2021\/04\/coverage-2.png\"><br>\n<img src=\"http:\/\/geotips.net\/wp-content\/uploads\/2021\/04\/coverage.png\"><br>\nThere is some trekker coverage along the Antarctic peninsula, south of Chile.\n<img src=\"http:\/\/geotips.net\/wp-content\/uploads\/2021\/04\/coverage-3.png\"><br>\nAntartica has some official Penguin coverage.<br>\n<img src=\"http:\/\/geotips.net\/wp-content\/uploads\/2021\/04\/penguin-1.jpg\"><br>\n<br>\n\n<h4>Vegetation\/Landscape:<\/h4>\nAntarctica is mountainous, and of course has vast expanses of sea ice.<br>\nContrary to popular belief it is not completely covered in snow\/ice locations closer to the coast feature bear rock.<br>\n<img src=\"http:\/\/geotips.net\/wp-content\/uploads\/2021\/04\/Mountains.jpg\"><br>\n<img src=\"http:\/\/geotips.net\/wp-content\/uploads\/2021\/04\/sea-ice.jpg\"><br>\n<br>\n\n<h4>Architecture:<\/h4>\nThe only built up location in Antarctica is McMurdo station, it is mostly wooden\/corrugated metal buildings.<br>\n<img src=\"http:\/\/geotips.net\/wp-content\/uploads\/2021\/04\/Architecture.jpg\"><br>\n<br>\n\n<h4>General look:<\/h4>\nMcMurdo station,<br>\n<img src=\"http:\/\/geotips.net\/wp-content\/uploads\/2021\/04\/Mcmurdo.jpg\"><br>\nRural,<br>\n<img src=\"http:\/\/geotips.net\/wp-content\/uploads\/2021\/04\/rural.jpg\"><br>\n<br>\n","useDefaults":"0","fill":"#8224e3","hover":"#8224e3","action":"igm_display_below_scroll","value":""}],"regionDefaults":{"fill":"#99d8c9","hover":"#2ca25f","inactiveColor":"#e0e0e0","action":"open_url","customAction":"","triggerClickOnHover":""},"onlyIncludeActive":"","include":"","exclude":"","regionsDataSource":{"enabled":"","type":"categories","raw":"","json":"","json_id":"id","json_data_source":"","json_action_content":"","custom_tax":"","categoriesIncludeEmpty":"","tagsIncludeEmpty":""},"regionActiveState":{"enabled":"","source":"hover","fill":"#99d8c9"},"regionLegend":{"enabled":"","title":""},"regionLabels":{"source":"0","customSource":"name","activeOnly":"1","fontSize":"15","fill":"#111111","hover":"#000000","horizontalCenter":"middle","verticalCenter":"middle","nonScaling":"1","regionLabelCustomCoordinates":""},"regionsGroupHover":"","heatMapRegions":{"enabled":"","type":"gradient","minColor":"#f5f5f5","maxColor":"#333333","legend":"","minLabel":"Min","maxLabel":"Max","noHover":"","source":"value"},"regionsTooltipTemplate":"","roundMarkers_info":"","roundMarkers":"","markerDefaults":{"radius":"10","fill":"#99d8c9","hover":"#2ca25f","action":"none","customAction":"","triggerClickOnHover":""},"markersDataSource":{"enabled":"","type":"raw_legacy","raw":"","json":"","json_data_source":"","json_id":"id","json_lat":"latitude","json_lon":"longitude","json_action_content":""},"roundMarkerLabels":{"enabled":"","fontSize":"15","fill":"#111111"},"heatMapMarkers":{"enabled":"","type":"gradient","minRadius":"8","maxRadius":"25","minColor":"#f5f5f5","maxColor":"#333333","legend":"","minLabel":"Min","maxLabel":"Max","source":"value"},"clusterMarkers":{"enabled":"","zoomLevel":"5","maxBias":"0.5"},"roundMarkersLegend":{"enabled":"","title":""},"roundMarkersMobileSize":"100","roundMarkersTooltipTemplate":"","imageMarkers_info":"","imageMarkers":"","imageMarkerDefaults":{"image":{"url":"","id":"","width":"","height":"","thumbnail":"","alt":"","title":"","description":""},"size":"20","horizontalCenter":"middle","verticalCenter":"middle","action":"none","customAction":"","triggerClickOnHover":""},"imageMarkersLegend":{"enabled":"","title":""},"imageMarkersTooltipTemplate":"","iconMarkers_info":"","iconMarkers":"","iconMarkerDefaults":{"icon":"fa fa-star","horizontalCenter":"middle","verticalCenter":"middle","scale":"1","fill":"#3182bd","hover":"#2171b5","action":"none","customAction":"","triggerClickOnHover":""},"iconMarkerLabels":{"enabled":"","fontSize":"15","fill":"#111111"},"iconMarkersDataSource":{"enabled":"","type":"raw_legacy","raw":""},"iconMarkersLegend":{"enabled":"","title":""},"iconMarkersMobileSize":"100","iconMarkersTooltipTemplate":"","labels":"","labelDefaults":{"fontSize":"15","fill":"#111111","hover":"#000000","action":"none","customAction":"","triggerClickOnHover":""},"labelPosition":{"horizontalCenter":"middle","verticalCenter":"middle"},"labelStyle":{"fontFamily":"inherit","fontWeight":"normal"},"labelsLegend":{"enabled":"","title":""},"labelsTooltipTemplate":"","lines_info":"","lines":"","lineDefaults":{"stroke":"#CCC","strokeDash":"2","strokeWidth":"6","curvature":"0"},"linesLegend":{"enabled":"","title":""},"legend":{"enabled":"","clickable":"false","position":"bottom","align":"left","valign":"bottom","style":"default","fill":"#000000"},"customLegend":{"enabled":"","type":"internal","position":"bottom","align":"left","valign":"bottom","style":"default","fill":"#000000"},"overlay":"","overlayOrder":"","allowEmpty":"","drillDownOnClick":"","liveFilter":{"enabled":"","type":"menu","position":"above","allLabel":"All","default":"231"},"tooltip":{"enabled":"1","fixed":"","showTooltipOn":"hover","template":"{tooltipContent}","onlyWithData":"","disableMobile":"","holdAction":"","backgroundColor":"#FFFFFF","color":"#000000","fontFamily":"inherit","fontSize":"","fontWeight":"normal","cornerRadius":"20","borderColor":"#f5f5f5","borderWidth":"1","maxWidth":"","customShadow":"","customShadowOpts":{"dx":"1","dy":"1","blur":"1","opacity":"0.5","color":"#000000"}},"zoom":{"enabled":"1","draggable":"1","mobileResizable":"1","doubleHitZoom":"1","wheelable":"1","zoomOnClick":"","controls":"1","homeButton":"1","maxZoomLevel":"32","controlsPositions":{"align":"right","valign":"bottom"},"externalControls":""},"touchInterface":{"tapToActivate":"","tapTimeout":"3000","dragGrip":"","dragGripAutoHideDelay":"3000"},"fullScreen":{"enabled":"","mobileOnly":"","align":"right","valign":"bottom"},"externalDropdown":{"enabled":"","mobileOnly":"","namePropery":"","placeholder":"Select","noResults":"No Matches","select":"Tap to Select"},"exportMenu":{"enable":"","align":"right","verticalAlign":"top"},"custom_css":"","custom_js":"","id":"238","container":"map_238","title":"World Map","urls":{"continentsLow":"https:\/\/cdn.amcharts.com\/lib\/4\/geodata\/continentsLow.js"},"allEntries":[],"performance":{"animations":"1","lazyLoad":"0"},"zoomMaster":"1"}],"async":[],"version":"1.5.6"};
</script>
<script src="https://geotips.net/wp-content/plugins/interactive-geo-maps-premium/assets/public/map-service/app.min.js?ver=1.5.6" id="interactive-geo-maps_map_service-js"></script>
<script src="https://geotips.net/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.7.2" id="elementor-webpack-runtime-js"></script>
<script src="https://geotips.net/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.7.2" id="elementor-frontend-modules-js"></script>
<script src="https://geotips.net/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script>
<script src="https://geotips.net/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script src="https://geotips.net/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6" id="swiper-js"></script>
<script src="https://geotips.net/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.7.2" id="share-link-js"></script>
<script src="https://geotips.net/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0" id="elementor-dialog-js"></script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.7.2","is_static":false,"experimentalFeatures":{"e_import_export":true,"e_hidden_wordpress_widgets":true,"landing-pages":true,"elements-color-picker":true,"favorite-widgets":true,"admin-top-bar":true},"urls":{"assets":"https:\/\/geotips.net\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":31,"title":"GeoTips%20%E2%80%93%20Tips%20and%20tricks%20for%20Geoguessr","excerpt":"","featuredImage":false}};
</script>
<script src="https://geotips.net/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.7.2" id="elementor-frontend-js"></script><span id="elementor-device-mode" class="elementor-screen-only"></span>
<script src="https://geotips.net/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.7.2" id="preloaded-modules-js"></script><svg style="display: none;" class="e-font-icon-svg-symbols"></svg>
			<script>
			/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
			</script>
			        <script type="text/javascript">
            /* <![CDATA[ */
           document.querySelectorAll("ul.nav-menu").forEach(
               ulist => { 
                    if (ulist.querySelectorAll("li").length == 0) {
                        ulist.style.display = "none";

                                            } 
                }
           );
            /* ]]> */
        </script>
        
	

<div hidden=""><div style="width: 100%; height: 100%; position: relative;"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" role="group" style="width: 100%; height: 100%; overflow: visible;"><defs><filter id="filter-id-37" filterUnits="objectBoundingBox" width="200%" height="200%" x="-50%" y="-50%"><feGaussianBlur result="blurOut" in="SourceGraphic" stdDeviation="1.5"></feGaussianBlur><feOffset result="offsetBlur" dx="1" dy="1"></feOffset><feFlood flood-color="#000000" flood-opacity="0.5"></feFlood><feComposite in2="offsetBlur" operator="in"></feComposite><feMerge><feMergeNode></feMergeNode><feMergeNode in="SourceGraphic"></feMergeNode></feMerge></filter><clipPath id="id-49"></clipPath><filter id="filter-id-54" filterUnits="objectBoundingBox" width="200%" height="200%" x="-50%" y="-50%"><feGaussianBlur result="blurOut" in="SourceGraphic" stdDeviation="1.5"></feGaussianBlur><feOffset result="offsetBlur" dx="1" dy="1"></feOffset><feFlood flood-color="#000000" flood-opacity="0.5"></feFlood><feComposite in2="offsetBlur" operator="in"></feComposite><feMerge><feMergeNode></feMergeNode><feMergeNode in="SourceGraphic"></feMergeNode></feMerge></filter></defs></svg></div></div><div id="sbttBacktotop" class="sbttBacktotop"><img src="https://geotips.net/wp-content/plugins/simple-back-to-top/images/backtotop.png" alt"sbtt"=""></div></body></html>