mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Maps] move joins from LayerDescriptor to VectorLayerDescriptor (#112427)
* [Maps] move joins from LayerDescriptor to VectorLayerDescriptor * clean up ISource * export isVectorLayer * tslint * tslint for ml plugin * tslint apm plugin Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
11f1c44bde
commit
15846b27c0
25 changed files with 321 additions and 258 deletions
|
@ -11,6 +11,7 @@ import { i18n } from '@kbn/i18n';
|
|||
import { FormattedMessage } from '@kbn/i18n/react';
|
||||
import {
|
||||
FIELD_ORIGIN,
|
||||
LAYER_TYPE,
|
||||
SOURCE_TYPES,
|
||||
STYLE_TYPE,
|
||||
COLOR_MAP_TYPE,
|
||||
|
@ -85,7 +86,7 @@ export const getChoroplethTopValuesLayer = (
|
|||
},
|
||||
isTimeAware: true,
|
||||
},
|
||||
type: 'VECTOR',
|
||||
type: LAYER_TYPE.VECTOR,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue