laptop and a wrench

不具合

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

最後に公開された状態: September 23, 2021 ArcGIS API for JavaScript
不具合 ID 番号 BUG-000120162
送信されましたFebruary 19, 2019
最終更新日June 5, 2024
適用対象ArcGIS API for JavaScript
見つかったバージョン4.20
オペレーティング システムWindows OS
オペレーティング システムのバージョンN/A
ステータスKnown Limit

参考情報

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

再現の手順

不具合 ID: BUG-000120162

ソフトウェア:

  • ArcGIS API for JavaScript

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動