laptop and a wrench

Erro

Polygons are rendered with jagged lines when displayed in ArcGIS API for JavaScript.

Última Publicação: September 23, 2021 ArcGIS API for JavaScript
Número de ID do Erro BUG-000120162
EnviadoFebruary 19, 2019
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS API for JavaScript
Versão encontrada4.20
Sistema OperacionalWindows OS
Versão do Sistema OperacionalN/A
StatusKnown Limit

Informações Adicionais

When polygons are added client-side, the polygon geometries need to be OGC compliant. If not, the geometryEngine.simplify method must be used to simplify the polygons. The polygon must be simplified before it is added to the FeatureCollection. Refer to https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#simplify for more information. This behavior is documented in the polygon class. Refer to https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html for more information. See known limitations in the Overview section. For example: graphic.geometry = geometryEngine.simplify(graphic.geometry); var featureLayer = new FeatureLayer({ fields: fields, renderer: renderer, source: [graphic], id: "myLayer" });

Etapas para Reproduzir

ID do Erro: BUG-000120162

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