Difference between revisions of "Template:MarineTraffic"

(Tag: 2017 source edit)
(Tag: 2017 source edit)
Line 3: Line 3:
  
 
<html>
 
<html>
 
 
<div>
 
<div>
 
<script type="text/javascript">
 
<script type="text/javascript">
Line 13: Line 12:
 
         latitude=51.50;  //the latitude of the center of the map in decimal degrees
 
         latitude=51.50;  //the latitude of the center of the map in decimal degrees
 
         longitude=0.02;  //the longitude of the center of the map in decimal degrees
 
         longitude=0.02;  //the longitude of the center of the map in decimal degrees
         zoom=14;            //the zoom level of the map. Use values between 2 and 17
+
         zoom=12;            //the zoom level of the map. Use values between 2 and 17
 
         maptype=2;          //use 0 for Normal map, 1 for Satellite, 2 for Hybrid, 3 for Terrain
 
         maptype=2;          //use 0 for Normal map, 1 for Satellite, 2 for Hybrid, 3 for Terrain
 
         trackvessel=0;      //the MMSI of the vessel to track, if within the range of the system
 
         trackvessel=0;      //the MMSI of the vessel to track, if within the range of the system
Line 20: Line 19:
 
</script>
 
</script>
 
<script type="text/javascript" src="http://www.marinetraffic.com/ais/embed.js"></script>  
 
<script type="text/javascript" src="http://www.marinetraffic.com/ais/embed.js"></script>  
 
 
<script type="text/javascript" src="//www.marinetraffic.com/js/embed.js">
 
width='700';
 
height='700';
 
border='4';
 
shownames='false';
 
latitude='51.49530517205736';
 
longitude='0.017878687673926124';
 
zoom='12';
 
maptype='2';
 
trackvessel='0';
 
fleet=<nowiki>''</nowiki>;
 
</script>
 
</div>
 
 
 
 
</html>
 
</html>

Revision as of 13:35, 21 February 2021