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.

Zuletzt veröffentlicht: September 2, 2022 ArcGIS Survey123
Bug-ID-Nummer BUG-000139338
EingereichtApril 23, 2021
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Survey123
Gefunden in Version3.12
BetriebssystemN/A
BetriebssystemversionN/A
StatusNon-Reproducible

Zusätzliche Informationen

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

Schritte zur Reproduzierung

Bug-ID: BUG-000139338

Software:

  • ArcGIS Survey123

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln