7.17.1 • Published 6 months ago

@elastic/ems-client v7.17.1

Weekly downloads
4,659
License
SEE LICENSE IN LI...
Repository
github
Last release
6 months ago

@elastic/ems-client

@elastic/ems-client is a JavaScript library for the Elastic Maps Service.

This library is intended to be used by Elastic products. Use of the Elastic Maps Service is governed by the Elastic Maps Service Terms of Service.

Installation

NPM npm i @elastic/ems-client

Yarn yarn add @elastic/ems-client

Building locally

yarn build

Usage

import { EMSClient } from '@elastic/ems-client';

const emsClient = new EMSClient({
  appVersion: '7.6.0',
  appName: 'kibana',
  tileApiUrl: 'https://tiles.maps.elastic.co',
  fileApiUrl: 'https://vector.maps.elastic.co',
  emsVersion: '7.6',
  language: 'en'
});

Legacy (prior to v7.6)

import { EMSClient } from '@elastic/ems-client';

const emsClient = new EMSClient({
  kbnVersion: '7.2.0',
  manifestServiceUrl: 'https://catalogue.maps.elastic.co/v7.2/manifest',
  language: 'en'
});
7.17.1

6 months ago

8.4.1

6 months ago

8.5.0

8 months ago

8.5.1

6 months ago

8.4.0

1 year ago

8.3.2

2 years ago

8.3.3

2 years ago

8.3.1

2 years ago

8.3.0

2 years ago

8.2.0

2 years ago

8.1.0

2 years ago

8.0.0

3 years ago

7.16.0

3 years ago

7.15.1

3 years ago

7.15.0

3 years ago

7.14.0

3 years ago

7.13.0

3 years ago

7.12.0

3 years ago

7.10.2

3 years ago

7.10.3

3 years ago

7.10.1

3 years ago

7.11.0

3 years ago

7.10.0

4 years ago

7.9.4

4 years ago

7.9.3

4 years ago

7.9.2

4 years ago

7.9.1

4 years ago

7.9.0

4 years ago

7.6.1

4 years ago

7.8.1

4 years ago

7.7.2

4 years ago

7.8.0

4 years ago

7.7.1

4 years ago

7.7.0

4 years ago

7.6.0

4 years ago

7.2.2

4 years ago

7.2.1

4 years ago

7.2.0

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago