laptop and a wrench

Error

Intersections do not work in the form in Map Viewer when the intersecting features are two points, or one point and one line

ArcGIS Online
Número de ID del error BUG-000169467
EnviadoJuly 26, 2024
Última modificaciónJuly 30, 2024
Relacionado conArcGIS Online
Versión encontradaJune 2024
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoWill Not Be Addressed

Información adicional

This is closed, as using the buffer() function is the recommended way to use intersections in this case.

Solución alternativa

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"

Pasos para reproducir

ID del error: BUG-000169467

Software:

  • ArcGIS Online

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga