Embedding www.vesselfinder.com

You are free to embed our Live AIS Map in your web site. You just have to insert the next code into your HTML:


<script type="text/javascript">

var width='1000'; // the width of the embedded map in pixels (min. 600 px)
var height='800'; // the height of the embedded map in pixels (min. 400 px)
var border='1'; // the width of border around the map. Zero means no border
var latitude='54.9'; // the latitude of the center of the map in decimal degrees (not mandatory)
var longitude='2.0'; // the longitude of the center of the map in decimal degrees (not mandatory)
var zoom='5'; // the zoom level of the map. Use values between 2 and 17
var mmsi='xxxxxxxxx';// MMSI of the ship to be shown on the map (Warning: the ship may not be found);
var imo='xxxxxxx'; // or IMO of the ship to be shown on the map (Warning: the ship may not be found);
var show_track=false;// Track on map
  // If zoom < 10, it automatically become 10 for better result;
  // latitude and longitude parameters are discarded.
</script>
<script type="text/javascript" src="http://www.vesselfinder.com/aismap.js"></script>

The next map is generated by the sample code: