| 不具合 ID 番号 |
BUG-000126931 |
| 送信されました | November 22, 2019 |
| 最終更新日 | June 5, 2024 |
| 適用対象 | ArcGIS Collector |
| 見つかったバージョン | 19.2.0 |
| ステータス | Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
This issue was determined to not be a bug in Collector, but rather a matter of mismatched spatial references between the webmap item and the updated basemap that was performed using the ArcGIS Python API.
This mismatched spatial reference was causing the basemap and operational layers to fail to render in Collector.
This issue can be addressed in the Python code by updating the webmap spatial reference to match the basemap via the webmap's data dictionary. In this case the webmap's SR was 4326 and the basemap SR was 32611.
In addition to addressing this issue in the Python code itself, if the webmap were to be resaved via the ArcGIS.com Map Viewer, it would also correct this mismatched SR issue and allow the map to open successfully in Collector.
対処法
Navigate to the Basemap Gallery and choose the default basemap and the default basemap renders as expected.
再現の手順