不具合 ID 番号 |
BUG-000176889 |
送信されました | June 3, 2025 |
最終更新日 | September 17, 2025 |
適用対象 | Portal for ArcGIS |
見つかったバージョン | 11.3 |
オペレーティング システム | Windows Server |
オペレーティング システムのバージョン | 2022 |
修正されたバージョン | 3.6, 12.0 |
ステータス | Fixed
この不具合は修正されました。 詳細については、「バージョンの修正内容」および「参考情報」(該当する場合) をご参照ください。
|
参考情報
This issue is fixed in ArcGIS Pro 3.6 and ArcGIS Enterprise 12.0.
対処法
To work around the issue, use one of the approaches below.
- While preparing the map in ArcGIS Pro (before publishing), set the map's spatial reference to Web Mercator and make sure the correct datum transformation is used.
- Set the datum transformation in the JS code as a custom parameter. Example: const measLayer = new FeatureLayer({ url: aUrl, "customParameters": { "datumTransformation": "1753" } });
再現の手順