Links

Quick Start

Installation

npm install weatherlayers-gl

Usage

import * as WeatherLayers from 'weatherlayers-gl';
// use your WeatherLayers GL license file
import license from './license.json';
WeatherLayers.setLicense(license);
A valid license file is required to use the library in production. Contact support for details.
TypeScript d.ts typing files are provided as part of the distribution package.