<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>live map Archives - Shipsgo Blog</title>
	<atom:link href="https://blog.shipsgo.com/tag/live-map/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Supply Chain Visibility Platform - Blog</description>
	<lastBuildDate>Mon, 01 Sep 2025 11:21:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.shipsgo.com/wp-content/uploads/2022/03/cropped-academy-shipsgo-last-1-32x32.png</url>
	<title>live map Archives - Shipsgo Blog</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Strait of Gibraltar Ship Traffic &#8211; Live Map</title>
		<link>https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/</link>
					<comments>https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/#comments</comments>
		
		<dc:creator><![CDATA[mehmet-hamurcu]]></dc:creator>
		<pubDate>Tue, 23 Jan 2024 07:41:35 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[container tracking]]></category>
		<category><![CDATA[freight forwarders]]></category>
		<category><![CDATA[live map]]></category>
		<category><![CDATA[logistics]]></category>
		<category><![CDATA[main_blog]]></category>
		<category><![CDATA[maritime]]></category>
		<category><![CDATA[ship traffiv live map]]></category>
		<category><![CDATA[shipment]]></category>
		<category><![CDATA[strait]]></category>
		<category><![CDATA[transportation]]></category>
		<guid isPermaLink="false">https://blog.shipsgo.com/?p=16643</guid>

					<description><![CDATA[<p>The Strait of Gibraltar is a channel that connects the Mediterranean Sea to the Atlantic Ocean between the southernmost Spain and the northwesternmost Africa.&#160;The channel is 36 miles long (58 km), and between Point Marroqui in Spain and Point Cires in Morocco, it narrows down to 8 miles wide (13 km).&#160;The depth of the gorge [...]</p>
<p>The post <a href="https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/">Strait of Gibraltar Ship Traffic &#8211; Live Map</a> appeared first on <a href="https://blog.shipsgo.com">Shipsgo Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>The Strait of Gibraltar</strong> is a channel that connects the <strong>Mediterranean Sea</strong> to the <strong>Atlantic Ocean</strong> between the southernmost Spain and the northwesternmost Africa.&nbsp;The channel is 36 miles long (58 km), and between Point Marroqui in Spain and Point Cires in <strong>Morocco</strong>, it narrows down to 8 miles wide (13 km).&nbsp;The depth of the gorge varies from 300 to 800 meters. It forms a gap between the Atlas Mountains in <strong>Northern Africa</strong> and the high plateaus of Spain.</p>



<p><strong>Strait of Gibraltar</strong> connects the Mediterranean Sea with the Atlantic Ocean.&nbsp;This is one of most busy waterways in the entire world.&nbsp;About 300 ships pass through the Strait every day, or one vessel every five minutes.&nbsp;The Moroccan port of Tanger-Med is near Tangier and an important port in the Strait.</p>


<script>(function() {

function isObject(obj) { return obj != null && obj.constructor.name === "Object"}

var obj = window.map_options_name && window.map_options_name !== '' && isObject(window[window.map_options_name]) 
    ? window[window.map_options_name]
    : window;

function parseBoolValue(value) {
var new_value;
if (value === undefined) { new_value = false; }
if (value === 'true' || value == true) { new_value = true; }
else if (value === 'false' || value == false) { new_value = false; }
else { new_value = false; }
return new_value;
};

var rh=window.location.href;
if (rh.indexOf('file://') >= 0 || rh.indexOf('file%3A%2F%2F') >= 0) rh = 'testingonly';
rh=encodeURIComponent(rh);
var w = obj.width; if (w === undefined) { w = 800; }
var ws = w.toString();
if ((parseInt(w) < 480 && ws.charAt(ws.length-1) !=='%')) { w = 480; }
if (ws.charAt(ws.length-1) === '%') { obj.width = ws; } else { obj.width = parseInt(w); }

var h = obj.height; if (h === undefined) { h = 600; }
var height = parseInt(h);
if (height < 400) { obj.height = 400; } else { obj.height = height; }

if (obj.names === undefined) { obj.names = false;} else { obj.names = parseBoolValue(obj.names); }

obj.show_track = parseBoolValue(obj.show_track);

obj.click_to_activate = parseBoolValue(obj.click_to_activate);
var f = (typeof(obj.fleet) === 'undefined') ? false : obj.fleet;
if (f!==false && f.indexOf('@') >= 0) {f = false;}
var fn = (typeof(obj.fleet_name) === 'undefined') ? false : encodeURIComponent(obj.fleet_name);
if (fn!==false && fn.indexOf('@') >= 0) {fn = false;}

if (obj.store_position === undefined) { obj.store_position=true; } else { obj.store_position = parseBoolValue(obj.store_position); }
if(obj.mmsi!==undefined && parseInt(obj.mmsi)!=obj.mmsi) { obj.mmsi=undefined; }
if(obj.imo!==undefined && parseInt(obj.imo)!=obj.imo) { obj.imo=undefined; }
if(obj.latitude!==undefined && parseFloat(obj.latitude)!=obj.latitude) { obj.latitude="36.9982"; }
if(obj.longitude!==undefined && parseFloat(obj.longitude)!=obj.longitude) { obj.longitude="5.6879"; }
document.write(
'<iframe name="vesselfinder" id="vesselfinder" '
+ ' width="' + obj.width + '"'
+ ' height="' + obj.height + '"'
+ ' frameborder="0"'
+ ' src="https://www.vesselfinder.com/aismap?'
+ 'zoom=' + ((obj.zoom === undefined) ? '5' : obj.zoom)
+ ((obj.latitude === undefined) ? '&amp;lat=36.9982' : '&amp;lat='+obj.latitude)
+ ((obj.longitude === undefined) ? '&amp;lon=5.6879' : '&amp;lon='+obj.longitude)
+ '&amp;width=' + encodeURIComponent(obj.width)
+ '&amp;height=' + encodeURIComponent(obj.height)
+ '&amp;names='+obj.names
+ ((obj.mmsi === undefined) ? '' : '&amp;mmsi=' + obj.mmsi)
+ ((obj.imo === undefined) ? '' : '&amp;imo=' + obj.imo)
+ '&amp;track=' + obj.show_track
+ ((obj.fleet === undefined) ? '&amp;fleet=false' : '&amp;fleet='+f)
+ ((obj.fleet_name === undefined) ? '&amp;fleet_name=false' : '&amp;fleet_name='+fn)
+ ((obj.fleet_timespan !== undefined) ? '&amp;fleet_timespan=' + obj.fleet_timespan : '')
+ ((obj.fleet_hide_old_positions === undefined) ? '&amp;fleet_hide_old_positions=false' : '&amp;fleet_hide_old_positions='+obj.fleet_hide_old_positions)
+ '&amp;clicktoact=' + obj.click_to_activate
+ '&amp;store_pos=' + obj.store_position
+ ((obj.fil === undefined) ? '' : '&amp;fil=' + obj.fil)
+ ((obj.default_maptype === undefined) ? '' : '&amp;default_maptype=' + obj.default_maptype)
+ '&amp;ra='+rh
+ '">Browser does not support embedded objects.<br/>Visit directly <a href="https://www.vesselfinder.com" target="_blank">www.vesselfinder.com</a>'
+ '</iframe>');
})();</script>



<h2 class="wp-block-heading"><strong>Container Tracking in the Strait of Gibraltar</strong></h2>



<p>You can track your containers in the <strong>Strait of Gibraltar </strong>with the <strong>ShipsGo </strong>container tracking platform. Offering a comprehensive and fast service package, ShipsGo provides real-time visibility thanks to its <strong><a href="https://blog.shipsgo.com/dashboard-live-map/">Live Map </a></strong>feature. Receive timely <strong><a href="https://blog.shipsgo.com/container-status-notifications/" target="_blank" rel="noreferrer noopener">notifications </a></strong>and stay informed about your container&#8217;s journey every step of the way. </p>



<p>Expert Customer Support will be at your service in case of any potential problems. ShipsGo increases your <strong><a href="https://blog.shipsgo.com/supply-chain-visibility/" target="_blank" rel="noreferrer noopener">supply chain visibility</a></strong> by transforming container tracking into a seamless, efficient experience, contributing to global trade.</p>



<figure class="wp-block-image size-large"><a href="https://shipsgo.com/" target="_blank" rel="noreferrer noopener"><img fetchpriority="high" decoding="async" width="1024" height="208" src="https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1024x208.png" alt="A blue banner refers ShipsGo container tracking" class="wp-image-12378" srcset="https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1024x208.png 1024w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-300x61.png 300w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1536x311.png 1536w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914.png 1800w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<h3 class="wp-block-heading"><strong>Why Tracking at ShipsGo?</strong></h3>



<p><a href="https://blog.shipsgo.com/container-tracking-services/"><strong>Using ShipsG</strong></a><a href="https://blog.shipsgo.com/container-tracking-services/" target="_blank" rel="noreferrer noopener"><strong>o</strong></a>&nbsp;for shipment tracking has several benefits for both shippers and receivers. Firstly, it allows you to stay informed about the progress of your shipments. Giving you peace of mind and enabling you to plan your operations accordingly. You can&nbsp;<strong>export/import</strong>&nbsp;as you wish and monitor all of your shipments in&nbsp;<strong>one place</strong>.</p>



<p>Overall, the&nbsp;<strong>ShipsGo Container Tracking Platform</strong>&nbsp;is an indispensable tool for anyone looking to track shipments. Its user-friendly interface and real-time updates make it a reliable and efficient way to stay on top of your shipments and ensure that everything arrives on time and in good condition.</p>


<div class="aligncenter wp-block-site-logo"><a href="https://blog.shipsgo.com/" class="custom-logo-link" rel="home"><img decoding="async" width="162" height="26" src="https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8.png" class="custom-logo" alt="Shipsgo Blog" srcset="https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8.png 313w, https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8-300x50.png 300w" sizes="(max-width: 162px) 100vw, 162px" /></a></div>


<div class="wp-block-buttons alignwide is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-75 has-custom-font-size is-style-outline has-regular-font-size is-style-outline--1"><a class="wp-block-button__link has-light-green-cyan-color has-text-color has-link-color wp-element-button" href="https://blog.shipsgo.com/cape-of-good-hope-ship-traffic-live-map/" style="border-radius:80px" target="_blank" rel="noreferrer noopener">Cape of Good Hope Ship Traffic &#8211; lıve map</a></div>
</div>
<p>The post <a href="https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/">Strait of Gibraltar Ship Traffic &#8211; Live Map</a> appeared first on <a href="https://blog.shipsgo.com">Shipsgo Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Do you provide the live position of the container?</title>
		<link>https://blog.shipsgo.com/live-position-of-the-container/</link>
		
		<dc:creator><![CDATA[mehmet-hamurcu]]></dc:creator>
		<pubDate>Tue, 20 Sep 2022 14:13:07 +0000</pubDate>
				<category><![CDATA[People Also Ask]]></category>
		<category><![CDATA[container tracking]]></category>
		<category><![CDATA[live container position]]></category>
		<category><![CDATA[live location]]></category>
		<category><![CDATA[live map]]></category>
		<category><![CDATA[world map]]></category>
		<guid isPermaLink="false">https://blog.shipsgo.com/?p=10640</guid>

					<description><![CDATA[<p>Find the live position of your containers</p>
<p>The post <a href="https://blog.shipsgo.com/live-position-of-the-container/">Do you provide the live position of the container?</a> appeared first on <a href="https://blog.shipsgo.com">Shipsgo Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading has-regular-font-size">Find the live position of your containers</h2>



<p></p>



<div class="schema-faq wp-block-yoast-faq-block"><div class="schema-faq-section" id="faq-question-1714637877627"><strong class="schema-faq-question">Do you provide the live position of the container?</strong> <p class="schema-faq-answer">Yes. Thanks to our Live Map feature, you can see the live position of your container during its journey. Using <a href="https://shipsgo.com/#feature-details" target="_blank" rel="noreferrer noopener">Live Map</a>, you can access information about loading and discharging ports, the vessel&#8217;s arrival date, the shipping line, and the vessel name. You can also <strong>integrate our Live Map</strong> into your website, and your clients can track their <a href="https://blog.shipsgo.com/container-tracking-services/" target="_blank" rel="noreferrer noopener">shipments</a> directly through your website. Locate the live position of your containers on a world map till their arrival at the destination, and always stay up to date on the status of your shipment.</p> </div> </div>
<p>The post <a href="https://blog.shipsgo.com/live-position-of-the-container/">Do you provide the live position of the container?</a> appeared first on <a href="https://blog.shipsgo.com">Shipsgo Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Turkish Exporter Evyap Uses ShipsGo Container Tracking</title>
		<link>https://blog.shipsgo.com/turkish-soap-and-personal-care-products-exporter-evyap-uses-shipsgo-container-tracking-module/</link>
		
		<dc:creator><![CDATA[mehmet-hamurcu]]></dc:creator>
		<pubDate>Mon, 05 Aug 2019 10:11:00 +0000</pubDate>
				<category><![CDATA[Shipsgo Academy]]></category>
		<category><![CDATA[Stories]]></category>
		<category><![CDATA[business solution]]></category>
		<category><![CDATA[cargo owner]]></category>
		<category><![CDATA[carrier]]></category>
		<category><![CDATA[container]]></category>
		<category><![CDATA[container tracking service]]></category>
		<category><![CDATA[conteneur]]></category>
		<category><![CDATA[delay notification]]></category>
		<category><![CDATA[demmurage costs]]></category>
		<category><![CDATA[exporter]]></category>
		<category><![CDATA[importer]]></category>
		<category><![CDATA[live map]]></category>
		<category><![CDATA[logistician]]></category>
		<category><![CDATA[logistics]]></category>
		<category><![CDATA[main_blog]]></category>
		<category><![CDATA[maritime]]></category>
		<category><![CDATA[notification mail]]></category>
		<category><![CDATA[shipment statistics]]></category>
		<category><![CDATA[shipping]]></category>
		<category><![CDATA[shipping industry]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[TEU]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[transportation]]></category>
		<guid isPermaLink="false">http://localhost/blog-shipsgo/?p=3757</guid>

					<description><![CDATA[<p>Evyap&#160;performs an essential part of Turkey&#8217;s bar soap and personal care product exports and transports its name to more than&#160;100&#160;countries.&#160;Evyap&#160;has been manufactured in 3 different countries compatible with European standards, and besides, it has built the world&#8217;s one of the biggest Oleochemistry plants in Malaysia. With more than&#160;3,000&#160;employees, Evyap is one of Turkey&#8217;s top 100 [...]</p>
<p>The post <a href="https://blog.shipsgo.com/turkish-soap-and-personal-care-products-exporter-evyap-uses-shipsgo-container-tracking-module/">Turkish Exporter Evyap Uses ShipsGo Container Tracking</a> appeared first on <a href="https://blog.shipsgo.com">Shipsgo Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Evyap</strong>&nbsp;performs an essential part of Turkey&#8217;s bar soap and personal care product exports and transports its name to more than&nbsp;100&nbsp;countries.&nbsp;Evyap&nbsp;has been manufactured in 3 different countries compatible with European standards, and besides, it has built the world&#8217;s one of the biggest Oleochemistry plants in Malaysia. With more than&nbsp;3,000&nbsp;employees, Evyap is one of Turkey&#8217;s top 100 industrial corporations and makes &#8220;<strong>contracted manufacturing</strong>&#8221; with the world&#8217;s leading brands.</p>



<p><strong>Approach</strong>: ShipsGo&nbsp;BCO Package</p>



<p><strong>Evyap logistics</strong>&nbsp;team needs the details of every shipment information, such as the name of the port of loading and discharging, date of loading, name, and dates of transit ports, and total transit time. They used to get that information from their freight forwarders by phone and had problems reaching accurate information. After using,&nbsp;the ShipsGo container tracking service, they no longer need to have exhausting calls with forwarders to receive the information. The team now follows the location of their cargo by using&nbsp;<strong>an interactive map</strong>&nbsp;and dashboard.</p>



<p>Only in 3 months has there been a decrease in the time and human effort required to track a container. In addition to decreasing phone calls and mail traffics, thanks to the ShipsGo&nbsp;notification e-mails, Evyap could avoid unaccepted costs like&nbsp;dispatch,&nbsp;demurrage, and customer losses. ShipsGo&nbsp;delay notification&nbsp;e-mails also affected the carrier decision of Evyap for their next shipments. If a carrier doesn&#8217;t discharge your container at the promised date, why should you choose that carrier again should?</p>



<p>ShipsGo&nbsp;<strong>shipment statistics</strong>&nbsp;also provide benefits to Evyap. After tracking their container, Evyap shipments directly turned out monthly, and annual statistics report the basis of TEU, carriers, export, and import countries. They could see how many containers were on route or arrive on time. Besides, Evyap directly receives the reports of the number of containers carried in the last months and what is the proportion of each carrier in their shipment. Before ShipsGo, they couldn&#8217;t keep such kinds of statistics or were trying to keep them manually.</p>



<h2 class="wp-block-heading"><strong>Outcomes:&nbsp; Measurable and Solid Outcomes</strong></h2>



<p> Location of their shipment on a live map</p>



<p>Get rid of using freight forwarders for container tracking</p>



<p>Avoid unaccepted costs such as demurrage, dispatch, and customer lose</p>



<p>Assistance for carrier choosing decision</p>



<p>Minimizing time and human effort for tracking a container</p>



<p>Getting shipment statistics reports which&nbsp; they couldn&#8217;t have</p>



<p><a href="https://www.shipsgo.com/" target="_blank" rel="noreferrer noopener">ShipsGo</a> is secure in terms of personnel and company information privacy. Customer Rating&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<p>ShipsGo looks modern. Customer Rating&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<p>ShipsGo increased our work motivation and synergy. Customer Rating&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<p>ShipsGo is an innovative application. Customer Rating&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<p>ShipsGo decreased the time needed to create reports of our shipments. Customer Rating&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<p>ShipsGo is budget-friendly. Customer Rating&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<p>ShipsGo has a positive effect on our customer satisfaction. Customer Rating&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<p>ShipsGo reduced efforts for container tracking. Customer Rating&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<div class="wp-block-buttons alignwide is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-75"><a class="wp-block-button__link has-luminous-vivid-orange-background-color has-background wp-element-button" href="https://blog.shipsgo.com/what-is-detention-pay/" target="_blank" rel="noreferrer noopener">what ıs detentıon pay ? </a></div>
</div>
<p>The post <a href="https://blog.shipsgo.com/turkish-soap-and-personal-care-products-exporter-evyap-uses-shipsgo-container-tracking-module/">Turkish Exporter Evyap Uses ShipsGo Container Tracking</a> appeared first on <a href="https://blog.shipsgo.com">Shipsgo Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
