Logo Control
Logo control shows WeatherLayers logo
Example

Constructor
LogoControl(config: LogoConfig = {})
LogoControl(config: LogoConfig = {})Methods
See Control for common Control methods.
Last updated
Logo control shows WeatherLayers logo

LogoControl(config: LogoConfig = {})See Control for common Control methods.
Last updated
import * as WeatherLayers from 'weatherlayers-gl';
const logoControl = new WeatherLayers.LogoControl();
logoControl.addTo(document.getElementById('controls'));