laptop and a wrench

Erro

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 do Erro BUG-000169467
EnviadoJuly 26, 2024
Última ModificaçãoJuly 30, 2024
Aplica-se àArcGIS Online
Versão encontradaJune 2024
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusWill Not Be Addressed

Informações Adicionais

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

Solução Provisória

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"

Etapas para Reproduzir

ID do Erro: BUG-000169467

Software:

  • ArcGIS Online

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download