laptop and a wrench

不具合

"Draw non-intersecting line" sample double points with the same value in the array of points when a polyline is drawn.

最後に公開された状態: February 2, 2018 ArcGIS API for JavaScript
不具合 ID 番号 BUG-000109701
送信されましたNovember 21, 2017
最終更新日June 5, 2024
適用対象ArcGIS API for JavaScript
見つかったバージョン4.5
オペレーティング システムWindows OS
オペレーティング システムのバージョン8.1
ステータスWill Not Be Addressed

参考情報

This is by design. Clicking initially, users may notice two vertices were added, this is because the cursor-move and vertex-add are both being recognized. They both contain vertices info. The vertices is an array of vertexes that get added as each vertex is clicked. For example, the first mouse-click registers the vertex-add event. This event contains a vertexIndex = 0 and an array of vertices. The next mouse-click calls the vertex-add event and contains a vertexIndex = 1 with an array of vertices. These vertices contain the x/y coords from vertexIndex = 0 in addition to the new ones that were added with this new index.

再現の手順

不具合 ID: BUG-000109701

ソフトウェア:

  • ArcGIS API for JavaScript

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

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

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

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

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

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

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