Shared polygon boundaries for features in the same layer are drawn in an inconsistent order when some of the polygons are interior and others are donut-shaped.
上次发布: July 27, 2017ArcGIS Online
漏洞 ID 编号
BUG-000105347
已提交
May 23, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
5.1
操作系统
Windows OS
操作系统版本
10.0
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Its a known limitation. Since the layer is editable, we're adding the layer in on-demand mode.
In on-demand mode, we make tiled query requests to the server. Depending on which one of them finish first, features in that tile will drawn first, then features from tiles that finish later will drawn on top. The sequence in which these requests finish depends on network latency and conditions and random.