Numéro d’ID de bogue |
BUG-000126192 |
Envoi | October 22, 2019 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS Collector |
Version trouvée | 19.1.0 |
Système d’exploitation | Apple iOS |
Version du système d’exploitation | N/A |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
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: