Initializes a new WxTileSource instance.
Configuration options for the WxLayerBaseImplementation.
Framework-specific options.
Protected _Iterates over all tiles and applies a callback function.
An array of results from the callback function.
The callback function to execute for each tile.
A name for logging purposes.
Protected createCreates a new tile element and loads its data.
The created canvas element representing the tile.
The coordinates of the tile to load.
A callback function to signal completion.
Retrieves information about a specific point on the map.
Information about the tile at the specified point, or undefined if unavailable.
The longitude and latitude of the point.
The map instance. This is kept generic to allow flexibility.
Cleans up the layer when it is removed from a map.
The current WxTileSource instance.
The map instance.
Generated using TypeDoc
A custom layer source implementation for displaying weather data tiles. This class integrates with Leaflet and the WxTiles API to fetch, display, and manage tiles representing weather data such as temperature, wind speed, or other meteorological variables.
Example
Alternatively, use createSourceLayer to simplify the creation process.