Isolines layer

An instance of IsolineLayer is maint to be used to display isoline, for example of atmospheric pressure. At the moment, this is working best with a tilesets containing a single level 0/0/0.

Constructor

import { ParticleLayer } from "@maptiler/weather";

// After creating a Map instance like in the `Getting Started`
const customLayer = new ParticleLayer(id, options, arrowOptions, coloringFragments);
JavaScript

Extends: Intesity layer

Parameters

Methods

Check out the Layers method reference