mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix layer type name to new convention (#121218)
This commit is contained in:
parent
3f321d1f42
commit
bd580087b1
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
import { Feature, Point } from 'geojson';
|
||||
import { euiPaletteColorBlind } from '@elastic/eui';
|
||||
import { DEFAULT_GEO_REGEX } from './geo_point_content';
|
||||
import { SOURCE_TYPES } from '../../../../../../../maps/common';
|
||||
import { LAYER_TYPE, SOURCE_TYPES } from '../../../../../../../maps/common';
|
||||
|
||||
export const convertWKTGeoToLonLat = (
|
||||
value: string | number
|
||||
|
@ -72,6 +72,6 @@ export const getGeoPointsLayer = (
|
|||
},
|
||||
},
|
||||
},
|
||||
type: 'VECTOR',
|
||||
type: LAYER_TYPE.GEOJSON_VECTOR,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue