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