File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
geonode_mapstore_client/client/js/plugins Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import omit from 'lodash/omit';
99import uniq from 'lodash/uniq' ;
1010import {
1111 LayerDownloadActionButton ,
12+ FilterLayerActionButton ,
1213 FullScreenActionButton ,
1314 AddWidgetActionButton
1415} from '@js/plugins/actionnavbar/buttons' ;
@@ -122,7 +123,17 @@ export const plugins = {
122123 ) ,
123124 FilterLayerPlugin : toModulePlugin (
124125 'FilterLayer' ,
125- ( ) => import ( /* webpackChunkName: 'plugins/filter-layer-plugin' */ '@mapstore/framework/plugins/FilterLayer' )
126+ ( ) => import ( /* webpackChunkName: 'plugins/filter-layer-plugin' */ '@mapstore/framework/plugins/FilterLayer' ) ,
127+ {
128+ overrides : {
129+ containers : {
130+ ActionNavbar : {
131+ name : 'FilterLayer' ,
132+ Component : FilterLayerActionButton
133+ }
134+ }
135+ }
136+ }
126137 ) ,
127138 MeasurePlugin : toModulePlugin (
128139 'Measure' ,
You can’t perform that action at this time.
0 commit comments