The client-side polygon fill changes as the map view zooms in and out.
上次发布: December 9, 2019ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000126993
已提交
November 26, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.13
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is by design starting at 4.13 as part of the performance optimizations. The API does not simplify non OGC compliant geometries anymore if they are being created on the client side. It is user’s responsibility to check if the geometries are correct. When updating features for server side services we still correct geometries if they happen to pass incorrect geometries. Simplifying geometries is labor intensive (affects performance) and this is why it's important to check this when creating geometries on the client. In this particular case, simplify the polygons using geometryEngine’s simplify method.
Updated test app for this, https://codepen.io/U_B_U/pen/bGGPKVJ?editors=1000