laptop and a wrench

Bug

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

Last Published: October 9, 2019 ArcGIS API for JavaScript
Bug ID Number BUG-000125519
SubmittedSeptember 24, 2019
Last ModifiedJune 5, 2024
Applies toArcGIS API for JavaScript
Version found4.12
Operating SystemN/A
Operating System VersionN/A
StatusKnown Limit

Additional Information

There is no immediate plan to address this rendering artifact.

Workaround

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});

 

 

Steps to Reproduce

Bug ID: BUG-000125519

Software:

  • ArcGIS API for JavaScript

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options