laptop and a wrench

漏洞

Polygons are rendered with jagged lines when displayed in ArcGIS API for JavaScript.

上次发布: September 23, 2021 ArcGIS API for JavaScript
漏洞 ID 编号 BUG-000120162
已提交February 19, 2019
上次修改时间June 5, 2024
适用范围ArcGIS API for JavaScript
找到的版本4.20
操作系统Windows OS
操作系统版本N/A
状态Known Limit

附加信息

When polygons are added client-side, the polygon geometries need to be OGC compliant. If not, the geometryEngine.simplify method must be used to simplify the polygons. The polygon must be simplified before it is added to the FeatureCollection. Refer to https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#simplify for more information. This behavior is documented in the polygon class. Refer to https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html for more information. See known limitations in the Overview section. For example: graphic.geometry = geometryEngine.simplify(graphic.geometry); var featureLayer = new FeatureLayer({ fields: fields, renderer: renderer, source: [graphic], id: "myLayer" });

重现步骤

漏洞 ID: BUG-000120162

软件:

  • ArcGIS API for JavaScript

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项