Skip to content

Commit

Permalink
Remove color_util
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Provost <provomat@amazon.com>
  • Loading branch information
BSFishy committed Jun 15, 2023
1 parent 2322c53 commit 9ca9c56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
3 changes: 0 additions & 3 deletions src/plugins/maps_legacy/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
import { PluginInitializerContext } from 'opensearch-dashboards/public';
import { MapsLegacyPlugin } from './plugin';
// @ts-ignore
import * as colorUtil from './map/color_util';
// @ts-ignore
import { OpenSearchDashboardsMapLayer } from './map/opensearch_dashboards_map_layer';
// @ts-ignore
import { convertToGeoJson } from './map/convert_to_geojson';
Expand All @@ -59,7 +57,6 @@ export function plugin(initializerContext: PluginInitializerContext) {
export {
getPrecision,
geoContains,
colorUtil,
convertToGeoJson,
IServiceSettings,
OpenSearchDashboardsMapLayer,
Expand Down
47 changes: 0 additions & 47 deletions src/plugins/maps_legacy/public/map/color_util.js

This file was deleted.

0 comments on commit 9ca9c56

Please sign in to comment.