漏洞
| 漏洞 ID 编号 | BUG-000125519 |
|---|---|
| 已提交 | September 24, 2019 |
| 上次修改时间 | June 5, 2024 |
| 适用范围 | ArcGIS API for JavaScript |
| 找到的版本 | 4.12 |
| 操作系统 | N/A |
| 操作系统版本 | N/A |
| 状态 | Known Limit |
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 专家的帮助
下载 Esri 支持应用程序