Skip to content

Commit

Permalink
update path for newly merged code
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 16, 2021
1 parent 8b145a3 commit 48b7c58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { Map as MbMap } from '@kbn/mapbox-gl';
import { RGBAImage } from './image_utils';
import { isGlDrawLayer } from './sort_layers';
import { ILayer } from '../../classes/layers/layer';
import { EmsSpriteSheet } from '../../classes/layers/vector_tile_layer/vector_tile_layer';
import { EmsSpriteSheet } from '../../classes/layers/ems_vector_tile_layer/ems_vector_tile_layer';

export function removeOrphanedSourcesAndLayers(
mbMap: MbMap,
Expand Down

0 comments on commit 48b7c58

Please sign in to comment.