laptop and a wrench

不具合

The 'setTitle()' and 'setContent()' methods of the PopupTemplate class fail to set the title and content when used inside the featureReduction property of the feature layer.

最後に公開された状態: July 5, 2022 ArcGIS API for JavaScript
不具合 ID 番号 BUG-000131764
送信されましたJune 22, 2020
最終更新日June 5, 2024
適用対象ArcGIS API for JavaScript
見つかったバージョン3.32
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスKnown Limit

参考情報

Setting title and content for cluster's popupTemplate as below is not supported: popupTemplate.setTitle("Changed Title"); popupTemplate.setContent("Changed Content");

対処法

Custom title and content has to be set in the constructor as below:

var popupTemplate = new PopupTemplate({

 title: "Initial Title",

 description: "Initial Content"

});

再現の手順

不具合 ID: BUG-000131764

ソフトウェア:

  • ArcGIS API for JavaScript

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

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

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

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

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

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

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