laptop and a wrench

不具合

Map frames are blank when the layout file is exported.

ArcGIS Pro
不具合 ID 番号 BUG-000173751
送信されましたJanuary 22, 2025
最終更新日February 3, 2025
適用対象ArcGIS Pro
見つかったバージョン3.4
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスDuplicate

参考情報

Duplicate of BUG-000173232.

対処法

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")".

再現の手順

不具合 ID: BUG-000173751

ソフトウェア:

  • ArcGIS Pro

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動