laptop and a wrench

不具合

The polyline geometry created using the ArcGIS Portal JSON object breaks when zooming into the map view in the ArcGIS Maps SDK for JavaScript 4.33.

ArcGIS Maps SDK for JavaScript
不具合 ID 番号 BUG-000179324
送信されましたSeptember 8, 2025
最終更新日December 22, 2025
適用対象ArcGIS Maps SDK for JavaScript
見つかったバージョン4.33
オペレーティング システムWindows OS
オペレーティング システムのバージョン11.0 64 bit
ステータスAs Designed

参考情報

This behavior is expected. This is creating lines using latitude and longitude coordinates (WGS 84) but displaying them on a Web Mercator map. In this setup, the feature layer’s spatial reference is WGS 84, while the map uses Web Mercator. When the JavaScript API reprojects the feature tile extents from Web Mercator (102100) to WGS 84 (4326), the reprojected extents no longer overlap the lines. Because of this, the lines are not displayed at all. This can be resolved by: - Setting the layer’s spatial reference to match the map view. - Using geometries in the same spatial reference as the map view. - Densifying the geometry (adding more points) so it correctly intersects the visible area. Option 1 is most straightforward in this case and here is the codepen updated - https://codepen.io/U_B_U/pen/LEGoxzX?editors=1000.

再現の手順

不具合 ID: BUG-000179324

ソフトウェア:

  • ArcGIS Maps SDK for JavaScript

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

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

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

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

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

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

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