Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

marine traffic embeeded map in basic html

<script type="text/javascript">
	width='100%';		// the width of the embedded map in pixels or percentage
	height='450';		// the height of the embedded map in pixels or percentage
	border='1';		// the width of the border around the map (zero means no border)
	shownames='false';	// to display ship names on the map (true or false)
	latitude='37.4460';	// the latitude of the center of the map, in decimal degrees
	longitude='24.9467';	// the longitude of the center of the map, in decimal degrees
	zoom='9';		// the zoom level of the map (values between 2 and 17)
	maptype='1';		// use 0 for Normal Map, 1 for Satellite
	trackvessel='0';	// MMSI of a vessel (note: vessel will be displayed only if within range of the system) - overrides "zoom" option
	fleet='';		// the registered email address of a user-defined fleet (user's default fleet is used) - overrides "zoom" option
</script>
<script type="text/javascript" src="//www.marinetraffic.com/js/embed.js"></script>
Comment

PREVIOUS NEXT
Code Example
Typescript :: how to invert sortField primeng 
Typescript :: typescript map interface 
Typescript :: mkdir windows 
Typescript :: aws elastic web python stops ajax requests if new request is made 
Typescript :: typescript set interface values to undefined 
Typescript :: accout 
Typescript :: positional arguments dart 
Typescript :: check jasmine version 
Typescript :: how to css after elements for background overlays 
Typescript :: move between points in godot 
Typescript :: eliminate border white around components angular 
Typescript :: how to reorder boxplots in ggplot 
Typescript :: code converter from javascript to typescript 
Typescript :: Laravel 8 working with subdomain routing but its not working 
Typescript :: typescript add class to element 
Typescript :: if its past 24 hrs *laravel 
Typescript :: nest custom class validator 
Typescript :: real time charts in flutter 
Typescript :: laws of ux: using psychology to design better products & services pdf 
Typescript :: list all motherboard ports command line 
Cpp :: whole size of the internet 
Cpp :: best c++ pdf 
Cpp :: c++ iterate map using auto 
Cpp :: how to output text in c++ 
Cpp :: c++ delete directory 
Cpp :: c++std vector three elemet c++ 
Cpp :: rotation to vector2 godot 
Cpp :: capture an entire line C++ 
Cpp :: c++ save typeid 
Cpp :: How to block window resize sfml c++ 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =