laptop and a wrench

Error

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

Última publicación: October 9, 2019 ArcGIS API for JavaScript
Número de ID del error BUG-000125519
EnviadoSeptember 24, 2019
Última modificaciónJune 5, 2024
Relacionado conArcGIS API for JavaScript
Versión encontrada4.12
Sistema operativoN/A
Versión de sistema operativoN/A
EstadoKnown Limit

Información adicional

There is no immediate plan to address this rendering artifact.

Solución alternativa

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

 

 

Pasos para reproducir

ID del error: BUG-000125519

Software:

  • ArcGIS API for JavaScript

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga