Skip to content

Commit

Permalink
geosolutions-it#8693 Register background selector epics with the map (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fko authored Oct 18, 2022
1 parent 12064b7 commit 4d78924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/client/plugins/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import withScalesDenominators from "../components/map/enhancers/withScalesDenomi
import { createFeatureFilter } from '../utils/FilterUtils';
import ErrorPanel from '../components/map/ErrorPanel';
import catalog from "../epics/catalog";
import backgroundSelector from "../epics/backgroundselector";
import API from '../api/catalog';

/**
Expand Down Expand Up @@ -474,6 +475,7 @@ export default createPlugin('Map', {
},
epics: {
...mapEpics,
...backgroundSelector,
...catalog(API)
},
containers: {
Expand Down

0 comments on commit 4d78924

Please sign in to comment.