Bug
Bug ID Number | BUG-000169467 |
---|---|
Submitted | July 26, 2024 |
Last Modified | July 30, 2024 |
Applies to | ArcGIS Online |
Version found | June 2024 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | Will Not Be Addressed |
Add a buffer to the Arcade script. Example:
var points = FeatureSetByName($map, 'FEATURE_LAYER', ['FIELD_NAME'])
var pointsIntersecting = Intersects(Buffer($feature,0.1), points)
if (!IsEmpty(pointsIntersecting)) {
for (var pointIntersecting in pointsIntersecting) {
return pointIntersecting['FIELD_NAME']
}}
else {
return "null"
Bug ID: BUG-000169467
Software:
Get help from ArcGIS experts
Download the Esri Support App