@cgcs2000/l7-layers
TypeScript icon, indicating that this package has built-in type declarations

2.8.36 • Public • Published

L7's Collection of Layers

Installation

yarn add @cgcs2000/l7-layers

Getting Started

Use built-in layers directly:

import { PointLayer } from '@cgcs2000/l7-layers';

const layer = new PointLayer({
  // ...initialization options
});

Create a custom layer with the help of BaseLayer:

import { BaseLayer } from '@cgcs2000/l7-layers';

class MyCustomLayer extends BaseLayer {
  // ...override methods
}

const layer = new MyCustomLayer({
  // ...initialization options
});

Current Built-in Layers

  • PointLayer
  • PolygonLayer
  • LineLayer
  • HeatmapLayer
  • RasterLayer

Readme

Keywords

none

Package Sidebar

Install

npm i @cgcs2000/l7-layers

Weekly Downloads

6

Version

2.8.36

License

ISC

Unpacked Size

3.9 MB

Total Files

553

Last publish

Collaborators

  • jingsam
  • wanyanyan