Unable to play a presentation in ArcGIS Online when ArcGIS Server services are included in the web map and an error is returned, "This map presentation is not available."
上次发布: March 21, 2019ArcGIS Online
漏洞 ID 编号
BUG-000108732
已提交
October 11, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
5.3
操作系统
Windows OS
操作系统版本
N/A
修正版本
Q4 2017
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Use hosted feature services in the web map.ORAdd the individual service layers at the layer level.Example:Instead of adding: <a href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer" target="_blank">http://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer</a>Add the service: <a href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer/0" target="_blank">http://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer/0</a> and <a href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer/1" target="_blank">http://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer/1</a> individually to the web map.