不具合 ID 番号 |
BUG-000154723 |
送信されました | December 22, 2022 |
最終更新日 | February 2, 2023 |
適用対象 | ArcGIS Web AppBuilder |
見つかったバージョン | 10.9.1 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 64 Bit |
ステータス | In Review
この問題は確認中です。 確認プロセスでは、その問題が必要なすべての情報を備え、簡単に理解できること、既存の問題と重複していないこと、および有効な不具合または機能拡張の要求であることが確認されます。 このフェーズでは、説明または追加情報の提供をお願いする可能性があります。
|
対処法
- Open the source code for the Visibility widget from ArcGIS Web AppBuilder Developer edition by going to widgets/Visibility/js. Then open portal-utils.js. (See photo "step1")
- Observe the getFeatureServiceParams function within portal-utils.js. Observe the two lines with spatialReference are set to use spatial reference 102100 (Web Mercator Auxiliary Sphere). (See photo "step2")
- Change the two spatial references from 102100. For example, if using WGS84, these values are changed to 4326. (See photo "step3").
- After doing this, the Visibility widget works successfully with a spatial reference that is not 102100.
Note that this workaround requires ArcGIS Web AppBuilder Developer edition. This software defect has been logged for ArcGIS Web AppBuilder, but there seems to be no current workarounds other than using Developer edition or using basemaps with a spatial reference of 102100.
再現の手順