laptop and a wrench

不具合

A web map for geopoint question does not center on the coordinates passed to the ArcGIS Survey123 field app via a custom URL. The web map centers on the device GPS location or default location if specified in the XLSForm.

最後に公開された状態: September 2, 2022 ArcGIS Survey123
不具合 ID 番号 BUG-000139338
送信されましたApril 23, 2021
最終更新日June 5, 2024
適用対象ArcGIS Survey123
見つかったバージョン3.12
オペレーティング システムN/A
オペレーティング システムのバージョンN/A
ステータスNon-Reproducible

参考情報

The data is not accessible.

対処法

Use the following Arcade expression to generate the custom URL in the pop-ups:

var params = {

 "itemId": "6800b19b73bd458481d0c1c7014a38b9",

 "field:APN": $feature.APN,

 "field:SitusAddress": $feature["SITUS_ADDRESS"],

 "field:OwnerName": $feature["OWNER_NAME"],

 "field:OwnerAddress": $feature["OWNER_ADDRESS"],

 "field:OwnerCityStateZip": $feature["OWNER_CTYSTZIP"],

 center:$feature.Latitude+ ',' + $feature.Longitude

};

return Concatenate("arcgis-survey123://?", UrlEncode(params))

再現の手順

不具合 ID: BUG-000139338

ソフトウェア:

  • ArcGIS Survey123

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

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

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

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

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

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

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