laptop and a wrench

Erro

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

Última Publicação: October 9, 2019 ArcGIS API for JavaScript
Número de ID do Erro BUG-000125519
EnviadoSeptember 24, 2019
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS API for JavaScript
Versão encontrada4.12
Sistema OperacionalN/A
Versão do Sistema OperacionalN/A
StatusKnown Limit

Informações Adicionais

There is no immediate plan to address this rendering artifact.

Solução Provisória

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

 

 

Etapas para Reproduzir

ID do Erro: BUG-000125519

Software:

  • ArcGIS API for JavaScript

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download