Bug
| Bug-ID-Nummer | BUG-000125519 |
|---|---|
| Eingereicht | September 24, 2019 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS API for JavaScript |
| Gefunden in Version | 4.12 |
| Betriebssystem | N/A |
| Betriebssystemversion | N/A |
| Status | 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});
Bug-ID: BUG-000125519
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen