@elastic/ems-client
Version:
JavaScript client library for the Elastic Maps Service
12 lines (10 loc) • 483 B
text/typescript
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
export { EMSClient, FileLayerField, LATEST_API_URL_PATH } from './ems_client';
export { FileLayer } from './file_layer';
export { TMSService, EmsSprite, EmsSpriteSheet } from './tms_service';
export { blendMode } from './utils';