laptop and a wrench

不具合

Intersections do not work in the form in Map Viewer when the intersecting features are two points, or one point and one line

ArcGIS Online
不具合 ID 番号 BUG-000169467
送信されましたJuly 26, 2024
最終更新日July 30, 2024
適用対象ArcGIS Online
見つかったバージョンJune 2024
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスWill Not Be Addressed

参考情報

This is closed, as using the buffer() function is the recommended way to use intersections in this case.

対処法

Add a buffer to the Arcade script. Example:

var points = FeatureSetByName($map, 'FEATURE_LAYER', ['FIELD_NAME'])

var pointsIntersecting = Intersects(Buffer($feature,0.1), points)

 

if (!IsEmpty(pointsIntersecting)) {

 for (var pointIntersecting in pointsIntersecting) {

   return pointIntersecting['FIELD_NAME']

}}

 else {

return "null"

再現の手順

不具合 ID: BUG-000169467

ソフトウェア:

  • ArcGIS Online

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

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

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

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

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

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

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