laptop and a wrench

Bug

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.

Last Published: September 2, 2022 ArcGIS Survey123
Bug ID Number BUG-000139338
SubmittedApril 23, 2021
Last ModifiedJune 5, 2024
Applies toArcGIS Survey123
Version found3.12
Operating SystemN/A
Operating System VersionN/A
StatusNon-Reproducible

Additional Information

The data is not accessible.

Workaround

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

Steps to Reproduce

Bug ID: BUG-000139338

Software:

  • ArcGIS Survey123

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options