I am looking to get the location where the user clicked to get a pop-up. My goal is to get the features that intersect that xy location and return stats in the pop-up.
@RussRoberts @EmilyGeo @bbollin
Solved! Go to Solution.
@MK13 this article may be of some help:
@JakeSkinner Thanks for the link. Unfortunately in the article they show how to get features that intersect the clicked feature. I am looking to get features that intersect a clicked point. The clicked feature might intersect way more features than the clicked point within that same feature.
So specifically for this line: Intersects(feat, Buffer($feature, 1)), instead of $feature I would hope to use the clicked point.
@MK13 have you considered using the Near Me widget. I think this will give you the functionality you're looking for.
https://doc.arcgis.com/en/experience-builder/latest/configure-widgets/near-me-widget.htm
@JakeSkinner Unfortunately that wouldn't work because I need the information to be shown in a pop-up as each feature is clicked. Basically, when the user clicks on a feature, I would show specific attributes of the clicked feature plus information about other features that intersect the clicked point. That would be my workflow.