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