Hi. Im new to neo. I am struggling with the logic using for each. I have two queries that I want two merge.
First:
CALL spatial.withinDistance('hikes',{lat:60.4274, lon:5.3397}, 10)
yield node, distance
return id(node), distance, node.gpx_name limit ...