laptop and a wrench

不具合

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

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

参考情報

There is no immediate plan to address this rendering artifact.

対処法

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

 

 

再現の手順

不具合 ID: BUG-000125519

ソフトウェア:

  • ArcGIS API for JavaScript

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

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

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

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

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

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

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