Skip to Content
Tropical

WeatherBlox - Tropical

Object
aeris.wxblox.views.Tropical
Data Usage
/tropicalcyclones (1)
Raster Maps usage based on size of map and total layers.

The Tropical view displays a variety of view types depending on the desired output using the viewType configuration option.

Tropical

Examples

Display the active tropical systems for the current season in a single listing:

const view = new aeris.wxblox.views.Tropical('#wxblox'); view.load();

Display the active tropical systems for the current season in a tabbed format:

const view = new aeris.wxblox.views.Tropical('#wxblox', { show: { tabbed: true } }); view.load();

Display all tropical systems for the current season in a single listing:

const view = new aeris.wxblox.views.Tropical('#wxblox', { viewType: 'archive' }); view.load();

Display all tropical systems for 2005 in a tabbed format:

const view = new aeris.wxblox.views.Tropical('#wxblox', { viewType: 'archive', year: '2005' }); view.load();

Display the full track for a specific tropical system (example uses Katrina):

const view = new aeris.wxblox.views.Tropical('#wxblox', { viewType: 'track' }); view.load({ p: '2005-AL-12' });

Configuration

The following configuration options are supported by this view:

OptionDescriptionDefault
viewTypeType: string ()active
yearType: string ():currentYear
basinsType: string ()AP,EP,CP,WP,IO,SH
reversedType: boolean ()true
mapsType: object ()
show.titleType: boolean ()true
show.emptyType: boolean ()true
show.tabbedType: boolean ()false
show.mapsType: boolean ()true
show.linksType: boolean ()false
enabledType: boolean ()true
metricType: boolean ()false
renderNoDataType: boolean ()true
requestType: object ()

Methods

The following methods are supported by instances of this view:

Events

The following events are triggered by instances of this view:

© 2026 Xweather (opens in a new tab)Terms of Service (opens in a new tab)Privacy Policy (opens in a new tab)