Current Position of the Vessel

You can then see the current position of the ship in real time thanks to VesselFinder:

<script type="text/javascript"> // Map appearance var width="100%"; // Ancho del mapa (puedes ajustarlo) var height="400"; // Alto del mapa (puedes ajustarlo) var names=true; // Mostrar nombres de los barcos (opcional) // Single ship tracking var mmsi="261003029"; // IMO del barco que quieres seguir var show_track=true; // Mostrar la trayectoria de las últimas 24 horas </script> <script type="text/javascript" src="https://www.vesselfinder.com/aismap.js"></script>