laptop and a wrench

Error

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.

Última publicación: September 2, 2022 ArcGIS Survey123
Número de ID del error BUG-000139338
EnviadoApril 23, 2021
Última modificaciónJune 5, 2024
Relacionado conArcGIS Survey123
Versión encontrada3.12
Sistema operativoN/A
Versión de sistema operativoN/A
EstadoNon-Reproducible

Información adicional

The data is not accessible.

Solución alternativa

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

Pasos para reproducir

ID del error: BUG-000139338

Software:

  • ArcGIS Survey123

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga