Skip to content

Commit 9ca9c56

Browse files
committed
Remove color_util
Signed-off-by: Matt Provost <provomat@amazon.com>
1 parent 2322c53 commit 9ca9c56

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

src/plugins/maps_legacy/public/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
import { PluginInitializerContext } from 'opensearch-dashboards/public';
3333
import { MapsLegacyPlugin } from './plugin';
3434
// @ts-ignore
35-
import * as colorUtil from './map/color_util';
36-
// @ts-ignore
3735
import { OpenSearchDashboardsMapLayer } from './map/opensearch_dashboards_map_layer';
3836
// @ts-ignore
3937
import { convertToGeoJson } from './map/convert_to_geojson';
@@ -59,7 +57,6 @@ export function plugin(initializerContext: PluginInitializerContext) {
5957
export {
6058
getPrecision,
6159
geoContains,
62-
colorUtil,
6360
convertToGeoJson,
6461
IServiceSettings,
6562
OpenSearchDashboardsMapLayer,

src/plugins/maps_legacy/public/map/color_util.js

-47
This file was deleted.

0 commit comments

Comments
 (0)