Skip to content

elastic/ems-client

Folders and files

NameName
Last commit message
Last commit date
Jan 27, 2025
Oct 24, 2024
Jun 17, 2024
Oct 3, 2023
Mar 12, 2025
Dec 23, 2024
Dec 24, 2024
May 21, 2020
Jan 15, 2025
May 28, 2020
Jan 15, 2025
Aug 23, 2023
May 4, 2021
Mar 4, 2020
May 21, 2020
Mar 31, 2023
Jul 10, 2024
May 21, 2020
Mar 13, 2025
Jan 16, 2025
Mar 12, 2025
Aug 14, 2020
Mar 13, 2025

Repository files navigation

@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'
});

About

JavaScript Client library for Elastic Maps Service

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 10