Unable to set the selections of the Select widget as the input of the Geoprocessing widget, if the geoprocessing service does not have the geometry type set for the default value.
最後に公開された状態: June 2, 2020ArcGIS Online
不具合 ID 番号
BUG-000130562
送信されました
May 1, 2020
最終更新日
June 5, 2024
適用対象
ArcGIS Online
見つかったバージョン
8.1
オペレーティング システム
Windows OS
オペレーティング システムのバージョン
10.0
ステータス
As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
参考情報
It is the designed behavior for the feature action in ArcGIS Web AppBuilder. The target widget defines the acceptable feature type and only the matching type triggers the action. For example, the Directions widget only accepts points, so when some polygons or polylines are selected, the direction action is not available. In this case, the Geoprocessing widget (checked the geoprocessing service) requires the input parameter to have a geometryType property. So the layer without geometryType does not display.