Bogue
Numéro d’ID de bogue | BUG-000169467 |
---|---|
Envoi | July 26, 2024 |
Dernière modification | July 30, 2024 |
S’applique à | ArcGIS Online |
Version trouvée | June 2024 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | 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"
ID de bogue: BUG-000169467
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support