laptop and a wrench

不具合

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

最後に公開された状態: November 27, 2019 ArcGIS Collector
不具合 ID 番号 BUG-000126192
送信されましたOctober 22, 2019
最終更新日November 13, 2020
適用対象ArcGIS Collector
見つかったバージョン19.1.0
サーバー プラットフォームApple iOS
クライアント プラットフォームN/A
ステータスWill Not Be Addressed

参考情報

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

再現の手順

不具合 ID: BUG-000126192

ソフトウェア:

  • ArcGIS Collector

ArcGIS の専門家からヘルプを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動

このトピックについてさらに調べる