mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* [Maps] spatial filter by all geo fields * replace geoFields with geoFieldNames * update mapSpatialFilter to be able to reconize multi field filters * add check for geoFieldNames * i18n fixes and fix GeometryFilterForm jest test * tslint * tslint Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
13 lines
498 B
TypeScript
13 lines
498 B
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 * from './es_agg_utils';
|
|
export * from './convert_to_geojson';
|
|
export * from './elasticsearch_geo_utils';
|
|
export * from './spatial_filter_utils';
|
|
export * from './types';
|
|
export { isTotalHitsGreaterThan, TotalHits } from './total_hits';
|