@@ -217,8 +217,9 @@ const mapLayerActions = [{
217
217
route : { name : 'map-layer-chart' , params : { layerId : ':_id' , layerName : ':name' } } } ,
218
218
{ id : 'edit-layer' , label : 'mixins.activity.EDIT_LABEL' , icon : 'las la-file-alt' , visible : [ 'isLayerEditable' , { name : '$can' , params : [ 'update' , 'catalog' ] } ] ,
219
219
route : { name : 'edit-map-layer' , params : { layerId : ':_id' , layerName : ':name' } } } ,
220
- { id : 'edit-layer-style' , label : 'mixins.activity.EDIT_LAYER_STYLE_LABEL' , icon : 'las la-border-style ' , visible : 'isLayerStyleEditable' ,
220
+ { id : 'edit-layer-style' , label : 'mixins.activity.EDIT_LAYER_STYLE_LABEL' , icon : 'las la-paint-brush ' , visible : 'isLayerStyleEditable' ,
221
221
route : { name : 'edit-map-layer-style' , params : { layerId : ':_id' , layerName : ':name' } } } ,
222
+ { id : 'reset-layer-style' , label : 'mixins.activity.RESET_LAYER_STYLE_LABEL' , icon : 'las la-ban' , handler : 'onResetLayerStyle' , visible : 'isLayerStyleEditable' } ,
222
223
/* Actio to edit all-at-once, now replaced by a submenu with more specific actions
223
224
{ id: 'edit-layer-data', label: 'mixins.activity.START_EDIT_DATA_LABEL', icon: 'las la-edit', handler: 'onEditLayerData', visible: 'isLayerDataEditable',
224
225
toggle: { icon: 'las la-edit', tooltip: 'mixins.activity.STOP_EDIT_DATA_LABEL' }, component: 'KEditLayerData' },
0 commit comments