We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2322c53 commit 9ca9c56Copy full SHA for 9ca9c56
src/plugins/maps_legacy/public/index.ts
@@ -32,8 +32,6 @@
32
import { PluginInitializerContext } from 'opensearch-dashboards/public';
33
import { MapsLegacyPlugin } from './plugin';
34
// @ts-ignore
35
-import * as colorUtil from './map/color_util';
36
-// @ts-ignore
37
import { OpenSearchDashboardsMapLayer } from './map/opensearch_dashboards_map_layer';
38
39
import { convertToGeoJson } from './map/convert_to_geojson';
@@ -59,7 +57,6 @@ export function plugin(initializerContext: PluginInitializerContext) {
59
57
export {
60
58
getPrecision,
61
geoContains,
62
- colorUtil,
63
convertToGeoJson,
64
IServiceSettings,
65
OpenSearchDashboardsMapLayer,
src/plugins/maps_legacy/public/map/color_util.js
0 commit comments