We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b4604 commit e7e79c1Copy full SHA for e7e79c1
1 file changed
x-pack/legacy/plugins/maps/public/layers/styles/vector/vector_style.js
@@ -6,7 +6,6 @@
6
7
import _ from 'lodash';
8
import React from 'react';
9
-import { i18n } from '@kbn/i18n';
10
import { VectorStyleEditor } from './components/vector_style_editor';
11
import { getDefaultProperties, vectorStyles } from './vector_style_defaults';
12
import { AbstractStyle } from '../abstract_style';
@@ -45,14 +44,6 @@ export class VectorStyle extends AbstractStyle {
45
44
return getDefaultProperties(mapColors);
46
}
47
48
- static getDisplayName() {
49
- return i18n.translate('xpack.maps.style.vector.displayNameLabel', {
50
- defaultMessage: 'Vector style'
51
- });
52
- }
53
-
54
- static description = '';
55
56
constructor(descriptor = {}, source, layer) {
57
super();
58
this._source = source;
0 commit comments