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.

Zuletzt veröffentlicht: October 9, 2019 ArcGIS API for JavaScript
Bug-ID-Nummer BUG-000125519
EingereichtSeptember 24, 2019
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS API for JavaScript
Gefunden in Version4.12
BetriebssystemN/A
BetriebssystemversionN/A
StatusKnown Limit

Zusätzliche Informationen

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

 

 

Schritte zur Reproduzierung

Bug-ID: BUG-000125519

Software:

  • ArcGIS API for JavaScript

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln