I need to construct a point on the intersection of 2 lines. How can I do that with Arcade?
Intersects() basically return either a boolean or a feature that intersects, which is no good for my case.
Intersection() doesn't seem to be able to return a point geometry? In my case, Intersection() will return a feature with null geometry - assuming the geometry would need to be a polygon in this case?
Am I missing something really obvious here?
Thanks