laptop and a wrench

Erro

Map frames are blank when the layout file is exported.

ArcGIS Pro
Número de ID do Erro BUG-000173751
EnviadoJanuary 22, 2025
Última ModificaçãoFebruary 3, 2025
Aplica-se àArcGIS Pro
Versão encontrada3.4
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusDuplicate

Informações Adicionais

Duplicate of BUG-000173232.

Solução Provisória

The map frames are visible when exporting the layout through the Python window. Use this script to do so: "##Export to PDF aprx = arcpy.mp.ArcGISProject("CURRENT") aprx.listLayouts() for lyt in aprx.listLayouts(): #**** ENTER THE LAYOUT NAME YOU WANT TO EXPORT INTO THE BRACKETS i.e. for lyt in aprx.listLayouts("Layout Name"): #Parameters: output name, resolution, image quality, compress vector graphics, image compression, embed fonts, layer attributes, georeference, jpeg compression, clip to elements, output as image, embed color profile #Image quality: "BEST", "BETTER", "NORMAL", "FASTER", "FASTEST" #Image compression: "ADAPTIVE", "DEFLATE", "JPEG", "LZW", "NONE", "RLE" #Layer attributes: "LAYERS_ONLY", "LAYERS_AND_ATTRIBUTES", "NONE" lyt.exportToPDF(f"C:\Temp\{lyt.name}.pdf", 150, "NORMAL", True, "ADAPTIVE", True, "LAYERS_ONLY", True, 80, False, False, False) print("Done")".

Etapas para Reproduzir

ID do Erro: BUG-000173751

Software:

  • ArcGIS Pro

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download