Difference between revisions of "Template:MarineTraffic"

(Tag: 2017 source edit)
(Tag: 2017 source edit)
 
(One intermediate revision by the same user not shown)
Line 12: 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=12;            //the zoom level of the map. Use values between 2 and 17
+
         zoom=14;            //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=1;          //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
 
         fleet='';          //the registered email address of a user-defined fleet to display
 
         fleet='';          //the registered email address of a user-defined fleet to display
 
         remember=false;    //true or false to remember or not the last position of the map
 
         remember=false;    //true or false to remember or not the last position of the map
 
</script>
 
</script>
<script type="text/javascript" src="http://www.marinetraffic.com/ais/embed.js"></script>  
+
<script type="text/javascript" src="https://www.marinetraffic.com/ais/embed.js"></script>  
 
</html>
 
</html>

Latest revision as of 15:39, 28 March 2022