漏洞
| 漏洞 ID 编号 | BUG-000181229 |
|---|---|
| 已提交 | November 25, 2025 |
| 上次修改时间 | December 29, 2025 |
| 适用范围 | ArcGIS QuickCapture |
| 找到的版本 | 1.24 |
| 操作系统 | Apple iOS |
| 操作系统版本 | 26.0 |
| 状态 | Under Consideration |
Use the IsEmpty() Arcade function instead. Refer to the following code below:
// Create a feature set using the 'Regions' layer in the map
var regions = FeatureSetByName($map, 'Regions', ['name']);
// Intersect the current location with the regions and
// get the first region
var region = First(Intersects($feature, regions));
//IsEmpty function workaround
if (IsEmpty(region)) {
return "EMPTY";
} else {
return region["name"];
}
漏洞 ID: BUG-000181229
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序