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