if( resources.isEmpty() ){
return Result.NO_TEMP_LAYERS;
}
final StructuredSelection selection = new StructuredSelection(resources);
final ExportResourceSelectionState layerState = new ExportResourceSelectionState(selection);
CatalogExport exp = new MapPaletteSaveStrategy(layerState, mapEditor);
// open the export dialog
exp.open();