Logo Control

Logo control shows WeatherLayers logo

Example

import * as WeatherLayers from 'weatherlayers-gl';

const logoControl = new WeatherLayers.LogoControl();
logoControl.addTo(document.getElementById('controls'));

Constructor

LogoControl(config: LogoConfig = {})

Methods

See Control for common Control methods.

Last updated