| 漏洞 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.
重现步骤