laptop and a wrench

漏洞

When polygon features are placed on the 180 degree International Date Line, the polygon features appear to split on that line.

上次发布: October 9, 2019 ArcGIS API for JavaScript
漏洞 ID 编号 BUG-000125519
已提交September 24, 2019
上次修改时间June 5, 2024
适用范围ArcGIS API for JavaScript
找到的版本4.12
操作系统N/A
操作系统版本N/A
状态Known Limit

附加信息

There is no immediate plan to address this rendering artifact.

解决办法

Setting the layer's renderer outline to null in the ArcGIS JavaScript code makes the line causing the polygon split disappear. There is a small gap in the fill color of the polygon but it is less noticeable than the outline color. Use the following code to achieve the results: 

var renderer = {type: "simple",symbol: {type: "simple-fill",color: [ 255, 128, 0, 0.5 ],outline: null}};featureLayer = new FeatureLayer({url: //feature service url,renderer: renderer});

 

 

重现步骤

漏洞 ID: BUG-000125519

软件:

  • ArcGIS API for JavaScript

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项