[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:
Nathan Reese 2021-09-22 12:47:35 -06:00 committed by GitHub
parent 11f1c44bde
commit 15846b27c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 321 additions and 258 deletions

View file

@ -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,
};
};