laptop and a wrench

Error

In Collector for ArcGIS (iOS), the feature of the pop-up media does not display when the image URL contains a space or %20.

Última publicación: November 27, 2019 ArcGIS Collector
Número de ID del error BUG-000126192
EnviadoOctober 22, 2019
Última modificaciónJune 5, 2024
Relacionado conArcGIS Collector
Versión encontrada19.1.0
Sistema operativoApple iOS
Versión de sistema operativoN/A
EstadoWill Not Be Addressed

Información adicional

This is expected behavior when including non-URL encoded spaces for the image URL within the popup media. In this scenario, since image names are being concatenated from an attribute field to a common URL, if/when the image name contains spaces, you can utilize Arcade expressions in the popup to encode them. Such as: if (Find($feature.PhotoNameField," ") < 0) // URL encode the string return UrlEncode(Text($feature.PhotoNameField)) or if (Find($feature.PhotoNameField," ") < 0) // or manually encode spaces return Replace($feature.PhotoNameField, " ", "%20", True) else return $feature.PhotoNameField

Pasos para reproducir

ID del error: BUG-000126192

Software:

  • ArcGIS Collector

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