laptop and a wrench

Bogue

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

Dernière publication: November 27, 2019 ArcGIS Collector
Numéro d’ID de bogue BUG-000126192
EnvoiOctober 22, 2019
Dernière modificationNovember 13, 2020
S’applique àArcGIS Collector
Version trouvée19.1.0
Plateforme serveurApple iOS
Plateforme clientN/A
StatutWill Not Be Addressed

Informations supplémentaires

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

Étapes pour reproduire

ID de bogue: BUG-000126192

Logiciel:

  • ArcGIS Collector

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement

En savoir plus sur ce sujet